diff --git a/Makefile b/Makefile index 0cb2bfe..98f74b1 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later # # Device Tree Compiler # diff --git a/Makefile.convert-dtsv0 b/Makefile.convert-dtsv0 index 08ea40a..c12ed40 100644 --- a/Makefile.convert-dtsv0 +++ b/Makefile.convert-dtsv0 @@ -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 be easily embeddable diff --git a/Makefile.utils b/Makefile.utils index e028922..9436b34 100644 --- a/Makefile.utils +++ b/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 # be easily embeddable into other systems of Makefiles. diff --git a/dtdiff b/dtdiff index 5fa772b..cdbf079 100644 --- a/dtdiff +++ b/dtdiff @@ -1,4 +1,5 @@ #! /bin/bash +# SPDX-License-Identifier: GPL-2.0-or-later # This script uses the bash <(...) extension. # If you want to change this to work with a generic /bin/sh, make sure diff --git a/fdtdump.c b/fdtdump.c index 200fb06..9613bef 100644 --- a/fdtdump.c +++ b/fdtdump.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * fdtdump.c - Contributed by Pantelis Antoniou */ diff --git a/scripts/kup-dtc b/scripts/kup-dtc index e18abbb..3c3376c 100755 --- a/scripts/kup-dtc +++ b/scripts/kup-dtc @@ -1,4 +1,5 @@ #! /bin/sh +# SPDX-License-Identifier: GPL-2.0-or-later REMOTE_GIT=/pub/scm/utils/dtc/dtc.git REMOTE_PATH=/pub/software/utils/dtc diff --git a/scripts/setlocalversion b/scripts/setlocalversion index 82e4993..ea333e7 100755 --- a/scripts/setlocalversion +++ b/scripts/setlocalversion @@ -1,4 +1,5 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0-or-later # Print additional version information for non-release trees. usage() {