summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2017-12-15 14:28:24 +0100
committerJérôme Forissier <jerome.forissier@linaro.org>2018-01-10 19:09:42 +0100
commitb1d7375c01ec8bcbf3561d27425d320afed23bce (patch)
tree9300f5adb482b72675135a00d542b9fce61d480f /scripts
parent78b7c7c7653f8bff42fe44d31a79d7f6bbfd4d47 (diff)
Remove 'All rights reserved' from Linaro files
The text 'All rights reserved' is useless [1]. The Free Software Foundation's REUSE Initiative best practices document [2] does not contain these words. Therefore, we can safely remove the text from the files that are owned by Linaro. Generated by: spdxify.py --linaro-only --strip-arr optee_os/ Link: [1] https://en.wikipedia.org/wiki/All_rights_reserved Link: [2] https://reuse.software/practices/ Link: [3] https://github.com/jforissier/misc/blob/f7b56c8/spdxify.py Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Joakim Bech <joakim.bech@linaro.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_hashed_bin.py1
-rwxr-xr-xscripts/gen_ld_sects.py1
-rwxr-xr-xscripts/mem_usage.py1
-rwxr-xr-xscripts/pem_to_pub_c.py1
-rwxr-xr-xscripts/sign.py1
-rwxr-xr-xscripts/symbolize.py1
-rwxr-xr-xscripts/ta_bin_to_c.py1
-rwxr-xr-xscripts/tee_bin_parser.py1
8 files changed, 0 insertions, 8 deletions
diff --git a/scripts/gen_hashed_bin.py b/scripts/gen_hashed_bin.py
index 5da88c16..32350a47 100755
--- a/scripts/gen_hashed_bin.py
+++ b/scripts/gen_hashed_bin.py
@@ -2,7 +2,6 @@
# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2014-2017, Linaro Limited
-# All rights reserved.
#
import argparse
diff --git a/scripts/gen_ld_sects.py b/scripts/gen_ld_sects.py
index 77e11472..c5dc3a7b 100755
--- a/scripts/gen_ld_sects.py
+++ b/scripts/gen_ld_sects.py
@@ -2,7 +2,6 @@
# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2017, Linaro Limited
-# All rights reserved.
#
import sys
diff --git a/scripts/mem_usage.py b/scripts/mem_usage.py
index d9aa2dfa..56f768f5 100755
--- a/scripts/mem_usage.py
+++ b/scripts/mem_usage.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python3
#
# Copyright (c) 2014-2017, Linaro Limited
-# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
diff --git a/scripts/pem_to_pub_c.py b/scripts/pem_to_pub_c.py
index 55b16052..6b8fa365 100755
--- a/scripts/pem_to_pub_c.py
+++ b/scripts/pem_to_pub_c.py
@@ -2,7 +2,6 @@
# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2015, Linaro Limited
-# All rights reserved.
#
def get_args():
diff --git a/scripts/sign.py b/scripts/sign.py
index abf47e40..ad47479b 100755
--- a/scripts/sign.py
+++ b/scripts/sign.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2015, 2017, Linaro Limited
-# All rights reserved.
#
# SPDX-License-Identifier: BSD-2-Clause
diff --git a/scripts/symbolize.py b/scripts/symbolize.py
index facfebfb..5168203f 100755
--- a/scripts/symbolize.py
+++ b/scripts/symbolize.py
@@ -2,7 +2,6 @@
# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2017, Linaro Limited
-# All rights reserved.
#
diff --git a/scripts/ta_bin_to_c.py b/scripts/ta_bin_to_c.py
index 93124458..cabddbbd 100755
--- a/scripts/ta_bin_to_c.py
+++ b/scripts/ta_bin_to_c.py
@@ -2,7 +2,6 @@
# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2017, Linaro Limited
-# All rights reserved.
#
import argparse
diff --git a/scripts/tee_bin_parser.py b/scripts/tee_bin_parser.py
index 84b3442f..5f7dd3f0 100755
--- a/scripts/tee_bin_parser.py
+++ b/scripts/tee_bin_parser.py
@@ -2,7 +2,6 @@
# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2016, Linaro Limited
-# All rights reserved.
import struct
def main():