From 94f87cd5b7c5ec835a29e1a02f5dc4b5d61e301f Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Thu, 20 Jun 2019 15:19:42 -0600 Subject: [PATCH] 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 Message-Id: <20190620211944.9378-6-robh@kernel.org> Signed-off-by: David Gibson --- libfdt/Makefile.libfdt | 1 + libfdt/version.lds | 1 + 2 files changed, 2 insertions(+) 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;