Browse Source

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>
main
Rob Herring 6 years ago committed by David Gibson
parent
commit
94f87cd5b7
  1. 1
      libfdt/Makefile.libfdt
  2. 1
      libfdt/version.lds

1
libfdt/Makefile.libfdt

@ -1,3 +1,4 @@ @@ -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

1
libfdt/version.lds

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
/* SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) */
LIBFDT_1.2 {
global:
fdt_next_node;

Loading…
Cancel
Save