From cfbc95e9937c3535ea5f88f55ddf0e59b3c6512d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Aug 2025 17:27:09 -0500 Subject: [PATCH] bsps/arm/*: Add SPDX for RTEMS legacy license These may still be relicensed but adding SPDX is needed. Updates #4805. --- bsps/arm/beagle/clock/clock.c | 2 ++ bsps/arm/beagle/console/console-config.c | 2 ++ bsps/arm/beagle/gpio/bbb-gpio.c | 2 ++ bsps/arm/beagle/i2c/bbb-i2c.c | 2 ++ bsps/arm/beagle/include/bsp.h | 2 ++ bsps/arm/beagle/include/bsp/bbb-gpio.h | 2 ++ bsps/arm/beagle/include/bsp/beagleboneblack.h | 2 ++ bsps/arm/beagle/include/bsp/i2c.h | 2 ++ bsps/arm/beagle/include/bsp/spi.h | 2 ++ bsps/arm/beagle/irq/irq.c | 2 ++ bsps/arm/beagle/spi/spi.c | 2 ++ bsps/arm/beagle/start/bspreset.c | 2 ++ bsps/arm/csb336/btimer/btimer.c | 2 ++ bsps/arm/csb336/clock/clockdrv.c | 2 ++ bsps/arm/csb336/console/uart.c | 2 ++ bsps/arm/csb336/include/bsp.h | 2 ++ bsps/arm/csb336/include/mc9328mxl.h | 2 ++ bsps/arm/csb336/start/bspstart.c | 2 ++ bsps/arm/csb336/start/memmap.c | 2 ++ bsps/arm/csb336/start/start.S | 2 ++ bsps/arm/csb337/btimer/btimer.c | 2 ++ bsps/arm/csb337/clock/clock.c | 2 ++ bsps/arm/csb337/console/dbgu.c | 2 ++ bsps/arm/csb337/console/uarts.c | 2 ++ bsps/arm/csb337/console/usart.c | 2 ++ bsps/arm/csb337/include/at91rm9200.h | 2 ++ bsps/arm/csb337/include/at91rm9200_dbgu.h | 2 ++ bsps/arm/csb337/include/at91rm9200_emac.h | 2 ++ bsps/arm/csb337/include/at91rm9200_gpio.h | 2 ++ bsps/arm/csb337/include/at91rm9200_mem.h | 2 ++ bsps/arm/csb337/include/at91rm9200_pmc.h | 2 ++ bsps/arm/csb337/include/at91rm9200_usart.h | 2 ++ bsps/arm/csb337/include/bits.h | 2 ++ bsps/arm/csb337/include/bsp.h | 2 ++ bsps/arm/csb337/start/bspreset.c | 2 ++ bsps/arm/csb337/start/bspstart.c | 2 ++ bsps/arm/csb337/start/memmap.c | 2 ++ bsps/arm/csb337/start/pmc.c | 2 ++ bsps/arm/csb337/start/start.S | 2 ++ bsps/arm/edb7312/btimer/btimer.c | 2 ++ bsps/arm/edb7312/clock/clockdrv.c | 2 ++ bsps/arm/edb7312/console/uart.c | 2 ++ bsps/arm/edb7312/include/bsp.h | 2 ++ bsps/arm/edb7312/include/bsp/irq.h | 2 ++ bsps/arm/edb7312/include/ep7312.h | 2 ++ bsps/arm/edb7312/include/uart.h | 2 ++ bsps/arm/edb7312/irq/bsp_irq_asm.S | 2 ++ bsps/arm/edb7312/irq/irq.c | 2 ++ bsps/arm/edb7312/start/bspreset.c | 2 ++ bsps/arm/edb7312/start/bspstart.c | 2 ++ bsps/arm/edb7312/start/start.S | 2 ++ bsps/arm/gumstix/btimer/btimer.c | 2 ++ bsps/arm/gumstix/clock/clock.c | 2 ++ bsps/arm/gumstix/console/ffuart.c | 2 ++ bsps/arm/gumstix/console/uarts.c | 2 ++ bsps/arm/gumstix/fb/fb.c | 2 ++ bsps/arm/gumstix/include/bsp.h | 2 ++ bsps/arm/gumstix/include/ffuart.h | 2 ++ bsps/arm/gumstix/include/pxa255.h | 2 ++ bsps/arm/gumstix/start/bspreset.c | 2 ++ bsps/arm/gumstix/start/bspstart.c | 2 ++ bsps/arm/gumstix/start/start.S | 2 ++ bsps/arm/include/libcpu/am335x.h | 2 ++ bsps/arm/include/libcpu/omap3.h | 2 ++ bsps/arm/lm3s69xx/console/console-config.c | 2 ++ bsps/arm/lm3s69xx/console/uart.c | 2 ++ bsps/arm/lm3s69xx/i2c/ssi.c | 2 ++ bsps/arm/lm3s69xx/include/bsp/io.h | 2 ++ bsps/arm/lm3s69xx/include/bsp/irq.h | 2 ++ bsps/arm/lm3s69xx/include/bsp/lm3s69xx.h | 2 ++ bsps/arm/lm3s69xx/include/bsp/ssi.h | 2 ++ bsps/arm/lm3s69xx/include/bsp/syscon.h | 2 ++ bsps/arm/lm3s69xx/start/bspstart.c | 2 ++ bsps/arm/lm3s69xx/start/io.c | 2 ++ bsps/arm/lm3s69xx/start/syscon.c | 2 ++ bsps/arm/lpc176x/btimer/btimer.c | 2 ++ bsps/arm/lpc176x/can/can.c | 2 ++ bsps/arm/lpc176x/gpio/lpc-gpio.c | 2 ++ bsps/arm/lpc176x/include/bsp/adc-defs.h | 2 ++ bsps/arm/lpc176x/include/bsp/adc.h | 2 ++ bsps/arm/lpc176x/include/bsp/can-defs.h | 2 ++ bsps/arm/lpc176x/include/bsp/can.h | 2 ++ bsps/arm/lpc176x/include/bsp/common-types.h | 2 ++ bsps/arm/lpc176x/include/bsp/gpio-defs.h | 2 ++ bsps/arm/lpc176x/include/bsp/io-defs.h | 2 ++ bsps/arm/lpc176x/include/bsp/io.h | 2 ++ bsps/arm/lpc176x/include/bsp/lpc-gpio.h | 2 ++ bsps/arm/lpc176x/include/bsp/lpc176x.h | 2 ++ bsps/arm/lpc176x/include/bsp/mbed-pinmap.h | 2 ++ bsps/arm/lpc176x/include/bsp/pwmout-defs.h | 2 ++ bsps/arm/lpc176x/include/bsp/pwmout.h | 2 ++ bsps/arm/lpc176x/include/bsp/timer-defs.h | 2 ++ bsps/arm/lpc176x/include/bsp/timer.h | 2 ++ bsps/arm/lpc176x/include/bsp/watchdog-defs.h | 2 ++ bsps/arm/lpc176x/include/bsp/watchdog.h | 2 ++ bsps/arm/lpc176x/pwm/pwmout.c | 2 ++ bsps/arm/lpc176x/start/adc.c | 2 ++ bsps/arm/lpc176x/start/bspstarthooks.c | 2 ++ bsps/arm/lpc176x/start/io.c | 2 ++ bsps/arm/lpc176x/start/watchdog.c | 2 ++ bsps/arm/lpc176x/timer/timer.c | 2 ++ bsps/arm/lpc32xx/include/bsp/nand-mlc.h | 2 ++ bsps/arm/raspberrypi/console/console-config.c | 2 ++ bsps/arm/raspberrypi/console/fb.c | 2 ++ bsps/arm/raspberrypi/console/fbcons.c | 2 ++ bsps/arm/raspberrypi/console/font_data.h | 2 ++ bsps/arm/raspberrypi/console/outch.c | 2 ++ bsps/arm/raspberrypi/gpio/gpio-interfaces-pi1-rev2.c | 2 ++ bsps/arm/raspberrypi/gpio/rpi-gpio.c | 2 ++ bsps/arm/raspberrypi/i2c/i2c.c | 2 ++ bsps/arm/raspberrypi/include/bsp.h | 2 ++ bsps/arm/raspberrypi/include/bsp/fbcons.h | 2 ++ bsps/arm/raspberrypi/include/bsp/i2c.h | 2 ++ bsps/arm/raspberrypi/include/bsp/irq.h | 2 ++ bsps/arm/raspberrypi/include/bsp/mailbox.h | 2 ++ bsps/arm/raspberrypi/include/bsp/raspberrypi.h | 2 ++ bsps/arm/raspberrypi/include/bsp/rpi-fb.h | 2 ++ bsps/arm/raspberrypi/include/bsp/rpi-gpio.h | 2 ++ bsps/arm/raspberrypi/include/bsp/spi.h | 2 ++ bsps/arm/raspberrypi/include/bsp/usart.h | 2 ++ bsps/arm/raspberrypi/include/bsp/vc.h | 2 ++ bsps/arm/raspberrypi/spi/spi.c | 2 ++ bsps/arm/raspberrypi/start/bspstart.c | 2 ++ bsps/arm/raspberrypi/start/cmdline.c | 2 ++ bsps/arm/raspberrypi/start/mailbox.c | 2 ++ bsps/arm/raspberrypi/start/timer.c | 2 ++ bsps/arm/raspberrypi/start/vc.c | 2 ++ bsps/arm/raspberrypi/start/vc_defines.h | 2 ++ bsps/arm/rtl22xx/btimer/btimer.c | 2 ++ bsps/arm/rtl22xx/clock/clockdrv.c | 2 ++ bsps/arm/rtl22xx/console/uart.c | 2 ++ bsps/arm/rtl22xx/include/bsp.h | 2 ++ bsps/arm/rtl22xx/include/bsp/irq.h | 2 ++ bsps/arm/rtl22xx/include/lpc22xx.h | 2 ++ bsps/arm/rtl22xx/irq/irq.c | 2 ++ bsps/arm/rtl22xx/start/bspreset.c | 2 ++ bsps/arm/rtl22xx/start/bspstart.c | 2 ++ bsps/arm/rtl22xx/start/start.S | 2 ++ bsps/arm/smdk2410/btimer/btimer.c | 2 ++ bsps/arm/smdk2410/clock/clockdrv.c | 2 ++ bsps/arm/smdk2410/console/uart.c | 2 ++ bsps/arm/smdk2410/include/bsp.h | 2 ++ bsps/arm/smdk2410/irq/irq.c | 2 ++ bsps/arm/smdk2410/start/bspidle.c | 2 ++ bsps/arm/smdk2410/start/bspreset.c | 2 ++ bsps/arm/smdk2410/start/bspstart.c | 2 ++ bsps/arm/smdk2410/start/memmap.c | 2 ++ bsps/arm/smdk2410/start/start.S | 2 ++ bsps/arm/stm32f4/i2c/i2c-config.c | 2 ++ bsps/arm/stm32f4/i2c/i2c.c | 2 ++ bsps/arm/stm32f4/include/bsp/i2c.h | 2 ++ bsps/arm/stm32f4/include/bsp/stm32_i2c.h | 2 ++ bsps/arm/stm32f4/include/bsp/stm32f10xxx_exti.h | 2 ++ bsps/arm/stm32f4/include/bsp/stm32f10xxx_gpio.h | 2 ++ bsps/arm/stm32f4/include/bsp/stm32f10xxx_rcc.h | 2 ++ bsps/arm/stm32f4/include/bsp/stm32f4xxxx_adc.h | 2 ++ bsps/arm/stm32f4/include/bsp/stm32f4xxxx_exti.h | 2 ++ bsps/arm/stm32f4/include/bsp/stm32f4xxxx_flash.h | 2 ++ bsps/arm/stm32f4/include/bsp/stm32f4xxxx_otgfs.h | 2 ++ bsps/arm/stm32f4/include/bsp/stm32f4xxxx_pwr.h | 2 ++ bsps/arm/stm32f4/include/bsp/stm32f4xxxx_syscfg.h | 2 ++ bsps/arm/stm32f4/include/bsp/stm32f4xxxx_tim.h | 2 ++ 162 files changed, 324 insertions(+) diff --git a/bsps/arm/beagle/clock/clock.c b/bsps/arm/beagle/clock/clock.c index a32dde86bf..776bf1660f 100644 --- a/bsps/arm/beagle/clock/clock.c +++ b/bsps/arm/beagle/clock/clock.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/beagle/console/console-config.c b/bsps/arm/beagle/console/console-config.c index 78af5f6a93..40062aa1fe 100644 --- a/bsps/arm/beagle/console/console-config.c +++ b/bsps/arm/beagle/console/console-config.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/beagle/gpio/bbb-gpio.c b/bsps/arm/beagle/gpio/bbb-gpio.c index bd081fae5a..4a6041055f 100644 --- a/bsps/arm/beagle/gpio/bbb-gpio.c +++ b/bsps/arm/beagle/gpio/bbb-gpio.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/beagle/i2c/bbb-i2c.c b/bsps/arm/beagle/i2c/bbb-i2c.c index b842fd820a..4c5b1e9ec2 100644 --- a/bsps/arm/beagle/i2c/bbb-i2c.c +++ b/bsps/arm/beagle/i2c/bbb-i2c.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/beagle/include/bsp.h b/bsps/arm/beagle/include/bsp.h index a5c9bc0459..857c9ca8c9 100644 --- a/bsps/arm/beagle/include/bsp.h +++ b/bsps/arm/beagle/include/bsp.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/beagle/include/bsp/bbb-gpio.h b/bsps/arm/beagle/include/bsp/bbb-gpio.h index ceb12a4dec..52aa2f7601 100644 --- a/bsps/arm/beagle/include/bsp/bbb-gpio.h +++ b/bsps/arm/beagle/include/bsp/bbb-gpio.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/beagle/include/bsp/beagleboneblack.h b/bsps/arm/beagle/include/bsp/beagleboneblack.h index c62f4aa92d..025ce630dd 100644 --- a/bsps/arm/beagle/include/bsp/beagleboneblack.h +++ b/bsps/arm/beagle/include/bsp/beagleboneblack.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/beagle/include/bsp/i2c.h b/bsps/arm/beagle/include/bsp/i2c.h index d80b376fa0..56cf938b4a 100644 --- a/bsps/arm/beagle/include/bsp/i2c.h +++ b/bsps/arm/beagle/include/bsp/i2c.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/beagle/include/bsp/spi.h b/bsps/arm/beagle/include/bsp/spi.h index ffda7edf60..e19c63627b 100644 --- a/bsps/arm/beagle/include/bsp/spi.h +++ b/bsps/arm/beagle/include/bsp/spi.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/beagle/irq/irq.c b/bsps/arm/beagle/irq/irq.c index 7cb37d86e4..f5cea3d6d1 100644 --- a/bsps/arm/beagle/irq/irq.c +++ b/bsps/arm/beagle/irq/irq.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/beagle/spi/spi.c b/bsps/arm/beagle/spi/spi.c index 38c0a503e0..45ab322db0 100644 --- a/bsps/arm/beagle/spi/spi.c +++ b/bsps/arm/beagle/spi/spi.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/beagle/start/bspreset.c b/bsps/arm/beagle/start/bspreset.c index d09e2eae27..7fdb9ed232 100644 --- a/bsps/arm/beagle/start/bspreset.c +++ b/bsps/arm/beagle/start/bspreset.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2014 Ben Gras . All rights reserved. * diff --git a/bsps/arm/csb336/btimer/btimer.c b/bsps/arm/csb336/btimer/btimer.c index 66ff4a0bf4..0c574bb47b 100644 --- a/bsps/arm/csb336/btimer/btimer.c +++ b/bsps/arm/csb336/btimer/btimer.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @brief Cogent CSB336 Timer driver diff --git a/bsps/arm/csb336/clock/clockdrv.c b/bsps/arm/csb336/clock/clockdrv.c index 6af507a877..8ffc9f23b4 100644 --- a/bsps/arm/csb336/clock/clockdrv.c +++ b/bsps/arm/csb336/clock/clockdrv.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * MC9328MXL clock specific using the System Timer */ diff --git a/bsps/arm/csb336/console/uart.c b/bsps/arm/csb336/console/uart.c index 1acb1baa10..570a985e7b 100644 --- a/bsps/arm/csb336/console/uart.c +++ b/bsps/arm/csb336/console/uart.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Console driver for MC9328XML UARTs. * diff --git a/bsps/arm/csb336/include/bsp.h b/bsps/arm/csb336/include/bsp.h index 996708fe80..dcb73b5248 100644 --- a/bsps/arm/csb336/include/bsp.h +++ b/bsps/arm/csb336/include/bsp.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/csb336/include/mc9328mxl.h b/bsps/arm/csb336/include/mc9328mxl.h index dd0516283a..76e0e6f77f 100644 --- a/bsps/arm/csb336/include/mc9328mxl.h +++ b/bsps/arm/csb336/include/mc9328mxl.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Motorola MC9328MXL Register definitions * diff --git a/bsps/arm/csb336/start/bspstart.c b/bsps/arm/csb336/start/bspstart.c index 8970dfbe4a..20f5b3af47 100644 --- a/bsps/arm/csb336/start/bspstart.c +++ b/bsps/arm/csb336/start/bspstart.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Cogent CSB336 - MC9328MXL SBC startup code */ diff --git a/bsps/arm/csb336/start/memmap.c b/bsps/arm/csb336/start/memmap.c index a61fc6e2cf..3c199f47eb 100644 --- a/bsps/arm/csb336/start/memmap.c +++ b/bsps/arm/csb336/start/memmap.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * CSB336 Memory Map * diff --git a/bsps/arm/csb336/start/start.S b/bsps/arm/csb336/start/start.S index e5d522cf1f..9bede4c29f 100644 --- a/bsps/arm/csb336/start/start.S +++ b/bsps/arm/csb336/start/start.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Cogent CSB336 startup code * diff --git a/bsps/arm/csb337/btimer/btimer.c b/bsps/arm/csb337/btimer/btimer.c index c65dd8096a..72cbb37d9b 100644 --- a/bsps/arm/csb337/btimer/btimer.c +++ b/bsps/arm/csb337/btimer/btimer.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @brief Cogent CSB337 Timer driver diff --git a/bsps/arm/csb337/clock/clock.c b/bsps/arm/csb337/clock/clock.c index ee05387baa..58af668b80 100644 --- a/bsps/arm/csb337/clock/clock.c +++ b/bsps/arm/csb337/clock/clock.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * AT91RM9200 clock specific using the System Timer */ diff --git a/bsps/arm/csb337/console/dbgu.c b/bsps/arm/csb337/console/dbgu.c index 1a16762e32..c8eb483de9 100644 --- a/bsps/arm/csb337/console/dbgu.c +++ b/bsps/arm/csb337/console/dbgu.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Console driver for AT91RM9200 DBGU port * diff --git a/bsps/arm/csb337/console/uarts.c b/bsps/arm/csb337/console/uarts.c index b705a477b7..5499685c5e 100644 --- a/bsps/arm/csb337/console/uarts.c +++ b/bsps/arm/csb337/console/uarts.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Console driver for for KIT637_V6 (CSB637) * diff --git a/bsps/arm/csb337/console/usart.c b/bsps/arm/csb337/console/usart.c index 23b877ce64..979979537c 100644 --- a/bsps/arm/csb337/console/usart.c +++ b/bsps/arm/csb337/console/usart.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Driver for AT91RM9200 USART ports */ diff --git a/bsps/arm/csb337/include/at91rm9200.h b/bsps/arm/csb337/include/at91rm9200.h index 4f3ccd33d7..56bc483c66 100644 --- a/bsps/arm/csb337/include/at91rm9200.h +++ b/bsps/arm/csb337/include/at91rm9200.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/csb337/include/at91rm9200_dbgu.h b/bsps/arm/csb337/include/at91rm9200_dbgu.h index f37429cddc..f6f36419ce 100644 --- a/bsps/arm/csb337/include/at91rm9200_dbgu.h +++ b/bsps/arm/csb337/include/at91rm9200_dbgu.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/csb337/include/at91rm9200_emac.h b/bsps/arm/csb337/include/at91rm9200_emac.h index 824ba1c3aa..2f9cdaef0f 100644 --- a/bsps/arm/csb337/include/at91rm9200_emac.h +++ b/bsps/arm/csb337/include/at91rm9200_emac.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/csb337/include/at91rm9200_gpio.h b/bsps/arm/csb337/include/at91rm9200_gpio.h index 4c2fcabc10..b2bd1a9209 100644 --- a/bsps/arm/csb337/include/at91rm9200_gpio.h +++ b/bsps/arm/csb337/include/at91rm9200_gpio.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/csb337/include/at91rm9200_mem.h b/bsps/arm/csb337/include/at91rm9200_mem.h index aca99ea0a4..5f162d8c67 100644 --- a/bsps/arm/csb337/include/at91rm9200_mem.h +++ b/bsps/arm/csb337/include/at91rm9200_mem.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/csb337/include/at91rm9200_pmc.h b/bsps/arm/csb337/include/at91rm9200_pmc.h index 59860e4db0..d8e47f2f7a 100644 --- a/bsps/arm/csb337/include/at91rm9200_pmc.h +++ b/bsps/arm/csb337/include/at91rm9200_pmc.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/csb337/include/at91rm9200_usart.h b/bsps/arm/csb337/include/at91rm9200_usart.h index c1f25bdd43..cfbb7a2c74 100644 --- a/bsps/arm/csb337/include/at91rm9200_usart.h +++ b/bsps/arm/csb337/include/at91rm9200_usart.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/csb337/include/bits.h b/bsps/arm/csb337/include/bits.h index 105f4d4bd6..4adaa19221 100644 --- a/bsps/arm/csb337/include/bits.h +++ b/bsps/arm/csb337/include/bits.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** *@file * diff --git a/bsps/arm/csb337/include/bsp.h b/bsps/arm/csb337/include/bsp.h index 52f7a57710..4242779726 100644 --- a/bsps/arm/csb337/include/bsp.h +++ b/bsps/arm/csb337/include/bsp.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/csb337/start/bspreset.c b/bsps/arm/csb337/start/bspreset.c index 7b59aa456d..633e424e6a 100644 --- a/bsps/arm/csb337/start/bspreset.c +++ b/bsps/arm/csb337/start/bspreset.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Cogent CSB337 - AT91RM9200 Startup code */ diff --git a/bsps/arm/csb337/start/bspstart.c b/bsps/arm/csb337/start/bspstart.c index a47198598c..4e7f2ff9bd 100644 --- a/bsps/arm/csb337/start/bspstart.c +++ b/bsps/arm/csb337/start/bspstart.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Cogent CSB337 - AT91RM9200 Startup Code * diff --git a/bsps/arm/csb337/start/memmap.c b/bsps/arm/csb337/start/memmap.c index bdd5487432..7cf4795e94 100644 --- a/bsps/arm/csb337/start/memmap.c +++ b/bsps/arm/csb337/start/memmap.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * CSB337 and CSB637 (KIT637_V6) Memory map * diff --git a/bsps/arm/csb337/start/pmc.c b/bsps/arm/csb337/start/pmc.c index a15bf3c075..9ba73a2e80 100644 --- a/bsps/arm/csb337/start/pmc.c +++ b/bsps/arm/csb337/start/pmc.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Atmel AT91RM9200 PMC functions * diff --git a/bsps/arm/csb337/start/start.S b/bsps/arm/csb337/start/start.S index e55bb54f61..eafdd091f0 100644 --- a/bsps/arm/csb337/start/start.S +++ b/bsps/arm/csb337/start/start.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Cogent CSB337 startup code * diff --git a/bsps/arm/edb7312/btimer/btimer.c b/bsps/arm/edb7312/btimer/btimer.c index b795122ff3..2259f3319f 100644 --- a/bsps/arm/edb7312/btimer/btimer.c +++ b/bsps/arm/edb7312/btimer/btimer.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Cirrus EP7312 Timer driver * diff --git a/bsps/arm/edb7312/clock/clockdrv.c b/bsps/arm/edb7312/clock/clockdrv.c index 79289366da..5dec83543a 100644 --- a/bsps/arm/edb7312/clock/clockdrv.c +++ b/bsps/arm/edb7312/clock/clockdrv.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Cirrus EP7312 Clock driver * diff --git a/bsps/arm/edb7312/console/uart.c b/bsps/arm/edb7312/console/uart.c index 4ba71c8cc2..d9aa5c1ae1 100644 --- a/bsps/arm/edb7312/console/uart.c +++ b/bsps/arm/edb7312/console/uart.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Cirrus EP7312 Console Driver * diff --git a/bsps/arm/edb7312/include/bsp.h b/bsps/arm/edb7312/include/bsp.h index a182aeef46..d2110508db 100644 --- a/bsps/arm/edb7312/include/bsp.h +++ b/bsps/arm/edb7312/include/bsp.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @ingroup RTEMSBSPsARMEDB7312 diff --git a/bsps/arm/edb7312/include/bsp/irq.h b/bsps/arm/edb7312/include/bsp/irq.h index 5800823544..3eb4b2d31b 100644 --- a/bsps/arm/edb7312/include/bsp/irq.h +++ b/bsps/arm/edb7312/include/bsp/irq.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @ingroup edb7312_interrupt diff --git a/bsps/arm/edb7312/include/ep7312.h b/bsps/arm/edb7312/include/ep7312.h index 69f3e8d727..231ace5cc4 100644 --- a/bsps/arm/edb7312/include/ep7312.h +++ b/bsps/arm/edb7312/include/ep7312.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @ingroup edb7312_registers diff --git a/bsps/arm/edb7312/include/uart.h b/bsps/arm/edb7312/include/uart.h index 2fcace24e7..7ff917c72a 100644 --- a/bsps/arm/edb7312/include/uart.h +++ b/bsps/arm/edb7312/include/uart.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/edb7312/irq/bsp_irq_asm.S b/bsps/arm/edb7312/irq/bsp_irq_asm.S index c48466967b..4186c27531 100644 --- a/bsps/arm/edb7312/irq/bsp_irq_asm.S +++ b/bsps/arm/edb7312/irq/bsp_irq_asm.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Cirrus EP7312 Intererrupt handler */ diff --git a/bsps/arm/edb7312/irq/irq.c b/bsps/arm/edb7312/irq/irq.c index 7b0b342f89..10953f596c 100644 --- a/bsps/arm/edb7312/irq/irq.c +++ b/bsps/arm/edb7312/irq/irq.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Cirrus EP7312 Intererrupt handler */ diff --git a/bsps/arm/edb7312/start/bspreset.c b/bsps/arm/edb7312/start/bspreset.c index ba4a8b767d..df54aa9095 100644 --- a/bsps/arm/edb7312/start/bspreset.c +++ b/bsps/arm/edb7312/start/bspreset.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2002 by Jay Monkman * diff --git a/bsps/arm/edb7312/start/bspstart.c b/bsps/arm/edb7312/start/bspstart.c index 0f9c64d2d8..a739ed27c6 100644 --- a/bsps/arm/edb7312/start/bspstart.c +++ b/bsps/arm/edb7312/start/bspstart.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Cirrus EP7312 Startup code */ diff --git a/bsps/arm/edb7312/start/start.S b/bsps/arm/edb7312/start/start.S index eacc2dc85f..033b6c6a10 100644 --- a/bsps/arm/edb7312/start/start.S +++ b/bsps/arm/edb7312/start/start.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Cirrus EP7312 Startup code * diff --git a/bsps/arm/gumstix/btimer/btimer.c b/bsps/arm/gumstix/btimer/btimer.c index 7eb3d5b811..4c4c845f43 100644 --- a/bsps/arm/gumstix/btimer/btimer.c +++ b/bsps/arm/gumstix/btimer/btimer.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @brief PXA255 timer diff --git a/bsps/arm/gumstix/clock/clock.c b/bsps/arm/gumstix/clock/clock.c index 1e8f1fcb3f..512435a1f3 100644 --- a/bsps/arm/gumstix/clock/clock.c +++ b/bsps/arm/gumstix/clock/clock.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * PXA255 clock specific using the System Timer * diff --git a/bsps/arm/gumstix/console/ffuart.c b/bsps/arm/gumstix/console/ffuart.c index 335fc6f4de..7b855bde07 100644 --- a/bsps/arm/gumstix/console/ffuart.c +++ b/bsps/arm/gumstix/console/ffuart.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Console driver for pxa255 full function port by Yang Xi * Copyright (c) 2004 by Jay Monkman diff --git a/bsps/arm/gumstix/console/uarts.c b/bsps/arm/gumstix/console/uarts.c index 08408695e0..f956e1d16a 100644 --- a/bsps/arm/gumstix/console/uarts.c +++ b/bsps/arm/gumstix/console/uarts.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Console driver for GUMSTIX by Yang Xi * diff --git a/bsps/arm/gumstix/fb/fb.c b/bsps/arm/gumstix/fb/fb.c index 319ca4328b..9b067ad662 100644 --- a/bsps/arm/gumstix/fb/fb.c +++ b/bsps/arm/gumstix/fb/fb.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * By Yang Xi . * diff --git a/bsps/arm/gumstix/include/bsp.h b/bsps/arm/gumstix/include/bsp.h index 538fb745c9..eb7347926a 100644 --- a/bsps/arm/gumstix/include/bsp.h +++ b/bsps/arm/gumstix/include/bsp.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @ingroup RTEMSBSPsARMGumstix diff --git a/bsps/arm/gumstix/include/ffuart.h b/bsps/arm/gumstix/include/ffuart.h index 68df822183..1c7383b51d 100644 --- a/bsps/arm/gumstix/include/ffuart.h +++ b/bsps/arm/gumstix/include/ffuart.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * FFUART for PXA250 CPU by Yang Xi * diff --git a/bsps/arm/gumstix/include/pxa255.h b/bsps/arm/gumstix/include/pxa255.h index d5f2830c53..c10a2f1b88 100644 --- a/bsps/arm/gumstix/include/pxa255.h +++ b/bsps/arm/gumstix/include/pxa255.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * By Yang Xi . * diff --git a/bsps/arm/gumstix/start/bspreset.c b/bsps/arm/gumstix/start/bspreset.c index bd175bc640..e368cb6611 100644 --- a/bsps/arm/gumstix/start/bspreset.c +++ b/bsps/arm/gumstix/start/bspreset.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * By Yang Xi . * diff --git a/bsps/arm/gumstix/start/bspstart.c b/bsps/arm/gumstix/start/bspstart.c index f86bf3d6e3..dbebb322e0 100644 --- a/bsps/arm/gumstix/start/bspstart.c +++ b/bsps/arm/gumstix/start/bspstart.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * By Yang Xi . * diff --git a/bsps/arm/gumstix/start/start.S b/bsps/arm/gumstix/start/start.S index 91a8905dd0..776f3fd781 100644 --- a/bsps/arm/gumstix/start/start.S +++ b/bsps/arm/gumstix/start/start.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * By Yang Xi . * Based upon CSB337 diff --git a/bsps/arm/include/libcpu/am335x.h b/bsps/arm/include/libcpu/am335x.h index b69c822d62..eee1b58fd7 100644 --- a/bsps/arm/include/libcpu/am335x.h +++ b/bsps/arm/include/libcpu/am335x.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2012 Claas Ziemke. All rights reserved. * diff --git a/bsps/arm/include/libcpu/omap3.h b/bsps/arm/include/libcpu/omap3.h index 0cc43d6383..edfa2889fa 100644 --- a/bsps/arm/include/libcpu/omap3.h +++ b/bsps/arm/include/libcpu/omap3.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2012 Claas Ziemke. All rights reserved. * diff --git a/bsps/arm/lm3s69xx/console/console-config.c b/bsps/arm/lm3s69xx/console/console-config.c index fc3c29ef07..347e46a92b 100644 --- a/bsps/arm/lm3s69xx/console/console-config.c +++ b/bsps/arm/lm3s69xx/console/console-config.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2013 Eugeniy Meshcheryakov * diff --git a/bsps/arm/lm3s69xx/console/uart.c b/bsps/arm/lm3s69xx/console/uart.c index a3a0435fde..8f818e10b2 100644 --- a/bsps/arm/lm3s69xx/console/uart.c +++ b/bsps/arm/lm3s69xx/console/uart.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2013 Eugeniy Meshcheryakov * diff --git a/bsps/arm/lm3s69xx/i2c/ssi.c b/bsps/arm/lm3s69xx/i2c/ssi.c index 3b4e8fca9c..aa8d5b3af4 100644 --- a/bsps/arm/lm3s69xx/i2c/ssi.c +++ b/bsps/arm/lm3s69xx/i2c/ssi.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2013 Eugeniy Meshcheryakov * diff --git a/bsps/arm/lm3s69xx/include/bsp/io.h b/bsps/arm/lm3s69xx/include/bsp/io.h index 6dea463a56..5cc474b5a0 100644 --- a/bsps/arm/lm3s69xx/include/bsp/io.h +++ b/bsps/arm/lm3s69xx/include/bsp/io.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lm3s69xx/include/bsp/irq.h b/bsps/arm/lm3s69xx/include/bsp/irq.h index 763535336c..af39e29def 100644 --- a/bsps/arm/lm3s69xx/include/bsp/irq.h +++ b/bsps/arm/lm3s69xx/include/bsp/irq.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lm3s69xx/include/bsp/lm3s69xx.h b/bsps/arm/lm3s69xx/include/bsp/lm3s69xx.h index e1d25be393..df7635cf93 100644 --- a/bsps/arm/lm3s69xx/include/bsp/lm3s69xx.h +++ b/bsps/arm/lm3s69xx/include/bsp/lm3s69xx.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lm3s69xx/include/bsp/ssi.h b/bsps/arm/lm3s69xx/include/bsp/ssi.h index 7463a19825..0cc12c3336 100644 --- a/bsps/arm/lm3s69xx/include/bsp/ssi.h +++ b/bsps/arm/lm3s69xx/include/bsp/ssi.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lm3s69xx/include/bsp/syscon.h b/bsps/arm/lm3s69xx/include/bsp/syscon.h index 67ff69c50e..d19d12c33b 100644 --- a/bsps/arm/lm3s69xx/include/bsp/syscon.h +++ b/bsps/arm/lm3s69xx/include/bsp/syscon.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lm3s69xx/start/bspstart.c b/bsps/arm/lm3s69xx/start/bspstart.c index 43b7b826bf..c9f78d8ec4 100644 --- a/bsps/arm/lm3s69xx/start/bspstart.c +++ b/bsps/arm/lm3s69xx/start/bspstart.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This routine does the bulk of the system initialization. */ diff --git a/bsps/arm/lm3s69xx/start/io.c b/bsps/arm/lm3s69xx/start/io.c index 0f41f137dd..bc5b196d10 100644 --- a/bsps/arm/lm3s69xx/start/io.c +++ b/bsps/arm/lm3s69xx/start/io.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2013 Eugeniy Meshcheryakov * diff --git a/bsps/arm/lm3s69xx/start/syscon.c b/bsps/arm/lm3s69xx/start/syscon.c index 60064c3102..e1d0280bac 100644 --- a/bsps/arm/lm3s69xx/start/syscon.c +++ b/bsps/arm/lm3s69xx/start/syscon.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2013 Eugeniy Meshcheryakov * diff --git a/bsps/arm/lpc176x/btimer/btimer.c b/bsps/arm/lpc176x/btimer/btimer.c index e5d21fcbe9..33fa3f5b15 100644 --- a/bsps/arm/lpc176x/btimer/btimer.c +++ b/bsps/arm/lpc176x/btimer/btimer.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/can/can.c b/bsps/arm/lpc176x/can/can.c index 2e65d5f5eb..f85ba3b437 100644 --- a/bsps/arm/lpc176x/can/can.c +++ b/bsps/arm/lpc176x/can/can.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/gpio/lpc-gpio.c b/bsps/arm/lpc176x/gpio/lpc-gpio.c index 30543858d7..e7ac285719 100644 --- a/bsps/arm/lpc176x/gpio/lpc-gpio.c +++ b/bsps/arm/lpc176x/gpio/lpc-gpio.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/include/bsp/adc-defs.h b/bsps/arm/lpc176x/include/bsp/adc-defs.h index 177e3f03fb..ce6e7c84af 100644 --- a/bsps/arm/lpc176x/include/bsp/adc-defs.h +++ b/bsps/arm/lpc176x/include/bsp/adc-defs.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/include/bsp/adc.h b/bsps/arm/lpc176x/include/bsp/adc.h index ac078cf643..b9ec69d898 100644 --- a/bsps/arm/lpc176x/include/bsp/adc.h +++ b/bsps/arm/lpc176x/include/bsp/adc.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/include/bsp/can-defs.h b/bsps/arm/lpc176x/include/bsp/can-defs.h index fdaa7893d5..1e89f00c7f 100644 --- a/bsps/arm/lpc176x/include/bsp/can-defs.h +++ b/bsps/arm/lpc176x/include/bsp/can-defs.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/include/bsp/can.h b/bsps/arm/lpc176x/include/bsp/can.h index 95480596fe..395afdd14e 100644 --- a/bsps/arm/lpc176x/include/bsp/can.h +++ b/bsps/arm/lpc176x/include/bsp/can.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/include/bsp/common-types.h b/bsps/arm/lpc176x/include/bsp/common-types.h index d43671c619..3e084a6051 100644 --- a/bsps/arm/lpc176x/include/bsp/common-types.h +++ b/bsps/arm/lpc176x/include/bsp/common-types.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/include/bsp/gpio-defs.h b/bsps/arm/lpc176x/include/bsp/gpio-defs.h index fdb9c6f743..99ad051b41 100644 --- a/bsps/arm/lpc176x/include/bsp/gpio-defs.h +++ b/bsps/arm/lpc176x/include/bsp/gpio-defs.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/include/bsp/io-defs.h b/bsps/arm/lpc176x/include/bsp/io-defs.h index 9749387013..e960d80928 100644 --- a/bsps/arm/lpc176x/include/bsp/io-defs.h +++ b/bsps/arm/lpc176x/include/bsp/io-defs.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/include/bsp/io.h b/bsps/arm/lpc176x/include/bsp/io.h index 9831c27d65..0f2c257389 100644 --- a/bsps/arm/lpc176x/include/bsp/io.h +++ b/bsps/arm/lpc176x/include/bsp/io.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/include/bsp/lpc-gpio.h b/bsps/arm/lpc176x/include/bsp/lpc-gpio.h index 12f2f65969..6a4cef9e47 100644 --- a/bsps/arm/lpc176x/include/bsp/lpc-gpio.h +++ b/bsps/arm/lpc176x/include/bsp/lpc-gpio.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/include/bsp/lpc176x.h b/bsps/arm/lpc176x/include/bsp/lpc176x.h index 2b777f3239..af885b3966 100644 --- a/bsps/arm/lpc176x/include/bsp/lpc176x.h +++ b/bsps/arm/lpc176x/include/bsp/lpc176x.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/include/bsp/mbed-pinmap.h b/bsps/arm/lpc176x/include/bsp/mbed-pinmap.h index e158b653d6..c4ac0753bf 100644 --- a/bsps/arm/lpc176x/include/bsp/mbed-pinmap.h +++ b/bsps/arm/lpc176x/include/bsp/mbed-pinmap.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/include/bsp/pwmout-defs.h b/bsps/arm/lpc176x/include/bsp/pwmout-defs.h index 1d30f701f3..634ce7fd28 100644 --- a/bsps/arm/lpc176x/include/bsp/pwmout-defs.h +++ b/bsps/arm/lpc176x/include/bsp/pwmout-defs.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/include/bsp/pwmout.h b/bsps/arm/lpc176x/include/bsp/pwmout.h index db53ec49a0..24d0b4e137 100644 --- a/bsps/arm/lpc176x/include/bsp/pwmout.h +++ b/bsps/arm/lpc176x/include/bsp/pwmout.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/include/bsp/timer-defs.h b/bsps/arm/lpc176x/include/bsp/timer-defs.h index 8ff1931bea..2139612bd0 100644 --- a/bsps/arm/lpc176x/include/bsp/timer-defs.h +++ b/bsps/arm/lpc176x/include/bsp/timer-defs.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/include/bsp/timer.h b/bsps/arm/lpc176x/include/bsp/timer.h index 0a79bc0456..4b9aea743d 100644 --- a/bsps/arm/lpc176x/include/bsp/timer.h +++ b/bsps/arm/lpc176x/include/bsp/timer.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/include/bsp/watchdog-defs.h b/bsps/arm/lpc176x/include/bsp/watchdog-defs.h index 97d9f8954d..932c37017e 100644 --- a/bsps/arm/lpc176x/include/bsp/watchdog-defs.h +++ b/bsps/arm/lpc176x/include/bsp/watchdog-defs.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/include/bsp/watchdog.h b/bsps/arm/lpc176x/include/bsp/watchdog.h index 8c9d952eb4..93f6dcb55a 100644 --- a/bsps/arm/lpc176x/include/bsp/watchdog.h +++ b/bsps/arm/lpc176x/include/bsp/watchdog.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/pwm/pwmout.c b/bsps/arm/lpc176x/pwm/pwmout.c index 9ad4e0ced6..ff5bb4ee50 100644 --- a/bsps/arm/lpc176x/pwm/pwmout.c +++ b/bsps/arm/lpc176x/pwm/pwmout.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/start/adc.c b/bsps/arm/lpc176x/start/adc.c index ca2d5cf849..d8b882485e 100644 --- a/bsps/arm/lpc176x/start/adc.c +++ b/bsps/arm/lpc176x/start/adc.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/start/bspstarthooks.c b/bsps/arm/lpc176x/start/bspstarthooks.c index 6755e43748..2c2b896c54 100644 --- a/bsps/arm/lpc176x/start/bspstarthooks.c +++ b/bsps/arm/lpc176x/start/bspstarthooks.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/start/io.c b/bsps/arm/lpc176x/start/io.c index e3432e29f5..6d431401e0 100644 --- a/bsps/arm/lpc176x/start/io.c +++ b/bsps/arm/lpc176x/start/io.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/start/watchdog.c b/bsps/arm/lpc176x/start/watchdog.c index 0f949eadd0..0b2ea6f0fc 100644 --- a/bsps/arm/lpc176x/start/watchdog.c +++ b/bsps/arm/lpc176x/start/watchdog.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc176x/timer/timer.c b/bsps/arm/lpc176x/timer/timer.c index 62172703cf..df353dc956 100644 --- a/bsps/arm/lpc176x/timer/timer.c +++ b/bsps/arm/lpc176x/timer/timer.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/lpc32xx/include/bsp/nand-mlc.h b/bsps/arm/lpc32xx/include/bsp/nand-mlc.h index 2097634702..af79290a9e 100644 --- a/bsps/arm/lpc32xx/include/bsp/nand-mlc.h +++ b/bsps/arm/lpc32xx/include/bsp/nand-mlc.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/console/console-config.c b/bsps/arm/raspberrypi/console/console-config.c index 2c2c993dc3..b7182ec989 100644 --- a/bsps/arm/raspberrypi/console/console-config.c +++ b/bsps/arm/raspberrypi/console/console-config.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/console/fb.c b/bsps/arm/raspberrypi/console/fb.c index 815d17e8ca..c4f4447b11 100644 --- a/bsps/arm/raspberrypi/console/fb.c +++ b/bsps/arm/raspberrypi/console/fb.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/console/fbcons.c b/bsps/arm/raspberrypi/console/fbcons.c index 0c0a5087ce..fc924f1a40 100644 --- a/bsps/arm/raspberrypi/console/fbcons.c +++ b/bsps/arm/raspberrypi/console/fbcons.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/console/font_data.h b/bsps/arm/raspberrypi/console/font_data.h index 852310cbf9..ddf90ea77f 100644 --- a/bsps/arm/raspberrypi/console/font_data.h +++ b/bsps/arm/raspberrypi/console/font_data.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/console/outch.c b/bsps/arm/raspberrypi/console/outch.c index 1c24c12c86..e0c1407974 100644 --- a/bsps/arm/raspberrypi/console/outch.c +++ b/bsps/arm/raspberrypi/console/outch.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/gpio/gpio-interfaces-pi1-rev2.c b/bsps/arm/raspberrypi/gpio/gpio-interfaces-pi1-rev2.c index 1a89bf7c12..82bd1e3dca 100644 --- a/bsps/arm/raspberrypi/gpio/gpio-interfaces-pi1-rev2.c +++ b/bsps/arm/raspberrypi/gpio/gpio-interfaces-pi1-rev2.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/gpio/rpi-gpio.c b/bsps/arm/raspberrypi/gpio/rpi-gpio.c index 52be89a9ea..0868476633 100644 --- a/bsps/arm/raspberrypi/gpio/rpi-gpio.c +++ b/bsps/arm/raspberrypi/gpio/rpi-gpio.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/i2c/i2c.c b/bsps/arm/raspberrypi/i2c/i2c.c index 7995c55d1e..a0aef77b31 100644 --- a/bsps/arm/raspberrypi/i2c/i2c.c +++ b/bsps/arm/raspberrypi/i2c/i2c.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/include/bsp.h b/bsps/arm/raspberrypi/include/bsp.h index 190dd16184..7bf5f0e066 100644 --- a/bsps/arm/raspberrypi/include/bsp.h +++ b/bsps/arm/raspberrypi/include/bsp.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/include/bsp/fbcons.h b/bsps/arm/raspberrypi/include/bsp/fbcons.h index ea3eee4f32..9023264363 100644 --- a/bsps/arm/raspberrypi/include/bsp/fbcons.h +++ b/bsps/arm/raspberrypi/include/bsp/fbcons.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/include/bsp/i2c.h b/bsps/arm/raspberrypi/include/bsp/i2c.h index c265720fc5..6066937e28 100644 --- a/bsps/arm/raspberrypi/include/bsp/i2c.h +++ b/bsps/arm/raspberrypi/include/bsp/i2c.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/include/bsp/irq.h b/bsps/arm/raspberrypi/include/bsp/irq.h index 895b268dfe..51449f4d53 100644 --- a/bsps/arm/raspberrypi/include/bsp/irq.h +++ b/bsps/arm/raspberrypi/include/bsp/irq.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/include/bsp/mailbox.h b/bsps/arm/raspberrypi/include/bsp/mailbox.h index e6cb0f8c27..4550bed79c 100644 --- a/bsps/arm/raspberrypi/include/bsp/mailbox.h +++ b/bsps/arm/raspberrypi/include/bsp/mailbox.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/include/bsp/raspberrypi.h b/bsps/arm/raspberrypi/include/bsp/raspberrypi.h index eeb48c42f1..d9ad81b066 100644 --- a/bsps/arm/raspberrypi/include/bsp/raspberrypi.h +++ b/bsps/arm/raspberrypi/include/bsp/raspberrypi.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/include/bsp/rpi-fb.h b/bsps/arm/raspberrypi/include/bsp/rpi-fb.h index 710e51cb62..ca78023022 100644 --- a/bsps/arm/raspberrypi/include/bsp/rpi-fb.h +++ b/bsps/arm/raspberrypi/include/bsp/rpi-fb.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/include/bsp/rpi-gpio.h b/bsps/arm/raspberrypi/include/bsp/rpi-gpio.h index ae558042e3..5fbf710005 100644 --- a/bsps/arm/raspberrypi/include/bsp/rpi-gpio.h +++ b/bsps/arm/raspberrypi/include/bsp/rpi-gpio.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/include/bsp/spi.h b/bsps/arm/raspberrypi/include/bsp/spi.h index a7019c7fd0..08d092d40a 100644 --- a/bsps/arm/raspberrypi/include/bsp/spi.h +++ b/bsps/arm/raspberrypi/include/bsp/spi.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/include/bsp/usart.h b/bsps/arm/raspberrypi/include/bsp/usart.h index c054421367..a4d95e040c 100644 --- a/bsps/arm/raspberrypi/include/bsp/usart.h +++ b/bsps/arm/raspberrypi/include/bsp/usart.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/include/bsp/vc.h b/bsps/arm/raspberrypi/include/bsp/vc.h index 422d28cdd9..d3e4222967 100644 --- a/bsps/arm/raspberrypi/include/bsp/vc.h +++ b/bsps/arm/raspberrypi/include/bsp/vc.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/spi/spi.c b/bsps/arm/raspberrypi/spi/spi.c index 36db3d8db5..2afecafc64 100644 --- a/bsps/arm/raspberrypi/spi/spi.c +++ b/bsps/arm/raspberrypi/spi/spi.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/start/bspstart.c b/bsps/arm/raspberrypi/start/bspstart.c index 8d7f6aa503..88dbdf6382 100644 --- a/bsps/arm/raspberrypi/start/bspstart.c +++ b/bsps/arm/raspberrypi/start/bspstart.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/start/cmdline.c b/bsps/arm/raspberrypi/start/cmdline.c index 222b21eb63..c0fca00ce7 100644 --- a/bsps/arm/raspberrypi/start/cmdline.c +++ b/bsps/arm/raspberrypi/start/cmdline.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/start/mailbox.c b/bsps/arm/raspberrypi/start/mailbox.c index 8196781ee5..4fd6e50748 100644 --- a/bsps/arm/raspberrypi/start/mailbox.c +++ b/bsps/arm/raspberrypi/start/mailbox.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/start/timer.c b/bsps/arm/raspberrypi/start/timer.c index f52ecb3a26..d66c96d7bb 100644 --- a/bsps/arm/raspberrypi/start/timer.c +++ b/bsps/arm/raspberrypi/start/timer.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/start/vc.c b/bsps/arm/raspberrypi/start/vc.c index 249ea1e9a2..1b0e397bd0 100644 --- a/bsps/arm/raspberrypi/start/vc.c +++ b/bsps/arm/raspberrypi/start/vc.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/raspberrypi/start/vc_defines.h b/bsps/arm/raspberrypi/start/vc_defines.h index 21ef3d12ea..785db38413 100644 --- a/bsps/arm/raspberrypi/start/vc_defines.h +++ b/bsps/arm/raspberrypi/start/vc_defines.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/rtl22xx/btimer/btimer.c b/bsps/arm/rtl22xx/btimer/btimer.c index ad73aeda3c..fd67cbf973 100644 --- a/bsps/arm/rtl22xx/btimer/btimer.c +++ b/bsps/arm/rtl22xx/btimer/btimer.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @brief RTL22xx board Timer driver diff --git a/bsps/arm/rtl22xx/clock/clockdrv.c b/bsps/arm/rtl22xx/clock/clockdrv.c index 53b6a763ee..2d9fc1e07c 100644 --- a/bsps/arm/rtl22xx/clock/clockdrv.c +++ b/bsps/arm/rtl22xx/clock/clockdrv.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * LPC22XX/LPC21xx clock specific using the System Timer * diff --git a/bsps/arm/rtl22xx/console/uart.c b/bsps/arm/rtl22xx/console/uart.c index c4ddd18b2c..7a723dedef 100644 --- a/bsps/arm/rtl22xx/console/uart.c +++ b/bsps/arm/rtl22xx/console/uart.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * console driver for RTL22xx UARTs * diff --git a/bsps/arm/rtl22xx/include/bsp.h b/bsps/arm/rtl22xx/include/bsp.h index 3cb13f3aaf..9d6c23f22c 100644 --- a/bsps/arm/rtl22xx/include/bsp.h +++ b/bsps/arm/rtl22xx/include/bsp.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/arm/rtl22xx/include/bsp/irq.h b/bsps/arm/rtl22xx/include/bsp/irq.h index 215a7ab9c3..a5fb3ebe87 100644 --- a/bsps/arm/rtl22xx/include/bsp/irq.h +++ b/bsps/arm/rtl22xx/include/bsp/irq.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Interrupt handler Header file * diff --git a/bsps/arm/rtl22xx/include/lpc22xx.h b/bsps/arm/rtl22xx/include/lpc22xx.h index babaf8343d..97b2bbf2b9 100644 --- a/bsps/arm/rtl22xx/include/lpc22xx.h +++ b/bsps/arm/rtl22xx/include/lpc22xx.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Philips LPC22XX/LPC21xx Register definitions * diff --git a/bsps/arm/rtl22xx/irq/irq.c b/bsps/arm/rtl22xx/irq/irq.c index eb522d9267..f0df99a51a 100644 --- a/bsps/arm/rtl22xx/irq/irq.c +++ b/bsps/arm/rtl22xx/irq/irq.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Philps LPC22XX Interrupt handler * diff --git a/bsps/arm/rtl22xx/start/bspreset.c b/bsps/arm/rtl22xx/start/bspreset.c index d6b00bd52c..cc32503d3d 100644 --- a/bsps/arm/rtl22xx/start/bspreset.c +++ b/bsps/arm/rtl22xx/start/bspreset.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2007 by Ray Xu * diff --git a/bsps/arm/rtl22xx/start/bspstart.c b/bsps/arm/rtl22xx/start/bspstart.c index fa128d9054..8a9d311439 100644 --- a/bsps/arm/rtl22xx/start/bspstart.c +++ b/bsps/arm/rtl22xx/start/bspstart.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * LPC22XX/LPC21xx Startup code */ diff --git a/bsps/arm/rtl22xx/start/start.S b/bsps/arm/rtl22xx/start/start.S index d4c61e7352..84695bef10 100644 --- a/bsps/arm/rtl22xx/start/start.S +++ b/bsps/arm/rtl22xx/start/start.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Philips LPC22XX/LPC21xx Startup code * diff --git a/bsps/arm/smdk2410/btimer/btimer.c b/bsps/arm/smdk2410/btimer/btimer.c index 2bc599df75..f0e70f49ad 100644 --- a/bsps/arm/smdk2410/btimer/btimer.c +++ b/bsps/arm/smdk2410/btimer/btimer.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @brief S3C2400 Timer driver diff --git a/bsps/arm/smdk2410/clock/clockdrv.c b/bsps/arm/smdk2410/clock/clockdrv.c index 0d0a0fd006..e5b7284651 100644 --- a/bsps/arm/smdk2410/clock/clockdrv.c +++ b/bsps/arm/smdk2410/clock/clockdrv.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * S3C2400 clock specific using the System Timer */ diff --git a/bsps/arm/smdk2410/console/uart.c b/bsps/arm/smdk2410/console/uart.c index 06adecf239..b6a8a8fb28 100644 --- a/bsps/arm/smdk2410/console/uart.c +++ b/bsps/arm/smdk2410/console/uart.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * console driver for S3C2400 UARTs * diff --git a/bsps/arm/smdk2410/include/bsp.h b/bsps/arm/smdk2410/include/bsp.h index 4e7e048b43..8fdd628663 100644 --- a/bsps/arm/smdk2410/include/bsp.h +++ b/bsps/arm/smdk2410/include/bsp.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @ingroup RTEMSBSPsARMSMDK2410 diff --git a/bsps/arm/smdk2410/irq/irq.c b/bsps/arm/smdk2410/irq/irq.c index 9081dd25d4..ec350c1d57 100644 --- a/bsps/arm/smdk2410/irq/irq.c +++ b/bsps/arm/smdk2410/irq/irq.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* irq.c * * This file contains the implementation of the function described in irq.h diff --git a/bsps/arm/smdk2410/start/bspidle.c b/bsps/arm/smdk2410/start/bspidle.c index 0f96f1f09b..9f0705b4d8 100644 --- a/bsps/arm/smdk2410/start/bspidle.c +++ b/bsps/arm/smdk2410/start/bspidle.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * BSP specific Idle thread */ diff --git a/bsps/arm/smdk2410/start/bspreset.c b/bsps/arm/smdk2410/start/bspreset.c index 8640ac6a7a..557716eca7 100644 --- a/bsps/arm/smdk2410/start/bspreset.c +++ b/bsps/arm/smdk2410/start/bspreset.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2002 by Jay Monkman * diff --git a/bsps/arm/smdk2410/start/bspstart.c b/bsps/arm/smdk2410/start/bspstart.c index c70de1f291..836b359d2f 100644 --- a/bsps/arm/smdk2410/start/bspstart.c +++ b/bsps/arm/smdk2410/start/bspstart.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This file contains the ARM BSP startup package. It includes application, * board, and monitor specific initialization and configuration. The generic CPU diff --git a/bsps/arm/smdk2410/start/memmap.c b/bsps/arm/smdk2410/start/memmap.c index 21ba35b21b..00b8ad2411 100644 --- a/bsps/arm/smdk2410/start/memmap.c +++ b/bsps/arm/smdk2410/start/memmap.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * SMDK2410 Memory Map */ diff --git a/bsps/arm/smdk2410/start/start.S b/bsps/arm/smdk2410/start/start.S index 39a682acf3..7cbda1cd78 100644 --- a/bsps/arm/smdk2410/start/start.S +++ b/bsps/arm/smdk2410/start/start.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * SMDK2410 startup code */ diff --git a/bsps/arm/stm32f4/i2c/i2c-config.c b/bsps/arm/stm32f4/i2c/i2c-config.c index 845dead4c2..0293959723 100644 --- a/bsps/arm/stm32f4/i2c/i2c-config.c +++ b/bsps/arm/stm32f4/i2c/i2c-config.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2013 Christian Mauderer. All rights reserved. * diff --git a/bsps/arm/stm32f4/i2c/i2c.c b/bsps/arm/stm32f4/i2c/i2c.c index 7b85382c7e..7af18afe10 100644 --- a/bsps/arm/stm32f4/i2c/i2c.c +++ b/bsps/arm/stm32f4/i2c/i2c.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2013 Christian Mauderer. All rights reserved. * diff --git a/bsps/arm/stm32f4/include/bsp/i2c.h b/bsps/arm/stm32f4/include/bsp/i2c.h index 599e51e1b0..80a03ac286 100644 --- a/bsps/arm/stm32f4/include/bsp/i2c.h +++ b/bsps/arm/stm32f4/include/bsp/i2c.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @ingroup stm32f4_i2c I2C Support diff --git a/bsps/arm/stm32f4/include/bsp/stm32_i2c.h b/bsps/arm/stm32f4/include/bsp/stm32_i2c.h index b3a6b1e688..af8a528a71 100644 --- a/bsps/arm/stm32f4/include/bsp/stm32_i2c.h +++ b/bsps/arm/stm32f4/include/bsp/stm32_i2c.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @ingroup stm32_i2c diff --git a/bsps/arm/stm32f4/include/bsp/stm32f10xxx_exti.h b/bsps/arm/stm32f4/include/bsp/stm32f10xxx_exti.h index aa1a53a616..fc570433d9 100644 --- a/bsps/arm/stm32f4/include/bsp/stm32f10xxx_exti.h +++ b/bsps/arm/stm32f4/include/bsp/stm32f10xxx_exti.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @ingroup stm32f4_exti diff --git a/bsps/arm/stm32f4/include/bsp/stm32f10xxx_gpio.h b/bsps/arm/stm32f4/include/bsp/stm32f10xxx_gpio.h index 9305b16dbf..e032e0c7f2 100644 --- a/bsps/arm/stm32f4/include/bsp/stm32f10xxx_gpio.h +++ b/bsps/arm/stm32f4/include/bsp/stm32f10xxx_gpio.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @ingroup stm32f4_gpio diff --git a/bsps/arm/stm32f4/include/bsp/stm32f10xxx_rcc.h b/bsps/arm/stm32f4/include/bsp/stm32f10xxx_rcc.h index 2e0340c44d..053732e4c3 100644 --- a/bsps/arm/stm32f4/include/bsp/stm32f10xxx_rcc.h +++ b/bsps/arm/stm32f4/include/bsp/stm32f10xxx_rcc.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @ingroup stm32f10xxx_rcc diff --git a/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_adc.h b/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_adc.h index b9c1f9d5be..b1366b6978 100644 --- a/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_adc.h +++ b/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_adc.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2014 Chris Nott. All rights reserved. * diff --git a/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_exti.h b/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_exti.h index df44ad56e8..f60d051595 100644 --- a/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_exti.h +++ b/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_exti.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2013 Chris Nott. All rights reserved. * diff --git a/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_flash.h b/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_flash.h index f81b19cd40..8100384131 100644 --- a/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_flash.h +++ b/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_flash.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2013 Chris Nott. All rights reserved. * diff --git a/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_otgfs.h b/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_otgfs.h index cc2eb90c4c..726ffee425 100644 --- a/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_otgfs.h +++ b/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_otgfs.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2013 Chris Nott. All rights reserved. * diff --git a/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_pwr.h b/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_pwr.h index 85af10738f..bb139f3905 100644 --- a/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_pwr.h +++ b/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_pwr.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2013 Chris Nott. All rights reserved. * diff --git a/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_syscfg.h b/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_syscfg.h index 5249363cef..a2e37200e8 100644 --- a/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_syscfg.h +++ b/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_syscfg.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2013 Chris Nott. All rights reserved. * diff --git a/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_tim.h b/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_tim.h index 45038945b8..045641e18f 100644 --- a/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_tim.h +++ b/bsps/arm/stm32f4/include/bsp/stm32f4xxxx_tim.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Copyright (c) 2013 Chris Nott. All rights reserved. *