summaryrefslogtreecommitdiff
path: root/handy-snippets.sh
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2019-12-20 18:10:50 +0000
committerLeif Lindholm <leif.lindholm@linaro.org>2019-12-20 18:19:47 +0000
commita47d7f8f4cc4a0ce63588ee3a89a3918f0f0751d (patch)
tree4be28a62225f7d0c3362e8d338c575301d512643 /handy-snippets.sh
parent908476eca8a405ef4424f1e5a3d298a528fdabc2 (diff)
Add copyright and SPDX headers to all filesHEADmaster
Copyright and license information was missing from the files in this repository. Add copyright info based on repository history and SPDX tags clarifying the ISC license to all files. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'handy-snippets.sh')
-rw-r--r--handy-snippets.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/handy-snippets.sh b/handy-snippets.sh
index 834ca74..f3d6870 100644
--- a/handy-snippets.sh
+++ b/handy-snippets.sh
@@ -1,6 +1,10 @@
#
# First step in looking for duplicate file GUIDs
#
+# Copyright (c) 2017, Linaro Ltd. All rights reserved.
+#
+# SPDX-License-Identifier: ISC
+#
# find . -name "*.inf" | \
# xargs grep -H FILE_GUID | \
# sed 's/^\(.*\):[ \t]*FILE_GUID[ \t]*=[ \t]*\([a-f.A-F.0-9.-]*\).*\r$/\2 \1/' | \