summaryrefslogtreecommitdiff
path: root/handy-snippets.sh
diff options
context:
space:
mode:
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/' | \