From 68fe50f28b3cf716547c628ab2b341f8918f33f7 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 6 Nov 2024 14:51:15 +0100 Subject: [PATCH] boards/arm/lpc17xx_40xx: 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/lpc17xx_40xx/lincoln60/include/board.h | 2 ++ boards/arm/lpc17xx_40xx/lincoln60/scripts/Make.defs | 2 ++ boards/arm/lpc17xx_40xx/lincoln60/scripts/ld.script | 2 ++ boards/arm/lpc17xx_40xx/lincoln60/src/Makefile | 2 ++ boards/arm/lpc17xx_40xx/lincoln60/src/lincoln60.h | 2 ++ boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_appinit.c | 2 ++ boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_boot.c | 2 ++ boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_buttons.c | 2 ++ boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_leds.c | 2 ++ boards/arm/lpc17xx_40xx/lpc4088-devkit/include/board.h | 2 ++ boards/arm/lpc17xx_40xx/lpc4088-devkit/kernel/Makefile | 2 ++ .../lpc17xx_40xx/lpc4088-devkit/kernel/lpc17_40_userspace.c | 2 ++ boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/Make.defs | 2 ++ .../arm/lpc17xx_40xx/lpc4088-devkit/scripts/kernel-space.ld | 2 ++ boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/ld.script | 2 ++ boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/memory.ld | 2 ++ boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/user-space.ld | 2 ++ boards/arm/lpc17xx_40xx/lpc4088-devkit/src/Makefile | 2 ++ .../arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_appinit.c | 2 ++ .../arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_autoleds.c | 2 ++ .../lpc4088-devkit/src/lpc17_40_boardinitialize.c | 2 ++ .../arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_bringup.c | 2 ++ .../arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_buttons.c | 2 ++ .../arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_djoystick.c | 2 ++ boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_lcd.c | 2 ++ .../lpc4088-devkit/src/lpc17_40_nandinitialize.c | 2 ++ .../lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_norinitialize.c | 2 ++ .../lpc4088-devkit/src/lpc17_40_sdraminitialize.c | 2 ++ boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_ssp.c | 2 ++ .../lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_touchscreen.c | 2 ++ .../arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_userleds.c | 2 ++ boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc4088-devkit.h | 2 ++ boards/arm/lpc17xx_40xx/lpc4088-quickstart/include/board.h | 2 ++ boards/arm/lpc17xx_40xx/lpc4088-quickstart/kernel/Makefile | 2 ++ .../lpc4088-quickstart/kernel/lpc17_40_userspace.c | 2 ++ boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/Make.defs | 2 ++ .../lpc17xx_40xx/lpc4088-quickstart/scripts/kernel-space.ld | 2 ++ boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/ld.script | 2 ++ boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/memory.ld | 2 ++ .../lpc17xx_40xx/lpc4088-quickstart/scripts/user-space.ld | 2 ++ boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/Makefile | 2 ++ .../lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_appinit.c | 2 ++ .../lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_autoleds.c | 2 ++ .../lpc4088-quickstart/src/lpc17_40_boardinitialize.c | 2 ++ .../lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_bringup.c | 2 ++ .../lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_buttons.c | 2 ++ .../arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_lcd.c | 2 ++ .../lpc4088-quickstart/src/lpc17_40_nandinitialize.c | 2 ++ .../lpc4088-quickstart/src/lpc17_40_sdraminitialize.c | 2 ++ .../arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_ssp.c | 2 ++ .../lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_userleds.c | 2 ++ .../lpc17xx_40xx/lpc4088-quickstart/src/lpc4088-quickstart.h | 2 ++ boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/include/board.h | 2 ++ boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/scripts/Make.defs | 2 ++ boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/scripts/ld.script | 2 ++ boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/Makefile | 2 ++ .../arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_adc.c | 2 ++ .../lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_appinit.c | 2 ++ .../arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_boot.c | 2 ++ .../arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_dac.c | 2 ++ .../arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_leds.c | 2 ++ .../arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_oled.c | 2 ++ .../arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_pwm.c | 2 ++ .../arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_ssp.c | 2 ++ .../lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_usbmsc.c | 2 ++ .../lpc17xx_40xx/lpcxpresso-lpc1768/src/lpcxpresso-lpc1768.h | 2 ++ boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/tools/flash.sh | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/include/board.h | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/scripts/Make.defs | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/scripts/kernel-space.ld | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/scripts/link-flash-app.ld | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/scripts/link-flash-boot.ld | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/scripts/link-sdram.ld | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/scripts/memory.ld | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/scripts/user-space.ld | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/src/Makefile | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_appinit.c | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_autoleds.c | 2 ++ .../arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_boardinitialize.c | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_bringup.c | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_can.c | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_composite.c | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_fpgainitialize.c | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_nsh.c | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_reset.c | 2 ++ .../arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_sdraminitialize.c | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_ssp.c | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_ulan.c | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_userleds.c | 2 ++ boards/arm/lpc17xx_40xx/lx_cpu/src/lx_cpu.h | 2 ++ boards/arm/lpc17xx_40xx/mbed/include/board.h | 2 ++ boards/arm/lpc17xx_40xx/mbed/scripts/Make.defs | 2 ++ boards/arm/lpc17xx_40xx/mbed/scripts/ld.script | 2 ++ boards/arm/lpc17xx_40xx/mbed/src/Makefile | 2 ++ boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_adc.c | 2 ++ boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_appinit.c | 2 ++ boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_boot.c | 2 ++ boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_dac.c | 2 ++ boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_leds.c | 2 ++ boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_pwm.c | 2 ++ boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_userleds.c | 2 ++ boards/arm/lpc17xx_40xx/mbed/src/mbed.h | 2 ++ boards/arm/lpc17xx_40xx/mcb1700/include/board.h | 2 ++ boards/arm/lpc17xx_40xx/mcb1700/scripts/Make.defs | 2 ++ boards/arm/lpc17xx_40xx/mcb1700/scripts/ld.script | 2 ++ boards/arm/lpc17xx_40xx/mcb1700/src/Makefile | 2 ++ boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_adc.c | 2 ++ boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_appinit.c | 2 ++ boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_boot.c | 2 ++ boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_bringup.c | 2 ++ boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_dac.c | 2 ++ boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_leds.c | 2 ++ boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_pwm.c | 2 ++ boards/arm/lpc17xx_40xx/mcb1700/src/mcb1700.h | 2 ++ boards/arm/lpc17xx_40xx/olimex-lpc1766stk/include/board.h | 2 ++ boards/arm/lpc17xx_40xx/olimex-lpc1766stk/scripts/Make.defs | 2 ++ boards/arm/lpc17xx_40xx/olimex-lpc1766stk/scripts/ld.script | 2 ++ boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/Makefile | 2 ++ boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc1766stk.h | 2 ++ .../lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_appinit.c | 2 ++ .../arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_boot.c | 2 ++ .../lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_bringup.c | 2 ++ .../lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_buttons.c | 2 ++ boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_can.c | 2 ++ .../arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_leds.c | 2 ++ boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_ssp.c | 2 ++ .../arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_usbmsc.c | 2 ++ boards/arm/lpc17xx_40xx/open1788/include/board.h | 2 ++ boards/arm/lpc17xx_40xx/open1788/kernel/Makefile | 2 ++ boards/arm/lpc17xx_40xx/open1788/kernel/lpc17_40_userspace.c | 2 ++ boards/arm/lpc17xx_40xx/open1788/scripts/Make.defs | 2 ++ boards/arm/lpc17xx_40xx/open1788/scripts/kernel-space.ld | 2 ++ boards/arm/lpc17xx_40xx/open1788/scripts/ld.script | 2 ++ boards/arm/lpc17xx_40xx/open1788/scripts/memory.ld | 2 ++ boards/arm/lpc17xx_40xx/open1788/scripts/user-space.ld | 2 ++ boards/arm/lpc17xx_40xx/open1788/src/Makefile | 2 ++ boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_appinit.c | 2 ++ boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_autoleds.c | 2 ++ .../arm/lpc17xx_40xx/open1788/src/lpc17_40_boardinitialize.c | 2 ++ boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_bringup.c | 2 ++ boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_buttons.c | 2 ++ boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_djoystick.c | 2 ++ boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_lcd.c | 2 ++ .../arm/lpc17xx_40xx/open1788/src/lpc17_40_nandinitialize.c | 2 ++ .../arm/lpc17xx_40xx/open1788/src/lpc17_40_norinitialize.c | 2 ++ .../arm/lpc17xx_40xx/open1788/src/lpc17_40_sdraminitialize.c | 2 ++ boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_ssp.c | 2 ++ boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_touchscreen.c | 2 ++ boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_userleds.c | 2 ++ boards/arm/lpc17xx_40xx/open1788/src/open1788.h | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/include/board.h | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/kernel/Makefile | 2 ++ .../arm/lpc17xx_40xx/pnev5180b/kernel/lpc17_40_userspace.c | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/scripts/Make.defs | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/scripts/flash.ld | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/scripts/kernel-space.ld | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/scripts/memory.ld | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/scripts/user-space.ld | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/src/Makefile | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_appinit.c | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_boot.c | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_bringup.c | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_composite.c | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_leds.c | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_romfs.c | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_romfs.h | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_spi.c | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_symtab.c | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_symtab.h | 2 ++ boards/arm/lpc17xx_40xx/pnev5180b/src/pnev5180b.h | 2 ++ boards/arm/lpc17xx_40xx/u-blox-c027/include/board.h | 5 +++-- boards/arm/lpc17xx_40xx/u-blox-c027/scripts/Make.defs | 2 ++ boards/arm/lpc17xx_40xx/u-blox-c027/scripts/u-blox-c027.ld | 2 ++ boards/arm/lpc17xx_40xx/u-blox-c027/src/Makefile | 2 ++ boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_adc.c | 2 ++ boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_appinit.c | 2 ++ boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_boot.c | 2 ++ boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_dac.c | 2 ++ boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_leds.c | 2 ++ boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_pwm.c | 2 ++ boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_ssp.c | 2 ++ boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_ubxmdm.c | 5 +++-- boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_usbmsc.c | 2 ++ boards/arm/lpc17xx_40xx/u-blox-c027/src/u-blox-c027.h | 5 +++-- boards/arm/lpc17xx_40xx/u-blox-c027/tools/flash.sh | 2 ++ boards/arm/lpc17xx_40xx/zkit-arm-1769/include/board.h | 2 ++ boards/arm/lpc17xx_40xx/zkit-arm-1769/scripts/Make.defs | 2 ++ boards/arm/lpc17xx_40xx/zkit-arm-1769/scripts/ld.script | 2 ++ boards/arm/lpc17xx_40xx/zkit-arm-1769/src/Makefile | 2 ++ boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_adc.c | 2 ++ boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_appinit.c | 2 ++ boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_boot.c | 2 ++ boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_buttons.c | 2 ++ boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_can.c | 2 ++ boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_dac.c | 2 ++ boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_lcd.c | 2 ++ boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_leds.c | 2 ++ boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_spi.c | 2 ++ boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_ssp.c | 2 ++ boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_usbmsc.c | 2 ++ boards/arm/lpc17xx_40xx/zkit-arm-1769/src/zkit-arm-1769.h | 2 ++ 201 files changed, 405 insertions(+), 6 deletions(-) diff --git a/boards/arm/lpc17xx_40xx/lincoln60/include/board.h b/boards/arm/lpc17xx_40xx/lincoln60/include/board.h index 862d0e1baf7..16a977aea50 100644 --- a/boards/arm/lpc17xx_40xx/lincoln60/include/board.h +++ b/boards/arm/lpc17xx_40xx/lincoln60/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lincoln60/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/lpc17xx_40xx/lincoln60/scripts/Make.defs b/boards/arm/lpc17xx_40xx/lincoln60/scripts/Make.defs index 680769e0a9a..17a2e68663f 100644 --- a/boards/arm/lpc17xx_40xx/lincoln60/scripts/Make.defs +++ b/boards/arm/lpc17xx_40xx/lincoln60/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/lincoln60/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/lpc17xx_40xx/lincoln60/scripts/ld.script b/boards/arm/lpc17xx_40xx/lincoln60/scripts/ld.script index a96dd0ae6c3..615ad4e9c5f 100644 --- a/boards/arm/lpc17xx_40xx/lincoln60/scripts/ld.script +++ b/boards/arm/lpc17xx_40xx/lincoln60/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lincoln60/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/lpc17xx_40xx/lincoln60/src/Makefile b/boards/arm/lpc17xx_40xx/lincoln60/src/Makefile index 63fda698caf..d507f2d11c0 100644 --- a/boards/arm/lpc17xx_40xx/lincoln60/src/Makefile +++ b/boards/arm/lpc17xx_40xx/lincoln60/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/lincoln60/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/lpc17xx_40xx/lincoln60/src/lincoln60.h b/boards/arm/lpc17xx_40xx/lincoln60/src/lincoln60.h index 3c5ffecc405..6f6e80e5f92 100644 --- a/boards/arm/lpc17xx_40xx/lincoln60/src/lincoln60.h +++ b/boards/arm/lpc17xx_40xx/lincoln60/src/lincoln60.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lincoln60/src/lincoln60.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/lpc17xx_40xx/lincoln60/src/lpc17_40_appinit.c b/boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_appinit.c index fa4187eef76..bffc5f9bdc8 100644 --- a/boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_appinit.c +++ b/boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_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/lpc17xx_40xx/lincoln60/src/lpc17_40_boot.c b/boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_boot.c index 3a6d133b94f..8d7b85a453c 100644 --- a/boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_boot.c +++ b/boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_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/lpc17xx_40xx/lincoln60/src/lpc17_40_buttons.c b/boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_buttons.c index b712cacab10..e908b7a83f8 100644 --- a/boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_buttons.c +++ b/boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_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/lpc17xx_40xx/lincoln60/src/lpc17_40_leds.c b/boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_leds.c index d22cee58317..70926c13c62 100644 --- a/boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_leds.c +++ b/boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lincoln60/src/lpc17_40_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/lpc17xx_40xx/lpc4088-devkit/include/board.h b/boards/arm/lpc17xx_40xx/lpc4088-devkit/include/board.h index 486edcdd7ec..1a0fbe59d36 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/include/board.h +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/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/lpc17xx_40xx/lpc4088-devkit/kernel/Makefile b/boards/arm/lpc17xx_40xx/lpc4088-devkit/kernel/Makefile index e9bd719eb3d..b8df790ef00 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/kernel/Makefile +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/lpc4088-devkit/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/lpc17xx_40xx/lpc4088-devkit/kernel/lpc17_40_userspace.c b/boards/arm/lpc17xx_40xx/lpc4088-devkit/kernel/lpc17_40_userspace.c index 0214b2b9048..f84fcf08fde 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/kernel/lpc17_40_userspace.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/kernel/lpc17_40_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/kernel/lpc17_40_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/lpc17xx_40xx/lpc4088-devkit/scripts/Make.defs b/boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/Make.defs index ab2016b8621..de47eb1b919 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/Make.defs +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/lpc4088-devkit/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/lpc17xx_40xx/lpc4088-devkit/scripts/kernel-space.ld b/boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/kernel-space.ld index 269c9bf4104..a9fddae222a 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/kernel-space.ld +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/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/lpc17xx_40xx/lpc4088-devkit/scripts/ld.script b/boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/ld.script index 41ed844ff07..eeed918bc29 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/ld.script +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/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/lpc17xx_40xx/lpc4088-devkit/scripts/memory.ld b/boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/memory.ld index 4cc10d82780..d3e59ae5e9b 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/memory.ld +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/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/lpc17xx_40xx/lpc4088-devkit/scripts/user-space.ld b/boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/user-space.ld index 01ba814fce7..7494d0385ea 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/user-space.ld +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/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/lpc17xx_40xx/lpc4088-devkit/src/Makefile b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/Makefile index c8ba75d2d01..015cea6a2f4 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/Makefile +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/lpc4088-devkit/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/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_appinit.c b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_appinit.c index 4ec8e10bcdb..2827df7b5b8 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_appinit.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_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/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_autoleds.c b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_autoleds.c index 428496a237c..6701adb187b 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_autoleds.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_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/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_boardinitialize.c b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_boardinitialize.c index 8cd2a807e64..50af8af3772 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_boardinitialize.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_boardinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_boardinitialize.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/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_bringup.c b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_bringup.c index 93aeccf84a7..03769286524 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_bringup.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_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/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_buttons.c b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_buttons.c index df4d5adcbb1..2dffcaaa7fe 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_buttons.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_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/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_djoystick.c b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_djoystick.c index f74670356ae..8c9ebb390cc 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_djoystick.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_djoystick.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_djoystick.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/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_lcd.c b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_lcd.c index fa91e719576..dfdd5a6e4b8 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_lcd.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_lcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_lcd.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/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_nandinitialize.c b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_nandinitialize.c index 1848915a15c..da6c37b73e2 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_nandinitialize.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_nandinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_nandinitialize.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/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_norinitialize.c b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_norinitialize.c index 7bece2e8c12..6a6b2b41969 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_norinitialize.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_norinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_norinitialize.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/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_sdraminitialize.c b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_sdraminitialize.c index c5879ad6b7e..59ab37d1d8b 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_sdraminitialize.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_sdraminitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_sdraminitialize.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/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_ssp.c b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_ssp.c index d1e1ffa337c..26bda8f8877 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_ssp.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_ssp.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_ssp.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/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_touchscreen.c b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_touchscreen.c index d7fc435435d..acf6586c25a 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_touchscreen.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_touchscreen.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_touchscreen.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/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_userleds.c b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_userleds.c index 8a166ce741e..5c347655bad 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_userleds.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc17_40_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/lpc17xx_40xx/lpc4088-devkit/src/lpc4088-devkit.h b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc4088-devkit.h index c2cd7f6328a..336b5dab758 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc4088-devkit.h +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc4088-devkit.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-devkit/src/lpc4088-devkit.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/lpc17xx_40xx/lpc4088-quickstart/include/board.h b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/include/board.h index f7c9fb78458..b0ea4a203f6 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/include/board.h +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-quickstart/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/lpc17xx_40xx/lpc4088-quickstart/kernel/Makefile b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/kernel/Makefile index 9e4fd55c632..99c2312936f 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/kernel/Makefile +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/lpc4088-quickstart/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/lpc17xx_40xx/lpc4088-quickstart/kernel/lpc17_40_userspace.c b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/kernel/lpc17_40_userspace.c index f8bbf062cf5..4579e97513e 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/kernel/lpc17_40_userspace.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/kernel/lpc17_40_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-quickstart/kernel/lpc17_40_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/lpc17xx_40xx/lpc4088-quickstart/scripts/Make.defs b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/Make.defs index f326111d66d..3c5ae123a34 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/Make.defs +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/lpc4088-quickstart/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/lpc17xx_40xx/lpc4088-quickstart/scripts/kernel-space.ld b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/kernel-space.ld index b3bf4659e96..29c58b98517 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/kernel-space.ld +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-quickstart/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/lpc17xx_40xx/lpc4088-quickstart/scripts/ld.script b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/ld.script index 0d1911642b8..ecdbbeedfac 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/ld.script +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-quickstart/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/lpc17xx_40xx/lpc4088-quickstart/scripts/memory.ld b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/memory.ld index 28275cf76f2..8778a279afe 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/memory.ld +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-quickstart/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/lpc17xx_40xx/lpc4088-quickstart/scripts/user-space.ld b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/user-space.ld index f6fb0902ada..7d33cd87ee5 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/user-space.ld +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-quickstart/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/lpc17xx_40xx/lpc4088-quickstart/src/Makefile b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/Makefile index 38f18cd447e..1b04a39fc13 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/Makefile +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/lpc4088-quickstart/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/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_appinit.c b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_appinit.c index bf154575ded..44dfdd99b8a 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_appinit.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_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/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_autoleds.c b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_autoleds.c index c71c1eef3ac..104a191810d 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_autoleds.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_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/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_boardinitialize.c b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_boardinitialize.c index 17211ca5f81..4c19c083a07 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_boardinitialize.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_boardinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_boardinitialize.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/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_bringup.c b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_bringup.c index f7e8c0e9ae9..9ebbc2e4d57 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_bringup.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_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/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_buttons.c b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_buttons.c index 597f35fc9df..8c2283481bb 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_buttons.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_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/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_lcd.c b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_lcd.c index 82fd6d03f52..66c706e7363 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_lcd.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_lcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_lcd.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/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_nandinitialize.c b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_nandinitialize.c index 1c8709ece6c..9e00c0aadd0 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_nandinitialize.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_nandinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_nandinitialize.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/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_sdraminitialize.c b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_sdraminitialize.c index ae0efb231bd..e1c22aec6cb 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_sdraminitialize.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_sdraminitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_sdraminitialize.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/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_ssp.c b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_ssp.c index 00975cf690a..c388dbe2b2e 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_ssp.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_ssp.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_ssp.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/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_userleds.c b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_userleds.c index 17295199ec1..e8f3facc063 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_userleds.c +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc17_40_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/lpc17xx_40xx/lpc4088-quickstart/src/lpc4088-quickstart.h b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc4088-quickstart.h index 73b3eb02384..893e9fe8309 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc4088-quickstart.h +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc4088-quickstart.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpc4088-quickstart/src/lpc4088-quickstart.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/lpc17xx_40xx/lpcxpresso-lpc1768/include/board.h b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/include/board.h index 39371353472..1d847d886e9 100644 --- a/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/include/board.h +++ b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/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/lpc17xx_40xx/lpcxpresso-lpc1768/scripts/Make.defs b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/scripts/Make.defs index 996a8378fdc..e62064eb9aa 100644 --- a/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/scripts/Make.defs +++ b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/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/lpc17xx_40xx/lpcxpresso-lpc1768/scripts/ld.script b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/scripts/ld.script index df73aabca00..c9fdc2dba6b 100644 --- a/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/scripts/ld.script +++ b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/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/lpc17xx_40xx/lpcxpresso-lpc1768/src/Makefile b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/Makefile index 0b8c078e6ca..b0f6346c6ff 100644 --- a/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/Makefile +++ b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/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/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_adc.c b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_adc.c index bc175d96db7..517ea39dfab 100644 --- a/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_adc.c +++ b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_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/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_appinit.c b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_appinit.c index 1b8fd57b7be..f5b286f3a24 100644 --- a/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_appinit.c +++ b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_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/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_boot.c b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_boot.c index 32a4596c2cc..ae8fa0e5b5b 100644 --- a/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_boot.c +++ b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_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/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_dac.c b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_dac.c index 80103ab85a9..8b48dfd7ded 100644 --- a/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_dac.c +++ b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_dac.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_dac.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/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_leds.c b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_leds.c index 69b50d04518..1160ef30002 100644 --- a/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_leds.c +++ b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_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/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_oled.c b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_oled.c index 99a2249bd12..600afd6a847 100644 --- a/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_oled.c +++ b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_oled.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_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/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_pwm.c b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_pwm.c index 1a36c4ed08e..32bb755fd81 100644 --- a/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_pwm.c +++ b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_pwm.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/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_ssp.c b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_ssp.c index 84e0590937f..0a5b122917c 100644 --- a/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_ssp.c +++ b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_ssp.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_ssp.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/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_usbmsc.c b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_usbmsc.c index ebd4e63286c..e36ce4a8054 100644 --- a/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_usbmsc.c +++ b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_usbmsc.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/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpcxpresso-lpc1768.h b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpcxpresso-lpc1768.h index c11330f8799..f61d1a3d425 100644 --- a/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpcxpresso-lpc1768.h +++ b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpcxpresso-lpc1768.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpcxpresso-lpc1768.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/lpc17xx_40xx/lpcxpresso-lpc1768/tools/flash.sh b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/tools/flash.sh index f59a55fdd25..4cd3d73b9d8 100755 --- a/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/tools/flash.sh +++ b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/tools/flash.sh @@ -2,6 +2,8 @@ #################################################################################### # flash.sh # +# 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/lpc17xx_40xx/lx_cpu/include/board.h b/boards/arm/lpc17xx_40xx/lx_cpu/include/board.h index ac65b097eae..13009d2e586 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/include/board.h +++ b/boards/arm/lpc17xx_40xx/lx_cpu/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/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/lpc17xx_40xx/lx_cpu/scripts/Make.defs b/boards/arm/lpc17xx_40xx/lx_cpu/scripts/Make.defs index a85bcadea06..47f2b79389b 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/scripts/Make.defs +++ b/boards/arm/lpc17xx_40xx/lx_cpu/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/lx_cpu/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/lpc17xx_40xx/lx_cpu/scripts/kernel-space.ld b/boards/arm/lpc17xx_40xx/lx_cpu/scripts/kernel-space.ld index 6236858e5f7..b5c2cc994a4 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/scripts/kernel-space.ld +++ b/boards/arm/lpc17xx_40xx/lx_cpu/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/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/lpc17xx_40xx/lx_cpu/scripts/link-flash-app.ld b/boards/arm/lpc17xx_40xx/lx_cpu/scripts/link-flash-app.ld index c52ecb61e82..a6f917b1b42 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/scripts/link-flash-app.ld +++ b/boards/arm/lpc17xx_40xx/lx_cpu/scripts/link-flash-app.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/scripts/link-flash-app.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/lpc17xx_40xx/lx_cpu/scripts/link-flash-boot.ld b/boards/arm/lpc17xx_40xx/lx_cpu/scripts/link-flash-boot.ld index 86936a5290f..d4bf89b68e7 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/scripts/link-flash-boot.ld +++ b/boards/arm/lpc17xx_40xx/lx_cpu/scripts/link-flash-boot.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/scripts/link-flash-boot.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/lpc17xx_40xx/lx_cpu/scripts/link-sdram.ld b/boards/arm/lpc17xx_40xx/lx_cpu/scripts/link-sdram.ld index 6d86eb05b5a..cb28d54eca6 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/scripts/link-sdram.ld +++ b/boards/arm/lpc17xx_40xx/lx_cpu/scripts/link-sdram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/scripts/link-sdram.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/lpc17xx_40xx/lx_cpu/scripts/memory.ld b/boards/arm/lpc17xx_40xx/lx_cpu/scripts/memory.ld index 45c4d1fab0e..2111008ee01 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/scripts/memory.ld +++ b/boards/arm/lpc17xx_40xx/lx_cpu/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/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/lpc17xx_40xx/lx_cpu/scripts/user-space.ld b/boards/arm/lpc17xx_40xx/lx_cpu/scripts/user-space.ld index 4f75ed7fd8f..018b6e18c6f 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/scripts/user-space.ld +++ b/boards/arm/lpc17xx_40xx/lx_cpu/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/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/lpc17xx_40xx/lx_cpu/src/Makefile b/boards/arm/lpc17xx_40xx/lx_cpu/src/Makefile index 93b563333e6..6f6e2a5ffc0 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/src/Makefile +++ b/boards/arm/lpc17xx_40xx/lx_cpu/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/lx_cpu/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/lpc17xx_40xx/lx_cpu/src/lpc17_40_appinit.c b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_appinit.c index c2e0eabffb3..c91a1a45e5a 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_appinit.c +++ b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_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/lpc17xx_40xx/lx_cpu/src/lpc17_40_autoleds.c b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_autoleds.c index 7a125f6c884..c5546272db0 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_autoleds.c +++ b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_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/lpc17xx_40xx/lx_cpu/src/lpc17_40_boardinitialize.c b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_boardinitialize.c index 685917cc66f..16e1d4b187d 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_boardinitialize.c +++ b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_boardinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_boardinitialize.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/lpc17xx_40xx/lx_cpu/src/lpc17_40_bringup.c b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_bringup.c index 53936d59180..20e292d660f 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_bringup.c +++ b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_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/lpc17xx_40xx/lx_cpu/src/lpc17_40_can.c b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_can.c index b630dc001ba..5bb89a8d440 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_can.c +++ b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_can.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_can.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/lpc17xx_40xx/lx_cpu/src/lpc17_40_composite.c b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_composite.c index 7d51415ec37..a03789e7071 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_composite.c +++ b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_composite.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_composite.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/lpc17xx_40xx/lx_cpu/src/lpc17_40_fpgainitialize.c b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_fpgainitialize.c index 22c6324b2a8..806dc5fc5d5 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_fpgainitialize.c +++ b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_fpgainitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_fpgainitialize.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/lpc17xx_40xx/lx_cpu/src/lpc17_40_nsh.c b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_nsh.c index 235923e8cd4..f83e9c16c15 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_nsh.c +++ b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_nsh.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_nsh.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/lpc17xx_40xx/lx_cpu/src/lpc17_40_reset.c b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_reset.c index a9b0c390b1c..48b62163d88 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_reset.c +++ b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_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/lpc17xx_40xx/lx_cpu/src/lpc17_40_sdraminitialize.c b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_sdraminitialize.c index 6a05885dcf3..fb62d3819e7 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_sdraminitialize.c +++ b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_sdraminitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_sdraminitialize.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/lpc17xx_40xx/lx_cpu/src/lpc17_40_ssp.c b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_ssp.c index a1f2c8b0bc7..ca97486dfce 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_ssp.c +++ b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_ssp.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_ssp.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/lpc17xx_40xx/lx_cpu/src/lpc17_40_ulan.c b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_ulan.c index 5ad26454560..23261d04aec 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_ulan.c +++ b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_ulan.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_ulan.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/lpc17xx_40xx/lx_cpu/src/lpc17_40_userleds.c b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_userleds.c index 83104038310..3867ab0c9bb 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_userleds.c +++ b/boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/src/lpc17_40_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/lpc17xx_40xx/lx_cpu/src/lx_cpu.h b/boards/arm/lpc17xx_40xx/lx_cpu/src/lx_cpu.h index 3cf6dfb12bc..cc435c48313 100644 --- a/boards/arm/lpc17xx_40xx/lx_cpu/src/lx_cpu.h +++ b/boards/arm/lpc17xx_40xx/lx_cpu/src/lx_cpu.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/lx_cpu/src/lx_cpu.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/lpc17xx_40xx/mbed/include/board.h b/boards/arm/lpc17xx_40xx/mbed/include/board.h index 9effcd161ad..5a2abcce30c 100644 --- a/boards/arm/lpc17xx_40xx/mbed/include/board.h +++ b/boards/arm/lpc17xx_40xx/mbed/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mbed/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/lpc17xx_40xx/mbed/scripts/Make.defs b/boards/arm/lpc17xx_40xx/mbed/scripts/Make.defs index 7279eabdfe5..c227a567e84 100644 --- a/boards/arm/lpc17xx_40xx/mbed/scripts/Make.defs +++ b/boards/arm/lpc17xx_40xx/mbed/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/mbed/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/lpc17xx_40xx/mbed/scripts/ld.script b/boards/arm/lpc17xx_40xx/mbed/scripts/ld.script index 90c35952fd3..b0f58cd015a 100644 --- a/boards/arm/lpc17xx_40xx/mbed/scripts/ld.script +++ b/boards/arm/lpc17xx_40xx/mbed/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mbed/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/lpc17xx_40xx/mbed/src/Makefile b/boards/arm/lpc17xx_40xx/mbed/src/Makefile index 3d434c4d106..22cb375f766 100644 --- a/boards/arm/lpc17xx_40xx/mbed/src/Makefile +++ b/boards/arm/lpc17xx_40xx/mbed/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/mbed/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/lpc17xx_40xx/mbed/src/lpc17_40_adc.c b/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_adc.c index e358c2d1f08..9fc327cb9e0 100644 --- a/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_adc.c +++ b/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_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/lpc17xx_40xx/mbed/src/lpc17_40_appinit.c b/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_appinit.c index ea923a0f6f9..06eecc94e8c 100644 --- a/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_appinit.c +++ b/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_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/lpc17xx_40xx/mbed/src/lpc17_40_boot.c b/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_boot.c index 0a5ed8c7dc5..47329d9c41a 100644 --- a/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_boot.c +++ b/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_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/lpc17xx_40xx/mbed/src/lpc17_40_dac.c b/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_dac.c index d001a9424ad..10fcd297951 100644 --- a/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_dac.c +++ b/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_dac.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_dac.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/lpc17xx_40xx/mbed/src/lpc17_40_leds.c b/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_leds.c index ceeb6451ffe..e873f92addb 100644 --- a/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_leds.c +++ b/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_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/lpc17xx_40xx/mbed/src/lpc17_40_pwm.c b/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_pwm.c index 842dd978454..b7298ba59b8 100644 --- a/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_pwm.c +++ b/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_pwm.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/lpc17xx_40xx/mbed/src/lpc17_40_userleds.c b/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_userleds.c index 26e472be229..a79d792d571 100644 --- a/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_userleds.c +++ b/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_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/lpc17xx_40xx/mbed/src/mbed.h b/boards/arm/lpc17xx_40xx/mbed/src/mbed.h index 7f1bcc7f4fd..4b68e879796 100644 --- a/boards/arm/lpc17xx_40xx/mbed/src/mbed.h +++ b/boards/arm/lpc17xx_40xx/mbed/src/mbed.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mbed/src/mbed.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/lpc17xx_40xx/mcb1700/include/board.h b/boards/arm/lpc17xx_40xx/mcb1700/include/board.h index b3a3fea4ac1..e87e941d20b 100644 --- a/boards/arm/lpc17xx_40xx/mcb1700/include/board.h +++ b/boards/arm/lpc17xx_40xx/mcb1700/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mcb1700/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/lpc17xx_40xx/mcb1700/scripts/Make.defs b/boards/arm/lpc17xx_40xx/mcb1700/scripts/Make.defs index 46f0e6326bc..437f8ff3f0d 100644 --- a/boards/arm/lpc17xx_40xx/mcb1700/scripts/Make.defs +++ b/boards/arm/lpc17xx_40xx/mcb1700/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/mcb1700/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/lpc17xx_40xx/mcb1700/scripts/ld.script b/boards/arm/lpc17xx_40xx/mcb1700/scripts/ld.script index 536bfd48d24..d541a4d68c3 100644 --- a/boards/arm/lpc17xx_40xx/mcb1700/scripts/ld.script +++ b/boards/arm/lpc17xx_40xx/mcb1700/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mcb1700/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/lpc17xx_40xx/mcb1700/src/Makefile b/boards/arm/lpc17xx_40xx/mcb1700/src/Makefile index 4911c496a79..04312418a60 100644 --- a/boards/arm/lpc17xx_40xx/mcb1700/src/Makefile +++ b/boards/arm/lpc17xx_40xx/mcb1700/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/mcb1700/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/lpc17xx_40xx/mcb1700/src/lpc17_40_adc.c b/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_adc.c index 169f6679baf..c0628f63d6c 100644 --- a/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_adc.c +++ b/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_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/lpc17xx_40xx/mcb1700/src/lpc17_40_appinit.c b/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_appinit.c index abf2805f308..b8c19bcc50a 100644 --- a/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_appinit.c +++ b/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_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/lpc17xx_40xx/mcb1700/src/lpc17_40_boot.c b/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_boot.c index 2cb9952bc5f..2468eb2b7d3 100644 --- a/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_boot.c +++ b/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_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/lpc17xx_40xx/mcb1700/src/lpc17_40_bringup.c b/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_bringup.c index bc175ef906d..54b811c266d 100644 --- a/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_bringup.c +++ b/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_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/lpc17xx_40xx/mcb1700/src/lpc17_40_dac.c b/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_dac.c index e2d58c9074e..991709695fe 100644 --- a/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_dac.c +++ b/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_dac.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_dac.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/lpc17xx_40xx/mcb1700/src/lpc17_40_leds.c b/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_leds.c index 7a77116395a..ba6aca86556 100644 --- a/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_leds.c +++ b/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_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/lpc17xx_40xx/mcb1700/src/lpc17_40_pwm.c b/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_pwm.c index fabfdb735e5..5f894636f39 100644 --- a/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_pwm.c +++ b/boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mcb1700/src/lpc17_40_pwm.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/lpc17xx_40xx/mcb1700/src/mcb1700.h b/boards/arm/lpc17xx_40xx/mcb1700/src/mcb1700.h index 28043f49392..f9b6a41e88f 100644 --- a/boards/arm/lpc17xx_40xx/mcb1700/src/mcb1700.h +++ b/boards/arm/lpc17xx_40xx/mcb1700/src/mcb1700.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/mcb1700/src/mcb1700.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/lpc17xx_40xx/olimex-lpc1766stk/include/board.h b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/include/board.h index fba98f8e0ca..a2190cff180 100644 --- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/include/board.h +++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/olimex-lpc1766stk/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/lpc17xx_40xx/olimex-lpc1766stk/scripts/Make.defs b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/scripts/Make.defs index be83b1a65ca..9680343941a 100644 --- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/scripts/Make.defs +++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/olimex-lpc1766stk/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/lpc17xx_40xx/olimex-lpc1766stk/scripts/ld.script b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/scripts/ld.script index 0ce9ef29f7c..849690a95ae 100644 --- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/scripts/ld.script +++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/olimex-lpc1766stk/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/lpc17xx_40xx/olimex-lpc1766stk/src/Makefile b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/Makefile index faae54bf7cd..14bf6c3d17d 100644 --- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/Makefile +++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/olimex-lpc1766stk/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/lpc17xx_40xx/olimex-lpc1766stk/src/lpc1766stk.h b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc1766stk.h index d0944ce3c48..925cccc6bdf 100644 --- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc1766stk.h +++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc1766stk.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc1766stk.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/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_appinit.c b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_appinit.c index e973e403f81..b3b178c4ac5 100644 --- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_appinit.c +++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_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/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_boot.c b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_boot.c index d8329187323..59085bca517 100644 --- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_boot.c +++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_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/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_bringup.c b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_bringup.c index 9562d2422ae..3e05baa0d55 100644 --- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_bringup.c +++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_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/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_buttons.c b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_buttons.c index 855b1640f19..6222dd24a09 100644 --- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_buttons.c +++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_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/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_can.c b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_can.c index 5b3600a51f6..9397dd2cc0f 100644 --- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_can.c +++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_can.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_can.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/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_leds.c b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_leds.c index efcff4346fe..68bcf7f26d4 100644 --- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_leds.c +++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_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/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_ssp.c b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_ssp.c index b0c4479353e..d51a4b05819 100644 --- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_ssp.c +++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_ssp.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_ssp.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/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_usbmsc.c b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_usbmsc.c index 47f2f444093..db13ca83acc 100644 --- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_usbmsc.c +++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_usbmsc.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/lpc17xx_40xx/open1788/include/board.h b/boards/arm/lpc17xx_40xx/open1788/include/board.h index 34760d3b686..616f19151cd 100644 --- a/boards/arm/lpc17xx_40xx/open1788/include/board.h +++ b/boards/arm/lpc17xx_40xx/open1788/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/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/lpc17xx_40xx/open1788/kernel/Makefile b/boards/arm/lpc17xx_40xx/open1788/kernel/Makefile index aea8662b25b..2fc4c323a15 100644 --- a/boards/arm/lpc17xx_40xx/open1788/kernel/Makefile +++ b/boards/arm/lpc17xx_40xx/open1788/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/open1788/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/lpc17xx_40xx/open1788/kernel/lpc17_40_userspace.c b/boards/arm/lpc17xx_40xx/open1788/kernel/lpc17_40_userspace.c index 155659881ce..c268f722c3e 100644 --- a/boards/arm/lpc17xx_40xx/open1788/kernel/lpc17_40_userspace.c +++ b/boards/arm/lpc17xx_40xx/open1788/kernel/lpc17_40_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/kernel/lpc17_40_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/lpc17xx_40xx/open1788/scripts/Make.defs b/boards/arm/lpc17xx_40xx/open1788/scripts/Make.defs index e02a03cf04b..463d1d45ea1 100644 --- a/boards/arm/lpc17xx_40xx/open1788/scripts/Make.defs +++ b/boards/arm/lpc17xx_40xx/open1788/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/open1788/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/lpc17xx_40xx/open1788/scripts/kernel-space.ld b/boards/arm/lpc17xx_40xx/open1788/scripts/kernel-space.ld index fc3d3a1dc18..515d8a74d5c 100644 --- a/boards/arm/lpc17xx_40xx/open1788/scripts/kernel-space.ld +++ b/boards/arm/lpc17xx_40xx/open1788/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/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/lpc17xx_40xx/open1788/scripts/ld.script b/boards/arm/lpc17xx_40xx/open1788/scripts/ld.script index 9c213cf34d9..f989f82cc0f 100644 --- a/boards/arm/lpc17xx_40xx/open1788/scripts/ld.script +++ b/boards/arm/lpc17xx_40xx/open1788/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/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/lpc17xx_40xx/open1788/scripts/memory.ld b/boards/arm/lpc17xx_40xx/open1788/scripts/memory.ld index 0a426207a20..bf10e4bda41 100644 --- a/boards/arm/lpc17xx_40xx/open1788/scripts/memory.ld +++ b/boards/arm/lpc17xx_40xx/open1788/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/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/lpc17xx_40xx/open1788/scripts/user-space.ld b/boards/arm/lpc17xx_40xx/open1788/scripts/user-space.ld index 069303ac940..e5db3a370e6 100644 --- a/boards/arm/lpc17xx_40xx/open1788/scripts/user-space.ld +++ b/boards/arm/lpc17xx_40xx/open1788/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/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/lpc17xx_40xx/open1788/src/Makefile b/boards/arm/lpc17xx_40xx/open1788/src/Makefile index dd8bfe99687..45daf9e4d92 100644 --- a/boards/arm/lpc17xx_40xx/open1788/src/Makefile +++ b/boards/arm/lpc17xx_40xx/open1788/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/open1788/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/lpc17xx_40xx/open1788/src/lpc17_40_appinit.c b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_appinit.c index d057843c90d..50141c433a1 100644 --- a/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_appinit.c +++ b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_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/lpc17xx_40xx/open1788/src/lpc17_40_autoleds.c b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_autoleds.c index 4b9fc8ca31d..e2955e85d5b 100644 --- a/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_autoleds.c +++ b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_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/lpc17xx_40xx/open1788/src/lpc17_40_boardinitialize.c b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_boardinitialize.c index 23929355c65..28cd24e780e 100644 --- a/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_boardinitialize.c +++ b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_boardinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_boardinitialize.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/lpc17xx_40xx/open1788/src/lpc17_40_bringup.c b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_bringup.c index 4f76aad9b6a..9e5bad37956 100644 --- a/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_bringup.c +++ b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_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/lpc17xx_40xx/open1788/src/lpc17_40_buttons.c b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_buttons.c index ad1ffe59742..59780d2e0bf 100644 --- a/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_buttons.c +++ b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_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/lpc17xx_40xx/open1788/src/lpc17_40_djoystick.c b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_djoystick.c index 246785abd21..239b1e6c912 100644 --- a/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_djoystick.c +++ b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_djoystick.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_djoystick.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/lpc17xx_40xx/open1788/src/lpc17_40_lcd.c b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_lcd.c index 3feafb0b01a..02c56c0b541 100644 --- a/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_lcd.c +++ b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_lcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_lcd.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/lpc17xx_40xx/open1788/src/lpc17_40_nandinitialize.c b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_nandinitialize.c index 7e918ede851..a98d97520c6 100644 --- a/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_nandinitialize.c +++ b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_nandinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_nandinitialize.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/lpc17xx_40xx/open1788/src/lpc17_40_norinitialize.c b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_norinitialize.c index c274b5611ec..e919ddf92c5 100644 --- a/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_norinitialize.c +++ b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_norinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_norinitialize.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/lpc17xx_40xx/open1788/src/lpc17_40_sdraminitialize.c b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_sdraminitialize.c index 3be6f789c2b..9f07e74e54e 100644 --- a/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_sdraminitialize.c +++ b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_sdraminitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_sdraminitialize.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/lpc17xx_40xx/open1788/src/lpc17_40_ssp.c b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_ssp.c index 16ced09e0ce..c163908d0e6 100644 --- a/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_ssp.c +++ b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_ssp.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_ssp.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/lpc17xx_40xx/open1788/src/lpc17_40_touchscreen.c b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_touchscreen.c index 0ae88d93a96..791a6c7d452 100644 --- a/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_touchscreen.c +++ b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_touchscreen.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_touchscreen.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/lpc17xx_40xx/open1788/src/lpc17_40_userleds.c b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_userleds.c index a0f4a5a12d8..430ed91e43b 100644 --- a/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_userleds.c +++ b/boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/src/lpc17_40_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/lpc17xx_40xx/open1788/src/open1788.h b/boards/arm/lpc17xx_40xx/open1788/src/open1788.h index cd238ddc66a..87dc8e58e5f 100644 --- a/boards/arm/lpc17xx_40xx/open1788/src/open1788.h +++ b/boards/arm/lpc17xx_40xx/open1788/src/open1788.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/open1788/src/open1788.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/lpc17xx_40xx/pnev5180b/include/board.h b/boards/arm/lpc17xx_40xx/pnev5180b/include/board.h index 0728be97ac1..fc737745b9c 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/include/board.h +++ b/boards/arm/lpc17xx_40xx/pnev5180b/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/pnev5180b/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/lpc17xx_40xx/pnev5180b/kernel/Makefile b/boards/arm/lpc17xx_40xx/pnev5180b/kernel/Makefile index f70eaf97e5c..243c2217fe2 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/kernel/Makefile +++ b/boards/arm/lpc17xx_40xx/pnev5180b/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/pnev5180b/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/lpc17xx_40xx/pnev5180b/kernel/lpc17_40_userspace.c b/boards/arm/lpc17xx_40xx/pnev5180b/kernel/lpc17_40_userspace.c index 0caf83347c4..d77915de978 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/kernel/lpc17_40_userspace.c +++ b/boards/arm/lpc17xx_40xx/pnev5180b/kernel/lpc17_40_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/pnev5180b/kernel/lpc17_40_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/lpc17xx_40xx/pnev5180b/scripts/Make.defs b/boards/arm/lpc17xx_40xx/pnev5180b/scripts/Make.defs index ce22076447a..8b103b9dbb5 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/scripts/Make.defs +++ b/boards/arm/lpc17xx_40xx/pnev5180b/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/pnev5180b/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/lpc17xx_40xx/pnev5180b/scripts/flash.ld b/boards/arm/lpc17xx_40xx/pnev5180b/scripts/flash.ld index 20f504c07b7..093b5886315 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/scripts/flash.ld +++ b/boards/arm/lpc17xx_40xx/pnev5180b/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/pnev5180b/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/lpc17xx_40xx/pnev5180b/scripts/kernel-space.ld b/boards/arm/lpc17xx_40xx/pnev5180b/scripts/kernel-space.ld index 45a16ef1e65..22a97077bda 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/scripts/kernel-space.ld +++ b/boards/arm/lpc17xx_40xx/pnev5180b/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/pnev5180b/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/lpc17xx_40xx/pnev5180b/scripts/memory.ld b/boards/arm/lpc17xx_40xx/pnev5180b/scripts/memory.ld index 5bafed733f6..2d716d22f72 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/scripts/memory.ld +++ b/boards/arm/lpc17xx_40xx/pnev5180b/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/pnev5180b/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/lpc17xx_40xx/pnev5180b/scripts/user-space.ld b/boards/arm/lpc17xx_40xx/pnev5180b/scripts/user-space.ld index b463cb84162..f22f9bbf667 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/scripts/user-space.ld +++ b/boards/arm/lpc17xx_40xx/pnev5180b/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/pnev5180b/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/lpc17xx_40xx/pnev5180b/src/Makefile b/boards/arm/lpc17xx_40xx/pnev5180b/src/Makefile index 469353d4f25..35d429e1ecc 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/src/Makefile +++ b/boards/arm/lpc17xx_40xx/pnev5180b/src/Makefile @@ -1,6 +1,8 @@ ############################################################################## # boards/arm/lpc17xx_40xx/pnev5180b/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/lpc17xx_40xx/pnev5180b/src/lpc17_40_appinit.c b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_appinit.c index c19ed8d8cf4..474cd4fc628 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_appinit.c +++ b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_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/lpc17xx_40xx/pnev5180b/src/lpc17_40_boot.c b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_boot.c index 67ea3d08de1..91cf05b4dd1 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_boot.c +++ b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_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/lpc17xx_40xx/pnev5180b/src/lpc17_40_bringup.c b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_bringup.c index fd8ce7a3cfa..88c84c442c0 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_bringup.c +++ b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_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/lpc17xx_40xx/pnev5180b/src/lpc17_40_composite.c b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_composite.c index a08d987b4c8..92f371cd11f 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_composite.c +++ b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_composite.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_composite.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/lpc17xx_40xx/pnev5180b/src/lpc17_40_leds.c b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_leds.c index 484f131d97c..95132ab9cb9 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_leds.c +++ b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_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/lpc17xx_40xx/pnev5180b/src/lpc17_40_romfs.c b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_romfs.c index c92f3afc000..2d22cb139c5 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_romfs.c +++ b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_romfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_romfs.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/lpc17xx_40xx/pnev5180b/src/lpc17_40_romfs.h b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_romfs.h index fabd7093137..63e35d80841 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_romfs.h +++ b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_romfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_romfs.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/lpc17xx_40xx/pnev5180b/src/lpc17_40_spi.c b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_spi.c index 2b28d143a0c..d57c763b1a3 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_spi.c +++ b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_spi.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/lpc17xx_40xx/pnev5180b/src/lpc17_40_symtab.c b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_symtab.c index b82116140e1..46c09898842 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_symtab.c +++ b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_symtab.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_symtab.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/lpc17xx_40xx/pnev5180b/src/lpc17_40_symtab.h b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_symtab.h index 3188f52d114..b87c544bc2b 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_symtab.h +++ b/boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_symtab.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/pnev5180b/src/lpc17_40_symtab.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/lpc17xx_40xx/pnev5180b/src/pnev5180b.h b/boards/arm/lpc17xx_40xx/pnev5180b/src/pnev5180b.h index 83e5cde5eff..5e3014459ca 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/src/pnev5180b.h +++ b/boards/arm/lpc17xx_40xx/pnev5180b/src/pnev5180b.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/pnev5180b/src/pnev5180b.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/lpc17xx_40xx/u-blox-c027/include/board.h b/boards/arm/lpc17xx_40xx/u-blox-c027/include/board.h index f9719572d89..a3c2111c350 100644 --- a/boards/arm/lpc17xx_40xx/u-blox-c027/include/board.h +++ b/boards/arm/lpc17xx_40xx/u-blox-c027/include/board.h @@ -1,8 +1,9 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/u-blox-c027/include/board.h * - * Copyright (C) 2016 Vladimir Komendantskiy. All rights reserved. - * Author: Vladimir Komendantskiy + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Vladimir Komendantskiy. All rights reserved. + * SPDX-FileContributor: Vladimir Komendantskiy * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/boards/arm/lpc17xx_40xx/u-blox-c027/scripts/Make.defs b/boards/arm/lpc17xx_40xx/u-blox-c027/scripts/Make.defs index 9aad90c4877..4f9568ac26f 100644 --- a/boards/arm/lpc17xx_40xx/u-blox-c027/scripts/Make.defs +++ b/boards/arm/lpc17xx_40xx/u-blox-c027/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/u-blox-c027/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/lpc17xx_40xx/u-blox-c027/scripts/u-blox-c027.ld b/boards/arm/lpc17xx_40xx/u-blox-c027/scripts/u-blox-c027.ld index bc4a6ce362b..1d87abe1137 100644 --- a/boards/arm/lpc17xx_40xx/u-blox-c027/scripts/u-blox-c027.ld +++ b/boards/arm/lpc17xx_40xx/u-blox-c027/scripts/u-blox-c027.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/u-blox-c027/scripts/u-blox-c027.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/lpc17xx_40xx/u-blox-c027/src/Makefile b/boards/arm/lpc17xx_40xx/u-blox-c027/src/Makefile index f7b8a79f214..7c5f80d84cf 100644 --- a/boards/arm/lpc17xx_40xx/u-blox-c027/src/Makefile +++ b/boards/arm/lpc17xx_40xx/u-blox-c027/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/u-blox-c027/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/lpc17xx_40xx/u-blox-c027/src/lpc17_40_adc.c b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_adc.c index ef4497e057a..d62b10ee1a9 100644 --- a/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_adc.c +++ b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_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/lpc17xx_40xx/u-blox-c027/src/lpc17_40_appinit.c b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_appinit.c index 3d40620d17a..6c1dd8fef5c 100644 --- a/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_appinit.c +++ b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_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/lpc17xx_40xx/u-blox-c027/src/lpc17_40_boot.c b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_boot.c index c993c4d9415..a24513e171a 100644 --- a/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_boot.c +++ b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_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/lpc17xx_40xx/u-blox-c027/src/lpc17_40_dac.c b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_dac.c index 67a28b881b1..db714d80d86 100644 --- a/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_dac.c +++ b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_dac.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_dac.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/lpc17xx_40xx/u-blox-c027/src/lpc17_40_leds.c b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_leds.c index 11a8da6988b..7eea9a8fe8e 100644 --- a/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_leds.c +++ b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_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/lpc17xx_40xx/u-blox-c027/src/lpc17_40_pwm.c b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_pwm.c index 306d9e797c2..c79ac9d88ce 100644 --- a/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_pwm.c +++ b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_pwm.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/lpc17xx_40xx/u-blox-c027/src/lpc17_40_ssp.c b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_ssp.c index a4bb56c643b..34943caad8e 100644 --- a/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_ssp.c +++ b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_ssp.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_ssp.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/lpc17xx_40xx/u-blox-c027/src/lpc17_40_ubxmdm.c b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_ubxmdm.c index 066dedf67bc..239d7c71cf2 100644 --- a/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_ubxmdm.c +++ b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_ubxmdm.c @@ -1,8 +1,9 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_ubxmdm.c * - * Copyright (C) 2016 Vladimir Komendantskiy. All rights reserved. - * Author: Vladimir Komendantskiy + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Vladimir Komendantskiy. All rights reserved. + * SPDX-FileContributor: Vladimir Komendantskiy * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_usbmsc.c b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_usbmsc.c index 2fedb4621e1..88af645f4b2 100644 --- a/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_usbmsc.c +++ b/boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/u-blox-c027/src/lpc17_40_usbmsc.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/lpc17xx_40xx/u-blox-c027/src/u-blox-c027.h b/boards/arm/lpc17xx_40xx/u-blox-c027/src/u-blox-c027.h index 67f88b0c7bc..0e48765f3b7 100644 --- a/boards/arm/lpc17xx_40xx/u-blox-c027/src/u-blox-c027.h +++ b/boards/arm/lpc17xx_40xx/u-blox-c027/src/u-blox-c027.h @@ -1,8 +1,9 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/u-blox-c027/src/u-blox-c027.h * - * Copyright (C) 2016 Vladimir Komendantskiy. All rights reserved. - * Author: Vladimir Komendantskiy + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Vladimir Komendantskiy. All rights reserved. + * SPDX-FileContributor: Vladimir Komendantskiy * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/boards/arm/lpc17xx_40xx/u-blox-c027/tools/flash.sh b/boards/arm/lpc17xx_40xx/u-blox-c027/tools/flash.sh index f59a55fdd25..4cd3d73b9d8 100755 --- a/boards/arm/lpc17xx_40xx/u-blox-c027/tools/flash.sh +++ b/boards/arm/lpc17xx_40xx/u-blox-c027/tools/flash.sh @@ -2,6 +2,8 @@ #################################################################################### # flash.sh # +# 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/lpc17xx_40xx/zkit-arm-1769/include/board.h b/boards/arm/lpc17xx_40xx/zkit-arm-1769/include/board.h index c7a5d59cef6..30f5e27a6e4 100644 --- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/include/board.h +++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/zkit-arm-1769/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/lpc17xx_40xx/zkit-arm-1769/scripts/Make.defs b/boards/arm/lpc17xx_40xx/zkit-arm-1769/scripts/Make.defs index 23daea03bb2..8ee314002d6 100644 --- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/scripts/Make.defs +++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/zkit-arm-1769/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/lpc17xx_40xx/zkit-arm-1769/scripts/ld.script b/boards/arm/lpc17xx_40xx/zkit-arm-1769/scripts/ld.script index 1dedd4a1a15..fdf5bb91723 100644 --- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/scripts/ld.script +++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/zkit-arm-1769/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/lpc17xx_40xx/zkit-arm-1769/src/Makefile b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/Makefile index 22ae98f15a5..005bf37eef8 100644 --- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/Makefile +++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc17xx_40xx/zkit-arm-1769/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/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_adc.c b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_adc.c index fe554983c47..d17faa9483b 100644 --- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_adc.c +++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_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/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_appinit.c b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_appinit.c index c5f74ad9e84..fc4138b559b 100644 --- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_appinit.c +++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_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/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_boot.c b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_boot.c index cedf1b77883..707ff010585 100644 --- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_boot.c +++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_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/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_buttons.c b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_buttons.c index c6f7bcffa89..d1a7be35c5e 100644 --- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_buttons.c +++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_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/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_can.c b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_can.c index 6e2c6f0d7ee..e1c2c189a08 100644 --- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_can.c +++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_can.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_can.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/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_dac.c b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_dac.c index 335ffa2a244..9d851b23389 100644 --- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_dac.c +++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_dac.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_dac.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/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_lcd.c b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_lcd.c index e65932580bc..2eb76c7ed31 100644 --- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_lcd.c +++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_lcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_lcd.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/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_leds.c b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_leds.c index 927e4b0489a..ee91a141419 100644 --- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_leds.c +++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_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/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_spi.c b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_spi.c index 037749a45e2..494df80c51d 100644 --- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_spi.c +++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_spi.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/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_ssp.c b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_ssp.c index 9f30f8e52f0..07ea79dcb47 100644 --- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_ssp.c +++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_ssp.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_ssp.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/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_usbmsc.c b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_usbmsc.c index b9a80ea7fe4..51b6ce00708 100644 --- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_usbmsc.c +++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/zkit-arm-1769/src/lpc17_40_usbmsc.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/lpc17xx_40xx/zkit-arm-1769/src/zkit-arm-1769.h b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/zkit-arm-1769.h index fab75766aed..552b8c0f95e 100644 --- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/zkit-arm-1769.h +++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/src/zkit-arm-1769.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc17xx_40xx/zkit-arm-1769/src/zkit-arm-1769.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