Browse Source

dtc: Add GPLv2 SPDX tags to files missing license text

A couple of dtc files are missing licenses. Add GPL-2.0-or-later SPDX
tag to them.

Signed-off-by: Rob Herring <robh@kernel.org>
Message-Id: <20190620211944.9378-7-robh@kernel.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
main
Rob Herring 5 years ago committed by David Gibson
parent
commit
4097bbffcf
  1. 1
      Makefile
  2. 1
      Makefile.convert-dtsv0
  3. 1
      Makefile.utils
  4. 1
      dtdiff
  5. 1
      fdtdump.c
  6. 1
      scripts/kup-dtc
  7. 1
      scripts/setlocalversion

1
Makefile

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Device Tree Compiler # Device Tree Compiler
# #

1
Makefile.convert-dtsv0

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# This is not a complete Makefile of itself. # This is not a complete Makefile of itself.
# Instead, it is designed to be easily embeddable # Instead, it is designed to be easily embeddable

1
Makefile.utils

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# This is not a complete Makefile of itself. Instead, it is designed to # This is not a complete Makefile of itself. Instead, it is designed to
# be easily embeddable into other systems of Makefiles. # be easily embeddable into other systems of Makefiles.

1
dtdiff

@ -1,4 +1,5 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0-or-later


# This script uses the bash <(...) extension. # This script uses the bash <(...) extension.
# If you want to change this to work with a generic /bin/sh, make sure # If you want to change this to work with a generic /bin/sh, make sure

1
fdtdump.c

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* fdtdump.c - Contributed by Pantelis Antoniou <pantelis.antoniou AT gmail.com> * fdtdump.c - Contributed by Pantelis Antoniou <pantelis.antoniou AT gmail.com>
*/ */

1
scripts/kup-dtc

@ -1,4 +1,5 @@
#! /bin/sh #! /bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later


REMOTE_GIT=/pub/scm/utils/dtc/dtc.git REMOTE_GIT=/pub/scm/utils/dtc/dtc.git
REMOTE_PATH=/pub/software/utils/dtc REMOTE_PATH=/pub/software/utils/dtc

1
scripts/setlocalversion

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later
# Print additional version information for non-release trees. # Print additional version information for non-release trees.


usage() { usage() {

Loading…
Cancel
Save