aboutsummaryrefslogtreecommitdiff
path: root/Makefile.utils
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2019-06-20 15:19:43 -0600
committerDavid Gibson <david@gibson.dropbear.id.au>2019-06-21 21:06:10 +1000
commit4097bbffcf1d8f3da56bedf9d0eb9414eeb7113f (patch)
treeda0f5cef254b43f748a72b96b4bd60328f0bf6d1 /Makefile.utils
parent94f87cd5b7c5ec835a29e1a02f5dc4b5d61e301f (diff)
downloaddtc-4097bbffcf1d8f3da56bedf9d0eb9414eeb7113f.zip
dtc-4097bbffcf1d8f3da56bedf9d0eb9414eeb7113f.tar.gz
dtc-4097bbffcf1d8f3da56bedf9d0eb9414eeb7113f.tar.bz2
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>
Diffstat (limited to 'Makefile.utils')
-rw-r--r--Makefile.utils1
1 files changed, 1 insertions, 0 deletions
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.