From f9c4a5187189550f5dcbd76f597f3c3ac931ba8c Mon Sep 17 00:00:00 2001 From: Andrew Chong Date: Mon, 13 Jan 2020 13:21:40 +0800 Subject: [PATCH] Adding in SPDX Apache 2.0 for the Apache 2 declared Samsung license headers. --- .../device/TOOLCHAIN_ARM_STD/sidk_s5js100.sct | 1 + .../device/TOOLCHAIN_ARM_STD/startup_sidk_s5js100.S | 1 + .../TARGET_SIDK_S5JS100/device/TOOLCHAIN_GCC_ARM/sidk_s5js100.ld | 1 + .../device/TOOLCHAIN_GCC_ARM/startup_sidk_s5js100.S | 1 + .../TARGET_SIDK_S5JS100/device/TOOLCHAIN_IAR/sidk_s5js100.icf | 1 + .../TARGET_SIDK_S5JS100/device/TOOLCHAIN_IAR/startup_s5js100.S | 1 + targets/TARGET_Samsung/TARGET_SIDK_S5JS100/modem/shmem_save.cpp | 1 + targets/TARGET_Samsung/TARGET_SIDK_S5JS100/serial_dummy_api.c | 1 + targets/TARGET_Samsung/TARGET_SIDK_S5JS100/serial_pl011_api.c | 1 + targets/TARGET_Samsung/TARGET_SIDK_S5JS100/serial_usi_api.c | 1 + 10 files changed, 10 insertions(+) diff --git a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_ARM_STD/sidk_s5js100.sct b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_ARM_STD/sidk_s5js100.sct index cbef6004b6..ca1db9f045 100755 --- a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_ARM_STD/sidk_s5js100.sct +++ b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_ARM_STD/sidk_s5js100.sct @@ -2,6 +2,7 @@ ;/**************************************************************************** ; * ; * Copyright 2020 Samsung Electronics All Rights Reserved. +; * SPDX-License-Identifier: Apache-2.0 ; * ; * Licensed under the Apache License, Version 2.0 (the "License"); ; * you may not use this file except in compliance with the License. diff --git a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_ARM_STD/startup_sidk_s5js100.S b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_ARM_STD/startup_sidk_s5js100.S index f65b5a3aa7..45fb5604d8 100755 --- a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_ARM_STD/startup_sidk_s5js100.S +++ b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_ARM_STD/startup_sidk_s5js100.S @@ -1,6 +1,7 @@ /**************************************************************************** * * Copyright 2020 Samsung Electronics All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_GCC_ARM/sidk_s5js100.ld b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_GCC_ARM/sidk_s5js100.ld index 8c98a4a0c5..4d8cab06f0 100755 --- a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_GCC_ARM/sidk_s5js100.ld +++ b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_GCC_ARM/sidk_s5js100.ld @@ -1,6 +1,7 @@ /**************************************************************************** * * Copyright 2020 Samsung Electronics All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_GCC_ARM/startup_sidk_s5js100.S b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_GCC_ARM/startup_sidk_s5js100.S index a605037355..2f9ee13560 100755 --- a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_GCC_ARM/startup_sidk_s5js100.S +++ b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_GCC_ARM/startup_sidk_s5js100.S @@ -16,6 +16,7 @@ ;/**************************************************************************** ; * ; * Copyright 2020 Samsung Electronics All Rights Reserved. +; * SPDX-License-Identifier: Apache-2.0 ; * ; * Licensed under the Apache License, Version 2.0 (the "License"); ; * you may not use this file except in compliance with the License. diff --git a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_IAR/sidk_s5js100.icf b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_IAR/sidk_s5js100.icf index c787c811b2..e76369d16f 100755 --- a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_IAR/sidk_s5js100.icf +++ b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_IAR/sidk_s5js100.icf @@ -1,6 +1,7 @@ /**************************************************************************** * * Copyright 2020 Samsung Electronics All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_IAR/startup_s5js100.S b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_IAR/startup_s5js100.S index 55263a3cd9..6468303864 100755 --- a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_IAR/startup_s5js100.S +++ b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_IAR/startup_s5js100.S @@ -1,6 +1,7 @@ /**************************************************************************** * * Copyright 2020 Samsung Electronics All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/modem/shmem_save.cpp b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/modem/shmem_save.cpp index 162064f8fe..0b406a8a2a 100644 --- a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/modem/shmem_save.cpp +++ b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/modem/shmem_save.cpp @@ -1,6 +1,7 @@ /**************************************************************************** * * Copyright 2020 Samsung Electronics All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/serial_dummy_api.c b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/serial_dummy_api.c index a39d4f2e08..c510e31fa4 100644 --- a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/serial_dummy_api.c +++ b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/serial_dummy_api.c @@ -1,6 +1,7 @@ /**************************************************************************** * * Copyright 2020 Samsung Electronics All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/serial_pl011_api.c b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/serial_pl011_api.c index d95e894e71..860138226f 100644 --- a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/serial_pl011_api.c +++ b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/serial_pl011_api.c @@ -1,6 +1,7 @@ /**************************************************************************** * * Copyright 2020 Samsung Electronics All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/serial_usi_api.c b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/serial_usi_api.c index db9e0705ba..4a14906e59 100644 --- a/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/serial_usi_api.c +++ b/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/serial_usi_api.c @@ -1,6 +1,7 @@ /**************************************************************************** * * Copyright 2020 Samsung Electronics All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.