summaryrefslogtreecommitdiff
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
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>
-rwxr-xr-xatf-build.sh5
-rwxr-xr-xcheck-bisect.sh5
-rw-r--r--common-functions5
-rwxr-xr-xedk2-build.sh4
-rw-r--r--edk2-platforms.config5
-rwxr-xr-xedk2-to-git-am.sh4
-rw-r--r--handy-snippets.sh4
-rwxr-xr-xopteed-build.sh4
-rwxr-xr-xparse-platforms.py5
-rwxr-xr-xtos-build.sh4
10 files changed, 45 insertions, 0 deletions
diff --git a/atf-build.sh b/atf-build.sh
index 30af714..351290c 100755
--- a/atf-build.sh
+++ b/atf-build.sh
@@ -7,6 +7,11 @@
# Board configuration is extracted from
# parse-platforms.py and platforms.config.
#
+# Copyright (c) 2014-2018, Linaro Ltd. All rights reserved.
+# Copyright (c) 2017 ARM Ltd. All rights reserved.
+#
+# SPDX-License-Identifier: ISC
+#
. "$TOOLS_DIR"/common-functions
OUTPUT_DIR="$PWD"/uefi-build
diff --git a/check-bisect.sh b/check-bisect.sh
index 81a29d1..bea2c95 100755
--- a/check-bisect.sh
+++ b/check-bisect.sh
@@ -1,4 +1,9 @@
#!/bin/sh
+#
+# Copyright (c) 2018, Linaro Ltd. All rights reserved.
+#
+# SPDX-License-Identifier: ISC
+#
TOOLS_DIR="`dirname $0`"
TOOLS_DIR="`readlink -f \"$TOOLS_DIR\"`"
diff --git a/common-functions b/common-functions
index efed7e2..dd3a4bf 100644
--- a/common-functions
+++ b/common-functions
@@ -1,4 +1,9 @@
#!/bin/bash
+#
+# Copyright (c) 2014-2018, Linaro Ltd. All rights reserved.
+#
+# SPDX-License-Identifier: ISC
+#
RESULT_BUF=`echo -e ------------------------------------------------------------`
RESULT_PASS_COUNT=0
diff --git a/edk2-build.sh b/edk2-build.sh
index bd06a52..5022a40 100755
--- a/edk2-build.sh
+++ b/edk2-build.sh
@@ -3,6 +3,10 @@
#
# edk2-build.sh: evolution of uefi-build.sh for edk2-platforms
#
+# Copyright (c) 2012-2019, Linaro Ltd. All rights reserved.
+#
+# SPDX-License-Identifier: ISC
+#
unset MAKEFLAGS # BaseTools not safe to build parallel, prevent env overrides
diff --git a/edk2-platforms.config b/edk2-platforms.config
index 7ae0880..422c20a 100644
--- a/edk2-platforms.config
+++ b/edk2-platforms.config
@@ -1,4 +1,9 @@
# Platform build configurations for Linaro EDK2 builds
+#
+# Copyright (c) 2013-2019, Linaro Ltd. All rights reserved.
+#
+# SPDX-License-Identifier: ISC
+#
# ====================================================
# The configuration file format is extremely simplistic:
# - Each platform has a short name.
diff --git a/edk2-to-git-am.sh b/edk2-to-git-am.sh
index d3f8a27..1fe2ac1 100755
--- a/edk2-to-git-am.sh
+++ b/edk2-to-git-am.sh
@@ -1,5 +1,9 @@
#!/bin/sh
#
+# Copyright (c) 2017, Linaro Ltd. All rights reserved.
+#
+# SPDX-License-Identifier: ISC
+#
# Convert one or more git patches that have had it's CR:s stripped out by SMTP
# into something th
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/' | \
diff --git a/opteed-build.sh b/opteed-build.sh
index 6708587..04243ea 100755
--- a/opteed-build.sh
+++ b/opteed-build.sh
@@ -6,6 +6,10 @@
# Board configuration is extracted from
# parse-platforms.py and platforms.config.
#
+# Copyright (c) 2015-2019, Linaro Ltd. All rights reserved.
+#
+# SPDX-License-Identifier: ISC
+#
. "$TOOLS_DIR"/common-functions
diff --git a/parse-platforms.py b/parse-platforms.py
index 0e16fc3..9313cd5 100755
--- a/parse-platforms.py
+++ b/parse-platforms.py
@@ -1,4 +1,9 @@
#!/usr/bin/python
+#
+# Copyright (c) 2015-2019, Linaro Ltd. All rights reserved.
+#
+# SPDX-License-Identifier: ISC
+#
from __future__ import print_function
diff --git a/tos-build.sh b/tos-build.sh
index a3bf421..3b7aa8e 100755
--- a/tos-build.sh
+++ b/tos-build.sh
@@ -7,6 +7,10 @@
# Board configuration is extracted from
# parse-platforms.py and platforms.config.
#
+# Copyright (c) 2015-2017, Linaro Ltd. All rights reserved.
+#
+# SPDX-License-Identifier: ISC
+#
. "$TOOLS_DIR"/common-functions