aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm/plat-ti
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2017-12-15 14:27:02 +0100
committerJérôme Forissier <jerome.forissier@linaro.org>2018-01-10 19:09:42 +0100
commit1bb929836182ecb96d2d9d268daa807c67596396 (patch)
treecae29ec7597551a3cc1ef01a497c9806a41f029a /core/arch/arm/plat-ti
parentfb7ef469dfeb735e60383ad0e7410fe62dd97eb1 (diff)
Add SPDX license identifiers
Adds one SPDX-License-Identifier line [1] to each source files that contains license text. Generated by [2]: spdxify.py --add-spdx optee_os/ The scancode tool [3] was used to double check the license matching code in the Python script. All the licenses detected by scancode are either detected by spdxify.py, or have no SPDX identifier, or are false matches. Link: [1] https://spdx.org/licenses/ Link: [2] https://github.com/jforissier/misc/blob/f7b56c8/spdxify.py Link: [3] https://github.com/nexB/scancode-toolkit Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Joakim Bech <joakim.bech@linaro.org>
Diffstat (limited to 'core/arch/arm/plat-ti')
-rw-r--r--core/arch/arm/plat-ti/a9_plat_init.S1
-rw-r--r--core/arch/arm/plat-ti/api_monitor_index_a15.h1
-rw-r--r--core/arch/arm/plat-ti/api_monitor_index_a9.h1
-rw-r--r--core/arch/arm/plat-ti/main.c1
-rw-r--r--core/arch/arm/plat-ti/platform_config.h1
-rw-r--r--core/arch/arm/plat-ti/sm_platform_handler_a15.c1
-rw-r--r--core/arch/arm/plat-ti/sm_platform_handler_a9.c1
-rw-r--r--core/arch/arm/plat-ti/ti_pl310.c1
8 files changed, 8 insertions, 0 deletions
diff --git a/core/arch/arm/plat-ti/a9_plat_init.S b/core/arch/arm/plat-ti/a9_plat_init.S
index 45879c1b..b99e812e 100644
--- a/core/arch/arm/plat-ti/a9_plat_init.S
+++ b/core/arch/arm/plat-ti/a9_plat_init.S
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright (c) 2017, Texas Instruments
* All rights reserved.
diff --git a/core/arch/arm/plat-ti/api_monitor_index_a15.h b/core/arch/arm/plat-ti/api_monitor_index_a15.h
index 69ac5505..2e78c3c0 100644
--- a/core/arch/arm/plat-ti/api_monitor_index_a15.h
+++ b/core/arch/arm/plat-ti/api_monitor_index_a15.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright (c) 2015, Texas Instruments
* All rights reserved.
diff --git a/core/arch/arm/plat-ti/api_monitor_index_a9.h b/core/arch/arm/plat-ti/api_monitor_index_a9.h
index 7cbf1743..a38c4e94 100644
--- a/core/arch/arm/plat-ti/api_monitor_index_a9.h
+++ b/core/arch/arm/plat-ti/api_monitor_index_a9.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright (c) 2017, Texas Instruments
* All rights reserved.
diff --git a/core/arch/arm/plat-ti/main.c b/core/arch/arm/plat-ti/main.c
index 1ddce574..462f44af 100644
--- a/core/arch/arm/plat-ti/main.c
+++ b/core/arch/arm/plat-ti/main.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2015, Linaro Limited
* All rights reserved.
diff --git a/core/arch/arm/plat-ti/platform_config.h b/core/arch/arm/plat-ti/platform_config.h
index df696ece..783c08c7 100644
--- a/core/arch/arm/plat-ti/platform_config.h
+++ b/core/arch/arm/plat-ti/platform_config.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright (c) 2015, Linaro Limited
* All rights reserved.
diff --git a/core/arch/arm/plat-ti/sm_platform_handler_a15.c b/core/arch/arm/plat-ti/sm_platform_handler_a15.c
index efd438e0..afdaa6bf 100644
--- a/core/arch/arm/plat-ti/sm_platform_handler_a15.c
+++ b/core/arch/arm/plat-ti/sm_platform_handler_a15.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2017, Texas Instruments
* All rights reserved.
diff --git a/core/arch/arm/plat-ti/sm_platform_handler_a9.c b/core/arch/arm/plat-ti/sm_platform_handler_a9.c
index 8c88ea82..0e4941f6 100644
--- a/core/arch/arm/plat-ti/sm_platform_handler_a9.c
+++ b/core/arch/arm/plat-ti/sm_platform_handler_a9.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2017, Texas Instruments
* All rights reserved.
diff --git a/core/arch/arm/plat-ti/ti_pl310.c b/core/arch/arm/plat-ti/ti_pl310.c
index 42b076dc..ced16ada 100644
--- a/core/arch/arm/plat-ti/ti_pl310.c
+++ b/core/arch/arm/plat-ti/ti_pl310.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2017, Texas Instruments
* All rights reserved.