diff mbox series

[meta,06/12] Add SPDX identifier to classes file

Message ID 20220405071005.3855186-7-sbabic@denx.de
State Changes Requested
Headers show
Series Support to call functions inside sw-description | expand

Commit Message

Stefano Babic April 5, 2022, 7:09 a.m. UTC
Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 classes/swupdate-common.bbclass | 4 ++++
 classes/swupdate-image.bbclass  | 2 ++
 classes/swupdate-lib.bbclass    | 4 ++++
 classes/swupdate.bbclass        | 2 ++
 4 files changed, 12 insertions(+)
diff mbox series

Patch

diff --git a/classes/swupdate-common.bbclass b/classes/swupdate-common.bbclass
index f221f94..e7564c4 100644
--- a/classes/swupdate-common.bbclass
+++ b/classes/swupdate-common.bbclass
@@ -1,3 +1,7 @@ 
+# Copyright (C) 2015-2022 Stefano Babic
+#
+# SPDX-License-Identifier: GPLv3
+
 inherit swupdate-lib
 
 DEPENDS += "\
diff --git a/classes/swupdate-image.bbclass b/classes/swupdate-image.bbclass
index 512c0a6..b964b76 100644
--- a/classes/swupdate-image.bbclass
+++ b/classes/swupdate-image.bbclass
@@ -1,5 +1,7 @@ 
 # Copyright (C) 2015-2021 Stefano Babic <sbabic@denx.de>
 #
+# SPDX-License-Identifier: GPLv3
+#
 # This class is thought to be used in an image recipe.
 # It generates a SWU file from the image itself
 # User *must* add a sw-descitpion file
diff --git a/classes/swupdate-lib.bbclass b/classes/swupdate-lib.bbclass
index 4347b83..233eca1 100644
--- a/classes/swupdate-lib.bbclass
+++ b/classes/swupdate-lib.bbclass
@@ -1,3 +1,7 @@ 
+# Copyright (C) 2015-2022 Stefano Babic
+#
+# SPDX-License-Identifier: GPLv3
+
 DEPENDS += "python3-magic-native zstd-native"
 
 def swupdate_encrypt_file(f, out, key, ivt):
diff --git a/classes/swupdate.bbclass b/classes/swupdate.bbclass
index 153626d..d13710f 100644
--- a/classes/swupdate.bbclass
+++ b/classes/swupdate.bbclass
@@ -1,5 +1,7 @@ 
 # Copyright (C) 2015-2021 Stefano Babic <sbabic@denx.de>
 #
+# SPDX-License-Identifier: GPLv3
+#
 # Some parts from the patch class
 #
 # swupdate allows to generate a compound image for the