aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2019-06-20 15:19:42 -0600
committerDavid Gibson <david@gibson.dropbear.id.au>2019-06-21 21:06:10 +1000
commit94f87cd5b7c5ec835a29e1a02f5dc4b5d61e301f (patch)
treeead93a2cc086c09c8f3effcf3543c151cdc8f87f
parentc4ffc05574b1d81ddb890747465c0768d76a2cd0 (diff)
downloaddtc-94f87cd5b7c5ec835a29e1a02f5dc4b5d61e301f.zip
dtc-94f87cd5b7c5ec835a29e1a02f5dc4b5d61e301f.tar.gz
dtc-94f87cd5b7c5ec835a29e1a02f5dc4b5d61e301f.tar.bz2
libfdt: Add dual GPL/BSD SPDX tags to files missing license text
A couple of libfdt files are missing licenses. Add (GPL-2.0-or-later OR BSD-2-Clause) SPDX tag to them. Signed-off-by: Rob Herring <robh@kernel.org> Message-Id: <20190620211944.9378-6-robh@kernel.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
-rw-r--r--libfdt/Makefile.libfdt1
-rw-r--r--libfdt/version.lds1
2 files changed, 2 insertions, 0 deletions
diff --git a/libfdt/Makefile.libfdt b/libfdt/Makefile.libfdt
index 193da8c..e546397 100644
--- a/libfdt/Makefile.libfdt
+++ b/libfdt/Makefile.libfdt
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
# Makefile.libfdt
#
# This is not a complete Makefile of itself. Instead, it is designed to
diff --git a/libfdt/version.lds b/libfdt/version.lds
index 0d52217..ae32924 100644
--- a/libfdt/version.lds
+++ b/libfdt/version.lds
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) */
LIBFDT_1.2 {
global:
fdt_next_node;