summaryrefslogtreecommitdiff
path: root/fdtdump.c
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 /fdtdump.c
parent94f87cd5b7c5ec835a29e1a02f5dc4b5d61e301f (diff)
downloaddevice-tree-compiler-4097bbffcf1d8f3da56bedf9d0eb9414eeb7113f.tar.gz
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 'fdtdump.c')
-rw-r--r--fdtdump.c1
1 files changed, 1 insertions, 0 deletions
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 <pantelis.antoniou AT gmail.com>
*/