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@xxxxxxxxxx> --- libfdt/Makefile.libfdt | 1 + libfdt/version.lds | 1 + 2 files changed, 2 insertions(+) diff --git a/libfdt/Makefile.libfdt b/libfdt/Makefile.libfdt index 193da8c99d83..e54639738c8e 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 0d52217eb777..ae32924e85a7 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; -- 2.20.1