Skip to content

Commit a5fd917

Browse files
Michael SchwarczOren Cohen
authored andcommitted
Update target license headers
- Add SPDX identifiers and update dates
1 parent 79976e0 commit a5fd917

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+154
-64
lines changed

targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/PeripheralNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2018 Arm Limited
2+
* Copyright (c) 2019 Arm Limited
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/PinNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2018 Arm Limited
2+
* Copyright (c) 2019 Arm Limited
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/TARGET_MUSCA_A1_NS/device/TOOLCHAIN_ARMC6/musca_ns.sct

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#! armclang --target=arm-arm-none-eabi -march=armv8-m.main -E -xc
22

33
/*
4-
* Copyright (c) 2018 ARM Limited
4+
* Copyright (c) 2019 ARM Limited
5+
*
6+
* SPDX-License-Identifier: Apache-2.0
57
*
68
* Licensed under the Apache License, Version 2.0 (the "License");
79
* you may not use this file except in compliance with the License.

targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/TARGET_MUSCA_A1_NS/device/TOOLCHAIN_ARMC6/startup_cmsdk_musca_ns.S

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
;/*
2-
; * Copyright (c) 2017-2018 ARM Limited
2+
; * Copyright (c) 2019 ARM Limited
3+
; *
4+
; * SPDX-License-Identifier: Apache-2.0
35
; *
46
; * Licensed under the Apache License, Version 2.0 (the "License");
57
; * you may not use this file except in compliance with the License.

targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/TARGET_MUSCA_A1_NS/device/TOOLCHAIN_GCC_ARM/musca_ns.ld

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
;/*
2-
; * Copyright (c) 2018 ARM Limited
2+
; * Copyright (c) 2019 ARM Limited
3+
; *
4+
; * SPDX-License-Identifier: Apache-2.0
35
; *
46
; * Licensed under the Apache License, Version 2.0 (the "License");
57
; * you may not use this file except in compliance with the License.

targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/TARGET_MUSCA_A1_NS/device/TOOLCHAIN_GCC_ARM/startup_cmsdk_musca_ns.S

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
;/*
2-
; * Copyright (c) 2009-2018 ARM Limited
2+
; * Copyright (c) 2019 ARM Limited
3+
; *
4+
; * SPDX-License-Identifier: Apache-2.0
35
; *
46
; * Licensed under the Apache License, Version 2.0 (the "License");
57
; * you may not use this file except in compliance with the License.

targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/TARGET_MUSCA_A1_NS/device/cmsis_nvic.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2018 Arm Limited
2+
* Copyright (c) 2019 Arm Limited
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.

targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/TARGET_MUSCA_A1_NS/device/cmsis_nvic_virtual.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018 Arm Limited
2+
* Copyright (c) 2019 Arm Limited
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/TARGET_MUSCA_A1_NS/device/cmsis_nvic_virtual.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018 Arm Limited
2+
* Copyright (c) 2019 Arm Limited
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/TARGET_MUSCA_A1_NS/device/drivers/timer_gp_drv.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
2-
* Copyright (c) 2018 Arm Limited
2+
* Copyright (c) 2018-2019 Arm Limited
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)