[yocto] [psplash][PATCH] add SPDX License identifier

Yann CARDAILLAC yann.cardaillac at smile.fr
Wed Oct 23 01:00:50 PDT 2019


Signed-off-by: Yann CARDAILLAC <yann.cardaillac at smile.fr>
---
 make-image-header.sh | 1 +
 psplash-bar-img.h    | 1 +
 psplash-colors.h     | 2 ++
 psplash-config.h     | 2 ++
 psplash-console.c    | 2 ++
 psplash-console.h    | 2 ++
 psplash-fb.c         | 2 ++
 psplash-fb.h         | 2 ++
 psplash-hand-img.h   | 1 +
 psplash-poky-img.h   | 1 +
 psplash-write.c      | 2 ++
 psplash.c            | 2 ++
 psplash.h            | 2 ++
 radeon-font.h        | 1 +
 14 files changed, 23 insertions(+)

diff --git a/make-image-header.sh b/make-image-header.sh
index d7cf67c..85c9219 100755
--- a/make-image-header.sh
+++ b/make-image-header.sh
@@ -1,4 +1,5 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-only
 
 set -e
 
diff --git a/psplash-bar-img.h b/psplash-bar-img.h
index c1c7626..b12000e 100644
--- a/psplash-bar-img.h
+++ b/psplash-bar-img.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
 
 #define BAR_IMG_ROWSTRIDE (920)
diff --git a/psplash-colors.h b/psplash-colors.h
index d701089..73d80a0 100644
--- a/psplash-colors.h
+++ b/psplash-colors.h
@@ -4,6 +4,8 @@
  *  Copyright (c) 2012 sleep(5) ltd
  *  Author: Tomas Frydrych <tomas at sleepfive.com>
  *
+ *  SPDX-License-Identifier: GPL-2.0-or-later
+ *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2, or (at your option)
diff --git a/psplash-config.h b/psplash-config.h
index 82bb76d..56d6595 100644
--- a/psplash-config.h
+++ b/psplash-config.h
@@ -4,6 +4,8 @@
  *  Copyright (c) 2014 MenloSystems GmbH
  *  Author: Olaf Mandel <o.mandel at menlosystems.com>
  *
+ *  SPDX-License-Identifier: GPL-2.0-or-later
+ *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2, or (at your option)
diff --git a/psplash-console.c b/psplash-console.c
index 055f5b0..b19384b 100644
--- a/psplash-console.c
+++ b/psplash-console.c
@@ -3,6 +3,8 @@
  *
  *  Copyright (c) 2006 Matthew Allum <mallum at o-hand.com>
  *
+ *  SPDX-License-Identifier: GPL-2.0-or-later
+ *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2, or (at your option)
diff --git a/psplash-console.h b/psplash-console.h
index c444d27..4fcca97 100644
--- a/psplash-console.h
+++ b/psplash-console.h
@@ -3,6 +3,8 @@
  *
  *  Copyright (c) 2006 Matthew Allum <mallum at o-hand.com>
  *
+ *  SPDX-License-Identifier: GPL-2.0-or-later
+ *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2, or (at your option)
diff --git a/psplash-fb.c b/psplash-fb.c
index c064d18..a3230da 100644
--- a/psplash-fb.c
+++ b/psplash-fb.c
@@ -3,6 +3,8 @@
  *
  *  Copyright (c) 2006 Matthew Allum <mallum at o-hand.com>
  *
+ *  SPDX-License-Identifier: GPL-2.0-or-later
+ *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2, or (at your option)
diff --git a/psplash-fb.h b/psplash-fb.h
index d0dce10..42b7fb0 100644
--- a/psplash-fb.h
+++ b/psplash-fb.h
@@ -3,6 +3,8 @@
  *
  *  Copyright (c) 2006 Matthew Allum <mallum at o-hand.com>
  *
+ *  SPDX-License-Identifier: GPL-2.0-or-later
+ *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2, or (at your option)
diff --git a/psplash-hand-img.h b/psplash-hand-img.h
index a015e2c..e0a863c 100644
--- a/psplash-hand-img.h
+++ b/psplash-hand-img.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
 
 #define HAND_IMG_ROWSTRIDE (400)
diff --git a/psplash-poky-img.h b/psplash-poky-img.h
index 76267e6..a617724 100644
--- a/psplash-poky-img.h
+++ b/psplash-poky-img.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
 
 #define POKY_IMG_ROWSTRIDE (1708)
diff --git a/psplash-write.c b/psplash-write.c
index 3fdba95..f34af0e 100644
--- a/psplash-write.c
+++ b/psplash-write.c
@@ -3,6 +3,8 @@
  *
  *  Copyright (c) 2006 Matthew Allum <mallum at o-hand.com>
  *
+ *  SPDX-License-Identifier: GPL-2.0-or-later
+ *
  *  Parts of this file based on 'usplash' copyright Matthew Garret.
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/psplash.c b/psplash.c
index 992e199..b0b91aa 100644
--- a/psplash.c
+++ b/psplash.c
@@ -3,6 +3,8 @@
  *
  *  Copyright (c) 2006 Matthew Allum <mallum at o-hand.com>
  *
+ *  SPDX-License-Identifier: GPL-2.0-or-later
+ *
  *  Parts of this file ( fifo handling ) based on 'usplash' copyright 
  *  Matthew Garret.
  *
diff --git a/psplash.h b/psplash.h
index 7b1298f..85aaf60 100644
--- a/psplash.h
+++ b/psplash.h
@@ -3,6 +3,8 @@
  *
  *  Copyright (c) 2006 Matthew Allum <mallum at o-hand.com>
  *
+ *  SPDX-License-Identifier: GPL-2.0-or-later
+ *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2, or (at your option)
diff --git a/radeon-font.h b/radeon-font.h
index d2c59a4..e4253be 100644
--- a/radeon-font.h
+++ b/radeon-font.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 #include "psplash.h"
 
 /* Font generated from 'radeon' bdf font */
-- 
2.7.4



More information about the yocto mailing list