From 58b665b29648823179fcee2ef752ff90b36076bf Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Fri, 8 Nov 2024 14:56:43 +0100 Subject: [PATCH] boards/arm/tiva: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea --- boards/arm/tiva/dk-tm4c129x/include/board.h | 2 ++ boards/arm/tiva/dk-tm4c129x/scripts/Make.defs | 2 ++ boards/arm/tiva/dk-tm4c129x/scripts/ld.script | 2 ++ boards/arm/tiva/dk-tm4c129x/src/Makefile | 2 ++ boards/arm/tiva/dk-tm4c129x/src/dk-tm4c129x.h | 2 ++ boards/arm/tiva/dk-tm4c129x/src/tm4c_appinit.c | 2 ++ boards/arm/tiva/dk-tm4c129x/src/tm4c_autoleds.c | 2 ++ boards/arm/tiva/dk-tm4c129x/src/tm4c_boot.c | 2 ++ boards/arm/tiva/dk-tm4c129x/src/tm4c_bringup.c | 2 ++ boards/arm/tiva/dk-tm4c129x/src/tm4c_buttons.c | 2 ++ boards/arm/tiva/dk-tm4c129x/src/tm4c_ethernet.c | 2 ++ boards/arm/tiva/dk-tm4c129x/src/tm4c_ssi.c | 2 ++ boards/arm/tiva/dk-tm4c129x/src/tm4c_timer.c | 2 ++ boards/arm/tiva/dk-tm4c129x/src/tm4c_tmp100.c | 2 ++ boards/arm/tiva/dk-tm4c129x/src/tm4c_userleds.c | 2 ++ boards/arm/tiva/eagle100/include/board.h | 2 ++ boards/arm/tiva/eagle100/scripts/Make.defs | 2 ++ boards/arm/tiva/eagle100/scripts/ld.script | 2 ++ boards/arm/tiva/eagle100/src/Makefile | 2 ++ boards/arm/tiva/eagle100/src/eagle100.h | 2 ++ boards/arm/tiva/eagle100/src/lm_appinit.c | 2 ++ boards/arm/tiva/eagle100/src/lm_boot.c | 2 ++ boards/arm/tiva/eagle100/src/lm_ethernet.c | 2 ++ boards/arm/tiva/eagle100/src/lm_leds.c | 2 ++ boards/arm/tiva/eagle100/src/lm_ssi.c | 2 ++ boards/arm/tiva/ekk-lm3s9b96/include/board.h | 2 ++ boards/arm/tiva/ekk-lm3s9b96/scripts/Make.defs | 2 ++ boards/arm/tiva/ekk-lm3s9b96/scripts/ekk-lm3s9b96.ld | 2 ++ boards/arm/tiva/ekk-lm3s9b96/src/Makefile | 2 ++ boards/arm/tiva/ekk-lm3s9b96/src/ekk-lm3s9b96.h | 2 ++ boards/arm/tiva/ekk-lm3s9b96/src/lm_appinit.c | 2 ++ boards/arm/tiva/ekk-lm3s9b96/src/lm_boot.c | 2 ++ boards/arm/tiva/ekk-lm3s9b96/src/lm_ethernet.c | 2 ++ boards/arm/tiva/ekk-lm3s9b96/src/lm_leds.c | 2 ++ boards/arm/tiva/ekk-lm3s9b96/src/lm_ssi.c | 2 ++ boards/arm/tiva/launchxl-cc1310/include/board.h | 2 ++ boards/arm/tiva/launchxl-cc1310/scripts/Make.defs | 2 ++ boards/arm/tiva/launchxl-cc1310/scripts/flash.ld | 2 ++ boards/arm/tiva/launchxl-cc1310/src/Makefile | 2 ++ boards/arm/tiva/launchxl-cc1310/src/cc1310_appinit.c | 2 ++ boards/arm/tiva/launchxl-cc1310/src/cc1310_autoleds.c | 2 ++ boards/arm/tiva/launchxl-cc1310/src/cc1310_boot.c | 2 ++ boards/arm/tiva/launchxl-cc1310/src/cc1310_bringup.c | 2 ++ boards/arm/tiva/launchxl-cc1310/src/cc1310_buttons.c | 2 ++ boards/arm/tiva/launchxl-cc1310/src/cc1310_pinconfig.c | 2 ++ boards/arm/tiva/launchxl-cc1310/src/cc1310_ssi.c | 2 ++ boards/arm/tiva/launchxl-cc1310/src/cc1310_userleds.c | 2 ++ boards/arm/tiva/launchxl-cc1310/src/launchxl-cc1310.h | 2 ++ boards/arm/tiva/launchxl-cc1312r1/include/board.h | 2 ++ boards/arm/tiva/launchxl-cc1312r1/scripts/Make.defs | 2 ++ boards/arm/tiva/launchxl-cc1312r1/scripts/flash.ld | 2 ++ boards/arm/tiva/launchxl-cc1312r1/scripts/sram.ld | 2 ++ boards/arm/tiva/launchxl-cc1312r1/src/Makefile | 2 ++ boards/arm/tiva/launchxl-cc1312r1/src/cc1312_appinit.c | 2 ++ boards/arm/tiva/launchxl-cc1312r1/src/cc1312_autoleds.c | 2 ++ boards/arm/tiva/launchxl-cc1312r1/src/cc1312_boot.c | 2 ++ boards/arm/tiva/launchxl-cc1312r1/src/cc1312_bringup.c | 2 ++ boards/arm/tiva/launchxl-cc1312r1/src/cc1312_buttons.c | 2 ++ boards/arm/tiva/launchxl-cc1312r1/src/cc1312_pinconfig.c | 2 ++ boards/arm/tiva/launchxl-cc1312r1/src/cc1312_ssi.c | 2 ++ boards/arm/tiva/launchxl-cc1312r1/src/cc1312_userleds.c | 2 ++ .../arm/tiva/launchxl-cc1312r1/src/launchxl-cc1312r1.h | 2 ++ boards/arm/tiva/lm3s6432-s2e/include/board.h | 2 ++ boards/arm/tiva/lm3s6432-s2e/scripts/Make.defs | 2 ++ boards/arm/tiva/lm3s6432-s2e/scripts/lm3s6432-s2e.ld | 2 ++ boards/arm/tiva/lm3s6432-s2e/src/Makefile | 2 ++ boards/arm/tiva/lm3s6432-s2e/src/lm3s6432-s2e.h | 2 ++ boards/arm/tiva/lm3s6432-s2e/src/lm_appinit.c | 2 ++ boards/arm/tiva/lm3s6432-s2e/src/lm_boot.c | 2 ++ boards/arm/tiva/lm3s6432-s2e/src/lm_ethernet.c | 2 ++ boards/arm/tiva/lm3s6432-s2e/src/lm_leds.c | 2 ++ boards/arm/tiva/lm3s6432-s2e/src/lm_ssi.c | 2 ++ boards/arm/tiva/lm3s6965-ek/CMakeLists.txt | 2 ++ boards/arm/tiva/lm3s6965-ek/include/board.h | 2 ++ boards/arm/tiva/lm3s6965-ek/kernel/CMakeLists.txt | 2 ++ boards/arm/tiva/lm3s6965-ek/kernel/Makefile | 2 ++ boards/arm/tiva/lm3s6965-ek/kernel/lm_userspace.c | 2 ++ boards/arm/tiva/lm3s6965-ek/scripts/Make.defs | 2 ++ boards/arm/tiva/lm3s6965-ek/scripts/kernel-space.ld | 2 ++ boards/arm/tiva/lm3s6965-ek/scripts/ld.script | 2 ++ boards/arm/tiva/lm3s6965-ek/scripts/ld.sct | 2 ++ boards/arm/tiva/lm3s6965-ek/scripts/memory.ld | 2 ++ boards/arm/tiva/lm3s6965-ek/scripts/user-space.ld | 2 ++ boards/arm/tiva/lm3s6965-ek/src/CMakeLists.txt | 2 ++ boards/arm/tiva/lm3s6965-ek/src/Makefile | 2 ++ boards/arm/tiva/lm3s6965-ek/src/lm3s6965-ek.h | 2 ++ boards/arm/tiva/lm3s6965-ek/src/lm_appinit.c | 2 ++ boards/arm/tiva/lm3s6965-ek/src/lm_boot.c | 2 ++ boards/arm/tiva/lm3s6965-ek/src/lm_bringup.c | 2 ++ boards/arm/tiva/lm3s6965-ek/src/lm_ethernet.c | 2 ++ boards/arm/tiva/lm3s6965-ek/src/lm_leds.c | 2 ++ boards/arm/tiva/lm3s6965-ek/src/lm_oled.c | 2 ++ boards/arm/tiva/lm3s6965-ek/src/lm_ssi.c | 2 ++ boards/arm/tiva/lm3s8962-ek/include/board.h | 2 ++ boards/arm/tiva/lm3s8962-ek/scripts/Make.defs | 2 ++ boards/arm/tiva/lm3s8962-ek/scripts/ld.script | 2 ++ boards/arm/tiva/lm3s8962-ek/src/Makefile | 2 ++ boards/arm/tiva/lm3s8962-ek/src/lm3s8962-ek.h | 2 ++ boards/arm/tiva/lm3s8962-ek/src/lm_appinit.c | 2 ++ boards/arm/tiva/lm3s8962-ek/src/lm_boot.c | 2 ++ boards/arm/tiva/lm3s8962-ek/src/lm_ethernet.c | 2 ++ boards/arm/tiva/lm3s8962-ek/src/lm_leds.c | 2 ++ boards/arm/tiva/lm3s8962-ek/src/lm_oled.c | 2 ++ boards/arm/tiva/lm3s8962-ek/src/lm_ssi.c | 2 ++ boards/arm/tiva/lm4f120-launchpad/include/board.h | 2 ++ boards/arm/tiva/lm4f120-launchpad/scripts/Make.defs | 2 ++ .../tiva/lm4f120-launchpad/scripts/lm4f120-launchpad.ld | 2 ++ boards/arm/tiva/lm4f120-launchpad/src/Makefile | 2 ++ boards/arm/tiva/lm4f120-launchpad/src/lm4f_appinit.c | 2 ++ boards/arm/tiva/lm4f120-launchpad/src/lm4f_autoleds.c | 2 ++ boards/arm/tiva/lm4f120-launchpad/src/lm4f_boot.c | 2 ++ boards/arm/tiva/lm4f120-launchpad/src/lm4f_ssi.c | 2 ++ .../arm/tiva/lm4f120-launchpad/src/lmf4120-launchpad.h | 2 ++ boards/arm/tiva/tm4c123g-launchpad/include/board.h | 2 ++ boards/arm/tiva/tm4c123g-launchpad/scripts/Make.defs | 2 ++ .../tm4c123g-launchpad/scripts/tm4c123g-launchpad.ld | 2 ++ boards/arm/tiva/tm4c123g-launchpad/src/Makefile | 2 ++ .../arm/tiva/tm4c123g-launchpad/src/tm4c123g-launchpad.h | 2 ++ boards/arm/tiva/tm4c123g-launchpad/src/tm4c_adc.c | 2 ++ boards/arm/tiva/tm4c123g-launchpad/src/tm4c_appinit.c | 2 ++ boards/arm/tiva/tm4c123g-launchpad/src/tm4c_at24.c | 2 ++ boards/arm/tiva/tm4c123g-launchpad/src/tm4c_autoleds.c | 2 ++ boards/arm/tiva/tm4c123g-launchpad/src/tm4c_boot.c | 2 ++ boards/arm/tiva/tm4c123g-launchpad/src/tm4c_bringup.c | 2 ++ boards/arm/tiva/tm4c123g-launchpad/src/tm4c_buttons.c | 2 ++ boards/arm/tiva/tm4c123g-launchpad/src/tm4c_can.c | 9 ++++----- boards/arm/tiva/tm4c123g-launchpad/src/tm4c_mcp2515.c | 2 ++ boards/arm/tiva/tm4c123g-launchpad/src/tm4c_ssi.c | 2 ++ boards/arm/tiva/tm4c123g-launchpad/src/tm4c_timer.c | 2 ++ boards/arm/tiva/tm4c1294-launchpad/include/board.h | 2 ++ boards/arm/tiva/tm4c1294-launchpad/scripts/Make.defs | 2 ++ boards/arm/tiva/tm4c1294-launchpad/scripts/ld.script | 2 ++ boards/arm/tiva/tm4c1294-launchpad/src/Makefile | 2 ++ .../arm/tiva/tm4c1294-launchpad/src/tm4c1294-launchpad.h | 2 ++ boards/arm/tiva/tm4c1294-launchpad/src/tm4c_appinit.c | 2 ++ boards/arm/tiva/tm4c1294-launchpad/src/tm4c_autoleds.c | 2 ++ boards/arm/tiva/tm4c1294-launchpad/src/tm4c_boot.c | 2 ++ boards/arm/tiva/tm4c1294-launchpad/src/tm4c_bringup.c | 2 ++ boards/arm/tiva/tm4c1294-launchpad/src/tm4c_buttons.c | 2 ++ boards/arm/tiva/tm4c1294-launchpad/src/tm4c_can.c | 3 ++- boards/arm/tiva/tm4c1294-launchpad/src/tm4c_ethernet.c | 2 ++ boards/arm/tiva/tm4c1294-launchpad/src/tm4c_hciuart.c | 2 ++ boards/arm/tiva/tm4c1294-launchpad/src/tm4c_reset.c | 2 ++ boards/arm/tiva/tm4c1294-launchpad/src/tm4c_timer.c | 2 ++ boards/arm/tiva/tm4c1294-launchpad/src/tm4c_userleds.c | 2 ++ boards/arm/tiva/tm4c129e-launchpad/include/board.h | 2 ++ boards/arm/tiva/tm4c129e-launchpad/scripts/Make.defs | 2 ++ boards/arm/tiva/tm4c129e-launchpad/scripts/ld.script | 2 ++ boards/arm/tiva/tm4c129e-launchpad/src/Makefile | 2 ++ .../arm/tiva/tm4c129e-launchpad/src/tm4c129e-launchpad.h | 2 ++ boards/arm/tiva/tm4c129e-launchpad/src/tm4c_appinit.c | 2 ++ boards/arm/tiva/tm4c129e-launchpad/src/tm4c_autoleds.c | 2 ++ boards/arm/tiva/tm4c129e-launchpad/src/tm4c_boot.c | 2 ++ boards/arm/tiva/tm4c129e-launchpad/src/tm4c_bringup.c | 2 ++ boards/arm/tiva/tm4c129e-launchpad/src/tm4c_buttons.c | 2 ++ boards/arm/tiva/tm4c129e-launchpad/src/tm4c_ethernet.c | 2 ++ boards/arm/tiva/tm4c129e-launchpad/src/tm4c_hciuart.c | 2 ++ boards/arm/tiva/tm4c129e-launchpad/src/tm4c_timer.c | 2 ++ boards/arm/tiva/tm4c129e-launchpad/src/tm4c_userleds.c | 2 ++ 159 files changed, 320 insertions(+), 6 deletions(-) diff --git a/boards/arm/tiva/dk-tm4c129x/include/board.h b/boards/arm/tiva/dk-tm4c129x/include/board.h index 7bb4be48f11..5abeadf78a4 100644 --- a/boards/arm/tiva/dk-tm4c129x/include/board.h +++ b/boards/arm/tiva/dk-tm4c129x/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/dk-tm4c129x/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/dk-tm4c129x/scripts/Make.defs b/boards/arm/tiva/dk-tm4c129x/scripts/Make.defs index caafcba5278..464dc5a0047 100644 --- a/boards/arm/tiva/dk-tm4c129x/scripts/Make.defs +++ b/boards/arm/tiva/dk-tm4c129x/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/dk-tm4c129x/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/dk-tm4c129x/scripts/ld.script b/boards/arm/tiva/dk-tm4c129x/scripts/ld.script index d1ac2e8b597..2e8cce0b543 100644 --- a/boards/arm/tiva/dk-tm4c129x/scripts/ld.script +++ b/boards/arm/tiva/dk-tm4c129x/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/dk-tm4c129x/scripts/ld.script * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/dk-tm4c129x/src/Makefile b/boards/arm/tiva/dk-tm4c129x/src/Makefile index e269a3d9207..840f8f204f6 100644 --- a/boards/arm/tiva/dk-tm4c129x/src/Makefile +++ b/boards/arm/tiva/dk-tm4c129x/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/dk-tm4c129x/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/dk-tm4c129x/src/dk-tm4c129x.h b/boards/arm/tiva/dk-tm4c129x/src/dk-tm4c129x.h index ba062c91add..cbda704ba13 100644 --- a/boards/arm/tiva/dk-tm4c129x/src/dk-tm4c129x.h +++ b/boards/arm/tiva/dk-tm4c129x/src/dk-tm4c129x.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/dk-tm4c129x/src/dk-tm4c129x.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/dk-tm4c129x/src/tm4c_appinit.c b/boards/arm/tiva/dk-tm4c129x/src/tm4c_appinit.c index c43a490700f..e80606eff1b 100644 --- a/boards/arm/tiva/dk-tm4c129x/src/tm4c_appinit.c +++ b/boards/arm/tiva/dk-tm4c129x/src/tm4c_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/dk-tm4c129x/src/tm4c_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/dk-tm4c129x/src/tm4c_autoleds.c b/boards/arm/tiva/dk-tm4c129x/src/tm4c_autoleds.c index 80865ed1e3b..fa99977a784 100644 --- a/boards/arm/tiva/dk-tm4c129x/src/tm4c_autoleds.c +++ b/boards/arm/tiva/dk-tm4c129x/src/tm4c_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/dk-tm4c129x/src/tm4c_autoleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/dk-tm4c129x/src/tm4c_boot.c b/boards/arm/tiva/dk-tm4c129x/src/tm4c_boot.c index 9786a84f3a7..790877a5ee2 100644 --- a/boards/arm/tiva/dk-tm4c129x/src/tm4c_boot.c +++ b/boards/arm/tiva/dk-tm4c129x/src/tm4c_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/dk-tm4c129x/src/tm4c_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/dk-tm4c129x/src/tm4c_bringup.c b/boards/arm/tiva/dk-tm4c129x/src/tm4c_bringup.c index 2db85ecda62..65fd719594d 100644 --- a/boards/arm/tiva/dk-tm4c129x/src/tm4c_bringup.c +++ b/boards/arm/tiva/dk-tm4c129x/src/tm4c_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/dk-tm4c129x/src/tm4c_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/dk-tm4c129x/src/tm4c_buttons.c b/boards/arm/tiva/dk-tm4c129x/src/tm4c_buttons.c index 36f9fb45f30..208fa86ce38 100644 --- a/boards/arm/tiva/dk-tm4c129x/src/tm4c_buttons.c +++ b/boards/arm/tiva/dk-tm4c129x/src/tm4c_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/dk-tm4c129x/src/tm4c_buttons.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/dk-tm4c129x/src/tm4c_ethernet.c b/boards/arm/tiva/dk-tm4c129x/src/tm4c_ethernet.c index aca32b52109..af5253c361c 100644 --- a/boards/arm/tiva/dk-tm4c129x/src/tm4c_ethernet.c +++ b/boards/arm/tiva/dk-tm4c129x/src/tm4c_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/dk-tm4c129x/src/tm4c_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/dk-tm4c129x/src/tm4c_ssi.c b/boards/arm/tiva/dk-tm4c129x/src/tm4c_ssi.c index 00ce8bc41b7..185e5709cb4 100644 --- a/boards/arm/tiva/dk-tm4c129x/src/tm4c_ssi.c +++ b/boards/arm/tiva/dk-tm4c129x/src/tm4c_ssi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/dk-tm4c129x/src/tm4c_ssi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/dk-tm4c129x/src/tm4c_timer.c b/boards/arm/tiva/dk-tm4c129x/src/tm4c_timer.c index 5930a5db996..cd61831456d 100644 --- a/boards/arm/tiva/dk-tm4c129x/src/tm4c_timer.c +++ b/boards/arm/tiva/dk-tm4c129x/src/tm4c_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/dk-tm4c129x/src/tm4c_timer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/dk-tm4c129x/src/tm4c_tmp100.c b/boards/arm/tiva/dk-tm4c129x/src/tm4c_tmp100.c index a9975aa4a9c..259d2f3806e 100644 --- a/boards/arm/tiva/dk-tm4c129x/src/tm4c_tmp100.c +++ b/boards/arm/tiva/dk-tm4c129x/src/tm4c_tmp100.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/dk-tm4c129x/src/tm4c_tmp100.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/dk-tm4c129x/src/tm4c_userleds.c b/boards/arm/tiva/dk-tm4c129x/src/tm4c_userleds.c index 14e28c55213..85a68085d83 100644 --- a/boards/arm/tiva/dk-tm4c129x/src/tm4c_userleds.c +++ b/boards/arm/tiva/dk-tm4c129x/src/tm4c_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/dk-tm4c129x/src/tm4c_userleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/eagle100/include/board.h b/boards/arm/tiva/eagle100/include/board.h index a930ade53a8..ea1ae651bec 100644 --- a/boards/arm/tiva/eagle100/include/board.h +++ b/boards/arm/tiva/eagle100/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/eagle100/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/eagle100/scripts/Make.defs b/boards/arm/tiva/eagle100/scripts/Make.defs index cbdf3891090..c0f322c3b69 100644 --- a/boards/arm/tiva/eagle100/scripts/Make.defs +++ b/boards/arm/tiva/eagle100/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/eagle100/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/eagle100/scripts/ld.script b/boards/arm/tiva/eagle100/scripts/ld.script index 71c007cd09a..634fb07eaa4 100644 --- a/boards/arm/tiva/eagle100/scripts/ld.script +++ b/boards/arm/tiva/eagle100/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/eagle100/scripts/ld.script * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/eagle100/src/Makefile b/boards/arm/tiva/eagle100/src/Makefile index 8b11940b29a..7a77e880a94 100644 --- a/boards/arm/tiva/eagle100/src/Makefile +++ b/boards/arm/tiva/eagle100/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/eagle100/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/eagle100/src/eagle100.h b/boards/arm/tiva/eagle100/src/eagle100.h index 799faada9c3..7dce5285031 100644 --- a/boards/arm/tiva/eagle100/src/eagle100.h +++ b/boards/arm/tiva/eagle100/src/eagle100.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/eagle100/src/eagle100.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/eagle100/src/lm_appinit.c b/boards/arm/tiva/eagle100/src/lm_appinit.c index d50336616c0..c1bc463c929 100644 --- a/boards/arm/tiva/eagle100/src/lm_appinit.c +++ b/boards/arm/tiva/eagle100/src/lm_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/eagle100/src/lm_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/eagle100/src/lm_boot.c b/boards/arm/tiva/eagle100/src/lm_boot.c index e2826b163ae..c057fc43225 100644 --- a/boards/arm/tiva/eagle100/src/lm_boot.c +++ b/boards/arm/tiva/eagle100/src/lm_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/eagle100/src/lm_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/eagle100/src/lm_ethernet.c b/boards/arm/tiva/eagle100/src/lm_ethernet.c index 10ef7432dfc..d8bddc0c7bc 100644 --- a/boards/arm/tiva/eagle100/src/lm_ethernet.c +++ b/boards/arm/tiva/eagle100/src/lm_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/eagle100/src/lm_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/eagle100/src/lm_leds.c b/boards/arm/tiva/eagle100/src/lm_leds.c index 55cce391979..d7c667ed9f4 100644 --- a/boards/arm/tiva/eagle100/src/lm_leds.c +++ b/boards/arm/tiva/eagle100/src/lm_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/eagle100/src/lm_leds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/eagle100/src/lm_ssi.c b/boards/arm/tiva/eagle100/src/lm_ssi.c index 9452934adac..07a30628205 100644 --- a/boards/arm/tiva/eagle100/src/lm_ssi.c +++ b/boards/arm/tiva/eagle100/src/lm_ssi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/eagle100/src/lm_ssi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/ekk-lm3s9b96/include/board.h b/boards/arm/tiva/ekk-lm3s9b96/include/board.h index 4899d740b2e..7dd36bfd391 100644 --- a/boards/arm/tiva/ekk-lm3s9b96/include/board.h +++ b/boards/arm/tiva/ekk-lm3s9b96/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/ekk-lm3s9b96/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/ekk-lm3s9b96/scripts/Make.defs b/boards/arm/tiva/ekk-lm3s9b96/scripts/Make.defs index f6a0ccd2f52..09cab54bdfa 100644 --- a/boards/arm/tiva/ekk-lm3s9b96/scripts/Make.defs +++ b/boards/arm/tiva/ekk-lm3s9b96/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/ekk-lm3s9b96/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/ekk-lm3s9b96/scripts/ekk-lm3s9b96.ld b/boards/arm/tiva/ekk-lm3s9b96/scripts/ekk-lm3s9b96.ld index 71fd86dbc58..393ede82b21 100644 --- a/boards/arm/tiva/ekk-lm3s9b96/scripts/ekk-lm3s9b96.ld +++ b/boards/arm/tiva/ekk-lm3s9b96/scripts/ekk-lm3s9b96.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/ekk-lm3s9b96/scripts/ekk-lm3s9b96.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/ekk-lm3s9b96/src/Makefile b/boards/arm/tiva/ekk-lm3s9b96/src/Makefile index 121fda0cbfc..4ab93fe1d24 100644 --- a/boards/arm/tiva/ekk-lm3s9b96/src/Makefile +++ b/boards/arm/tiva/ekk-lm3s9b96/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/ekk-lm3s9b96/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/ekk-lm3s9b96/src/ekk-lm3s9b96.h b/boards/arm/tiva/ekk-lm3s9b96/src/ekk-lm3s9b96.h index 5e44ca4ecfd..fbb46e1abf2 100644 --- a/boards/arm/tiva/ekk-lm3s9b96/src/ekk-lm3s9b96.h +++ b/boards/arm/tiva/ekk-lm3s9b96/src/ekk-lm3s9b96.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/ekk-lm3s9b96/src/ekk-lm3s9b96.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/ekk-lm3s9b96/src/lm_appinit.c b/boards/arm/tiva/ekk-lm3s9b96/src/lm_appinit.c index 4a7ce10c0e1..cc2f132157e 100644 --- a/boards/arm/tiva/ekk-lm3s9b96/src/lm_appinit.c +++ b/boards/arm/tiva/ekk-lm3s9b96/src/lm_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/ekk-lm3s9b96/src/lm_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/ekk-lm3s9b96/src/lm_boot.c b/boards/arm/tiva/ekk-lm3s9b96/src/lm_boot.c index 70dd2546a07..8bc1a2ef1ed 100644 --- a/boards/arm/tiva/ekk-lm3s9b96/src/lm_boot.c +++ b/boards/arm/tiva/ekk-lm3s9b96/src/lm_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/ekk-lm3s9b96/src/lm_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/ekk-lm3s9b96/src/lm_ethernet.c b/boards/arm/tiva/ekk-lm3s9b96/src/lm_ethernet.c index 84e3ce53884..9abfbbab687 100644 --- a/boards/arm/tiva/ekk-lm3s9b96/src/lm_ethernet.c +++ b/boards/arm/tiva/ekk-lm3s9b96/src/lm_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/ekk-lm3s9b96/src/lm_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/ekk-lm3s9b96/src/lm_leds.c b/boards/arm/tiva/ekk-lm3s9b96/src/lm_leds.c index eb26a703b73..3d2aa018689 100644 --- a/boards/arm/tiva/ekk-lm3s9b96/src/lm_leds.c +++ b/boards/arm/tiva/ekk-lm3s9b96/src/lm_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/ekk-lm3s9b96/src/lm_leds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/ekk-lm3s9b96/src/lm_ssi.c b/boards/arm/tiva/ekk-lm3s9b96/src/lm_ssi.c index adf7e218906..ccc0c1b1928 100644 --- a/boards/arm/tiva/ekk-lm3s9b96/src/lm_ssi.c +++ b/boards/arm/tiva/ekk-lm3s9b96/src/lm_ssi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/ekk-lm3s9b96/src/lm_ssi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1310/include/board.h b/boards/arm/tiva/launchxl-cc1310/include/board.h index e6fbc46e5d8..93e53b7c93f 100644 --- a/boards/arm/tiva/launchxl-cc1310/include/board.h +++ b/boards/arm/tiva/launchxl-cc1310/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1310/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1310/scripts/Make.defs b/boards/arm/tiva/launchxl-cc1310/scripts/Make.defs index db4c49a7df0..8b53ffa124d 100644 --- a/boards/arm/tiva/launchxl-cc1310/scripts/Make.defs +++ b/boards/arm/tiva/launchxl-cc1310/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/launchxl-cc1310/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1310/scripts/flash.ld b/boards/arm/tiva/launchxl-cc1310/scripts/flash.ld index 8e92116f496..aa46bf9eae6 100644 --- a/boards/arm/tiva/launchxl-cc1310/scripts/flash.ld +++ b/boards/arm/tiva/launchxl-cc1310/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1310/scripts/flash.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1310/src/Makefile b/boards/arm/tiva/launchxl-cc1310/src/Makefile index 0d4fbe28e70..43d68da65b4 100644 --- a/boards/arm/tiva/launchxl-cc1310/src/Makefile +++ b/boards/arm/tiva/launchxl-cc1310/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/launchxl-cc1310/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1310/src/cc1310_appinit.c b/boards/arm/tiva/launchxl-cc1310/src/cc1310_appinit.c index c29e6af1762..36ba9fed0ac 100644 --- a/boards/arm/tiva/launchxl-cc1310/src/cc1310_appinit.c +++ b/boards/arm/tiva/launchxl-cc1310/src/cc1310_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1310/src/cc1310_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1310/src/cc1310_autoleds.c b/boards/arm/tiva/launchxl-cc1310/src/cc1310_autoleds.c index db1faa9248b..e621868f12b 100644 --- a/boards/arm/tiva/launchxl-cc1310/src/cc1310_autoleds.c +++ b/boards/arm/tiva/launchxl-cc1310/src/cc1310_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1310/src/cc1310_autoleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1310/src/cc1310_boot.c b/boards/arm/tiva/launchxl-cc1310/src/cc1310_boot.c index 812cd936904..ba3add79ec3 100644 --- a/boards/arm/tiva/launchxl-cc1310/src/cc1310_boot.c +++ b/boards/arm/tiva/launchxl-cc1310/src/cc1310_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1310/src/cc1310_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1310/src/cc1310_bringup.c b/boards/arm/tiva/launchxl-cc1310/src/cc1310_bringup.c index 2becfe2a632..f73a7009fc2 100644 --- a/boards/arm/tiva/launchxl-cc1310/src/cc1310_bringup.c +++ b/boards/arm/tiva/launchxl-cc1310/src/cc1310_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1310/src/cc1310_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1310/src/cc1310_buttons.c b/boards/arm/tiva/launchxl-cc1310/src/cc1310_buttons.c index fb60b97ad26..5f63f78f97d 100644 --- a/boards/arm/tiva/launchxl-cc1310/src/cc1310_buttons.c +++ b/boards/arm/tiva/launchxl-cc1310/src/cc1310_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1310/src/cc1310_buttons.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1310/src/cc1310_pinconfig.c b/boards/arm/tiva/launchxl-cc1310/src/cc1310_pinconfig.c index b0e2cbeed65..68fa5e61144 100644 --- a/boards/arm/tiva/launchxl-cc1310/src/cc1310_pinconfig.c +++ b/boards/arm/tiva/launchxl-cc1310/src/cc1310_pinconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1310/src/cc1310_pinconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1310/src/cc1310_ssi.c b/boards/arm/tiva/launchxl-cc1310/src/cc1310_ssi.c index a3a46208f1e..bd02fe880e1 100644 --- a/boards/arm/tiva/launchxl-cc1310/src/cc1310_ssi.c +++ b/boards/arm/tiva/launchxl-cc1310/src/cc1310_ssi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1310/src/cc1310_ssi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1310/src/cc1310_userleds.c b/boards/arm/tiva/launchxl-cc1310/src/cc1310_userleds.c index 4ffa583331f..91ccfc59dbe 100644 --- a/boards/arm/tiva/launchxl-cc1310/src/cc1310_userleds.c +++ b/boards/arm/tiva/launchxl-cc1310/src/cc1310_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1310/src/cc1310_userleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1310/src/launchxl-cc1310.h b/boards/arm/tiva/launchxl-cc1310/src/launchxl-cc1310.h index ef0288019f6..747e992246a 100644 --- a/boards/arm/tiva/launchxl-cc1310/src/launchxl-cc1310.h +++ b/boards/arm/tiva/launchxl-cc1310/src/launchxl-cc1310.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1310/src/launchxl-cc1310.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1312r1/include/board.h b/boards/arm/tiva/launchxl-cc1312r1/include/board.h index 66b839c4ae4..0515e6a7d43 100644 --- a/boards/arm/tiva/launchxl-cc1312r1/include/board.h +++ b/boards/arm/tiva/launchxl-cc1312r1/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1312r1/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1312r1/scripts/Make.defs b/boards/arm/tiva/launchxl-cc1312r1/scripts/Make.defs index 9b5165311bc..5d0b85f411a 100644 --- a/boards/arm/tiva/launchxl-cc1312r1/scripts/Make.defs +++ b/boards/arm/tiva/launchxl-cc1312r1/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/launchxl-cc1312r1/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1312r1/scripts/flash.ld b/boards/arm/tiva/launchxl-cc1312r1/scripts/flash.ld index 239444cdbd9..0d98c6dfe0d 100644 --- a/boards/arm/tiva/launchxl-cc1312r1/scripts/flash.ld +++ b/boards/arm/tiva/launchxl-cc1312r1/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1312r1/scripts/flash.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1312r1/scripts/sram.ld b/boards/arm/tiva/launchxl-cc1312r1/scripts/sram.ld index cdab1e60674..113a01fcd99 100644 --- a/boards/arm/tiva/launchxl-cc1312r1/scripts/sram.ld +++ b/boards/arm/tiva/launchxl-cc1312r1/scripts/sram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1312r1/scripts/sram.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1312r1/src/Makefile b/boards/arm/tiva/launchxl-cc1312r1/src/Makefile index 4a4dc259222..ff9920c64ca 100644 --- a/boards/arm/tiva/launchxl-cc1312r1/src/Makefile +++ b/boards/arm/tiva/launchxl-cc1312r1/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/launchxl-cc1312r1/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_appinit.c b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_appinit.c index 6e8ef178530..4beb1fac78f 100644 --- a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_appinit.c +++ b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1312r1/src/cc1312_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_autoleds.c b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_autoleds.c index c8a78c3b866..ca16ece7d3e 100644 --- a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_autoleds.c +++ b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1312r1/src/cc1312_autoleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_boot.c b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_boot.c index bc8805a7128..a90a0fc4b12 100644 --- a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_boot.c +++ b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1312r1/src/cc1312_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_bringup.c b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_bringup.c index cfc25182ff7..f1b4516ed15 100644 --- a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_bringup.c +++ b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1312r1/src/cc1312_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_buttons.c b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_buttons.c index a62478af143..b6e4a0f2522 100644 --- a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_buttons.c +++ b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1312r1/src/cc1312_buttons.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_pinconfig.c b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_pinconfig.c index f3603852773..216c81d1395 100644 --- a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_pinconfig.c +++ b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_pinconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1312r1/src/cc1312_pinconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_ssi.c b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_ssi.c index f9c930d5d65..b2d74fbb4d0 100644 --- a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_ssi.c +++ b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_ssi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1312r1/src/cc1312_ssi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_userleds.c b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_userleds.c index 2aecd4ebc10..d15da5008c0 100644 --- a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_userleds.c +++ b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1312r1/src/cc1312_userleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/launchxl-cc1312r1/src/launchxl-cc1312r1.h b/boards/arm/tiva/launchxl-cc1312r1/src/launchxl-cc1312r1.h index ea445e70afe..46653a76120 100644 --- a/boards/arm/tiva/launchxl-cc1312r1/src/launchxl-cc1312r1.h +++ b/boards/arm/tiva/launchxl-cc1312r1/src/launchxl-cc1312r1.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/launchxl-cc1312r1/src/launchxl-cc1312r1.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6432-s2e/include/board.h b/boards/arm/tiva/lm3s6432-s2e/include/board.h index dc913fe6afb..d6449d6f3f3 100644 --- a/boards/arm/tiva/lm3s6432-s2e/include/board.h +++ b/boards/arm/tiva/lm3s6432-s2e/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6432-s2e/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6432-s2e/scripts/Make.defs b/boards/arm/tiva/lm3s6432-s2e/scripts/Make.defs index 14ee544bd1a..0119816589b 100644 --- a/boards/arm/tiva/lm3s6432-s2e/scripts/Make.defs +++ b/boards/arm/tiva/lm3s6432-s2e/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/lm3s6432-s2e/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6432-s2e/scripts/lm3s6432-s2e.ld b/boards/arm/tiva/lm3s6432-s2e/scripts/lm3s6432-s2e.ld index ba3458e6c5c..6d0c427f343 100644 --- a/boards/arm/tiva/lm3s6432-s2e/scripts/lm3s6432-s2e.ld +++ b/boards/arm/tiva/lm3s6432-s2e/scripts/lm3s6432-s2e.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6432-s2e/scripts/lm3s6432-s2e.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6432-s2e/src/Makefile b/boards/arm/tiva/lm3s6432-s2e/src/Makefile index 0d3724f44ab..35fa6b3ce41 100644 --- a/boards/arm/tiva/lm3s6432-s2e/src/Makefile +++ b/boards/arm/tiva/lm3s6432-s2e/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/lm3s6432-s2e/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6432-s2e/src/lm3s6432-s2e.h b/boards/arm/tiva/lm3s6432-s2e/src/lm3s6432-s2e.h index 215c7afe76f..aaf5d71d5b0 100644 --- a/boards/arm/tiva/lm3s6432-s2e/src/lm3s6432-s2e.h +++ b/boards/arm/tiva/lm3s6432-s2e/src/lm3s6432-s2e.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6432-s2e/src/lm3s6432-s2e.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6432-s2e/src/lm_appinit.c b/boards/arm/tiva/lm3s6432-s2e/src/lm_appinit.c index 31918f73eba..bd12ec3a642 100644 --- a/boards/arm/tiva/lm3s6432-s2e/src/lm_appinit.c +++ b/boards/arm/tiva/lm3s6432-s2e/src/lm_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6432-s2e/src/lm_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6432-s2e/src/lm_boot.c b/boards/arm/tiva/lm3s6432-s2e/src/lm_boot.c index a61e5536f25..30f62e2fd35 100644 --- a/boards/arm/tiva/lm3s6432-s2e/src/lm_boot.c +++ b/boards/arm/tiva/lm3s6432-s2e/src/lm_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6432-s2e/src/lm_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6432-s2e/src/lm_ethernet.c b/boards/arm/tiva/lm3s6432-s2e/src/lm_ethernet.c index 86fdf2d58ca..899bd58f427 100644 --- a/boards/arm/tiva/lm3s6432-s2e/src/lm_ethernet.c +++ b/boards/arm/tiva/lm3s6432-s2e/src/lm_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6432-s2e/src/lm_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6432-s2e/src/lm_leds.c b/boards/arm/tiva/lm3s6432-s2e/src/lm_leds.c index 74c03ee5449..bb3b4af0e6e 100644 --- a/boards/arm/tiva/lm3s6432-s2e/src/lm_leds.c +++ b/boards/arm/tiva/lm3s6432-s2e/src/lm_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6432-s2e/src/lm_leds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6432-s2e/src/lm_ssi.c b/boards/arm/tiva/lm3s6432-s2e/src/lm_ssi.c index 32140643abe..7fb47e32ddf 100644 --- a/boards/arm/tiva/lm3s6432-s2e/src/lm_ssi.c +++ b/boards/arm/tiva/lm3s6432-s2e/src/lm_ssi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6432-s2e/src/lm_ssi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/CMakeLists.txt b/boards/arm/tiva/lm3s6965-ek/CMakeLists.txt index 43e258b869a..6c8ad1bedb8 100644 --- a/boards/arm/tiva/lm3s6965-ek/CMakeLists.txt +++ b/boards/arm/tiva/lm3s6965-ek/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/tiva/lm3s6965-ek/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/boards/arm/tiva/lm3s6965-ek/include/board.h b/boards/arm/tiva/lm3s6965-ek/include/board.h index 4e4f55682d9..4280d67d681 100644 --- a/boards/arm/tiva/lm3s6965-ek/include/board.h +++ b/boards/arm/tiva/lm3s6965-ek/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6965-ek/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/kernel/CMakeLists.txt b/boards/arm/tiva/lm3s6965-ek/kernel/CMakeLists.txt index fa755dfe96f..36dc1dab6b2 100644 --- a/boards/arm/tiva/lm3s6965-ek/kernel/CMakeLists.txt +++ b/boards/arm/tiva/lm3s6965-ek/kernel/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/tiva/lm3s6965-ek/kernel/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/boards/arm/tiva/lm3s6965-ek/kernel/Makefile b/boards/arm/tiva/lm3s6965-ek/kernel/Makefile index 205c681e095..830437daf7d 100644 --- a/boards/arm/tiva/lm3s6965-ek/kernel/Makefile +++ b/boards/arm/tiva/lm3s6965-ek/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/lm3s6965-ek/kernel/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/kernel/lm_userspace.c b/boards/arm/tiva/lm3s6965-ek/kernel/lm_userspace.c index 18185bbd45e..2a0bbe87956 100644 --- a/boards/arm/tiva/lm3s6965-ek/kernel/lm_userspace.c +++ b/boards/arm/tiva/lm3s6965-ek/kernel/lm_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6965-ek/kernel/lm_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/scripts/Make.defs b/boards/arm/tiva/lm3s6965-ek/scripts/Make.defs index b4b880a9b32..1a9317a6c00 100644 --- a/boards/arm/tiva/lm3s6965-ek/scripts/Make.defs +++ b/boards/arm/tiva/lm3s6965-ek/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/lm3s6965-ek/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/scripts/kernel-space.ld b/boards/arm/tiva/lm3s6965-ek/scripts/kernel-space.ld index d01b1807c08..f7288de0fb6 100644 --- a/boards/arm/tiva/lm3s6965-ek/scripts/kernel-space.ld +++ b/boards/arm/tiva/lm3s6965-ek/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6965-ek/scripts/kernel-space.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/scripts/ld.script b/boards/arm/tiva/lm3s6965-ek/scripts/ld.script index 119502d53a1..0c89d768d88 100644 --- a/boards/arm/tiva/lm3s6965-ek/scripts/ld.script +++ b/boards/arm/tiva/lm3s6965-ek/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6965-ek/scripts/ld.script * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/scripts/ld.sct b/boards/arm/tiva/lm3s6965-ek/scripts/ld.sct index 91541e10903..de01f2684e4 100644 --- a/boards/arm/tiva/lm3s6965-ek/scripts/ld.sct +++ b/boards/arm/tiva/lm3s6965-ek/scripts/ld.sct @@ -3,6 +3,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6965-ek/scripts/ld.sct * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/scripts/memory.ld b/boards/arm/tiva/lm3s6965-ek/scripts/memory.ld index acc84a83d6f..f8bfa633a85 100644 --- a/boards/arm/tiva/lm3s6965-ek/scripts/memory.ld +++ b/boards/arm/tiva/lm3s6965-ek/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6965-ek/scripts/memory.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/scripts/user-space.ld b/boards/arm/tiva/lm3s6965-ek/scripts/user-space.ld index e1ddb798391..4f5e1e3cad7 100644 --- a/boards/arm/tiva/lm3s6965-ek/scripts/user-space.ld +++ b/boards/arm/tiva/lm3s6965-ek/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6965-ek/scripts/user-space.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/src/CMakeLists.txt b/boards/arm/tiva/lm3s6965-ek/src/CMakeLists.txt index 7210adbabec..ed90349c799 100644 --- a/boards/arm/tiva/lm3s6965-ek/src/CMakeLists.txt +++ b/boards/arm/tiva/lm3s6965-ek/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/tiva/lm3s6965-ek/src/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/boards/arm/tiva/lm3s6965-ek/src/Makefile b/boards/arm/tiva/lm3s6965-ek/src/Makefile index 714b5e89a9b..4aa7f7dca8c 100644 --- a/boards/arm/tiva/lm3s6965-ek/src/Makefile +++ b/boards/arm/tiva/lm3s6965-ek/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/lm3s6965-ek/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/src/lm3s6965-ek.h b/boards/arm/tiva/lm3s6965-ek/src/lm3s6965-ek.h index a9aa9380f20..d2ba5e98169 100644 --- a/boards/arm/tiva/lm3s6965-ek/src/lm3s6965-ek.h +++ b/boards/arm/tiva/lm3s6965-ek/src/lm3s6965-ek.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6965-ek/src/lm3s6965-ek.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/src/lm_appinit.c b/boards/arm/tiva/lm3s6965-ek/src/lm_appinit.c index 312df1ed7d1..9508324080a 100644 --- a/boards/arm/tiva/lm3s6965-ek/src/lm_appinit.c +++ b/boards/arm/tiva/lm3s6965-ek/src/lm_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6965-ek/src/lm_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/src/lm_boot.c b/boards/arm/tiva/lm3s6965-ek/src/lm_boot.c index 82f34a1764e..47ba98b20d7 100644 --- a/boards/arm/tiva/lm3s6965-ek/src/lm_boot.c +++ b/boards/arm/tiva/lm3s6965-ek/src/lm_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6965-ek/src/lm_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/src/lm_bringup.c b/boards/arm/tiva/lm3s6965-ek/src/lm_bringup.c index 85952f8ba7b..c85791f4b2f 100644 --- a/boards/arm/tiva/lm3s6965-ek/src/lm_bringup.c +++ b/boards/arm/tiva/lm3s6965-ek/src/lm_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6965-ek/src/lm_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/src/lm_ethernet.c b/boards/arm/tiva/lm3s6965-ek/src/lm_ethernet.c index 627aa435010..4c89cc1d374 100644 --- a/boards/arm/tiva/lm3s6965-ek/src/lm_ethernet.c +++ b/boards/arm/tiva/lm3s6965-ek/src/lm_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6965-ek/src/lm_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/src/lm_leds.c b/boards/arm/tiva/lm3s6965-ek/src/lm_leds.c index a2d987ccae4..fc333c93ec3 100644 --- a/boards/arm/tiva/lm3s6965-ek/src/lm_leds.c +++ b/boards/arm/tiva/lm3s6965-ek/src/lm_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6965-ek/src/lm_leds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/src/lm_oled.c b/boards/arm/tiva/lm3s6965-ek/src/lm_oled.c index ac61f13ad86..12418ef2098 100644 --- a/boards/arm/tiva/lm3s6965-ek/src/lm_oled.c +++ b/boards/arm/tiva/lm3s6965-ek/src/lm_oled.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6965-ek/src/lm_oled.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s6965-ek/src/lm_ssi.c b/boards/arm/tiva/lm3s6965-ek/src/lm_ssi.c index 34fbe21c44a..d2ad1813f83 100644 --- a/boards/arm/tiva/lm3s6965-ek/src/lm_ssi.c +++ b/boards/arm/tiva/lm3s6965-ek/src/lm_ssi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s6965-ek/src/lm_ssi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s8962-ek/include/board.h b/boards/arm/tiva/lm3s8962-ek/include/board.h index 994467b15fc..c1adf06cdd3 100644 --- a/boards/arm/tiva/lm3s8962-ek/include/board.h +++ b/boards/arm/tiva/lm3s8962-ek/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s8962-ek/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s8962-ek/scripts/Make.defs b/boards/arm/tiva/lm3s8962-ek/scripts/Make.defs index 2d163b87db9..57caded79de 100644 --- a/boards/arm/tiva/lm3s8962-ek/scripts/Make.defs +++ b/boards/arm/tiva/lm3s8962-ek/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/lm3s8962-ek/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s8962-ek/scripts/ld.script b/boards/arm/tiva/lm3s8962-ek/scripts/ld.script index 77a3f3c028f..7cdca4169ae 100644 --- a/boards/arm/tiva/lm3s8962-ek/scripts/ld.script +++ b/boards/arm/tiva/lm3s8962-ek/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s8962-ek/scripts/ld.script * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s8962-ek/src/Makefile b/boards/arm/tiva/lm3s8962-ek/src/Makefile index 320996b8b39..f1bfb5484bf 100644 --- a/boards/arm/tiva/lm3s8962-ek/src/Makefile +++ b/boards/arm/tiva/lm3s8962-ek/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/lm3s8962-ek/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s8962-ek/src/lm3s8962-ek.h b/boards/arm/tiva/lm3s8962-ek/src/lm3s8962-ek.h index 02bf84447fc..edba95768dd 100644 --- a/boards/arm/tiva/lm3s8962-ek/src/lm3s8962-ek.h +++ b/boards/arm/tiva/lm3s8962-ek/src/lm3s8962-ek.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s8962-ek/src/lm3s8962-ek.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s8962-ek/src/lm_appinit.c b/boards/arm/tiva/lm3s8962-ek/src/lm_appinit.c index 4712a022ae2..7f5dc485cc3 100644 --- a/boards/arm/tiva/lm3s8962-ek/src/lm_appinit.c +++ b/boards/arm/tiva/lm3s8962-ek/src/lm_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s8962-ek/src/lm_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s8962-ek/src/lm_boot.c b/boards/arm/tiva/lm3s8962-ek/src/lm_boot.c index c1cf101af9f..b8539f01c5a 100644 --- a/boards/arm/tiva/lm3s8962-ek/src/lm_boot.c +++ b/boards/arm/tiva/lm3s8962-ek/src/lm_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s8962-ek/src/lm_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s8962-ek/src/lm_ethernet.c b/boards/arm/tiva/lm3s8962-ek/src/lm_ethernet.c index ec1c6b7db5a..67f3fc3ebac 100644 --- a/boards/arm/tiva/lm3s8962-ek/src/lm_ethernet.c +++ b/boards/arm/tiva/lm3s8962-ek/src/lm_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s8962-ek/src/lm_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s8962-ek/src/lm_leds.c b/boards/arm/tiva/lm3s8962-ek/src/lm_leds.c index c8693499865..e377c57df64 100644 --- a/boards/arm/tiva/lm3s8962-ek/src/lm_leds.c +++ b/boards/arm/tiva/lm3s8962-ek/src/lm_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s8962-ek/src/lm_leds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s8962-ek/src/lm_oled.c b/boards/arm/tiva/lm3s8962-ek/src/lm_oled.c index f217901fe8c..4820ec2c51d 100644 --- a/boards/arm/tiva/lm3s8962-ek/src/lm_oled.c +++ b/boards/arm/tiva/lm3s8962-ek/src/lm_oled.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s8962-ek/src/lm_oled.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm3s8962-ek/src/lm_ssi.c b/boards/arm/tiva/lm3s8962-ek/src/lm_ssi.c index ccfc423c5ad..dbd1d164669 100644 --- a/boards/arm/tiva/lm3s8962-ek/src/lm_ssi.c +++ b/boards/arm/tiva/lm3s8962-ek/src/lm_ssi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm3s8962-ek/src/lm_ssi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm4f120-launchpad/include/board.h b/boards/arm/tiva/lm4f120-launchpad/include/board.h index eaa8ca8333b..253ff02c916 100644 --- a/boards/arm/tiva/lm4f120-launchpad/include/board.h +++ b/boards/arm/tiva/lm4f120-launchpad/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm4f120-launchpad/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm4f120-launchpad/scripts/Make.defs b/boards/arm/tiva/lm4f120-launchpad/scripts/Make.defs index c5ebadb380a..39427823f37 100644 --- a/boards/arm/tiva/lm4f120-launchpad/scripts/Make.defs +++ b/boards/arm/tiva/lm4f120-launchpad/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/lm4f120-launchpad/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm4f120-launchpad/scripts/lm4f120-launchpad.ld b/boards/arm/tiva/lm4f120-launchpad/scripts/lm4f120-launchpad.ld index 2cfebd41c15..e15e912c4ec 100644 --- a/boards/arm/tiva/lm4f120-launchpad/scripts/lm4f120-launchpad.ld +++ b/boards/arm/tiva/lm4f120-launchpad/scripts/lm4f120-launchpad.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm4f120-launchpad/scripts/lm4f120-launchpad.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm4f120-launchpad/src/Makefile b/boards/arm/tiva/lm4f120-launchpad/src/Makefile index fc409011ea4..44a032d3740 100644 --- a/boards/arm/tiva/lm4f120-launchpad/src/Makefile +++ b/boards/arm/tiva/lm4f120-launchpad/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/lm4f120-launchpad/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm4f120-launchpad/src/lm4f_appinit.c b/boards/arm/tiva/lm4f120-launchpad/src/lm4f_appinit.c index 8405cc4061e..7829c953693 100644 --- a/boards/arm/tiva/lm4f120-launchpad/src/lm4f_appinit.c +++ b/boards/arm/tiva/lm4f120-launchpad/src/lm4f_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm4f120-launchpad/src/lm4f_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm4f120-launchpad/src/lm4f_autoleds.c b/boards/arm/tiva/lm4f120-launchpad/src/lm4f_autoleds.c index 6f30ddfb5d1..7726d05251b 100644 --- a/boards/arm/tiva/lm4f120-launchpad/src/lm4f_autoleds.c +++ b/boards/arm/tiva/lm4f120-launchpad/src/lm4f_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm4f120-launchpad/src/lm4f_autoleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm4f120-launchpad/src/lm4f_boot.c b/boards/arm/tiva/lm4f120-launchpad/src/lm4f_boot.c index 4d5b0c9f3aa..6ff06a1bdfd 100644 --- a/boards/arm/tiva/lm4f120-launchpad/src/lm4f_boot.c +++ b/boards/arm/tiva/lm4f120-launchpad/src/lm4f_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm4f120-launchpad/src/lm4f_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm4f120-launchpad/src/lm4f_ssi.c b/boards/arm/tiva/lm4f120-launchpad/src/lm4f_ssi.c index 8a126b95e38..6b6d90668c3 100644 --- a/boards/arm/tiva/lm4f120-launchpad/src/lm4f_ssi.c +++ b/boards/arm/tiva/lm4f120-launchpad/src/lm4f_ssi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm4f120-launchpad/src/lm4f_ssi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/lm4f120-launchpad/src/lmf4120-launchpad.h b/boards/arm/tiva/lm4f120-launchpad/src/lmf4120-launchpad.h index 558149be4d7..cfe87b1ddc4 100644 --- a/boards/arm/tiva/lm4f120-launchpad/src/lmf4120-launchpad.h +++ b/boards/arm/tiva/lm4f120-launchpad/src/lmf4120-launchpad.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/lm4f120-launchpad/src/lmf4120-launchpad.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c123g-launchpad/include/board.h b/boards/arm/tiva/tm4c123g-launchpad/include/board.h index dc5ab3c77f6..ce5a52f54ab 100644 --- a/boards/arm/tiva/tm4c123g-launchpad/include/board.h +++ b/boards/arm/tiva/tm4c123g-launchpad/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c123g-launchpad/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c123g-launchpad/scripts/Make.defs b/boards/arm/tiva/tm4c123g-launchpad/scripts/Make.defs index ba619a40dcc..a2a0557a537 100644 --- a/boards/arm/tiva/tm4c123g-launchpad/scripts/Make.defs +++ b/boards/arm/tiva/tm4c123g-launchpad/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/tm4c123g-launchpad/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c123g-launchpad/scripts/tm4c123g-launchpad.ld b/boards/arm/tiva/tm4c123g-launchpad/scripts/tm4c123g-launchpad.ld index c8da04392dd..d73d7296706 100644 --- a/boards/arm/tiva/tm4c123g-launchpad/scripts/tm4c123g-launchpad.ld +++ b/boards/arm/tiva/tm4c123g-launchpad/scripts/tm4c123g-launchpad.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c123g-launchpad/scripts/tm4c123g-launchpad.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c123g-launchpad/src/Makefile b/boards/arm/tiva/tm4c123g-launchpad/src/Makefile index daf16ed4c23..fbe9688c423 100644 --- a/boards/arm/tiva/tm4c123g-launchpad/src/Makefile +++ b/boards/arm/tiva/tm4c123g-launchpad/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/tm4c123g-launchpad/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c123g-launchpad.h b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c123g-launchpad.h index a0cf0f28f4e..62522994e40 100644 --- a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c123g-launchpad.h +++ b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c123g-launchpad.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c123g-launchpad/src/tm4c123g-launchpad.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_adc.c b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_adc.c index e8785d0d7ae..132f9ce0e4e 100644 --- a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_adc.c +++ b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c123g-launchpad/src/tm4c_adc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_appinit.c b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_appinit.c index 413312c3814..cad9059550c 100644 --- a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_appinit.c +++ b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c123g-launchpad/src/tm4c_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_at24.c b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_at24.c index c30ec7eec18..a5871e80213 100644 --- a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_at24.c +++ b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_at24.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c123g-launchpad/src/tm4c_at24.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_autoleds.c b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_autoleds.c index 2fc72b24a3e..bd76202e1fa 100644 --- a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_autoleds.c +++ b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c123g-launchpad/src/tm4c_autoleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_boot.c b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_boot.c index 309d8b7e091..c921f00e463 100644 --- a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_boot.c +++ b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c123g-launchpad/src/tm4c_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_bringup.c b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_bringup.c index 236c2089645..734cc523c9d 100644 --- a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_bringup.c +++ b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c123g-launchpad/src/tm4c_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_buttons.c b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_buttons.c index f9021f5b78a..58f61941fb5 100644 --- a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_buttons.c +++ b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c123g-launchpad/src/tm4c_buttons.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_can.c b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_can.c index 5d8dbd1c131..be3bc9d5f9b 100644 --- a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_can.c +++ b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_can.c @@ -1,11 +1,10 @@ /**************************************************************************** * boards/arm/tiva/tm4c123g-launchpad/src/tm4c_can.c * - * Copyright (C) 2016 Gregory Nutt. All rights reserved. - * Copyright (C) 2020 Matthew Trescott - * Author: Gregory Nutt - * - * Based heavily on stm32_can.c from the boards directory. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2020 Matthew Trescott + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_mcp2515.c b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_mcp2515.c index 1d22a81e051..65411f487e6 100644 --- a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_mcp2515.c +++ b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_mcp2515.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c123g-launchpad/src/tm4c_mcp2515.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_ssi.c b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_ssi.c index effa55f924d..97259920f73 100644 --- a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_ssi.c +++ b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_ssi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c123g-launchpad/src/tm4c_ssi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_timer.c b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_timer.c index bd759d1eab8..b8f74d37943 100644 --- a/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_timer.c +++ b/boards/arm/tiva/tm4c123g-launchpad/src/tm4c_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c123g-launchpad/src/tm4c_timer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c1294-launchpad/include/board.h b/boards/arm/tiva/tm4c1294-launchpad/include/board.h index fdff84956e4..26e6006b869 100644 --- a/boards/arm/tiva/tm4c1294-launchpad/include/board.h +++ b/boards/arm/tiva/tm4c1294-launchpad/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c1294-launchpad/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c1294-launchpad/scripts/Make.defs b/boards/arm/tiva/tm4c1294-launchpad/scripts/Make.defs index 70a8b6267d8..926e769a6cb 100644 --- a/boards/arm/tiva/tm4c1294-launchpad/scripts/Make.defs +++ b/boards/arm/tiva/tm4c1294-launchpad/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/tm4c1294-launchpad/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c1294-launchpad/scripts/ld.script b/boards/arm/tiva/tm4c1294-launchpad/scripts/ld.script index 8e104ef70a6..b1186e8cfb7 100644 --- a/boards/arm/tiva/tm4c1294-launchpad/scripts/ld.script +++ b/boards/arm/tiva/tm4c1294-launchpad/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c1294-launchpad/scripts/ld.script * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c1294-launchpad/src/Makefile b/boards/arm/tiva/tm4c1294-launchpad/src/Makefile index 2827f2a8640..615fe7d9484 100644 --- a/boards/arm/tiva/tm4c1294-launchpad/src/Makefile +++ b/boards/arm/tiva/tm4c1294-launchpad/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/tm4c1294-launchpad/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c1294-launchpad.h b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c1294-launchpad.h index b9792254d77..50917198b68 100644 --- a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c1294-launchpad.h +++ b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c1294-launchpad.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c1294-launchpad/src/tm4c1294-launchpad.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_appinit.c b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_appinit.c index b9dc71f6493..641790b40e2 100644 --- a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_appinit.c +++ b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c1294-launchpad/src/tm4c_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_autoleds.c b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_autoleds.c index 18b0c960652..93d63cc9f28 100644 --- a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_autoleds.c +++ b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c1294-launchpad/src/tm4c_autoleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_boot.c b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_boot.c index ed2d73b28f9..5cd90769053 100644 --- a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_boot.c +++ b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c1294-launchpad/src/tm4c_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_bringup.c b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_bringup.c index 2dda24b34e9..53f8460e377 100644 --- a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_bringup.c +++ b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c1294-launchpad/src/tm4c_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_buttons.c b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_buttons.c index a5665d37a00..fcd94fd9a38 100644 --- a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_buttons.c +++ b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c1294-launchpad/src/tm4c_buttons.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_can.c b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_can.c index 5c5fa43fd7f..10232e1f81d 100644 --- a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_can.c +++ b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_can.c @@ -1,6 +1,7 @@ /**************************************************************************** * boards/arm/tiva/tm4c1294-launchpad/src/tm4c_can.c - * Based heavily on tiva_can.c from the tm4c1293-launchpad board + * + * SPDX-License-Identifier: Apache-2.0 * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_ethernet.c b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_ethernet.c index 8f970b68fcc..603cc42cddc 100644 --- a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_ethernet.c +++ b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c1294-launchpad/src/tm4c_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_hciuart.c b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_hciuart.c index 20d124b8d89..f5e3252aee4 100644 --- a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_hciuart.c +++ b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_hciuart.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c1294-launchpad/src/tm4c_hciuart.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_reset.c b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_reset.c index cd44514286e..ec04bb28ce6 100644 --- a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_reset.c +++ b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c1294-launchpad/src/tm4c_reset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_timer.c b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_timer.c index d9494077232..5baa4bc080a 100644 --- a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_timer.c +++ b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c1294-launchpad/src/tm4c_timer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_userleds.c b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_userleds.c index d2bb5cd7f2b..4d5cb76c101 100644 --- a/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_userleds.c +++ b/boards/arm/tiva/tm4c1294-launchpad/src/tm4c_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c1294-launchpad/src/tm4c_userleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c129e-launchpad/include/board.h b/boards/arm/tiva/tm4c129e-launchpad/include/board.h index 7194103cc04..a828f376340 100644 --- a/boards/arm/tiva/tm4c129e-launchpad/include/board.h +++ b/boards/arm/tiva/tm4c129e-launchpad/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c129e-launchpad/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c129e-launchpad/scripts/Make.defs b/boards/arm/tiva/tm4c129e-launchpad/scripts/Make.defs index 9010cd3b6b3..5f09d5dd500 100644 --- a/boards/arm/tiva/tm4c129e-launchpad/scripts/Make.defs +++ b/boards/arm/tiva/tm4c129e-launchpad/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/tm4c129e-launchpad/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c129e-launchpad/scripts/ld.script b/boards/arm/tiva/tm4c129e-launchpad/scripts/ld.script index 1d70d34a77f..0d4ddcdb77e 100644 --- a/boards/arm/tiva/tm4c129e-launchpad/scripts/ld.script +++ b/boards/arm/tiva/tm4c129e-launchpad/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c129e-launchpad/scripts/ld.script * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c129e-launchpad/src/Makefile b/boards/arm/tiva/tm4c129e-launchpad/src/Makefile index c67fa4be50b..88d145ea114 100644 --- a/boards/arm/tiva/tm4c129e-launchpad/src/Makefile +++ b/boards/arm/tiva/tm4c129e-launchpad/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tiva/tm4c129e-launchpad/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c129e-launchpad.h b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c129e-launchpad.h index 151d18c80f2..b9ac8e06e57 100644 --- a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c129e-launchpad.h +++ b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c129e-launchpad.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c129e-launchpad/src/tm4c129e-launchpad.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_appinit.c b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_appinit.c index 9f8f2905fe7..dc063beb5ad 100644 --- a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_appinit.c +++ b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c129e-launchpad/src/tm4c_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_autoleds.c b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_autoleds.c index 8c5f2907ea9..9d88791d6f0 100644 --- a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_autoleds.c +++ b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c129e-launchpad/src/tm4c_autoleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_boot.c b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_boot.c index 8446fb42625..9a2a4a1a062 100644 --- a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_boot.c +++ b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c129e-launchpad/src/tm4c_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_bringup.c b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_bringup.c index f7b9331c388..e7f5c993da0 100644 --- a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_bringup.c +++ b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c129e-launchpad/src/tm4c_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_buttons.c b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_buttons.c index da55c79d542..c69c15732e1 100644 --- a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_buttons.c +++ b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c129e-launchpad/src/tm4c_buttons.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_ethernet.c b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_ethernet.c index d7903116417..11f493ee8fd 100644 --- a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_ethernet.c +++ b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c129e-launchpad/src/tm4c_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_hciuart.c b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_hciuart.c index 4259afab8c8..176936e592a 100644 --- a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_hciuart.c +++ b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_hciuart.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c129e-launchpad/src/tm4c_hciuart.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_timer.c b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_timer.c index cb750c25954..54572aedff8 100644 --- a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_timer.c +++ b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c129e-launchpad/src/tm4c_timer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_userleds.c b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_userleds.c index 3fec0fa7eca..2843bde650d 100644 --- a/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_userleds.c +++ b/boards/arm/tiva/tm4c129e-launchpad/src/tm4c_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tiva/tm4c129e-launchpad/src/tm4c_userleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The