diff --git a/bsps/powerpc/beatnik/include/bsp.h b/bsps/powerpc/beatnik/include/bsp.h index 0bdbc9e28d..c53b4d8b03 100644 --- a/bsps/powerpc/beatnik/include/bsp.h +++ b/bsps/powerpc/beatnik/include/bsp.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/powerpc/beatnik/include/bsp/irq.h b/bsps/powerpc/beatnik/include/bsp/irq.h index 5592e4f738..d7ee3c0f0d 100644 --- a/bsps/powerpc/beatnik/include/bsp/irq.h +++ b/bsps/powerpc/beatnik/include/bsp/irq.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* irq.h * * This include file describe the data structure and the functions implemented diff --git a/bsps/powerpc/beatnik/irq/irq_init.c b/bsps/powerpc/beatnik/irq/irq_init.c index 5b94b7c64e..38233796d1 100644 --- a/bsps/powerpc/beatnik/irq/irq_init.c +++ b/bsps/powerpc/beatnik/irq/irq_init.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* irq_init.c * * This file contains the implementation of rtems initialization diff --git a/bsps/powerpc/beatnik/pci/gt_pci_init.c b/bsps/powerpc/beatnik/pci/gt_pci_init.c index 4f308e931e..79bc84d82f 100644 --- a/bsps/powerpc/beatnik/pci/gt_pci_init.c +++ b/bsps/powerpc/beatnik/pci/gt_pci_init.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* PCI configuration space access */ /* diff --git a/bsps/powerpc/beatnik/rtc/todcfg.c b/bsps/powerpc/beatnik/rtc/todcfg.c index e8faccc840..993fc69ddf 100644 --- a/bsps/powerpc/beatnik/rtc/todcfg.c +++ b/bsps/powerpc/beatnik/rtc/todcfg.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This file contains the RTC driver table for Motorola shared BSPs. * diff --git a/bsps/powerpc/beatnik/start/bspstart.c b/bsps/powerpc/beatnik/start/bspstart.c index 78197b4782..aade7b885f 100644 --- a/bsps/powerpc/beatnik/start/bspstart.c +++ b/bsps/powerpc/beatnik/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/powerpc/gen5200/console/console.c b/bsps/powerpc/gen5200/console/console.c index f92e88e403..3f0b03e643 100644 --- a/bsps/powerpc/gen5200/console/console.c +++ b/bsps/powerpc/gen5200/console/console.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * RTEMS generic MPC5200 BSP * diff --git a/bsps/powerpc/gen5200/i2c/i2c.c b/bsps/powerpc/gen5200/i2c/i2c.c index 0b5adeb2a9..fd45258c5a 100644 --- a/bsps/powerpc/gen5200/i2c/i2c.c +++ b/bsps/powerpc/gen5200/i2c/i2c.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* I2C bus common (driver-independent) primitives implementation. * * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia diff --git a/bsps/powerpc/gen5200/i2c/i2cdrv.c b/bsps/powerpc/gen5200/i2c/i2cdrv.c index 556044cd26..0975713a5d 100644 --- a/bsps/powerpc/gen5200/i2c/i2cdrv.c +++ b/bsps/powerpc/gen5200/i2c/i2cdrv.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * RTEMS generic MPC5200 BSP * diff --git a/bsps/powerpc/gen5200/i2c/mpc5200mbus.c b/bsps/powerpc/gen5200/i2c/mpc5200mbus.c index 4db077da9d..f200c4c399 100644 --- a/bsps/powerpc/gen5200/i2c/mpc5200mbus.c +++ b/bsps/powerpc/gen5200/i2c/mpc5200mbus.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * RTEMS generic MPC5200 BSP * diff --git a/bsps/powerpc/gen5200/i2c/mpc5200mbus.h b/bsps/powerpc/gen5200/i2c/mpc5200mbus.h index f9afd13f7c..0eef5ec32c 100644 --- a/bsps/powerpc/gen5200/i2c/mpc5200mbus.h +++ b/bsps/powerpc/gen5200/i2c/mpc5200mbus.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * RTEMS generic MPC5200 BSP * diff --git a/bsps/powerpc/gen5200/include/bsp/i2c.h b/bsps/powerpc/gen5200/include/bsp/i2c.h index e5d7d472dd..8a8673605c 100644 --- a/bsps/powerpc/gen5200/include/bsp/i2c.h +++ b/bsps/powerpc/gen5200/include/bsp/i2c.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Generic I2C bus interface for RTEMS * diff --git a/bsps/powerpc/gen5200/include/bsp/i2cdrv.h b/bsps/powerpc/gen5200/include/bsp/i2cdrv.h index 4b4a1ec141..9712695eeb 100644 --- a/bsps/powerpc/gen5200/include/bsp/i2cdrv.h +++ b/bsps/powerpc/gen5200/include/bsp/i2cdrv.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * i2cdrv.h -- I2C bus driver prototype and definitions * diff --git a/bsps/powerpc/gen5200/include/bsp/nvram.h b/bsps/powerpc/gen5200/include/bsp/nvram.h index a6bdc19687..9fc722fffe 100644 --- a/bsps/powerpc/gen5200/include/bsp/nvram.h +++ b/bsps/powerpc/gen5200/include/bsp/nvram.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * RTEMS generic MPC5200 BSP * diff --git a/bsps/powerpc/gen5200/include/tm27.h b/bsps/powerpc/gen5200/include/tm27.h index 732877e211..74274eb286 100644 --- a/bsps/powerpc/gen5200/include/tm27.h +++ b/bsps/powerpc/gen5200/include/tm27.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * @file * @ingroup powerpc_gen5200 diff --git a/bsps/powerpc/gen5200/nvram/nvram.c b/bsps/powerpc/gen5200/nvram/nvram.c index cbeedc2e40..46f8c7d99e 100644 --- a/bsps/powerpc/gen5200/nvram/nvram.c +++ b/bsps/powerpc/gen5200/nvram/nvram.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * RTEMS generic MPC5200 BSP * diff --git a/bsps/powerpc/gen5200/rtc/pcf8563.c b/bsps/powerpc/gen5200/rtc/pcf8563.c index 45f4574554..cf7cee4c5f 100644 --- a/bsps/powerpc/gen5200/rtc/pcf8563.c +++ b/bsps/powerpc/gen5200/rtc/pcf8563.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * RTEMS generic MPC5200 BSP * diff --git a/bsps/powerpc/gen5200/rtc/pcf8563.h b/bsps/powerpc/gen5200/rtc/pcf8563.h index e1450aabbd..12f1d7a9f9 100644 --- a/bsps/powerpc/gen5200/rtc/pcf8563.h +++ b/bsps/powerpc/gen5200/rtc/pcf8563.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * RTEMS generic MPC5200 BSP * diff --git a/bsps/powerpc/gen5200/rtc/todcfg.c b/bsps/powerpc/gen5200/rtc/todcfg.c index 38d1a22610..f8d8a704dc 100644 --- a/bsps/powerpc/gen5200/rtc/todcfg.c +++ b/bsps/powerpc/gen5200/rtc/todcfg.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * RTEMS generic MPC5200 BSP * diff --git a/bsps/powerpc/include/bsp/consoleIo.h b/bsps/powerpc/include/bsp/consoleIo.h index dfe513073e..3777b748eb 100644 --- a/bsps/powerpc/include/bsp/consoleIo.h +++ b/bsps/powerpc/include/bsp/consoleIo.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * consoleIo.h -- console I/O package interface * diff --git a/bsps/powerpc/include/bsp/irq_supp.h b/bsps/powerpc/include/bsp/irq_supp.h index fbb16d6211..1b93fcf180 100644 --- a/bsps/powerpc/include/bsp/irq_supp.h +++ b/bsps/powerpc/include/bsp/irq_supp.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/bsps/powerpc/include/bsp/motorola.h b/bsps/powerpc/include/bsp/motorola.h index 8c3be16fff..e754d0580f 100644 --- a/bsps/powerpc/include/bsp/motorola.h +++ b/bsps/powerpc/include/bsp/motorola.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* motorola.h * * This include file describe the data structure and the functions implemented diff --git a/bsps/powerpc/include/bsp/openpic.h b/bsps/powerpc/include/bsp/openpic.h index 55bc745a62..81e57533cf 100644 --- a/bsps/powerpc/include/bsp/openpic.h +++ b/bsps/powerpc/include/bsp/openpic.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * openpic.h -- OpenPIC definitions * diff --git a/bsps/powerpc/include/bsp/vectors.h b/bsps/powerpc/include/bsp/vectors.h index 8f9e24a9a9..e9b046fae6 100644 --- a/bsps/powerpc/include/bsp/vectors.h +++ b/bsps/powerpc/include/bsp/vectors.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/powerpc/include/libcpu/bat.h b/bsps/powerpc/include/libcpu/bat.h index 2d61d4c352..95b133b492 100644 --- a/bsps/powerpc/include/libcpu/bat.h +++ b/bsps/powerpc/include/libcpu/bat.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * bat.h * diff --git a/bsps/powerpc/include/libcpu/byteorder.h b/bsps/powerpc/include/libcpu/byteorder.h index 967acca595..f788319732 100644 --- a/bsps/powerpc/include/libcpu/byteorder.h +++ b/bsps/powerpc/include/libcpu/byteorder.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * byteorder.h * diff --git a/bsps/powerpc/include/libcpu/c_clock.h b/bsps/powerpc/include/libcpu/c_clock.h index ece35b708a..11bd68a34b 100644 --- a/bsps/powerpc/include/libcpu/c_clock.h +++ b/bsps/powerpc/include/libcpu/c_clock.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Clock Tick Device Driver * diff --git a/bsps/powerpc/include/libcpu/io.h b/bsps/powerpc/include/libcpu/io.h index 2cbbf99cca..eac4eeba6f 100644 --- a/bsps/powerpc/include/libcpu/io.h +++ b/bsps/powerpc/include/libcpu/io.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * io.h * diff --git a/bsps/powerpc/include/libcpu/irq.h b/bsps/powerpc/include/libcpu/irq.h index 3b11b00b39..f39331f34d 100644 --- a/bsps/powerpc/include/libcpu/irq.h +++ b/bsps/powerpc/include/libcpu/irq.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * irq.h * diff --git a/bsps/powerpc/include/libcpu/mmu.h b/bsps/powerpc/include/libcpu/mmu.h index f595a45d78..3596b78a58 100644 --- a/bsps/powerpc/include/libcpu/mmu.h +++ b/bsps/powerpc/include/libcpu/mmu.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * mmu.h * diff --git a/bsps/powerpc/include/libcpu/pgtable.h b/bsps/powerpc/include/libcpu/pgtable.h index d977dbe0d5..9b4705bee5 100644 --- a/bsps/powerpc/include/libcpu/pgtable.h +++ b/bsps/powerpc/include/libcpu/pgtable.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * pgtable.h * diff --git a/bsps/powerpc/include/libcpu/raw_exception.h b/bsps/powerpc/include/libcpu/raw_exception.h index c2b6107bb3..227c8d2e59 100644 --- a/bsps/powerpc/include/libcpu/raw_exception.h +++ b/bsps/powerpc/include/libcpu/raw_exception.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * raw_execption.h * diff --git a/bsps/powerpc/include/libcpu/spr.h b/bsps/powerpc/include/libcpu/spr.h index 35965cd084..ecc14f183f 100644 --- a/bsps/powerpc/include/libcpu/spr.h +++ b/bsps/powerpc/include/libcpu/spr.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * spr.h -- Access to special purpose registers. * diff --git a/bsps/powerpc/include/libcpu/vectors.h b/bsps/powerpc/include/libcpu/vectors.h index ea6aa31bbb..d0ad720b96 100644 --- a/bsps/powerpc/include/libcpu/vectors.h +++ b/bsps/powerpc/include/libcpu/vectors.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * vectors.h Exception frame related contant and API. * diff --git a/bsps/powerpc/include/mpc5xx.h b/bsps/powerpc/include/mpc5xx.h index 29282a27a0..5b17a1a267 100644 --- a/bsps/powerpc/include/mpc5xx.h +++ b/bsps/powerpc/include/mpc5xx.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * * MPC5xx Internal I/O Definitions diff --git a/bsps/powerpc/include/mpc5xx/console.h b/bsps/powerpc/include/mpc5xx/console.h index c0633af938..5d83490a3e 100644 --- a/bsps/powerpc/include/mpc5xx/console.h +++ b/bsps/powerpc/include/mpc5xx/console.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Console declarations * diff --git a/bsps/powerpc/include/mpc8260/cpm.h b/bsps/powerpc/include/mpc8260/cpm.h index 31708a4199..25665857e5 100644 --- a/bsps/powerpc/include/mpc8260/cpm.h +++ b/bsps/powerpc/include/mpc8260/cpm.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * cpm.h * diff --git a/bsps/powerpc/include/mpc8260/mmu.h b/bsps/powerpc/include/mpc8260/mmu.h index 9445dde3bc..4039c34b81 100644 --- a/bsps/powerpc/include/mpc8260/mmu.h +++ b/bsps/powerpc/include/mpc8260/mmu.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * mmu.h * diff --git a/bsps/powerpc/include/mpc8xx/cpm.h b/bsps/powerpc/include/mpc8xx/cpm.h index 49889bdc32..d2c064ad24 100644 --- a/bsps/powerpc/include/mpc8xx/cpm.h +++ b/bsps/powerpc/include/mpc8xx/cpm.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * cpm.h * diff --git a/bsps/powerpc/include/mpc8xx/mmu.h b/bsps/powerpc/include/mpc8xx/mmu.h index f818b14be1..3ffe9860fc 100644 --- a/bsps/powerpc/include/mpc8xx/mmu.h +++ b/bsps/powerpc/include/mpc8xx/mmu.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * mmu.h * diff --git a/bsps/powerpc/motorola_powerpc/bootloader/bootldr.h b/bsps/powerpc/motorola_powerpc/bootloader/bootldr.h index a0f6291747..4e556dbe10 100644 --- a/bsps/powerpc/motorola_powerpc/bootloader/bootldr.h +++ b/bsps/powerpc/motorola_powerpc/bootloader/bootldr.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * bootldr.h -- Include file for bootloader. */ diff --git a/bsps/powerpc/motorola_powerpc/bootloader/em86.c b/bsps/powerpc/motorola_powerpc/bootloader/em86.c index dd8d07d725..0d2015d53f 100644 --- a/bsps/powerpc/motorola_powerpc/bootloader/em86.c +++ b/bsps/powerpc/motorola_powerpc/bootloader/em86.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * em86.c -- Include file for bootloader. */ diff --git a/bsps/powerpc/motorola_powerpc/bootloader/em86real.S b/bsps/powerpc/motorola_powerpc/bootloader/em86real.S index 0888f302d4..40347c901f 100644 --- a/bsps/powerpc/motorola_powerpc/bootloader/em86real.S +++ b/bsps/powerpc/motorola_powerpc/bootloader/em86real.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * em86real.S * diff --git a/bsps/powerpc/motorola_powerpc/bootloader/exception.S b/bsps/powerpc/motorola_powerpc/bootloader/exception.S index 8cc974d975..77e33edfd0 100644 --- a/bsps/powerpc/motorola_powerpc/bootloader/exception.S +++ b/bsps/powerpc/motorola_powerpc/bootloader/exception.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * exception.S -- Exception handlers for early boot. * diff --git a/bsps/powerpc/motorola_powerpc/bootloader/head.S b/bsps/powerpc/motorola_powerpc/bootloader/head.S index 5d427dfbc0..92670f3b52 100644 --- a/bsps/powerpc/motorola_powerpc/bootloader/head.S +++ b/bsps/powerpc/motorola_powerpc/bootloader/head.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * head.S -- Bootloader Entry point * diff --git a/bsps/powerpc/motorola_powerpc/bootloader/lib.c b/bsps/powerpc/motorola_powerpc/bootloader/lib.c index 2997a9ebaf..abfab9d414 100644 --- a/bsps/powerpc/motorola_powerpc/bootloader/lib.c +++ b/bsps/powerpc/motorola_powerpc/bootloader/lib.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* lib.c * * This file contains the implementation of functions that are unresolved diff --git a/bsps/powerpc/motorola_powerpc/bootloader/misc.c b/bsps/powerpc/motorola_powerpc/bootloader/misc.c index 88c8232925..d3bbd24097 100644 --- a/bsps/powerpc/motorola_powerpc/bootloader/misc.c +++ b/bsps/powerpc/motorola_powerpc/bootloader/misc.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * head.S -- Bootloader Entry point * diff --git a/bsps/powerpc/motorola_powerpc/bootloader/mm.c b/bsps/powerpc/motorola_powerpc/bootloader/mm.c index 8c284abd8f..39c3f34905 100644 --- a/bsps/powerpc/motorola_powerpc/bootloader/mm.c +++ b/bsps/powerpc/motorola_powerpc/bootloader/mm.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * mm.c -- Crude memory management for early boot. * diff --git a/bsps/powerpc/motorola_powerpc/bootloader/pci.c b/bsps/powerpc/motorola_powerpc/bootloader/pci.c index 2f16f6a938..2f55e9d4b9 100644 --- a/bsps/powerpc/motorola_powerpc/bootloader/pci.c +++ b/bsps/powerpc/motorola_powerpc/bootloader/pci.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * pci.c -- Crude pci handling for early boot. * diff --git a/bsps/powerpc/motorola_powerpc/console/keyboard.h b/bsps/powerpc/motorola_powerpc/console/keyboard.h index 68c0cd50b7..ecbb0ef63a 100644 --- a/bsps/powerpc/motorola_powerpc/console/keyboard.h +++ b/bsps/powerpc/motorola_powerpc/console/keyboard.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * keyboard.h -- keyboard definitions. * diff --git a/bsps/powerpc/motorola_powerpc/console/polled_io.c b/bsps/powerpc/motorola_powerpc/console/polled_io.c index 58690e9d86..0e9405c3c2 100644 --- a/bsps/powerpc/motorola_powerpc/console/polled_io.c +++ b/bsps/powerpc/motorola_powerpc/console/polled_io.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * polled_io.c -- Basic input/output for early boot * diff --git a/bsps/powerpc/motorola_powerpc/include/bsp.h b/bsps/powerpc/motorola_powerpc/include/bsp.h index d44bcd5cff..5aebef7718 100644 --- a/bsps/powerpc/motorola_powerpc/include/bsp.h +++ b/bsps/powerpc/motorola_powerpc/include/bsp.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/powerpc/motorola_powerpc/include/bsp/irq.h b/bsps/powerpc/motorola_powerpc/include/bsp/irq.h index 7b0856b0b5..1571323b89 100644 --- a/bsps/powerpc/motorola_powerpc/include/bsp/irq.h +++ b/bsps/powerpc/motorola_powerpc/include/bsp/irq.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* irq.h * * This include file describe the data structure and the functions implemented diff --git a/bsps/powerpc/motorola_powerpc/include/tm27.h b/bsps/powerpc/motorola_powerpc/include/tm27.h index ffdd55706b..08f81ba452 100644 --- a/bsps/powerpc/motorola_powerpc/include/tm27.h +++ b/bsps/powerpc/motorola_powerpc/include/tm27.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * @file * @ingroup powerpc_motorola_powerpc diff --git a/bsps/powerpc/motorola_powerpc/start/bspstart.c b/bsps/powerpc/motorola_powerpc/start/bspstart.c index 01be0b17b1..271d9b87c3 100644 --- a/bsps/powerpc/motorola_powerpc/start/bspstart.c +++ b/bsps/powerpc/motorola_powerpc/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/powerpc/motorola_powerpc/start/motorola.c b/bsps/powerpc/motorola_powerpc/start/motorola.c index 56676f2710..4533025757 100644 --- a/bsps/powerpc/motorola_powerpc/start/motorola.c +++ b/bsps/powerpc/motorola_powerpc/start/motorola.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* motorola.h * * This include file describe the data structure and the functions implemented diff --git a/bsps/powerpc/motorola_powerpc/start/residual.c b/bsps/powerpc/motorola_powerpc/start/residual.c index 141226d945..40b931127e 100644 --- a/bsps/powerpc/motorola_powerpc/start/residual.c +++ b/bsps/powerpc/motorola_powerpc/start/residual.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * residual.c : function used to parse residual data. * diff --git a/bsps/powerpc/mpc55xxevb/start/flash_support.c b/bsps/powerpc/mpc55xxevb/start/flash_support.c index a6dfe119e5..080b06c155 100644 --- a/bsps/powerpc/mpc55xxevb/start/flash_support.c +++ b/bsps/powerpc/mpc55xxevb/start/flash_support.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/powerpc/mpc8260ads/clock/p_clock.c b/bsps/powerpc/mpc8260ads/clock/p_clock.c index 46a69fe767..ef9cb212a9 100644 --- a/bsps/powerpc/mpc8260ads/clock/p_clock.c +++ b/bsps/powerpc/mpc8260ads/clock/p_clock.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Clock Tick interrupt conexion code. * diff --git a/bsps/powerpc/mpc8260ads/dev/console-generic.c b/bsps/powerpc/mpc8260ads/dev/console-generic.c index ed842c6652..e74f98f55a 100644 --- a/bsps/powerpc/mpc8260ads/dev/console-generic.c +++ b/bsps/powerpc/mpc8260ads/dev/console-generic.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * General Serial I/O functions. * diff --git a/bsps/powerpc/mpc8260ads/include/tm27.h b/bsps/powerpc/mpc8260ads/include/tm27.h index 56abceacd5..7d09532e77 100644 --- a/bsps/powerpc/mpc8260ads/include/tm27.h +++ b/bsps/powerpc/mpc8260ads/include/tm27.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * @file * @ingroup powerpc_mpc8260ads diff --git a/bsps/powerpc/mpc8260ads/start/mmu.c b/bsps/powerpc/mpc8260ads/start/mmu.c index 10bc816426..3accf2c606 100644 --- a/bsps/powerpc/mpc8260ads/start/mmu.c +++ b/bsps/powerpc/mpc8260ads/start/mmu.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * mmu.c * diff --git a/bsps/powerpc/mvme3100/include/bsp.h b/bsps/powerpc/mvme3100/include/bsp.h index 6f499d8a6c..b5b3194907 100644 --- a/bsps/powerpc/mvme3100/include/bsp.h +++ b/bsps/powerpc/mvme3100/include/bsp.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/powerpc/mvme3100/include/bsp/irq.h b/bsps/powerpc/mvme3100/include/bsp/irq.h index 9a3f6e3fc6..24bcd1d95f 100644 --- a/bsps/powerpc/mvme3100/include/bsp/irq.h +++ b/bsps/powerpc/mvme3100/include/bsp/irq.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/powerpc/mvme3100/irq/irq_init.c b/bsps/powerpc/mvme3100/irq/irq_init.c index 4832e15eb0..704d1a8f8b 100644 --- a/bsps/powerpc/mvme3100/irq/irq_init.c +++ b/bsps/powerpc/mvme3100/irq/irq_init.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* irq_init.c * * This file contains the implementation of rtems initialization diff --git a/bsps/powerpc/mvme3100/rtc/todcfg.c b/bsps/powerpc/mvme3100/rtc/todcfg.c index 939bea0258..3fdf3e38ae 100644 --- a/bsps/powerpc/mvme3100/rtc/todcfg.c +++ b/bsps/powerpc/mvme3100/rtc/todcfg.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This file contains the RTC driver table for the MVME3100 BSP * diff --git a/bsps/powerpc/mvme3100/start/bspstart.c b/bsps/powerpc/mvme3100/start/bspstart.c index 36230d91bd..1ba3fb7952 100644 --- a/bsps/powerpc/mvme3100/start/bspstart.c +++ b/bsps/powerpc/mvme3100/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/powerpc/mvme3100/start/start.S b/bsps/powerpc/mvme3100/start/start.S index 5afae136ef..7028f09f41 100644 --- a/bsps/powerpc/mvme3100/start/start.S +++ b/bsps/powerpc/mvme3100/start/start.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * start.S : RTEMS entry point * diff --git a/bsps/powerpc/psim/include/bsp.h b/bsps/powerpc/psim/include/bsp.h index 9b004a2c80..5016c49874 100644 --- a/bsps/powerpc/psim/include/bsp.h +++ b/bsps/powerpc/psim/include/bsp.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/powerpc/psim/include/bsp/irq.h b/bsps/powerpc/psim/include/bsp/irq.h index 99ac40f868..a258dad41a 100644 --- a/bsps/powerpc/psim/include/bsp/irq.h +++ b/bsps/powerpc/psim/include/bsp/irq.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* irq.h * * This include file describe the data structure and the functions implemented diff --git a/bsps/powerpc/psim/include/tm27.h b/bsps/powerpc/psim/include/tm27.h index 5bb587d785..84204f17ea 100644 --- a/bsps/powerpc/psim/include/tm27.h +++ b/bsps/powerpc/psim/include/tm27.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * @file * @ingroup powerpc_psim diff --git a/bsps/powerpc/psim/irq/irq_init.c b/bsps/powerpc/psim/irq/irq_init.c index 6903aa635e..44df3119ef 100644 --- a/bsps/powerpc/psim/irq/irq_init.c +++ b/bsps/powerpc/psim/irq/irq_init.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This file contains the implementation of rtems initialization * related to interrupt handling diff --git a/bsps/powerpc/qemuppc/include/bsp/irq.h b/bsps/powerpc/qemuppc/include/bsp/irq.h index 78314c5aa1..b65b1a2adf 100644 --- a/bsps/powerpc/qemuppc/include/bsp/irq.h +++ b/bsps/powerpc/qemuppc/include/bsp/irq.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* irq.h * * This include file describe the data structure and the functions implemented diff --git a/bsps/powerpc/shared/clock/clock-ppc-dec.c b/bsps/powerpc/shared/clock/clock-ppc-dec.c index e655a2fa2a..e710152dd9 100644 --- a/bsps/powerpc/shared/clock/clock-ppc-dec.c +++ b/bsps/powerpc/shared/clock/clock-ppc-dec.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @brief Clock Tick Device Driver * diff --git a/bsps/powerpc/shared/clock/p_clock.c b/bsps/powerpc/shared/clock/p_clock.c index ab535e64c0..ba156c7600 100644 --- a/bsps/powerpc/shared/clock/p_clock.c +++ b/bsps/powerpc/shared/clock/p_clock.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Clock Tick interrupt conexion code. */ diff --git a/bsps/powerpc/shared/console/console.c b/bsps/powerpc/shared/console/console.c index 2fe61a7e3f..b53bca7bf4 100644 --- a/bsps/powerpc/shared/console/console.c +++ b/bsps/powerpc/shared/console/console.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * console.c -- console I/O package * diff --git a/bsps/powerpc/shared/cpu.c b/bsps/powerpc/shared/cpu.c index c38b60b4ee..a833515f40 100644 --- a/bsps/powerpc/shared/cpu.c +++ b/bsps/powerpc/shared/cpu.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * PowerPC CPU Dependent Source */ diff --git a/bsps/powerpc/shared/cpu_asm.S b/bsps/powerpc/shared/cpu_asm.S index 9800d0d2c6..8dfd09f0f2 100644 --- a/bsps/powerpc/shared/cpu_asm.S +++ b/bsps/powerpc/shared/cpu_asm.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* cpu_asm.s 1.1 - 95/12/04 * * This file contains the assembly code for the PowerPC implementation diff --git a/bsps/powerpc/shared/exceptions/ppc_exc_address.c b/bsps/powerpc/shared/exceptions/ppc_exc_address.c index f89f8688d6..34e735c015 100644 --- a/bsps/powerpc/shared/exceptions/ppc_exc_address.c +++ b/bsps/powerpc/shared/exceptions/ppc_exc_address.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/powerpc/shared/exceptions/ppc_exc_categories.c b/bsps/powerpc/shared/exceptions/ppc_exc_categories.c index 0cceb29670..8729d6ac3d 100644 --- a/bsps/powerpc/shared/exceptions/ppc_exc_categories.c +++ b/bsps/powerpc/shared/exceptions/ppc_exc_categories.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/powerpc/shared/exceptions/ppc_exc_global_handler.c b/bsps/powerpc/shared/exceptions/ppc_exc_global_handler.c index 666c314975..7982c40432 100644 --- a/bsps/powerpc/shared/exceptions/ppc_exc_global_handler.c +++ b/bsps/powerpc/shared/exceptions/ppc_exc_global_handler.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/powerpc/shared/exceptions/ppc_exc_hdl.c b/bsps/powerpc/shared/exceptions/ppc_exc_hdl.c index ce1f326438..645a180ad0 100644 --- a/bsps/powerpc/shared/exceptions/ppc_exc_hdl.c +++ b/bsps/powerpc/shared/exceptions/ppc_exc_hdl.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* PowerPC exception handling middleware; consult README for more * information. * diff --git a/bsps/powerpc/shared/exceptions/ppc_exc_initialize.c b/bsps/powerpc/shared/exceptions/ppc_exc_initialize.c index 590d60fee9..45bd52122b 100644 --- a/bsps/powerpc/shared/exceptions/ppc_exc_initialize.c +++ b/bsps/powerpc/shared/exceptions/ppc_exc_initialize.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/powerpc/shared/exceptions/ppc_exc_print.c b/bsps/powerpc/shared/exceptions/ppc_exc_print.c index b315727573..20b148b6d8 100644 --- a/bsps/powerpc/shared/exceptions/ppc_exc_print.c +++ b/bsps/powerpc/shared/exceptions/ppc_exc_print.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/powerpc/shared/irq/i8259.c b/bsps/powerpc/shared/irq/i8259.c index e6fe938431..999396649c 100644 --- a/bsps/powerpc/shared/irq/i8259.c +++ b/bsps/powerpc/shared/irq/i8259.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This file contains the implementation of the function described in irq.h * related to Intel 8259 Programmable Interrupt controller. diff --git a/bsps/powerpc/shared/irq/irq_init.c b/bsps/powerpc/shared/irq/irq_init.c index f3737c0ff8..f34c38e909 100644 --- a/bsps/powerpc/shared/irq/irq_init.c +++ b/bsps/powerpc/shared/irq/irq_init.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* irq_init.c * * This file contains the implementation of rtems initialization diff --git a/bsps/powerpc/shared/irq/openpic.c b/bsps/powerpc/shared/irq/openpic.c index 7513dbd93f..6157108a73 100644 --- a/bsps/powerpc/shared/irq/openpic.c +++ b/bsps/powerpc/shared/irq/openpic.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * openpic.c -- OpenPIC Interrupt Handling * diff --git a/bsps/powerpc/shared/irq/openpic_i8259_irq.c b/bsps/powerpc/shared/irq/openpic_i8259_irq.c index ab9dce3f83..b998e11e92 100644 --- a/bsps/powerpc/shared/irq/openpic_i8259_irq.c +++ b/bsps/powerpc/shared/irq/openpic_i8259_irq.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * * This file contains the i8259/openpic-specific implementation of diff --git a/bsps/powerpc/shared/irq/ppc-irq-legacy.c b/bsps/powerpc/shared/irq/ppc-irq-legacy.c index 36691c6c94..e0672b82b1 100644 --- a/bsps/powerpc/shared/irq/ppc-irq-legacy.c +++ b/bsps/powerpc/shared/irq/ppc-irq-legacy.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file PIC-independent implementation of the functions described in irq.h */ diff --git a/bsps/powerpc/shared/mmu/bat.c b/bsps/powerpc/shared/mmu/bat.c index 4c8ac9e545..18c32539af 100644 --- a/bsps/powerpc/shared/mmu/bat.c +++ b/bsps/powerpc/shared/mmu/bat.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * bat.c * diff --git a/bsps/powerpc/shared/mmu/mmuAsm.S b/bsps/powerpc/shared/mmu/mmuAsm.S index 852b9c3743..b5637dc60a 100644 --- a/bsps/powerpc/shared/mmu/mmuAsm.S +++ b/bsps/powerpc/shared/mmu/mmuAsm.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * mmuAsm.S * diff --git a/bsps/powerpc/shared/pci/pci.c b/bsps/powerpc/shared/pci/pci.c index 608c6fe257..3034218259 100644 --- a/bsps/powerpc/shared/pci/pci.c +++ b/bsps/powerpc/shared/pci/pci.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * pci.c : this file contains basic PCI Io functions. * diff --git a/bsps/powerpc/shared/rtc/todcfg.c b/bsps/powerpc/shared/rtc/todcfg.c index 95d75216a2..b5c5f4fcb1 100644 --- a/bsps/powerpc/shared/rtc/todcfg.c +++ b/bsps/powerpc/shared/rtc/todcfg.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This file contains the RTC driver table for Motorola shared BSPs. * diff --git a/bsps/powerpc/shared/start/bspgetworkarea.c b/bsps/powerpc/shared/start/bspgetworkarea.c index 3d26a419a1..c7c28ca8fa 100644 --- a/bsps/powerpc/shared/start/bspgetworkarea.c +++ b/bsps/powerpc/shared/start/bspgetworkarea.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/bsps/powerpc/shared/start/start.S b/bsps/powerpc/shared/start/start.S index d4c5ffe5e4..004430eaec 100644 --- a/bsps/powerpc/shared/start/start.S +++ b/bsps/powerpc/shared/start/start.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * start.S : RTEMS entry point * diff --git a/bsps/powerpc/shared/start/zerobss.c b/bsps/powerpc/shared/start/zerobss.c index 063066f8ef..24f3448e37 100644 --- a/bsps/powerpc/shared/start/zerobss.c +++ b/bsps/powerpc/shared/start/zerobss.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * zero the various bss areas. */ diff --git a/bsps/powerpc/ss555/clock/clock.c b/bsps/powerpc/ss555/clock/clock.c index 70a0618755..4aee7b6abf 100644 --- a/bsps/powerpc/ss555/clock/clock.c +++ b/bsps/powerpc/ss555/clock/clock.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This routine initializes the PIT on the MPC5xx. * The tick frequency is specified by the BSP. diff --git a/bsps/powerpc/ss555/clock/p_clock.c b/bsps/powerpc/ss555/clock/p_clock.c index de4dc3879c..9899fd2f6e 100644 --- a/bsps/powerpc/ss555/clock/p_clock.c +++ b/bsps/powerpc/ss555/clock/p_clock.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Clock Tick interrupt conexion code. * diff --git a/bsps/powerpc/ss555/dev/console-generic.c b/bsps/powerpc/ss555/dev/console-generic.c index 6dfdf28749..0f008076cb 100644 --- a/bsps/powerpc/ss555/dev/console-generic.c +++ b/bsps/powerpc/ss555/dev/console-generic.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * General Serial I/O functions. * diff --git a/bsps/powerpc/ss555/include/bsp.h b/bsps/powerpc/ss555/include/bsp.h index b6d9814075..945d3349fe 100644 --- a/bsps/powerpc/ss555/include/bsp.h +++ b/bsps/powerpc/ss555/include/bsp.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/powerpc/ss555/include/bsp/irq.h b/bsps/powerpc/ss555/include/bsp/irq.h index ad1dc3a1c2..4bab11c4f7 100644 --- a/bsps/powerpc/ss555/include/bsp/irq.h +++ b/bsps/powerpc/ss555/include/bsp/irq.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* irq.h * * This include file describe the data structure and the functions implemented diff --git a/bsps/powerpc/ss555/include/tm27.h b/bsps/powerpc/ss555/include/tm27.h index 03e993570d..78d458bf76 100644 --- a/bsps/powerpc/ss555/include/tm27.h +++ b/bsps/powerpc/ss555/include/tm27.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * @file * @ingroup powerpc_ss555 diff --git a/bsps/powerpc/ss555/start/bspstart.c b/bsps/powerpc/ss555/start/bspstart.c index 854edfb4c3..b1c69d4a27 100644 --- a/bsps/powerpc/ss555/start/bspstart.c +++ b/bsps/powerpc/ss555/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/powerpc/ss555/start/irq.c b/bsps/powerpc/ss555/start/irq.c index 63777e67bb..4b0224ed2f 100644 --- a/bsps/powerpc/ss555/start/irq.c +++ b/bsps/powerpc/ss555/start/irq.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This file contains the implementation of the function described in irq.h */ diff --git a/bsps/powerpc/ss555/start/irq_asm.S b/bsps/powerpc/ss555/start/irq_asm.S index 65a132a975..f92a570c8d 100644 --- a/bsps/powerpc/ss555/start/irq_asm.S +++ b/bsps/powerpc/ss555/start/irq_asm.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * irq_asm.S * diff --git a/bsps/powerpc/ss555/start/irq_init.c b/bsps/powerpc/ss555/start/irq_init.c index f4c702dac4..2e0a3269d1 100644 --- a/bsps/powerpc/ss555/start/irq_init.c +++ b/bsps/powerpc/ss555/start/irq_init.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * irq_init.c * diff --git a/bsps/powerpc/ss555/start/iss555.c b/bsps/powerpc/ss555/start/iss555.c index 034ae74b1d..8f201aa3a7 100644 --- a/bsps/powerpc/ss555/start/iss555.c +++ b/bsps/powerpc/ss555/start/iss555.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Intec SS555 initialization routines. */ diff --git a/bsps/powerpc/ss555/start/raw_exception.c b/bsps/powerpc/ss555/start/raw_exception.c index 3b1b820814..4e0e4b9f03 100644 --- a/bsps/powerpc/ss555/start/raw_exception.c +++ b/bsps/powerpc/ss555/start/raw_exception.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * raw_exception.c - This file contains implementation of C functions to * Instantiate mpc5xx primary exception entries. diff --git a/bsps/powerpc/ss555/start/start.S b/bsps/powerpc/ss555/start/start.S index 924ef82e64..c816ae26c2 100644 --- a/bsps/powerpc/ss555/start/start.S +++ b/bsps/powerpc/ss555/start/start.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This file contains the entry veneer for RTEMS programs on the Intec * SS555 board. It jumps to the BSP which is responsible for performing diff --git a/bsps/powerpc/ss555/start/vectors_init.c b/bsps/powerpc/ss555/start/vectors_init.c index c9c4c58cf1..f8dd09ca15 100644 --- a/bsps/powerpc/ss555/start/vectors_init.c +++ b/bsps/powerpc/ss555/start/vectors_init.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * vectors_init.c Exception hanlding initialisation (and generic handler). * diff --git a/bsps/powerpc/tqm8xx/btimer/btimer.c b/bsps/powerpc/tqm8xx/btimer/btimer.c index 7cc97b8706..8a9d5e3ceb 100644 --- a/bsps/powerpc/tqm8xx/btimer/btimer.c +++ b/bsps/powerpc/tqm8xx/btimer/btimer.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * RTEMS TQM8xx BSP * diff --git a/bsps/powerpc/tqm8xx/clock/p_clock.c b/bsps/powerpc/tqm8xx/clock/p_clock.c index a49d7346ea..84156bed74 100644 --- a/bsps/powerpc/tqm8xx/clock/p_clock.c +++ b/bsps/powerpc/tqm8xx/clock/p_clock.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Clock Tick interrupt conexion code. */ diff --git a/bsps/powerpc/tqm8xx/console/console.c b/bsps/powerpc/tqm8xx/console/console.c index 5e12cc19b9..9edf34c702 100644 --- a/bsps/powerpc/tqm8xx/console/console.c +++ b/bsps/powerpc/tqm8xx/console/console.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * RTEMS TQM8xx BSP * diff --git a/bsps/powerpc/tqm8xx/include/bsp/8xx_immap.h b/bsps/powerpc/tqm8xx/include/bsp/8xx_immap.h index 337d32f412..4d6cef2cfe 100644 --- a/bsps/powerpc/tqm8xx/include/bsp/8xx_immap.h +++ b/bsps/powerpc/tqm8xx/include/bsp/8xx_immap.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * RTEMS BSP support for TQ modules * diff --git a/bsps/powerpc/tqm8xx/start/cpuinit.c b/bsps/powerpc/tqm8xx/start/cpuinit.c index 5d34e07cfb..162fffa9c6 100644 --- a/bsps/powerpc/tqm8xx/start/cpuinit.c +++ b/bsps/powerpc/tqm8xx/start/cpuinit.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * cpuinit.c * diff --git a/bsps/powerpc/tqm8xx/start/mmu.c b/bsps/powerpc/tqm8xx/start/mmu.c index 78743c6250..9dedb7026f 100644 --- a/bsps/powerpc/tqm8xx/start/mmu.c +++ b/bsps/powerpc/tqm8xx/start/mmu.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * mmu.c * diff --git a/bsps/powerpc/tqm8xx/start/mmutlbtab.c b/bsps/powerpc/tqm8xx/start/mmutlbtab.c index f6ff253c3c..0fe8c91a89 100644 --- a/bsps/powerpc/tqm8xx/start/mmutlbtab.c +++ b/bsps/powerpc/tqm8xx/start/mmutlbtab.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * RTEMS TQM8xx BSP * diff --git a/bsps/powerpc/virtex/console/consolelite.c b/bsps/powerpc/virtex/console/consolelite.c index 9a2595a535..74f9f3c1fe 100644 --- a/bsps/powerpc/virtex/console/consolelite.c +++ b/bsps/powerpc/virtex/console/consolelite.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This file contains the console driver for the xilinx uart lite. * diff --git a/bsps/powerpc/virtex/include/bsp/opbintctrl.h b/bsps/powerpc/virtex/include/bsp/opbintctrl.h index 67b7f77c6e..1bd03464cc 100644 --- a/bsps/powerpc/virtex/include/bsp/opbintctrl.h +++ b/bsps/powerpc/virtex/include/bsp/opbintctrl.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* opbintctrl.h * * This file contains definitions and declarations for the diff --git a/bsps/powerpc/virtex/include/xiltemac.h b/bsps/powerpc/virtex/include/xiltemac.h index 185b89bdc1..75ef9ec1ec 100644 --- a/bsps/powerpc/virtex/include/xiltemac.h +++ b/bsps/powerpc/virtex/include/xiltemac.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * Driver for plb inteface of the xilinx temac 3.00a * diff --git a/bsps/powerpc/virtex/irq/irq_init.c b/bsps/powerpc/virtex/irq/irq_init.c index 74e3b2ff7d..388aaa58d4 100644 --- a/bsps/powerpc/virtex/irq/irq_init.c +++ b/bsps/powerpc/virtex/irq/irq_init.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * RTEMS virtex BSP *