diff --git a/bsps/i386/include/bsp/irq_asm.h b/bsps/i386/include/bsp/irq_asm.h index 8e2bbf5081..884cf98c73 100644 --- a/bsps/i386/include/bsp/irq_asm.h +++ b/bsps/i386/include/bsp/irq_asm.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @ingroup i386_irq diff --git a/bsps/i386/include/bsp/realmode_int.h b/bsps/i386/include/bsp/realmode_int.h index 2acc5f07ee..26e9d2dcb0 100644 --- a/bsps/i386/include/bsp/realmode_int.h +++ b/bsps/i386/include/bsp/realmode_int.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/i386/include/bsp/smp-imps.h b/bsps/i386/include/bsp/smp-imps.h index 7b023ddcfc..42ca67be9a 100644 --- a/bsps/i386/include/bsp/smp-imps.h +++ b/bsps/i386/include/bsp/smp-imps.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @ingroup i386_smp diff --git a/bsps/i386/include/libcpu/byteorder.h b/bsps/i386/include/libcpu/byteorder.h index 939e51fe84..9f5f48f2ae 100644 --- a/bsps/i386/include/libcpu/byteorder.h +++ b/bsps/i386/include/libcpu/byteorder.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/i386/include/libcpu/cpuModel.h b/bsps/i386/include/libcpu/cpuModel.h index 485ac3fab7..643414fa38 100644 --- a/bsps/i386/include/libcpu/cpuModel.h +++ b/bsps/i386/include/libcpu/cpuModel.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This file contains declaration for variables and code * that may be used to get the Intel Cpu identification diff --git a/bsps/i386/include/libcpu/page.h b/bsps/i386/include/libcpu/page.h index a7ab14c6b2..d031a73cce 100644 --- a/bsps/i386/include/libcpu/page.h +++ b/bsps/i386/include/libcpu/page.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * @file * diff --git a/bsps/i386/pc386/btimer/btimer.c b/bsps/i386/pc386/btimer/btimer.c index 1b34d533ae..f10454c5a1 100644 --- a/bsps/i386/pc386/btimer/btimer.c +++ b/bsps/i386/pc386/btimer/btimer.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This file contains the PC386 timer package. * diff --git a/bsps/i386/pc386/btimer/timerisr.S b/bsps/i386/pc386/btimer/timerisr.S index 4fcff9faeb..70ecaf97e8 100644 --- a/bsps/i386/pc386/btimer/timerisr.S +++ b/bsps/i386/pc386/btimer/timerisr.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /*-------------------------------------------------------------------------+ | timerisr.s v1.1 - PC386 BSP - 1997/08/07 +--------------------------------------------------------------------------+ diff --git a/bsps/i386/pc386/clock/rtc.c b/bsps/i386/pc386/clock/rtc.c index a1c8fef922..547af7432e 100644 --- a/bsps/i386/pc386/clock/rtc.c +++ b/bsps/i386/pc386/clock/rtc.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /*-------------------------------------------------------------------------+ | rtc.c v1.1 - PC386 BSP - 1997/08/07 +--------------------------------------------------------------------------+ diff --git a/bsps/i386/pc386/clock/todcfg.c b/bsps/i386/pc386/clock/todcfg.c index 7a1d36900a..00acef61a5 100644 --- a/bsps/i386/pc386/clock/todcfg.c +++ b/bsps/i386/pc386/clock/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/i386/pc386/console/fb_cirrus.c b/bsps/i386/pc386/console/fb_cirrus.c index bb05b5a338..cb46bd380d 100644 --- a/bsps/i386/pc386/console/fb_cirrus.c +++ b/bsps/i386/pc386/console/fb_cirrus.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * FB driver for Cirrus GD5446 graphic hardware. * Tested to be compatible with QEMU GD5446 emulation but not on real HW. diff --git a/bsps/i386/pc386/console/fb_vesa_rm.c b/bsps/i386/pc386/console/fb_vesa_rm.c index d069a49a77..c586a6d470 100644 --- a/bsps/i386/pc386/console/fb_vesa_rm.c +++ b/bsps/i386/pc386/console/fb_vesa_rm.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/i386/pc386/console/inch.c b/bsps/i386/pc386/console/inch.c index 87c88ae0de..71e8ce8ba8 100644 --- a/bsps/i386/pc386/console/inch.c +++ b/bsps/i386/pc386/console/inch.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /*-------------------------------------------------------------------------+ | inch.c v1.1 - PC386 BSP - 1997/08/07 +--------------------------------------------------------------------------+ diff --git a/bsps/i386/pc386/console/kbd_parser.c b/bsps/i386/pc386/console/kbd_parser.c index 643fbc23b4..3068943078 100644 --- a/bsps/i386/pc386/console/kbd_parser.c +++ b/bsps/i386/pc386/console/kbd_parser.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * The contents of this file were formerly in console.c which * had the following copyright notice: diff --git a/bsps/i386/pc386/console/outch.c b/bsps/i386/pc386/console/outch.c index cc28dc2aa4..9005b622a1 100644 --- a/bsps/i386/pc386/console/outch.c +++ b/bsps/i386/pc386/console/outch.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * outch.c - This file contains code for displaying characters * on the console uisng information that should be diff --git a/bsps/i386/pc386/include/bsp.h b/bsps/i386/pc386/include/bsp.h index 8272b5815e..dd8227dd08 100644 --- a/bsps/i386/pc386/include/bsp.h +++ b/bsps/i386/pc386/include/bsp.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/i386/pc386/include/bsp/fb_vesa.h b/bsps/i386/pc386/include/bsp/fb_vesa.h index 3d15d942aa..9d926b0afa 100644 --- a/bsps/i386/pc386/include/bsp/fb_vesa.h +++ b/bsps/i386/pc386/include/bsp/fb_vesa.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/i386/pc386/include/bsp/irq.h b/bsps/i386/pc386/include/bsp/irq.h index c14922d2c9..66dc001495 100644 --- a/bsps/i386/pc386/include/bsp/irq.h +++ b/bsps/i386/pc386/include/bsp/irq.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @ingroup i386_irq diff --git a/bsps/i386/pc386/include/bsp/tblsizes.h b/bsps/i386/pc386/include/bsp/tblsizes.h index b4f6b24c81..4ca13cc31e 100644 --- a/bsps/i386/pc386/include/bsp/tblsizes.h +++ b/bsps/i386/pc386/include/bsp/tblsizes.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/i386/pc386/include/bsp/vbe3.h b/bsps/i386/pc386/include/bsp/vbe3.h index b66f624eda..07967de30a 100644 --- a/bsps/i386/pc386/include/bsp/vbe3.h +++ b/bsps/i386/pc386/include/bsp/vbe3.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/i386/pc386/include/crt.h b/bsps/i386/pc386/include/crt.h index f36779eaff..21844162b5 100644 --- a/bsps/i386/pc386/include/crt.h +++ b/bsps/i386/pc386/include/crt.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/i386/pc386/include/edid.h b/bsps/i386/pc386/include/edid.h index 9c9797c853..9da61e57d5 100644 --- a/bsps/i386/pc386/include/edid.h +++ b/bsps/i386/pc386/include/edid.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/i386/pc386/include/tm27.h b/bsps/i386/pc386/include/tm27.h index 6286169ca5..383f59e588 100644 --- a/bsps/i386/pc386/include/tm27.h +++ b/bsps/i386/pc386/include/tm27.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/i386/pc386/start/bspcmdline.c b/bsps/i386/pc386/start/bspcmdline.c index d617863198..4c5af456aa 100644 --- a/bsps/i386/pc386/start/bspcmdline.c +++ b/bsps/i386/pc386/start/bspcmdline.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /*-------------------------------------------------------------------------+ | This file contains the PC386 BSP startup package. It includes application, | board, and monitor specific initialization and configuration. The generic CPU diff --git a/bsps/i386/pc386/start/bspstart.c b/bsps/i386/pc386/start/bspstart.c index 60e80d00b5..54739a45af 100644 --- a/bsps/i386/pc386/start/bspstart.c +++ b/bsps/i386/pc386/start/bspstart.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/i386/pc386/start/cpuModel.S b/bsps/i386/pc386/start/cpuModel.S index 92dca1f8f0..ab0711fdeb 100644 --- a/bsps/i386/pc386/start/cpuModel.S +++ b/bsps/i386/pc386/start/cpuModel.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* cpuModel.S * * This file contains all assembly code for the Intel Cpu identification. diff --git a/bsps/i386/pc386/start/displayCpu.c b/bsps/i386/pc386/start/displayCpu.c index 2e8b266917..8d1d6f68a6 100644 --- a/bsps/i386/pc386/start/displayCpu.c +++ b/bsps/i386/pc386/start/displayCpu.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This file contains code for displaying the Intel Cpu identification * that has been performed by checkCPUtypeSetCr0 function. diff --git a/bsps/i386/pc386/start/idtr.S b/bsps/i386/pc386/start/idtr.S index d590918ace..52cd2e6977 100644 --- a/bsps/i386/pc386/start/idtr.S +++ b/bsps/i386/pc386/start/idtr.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* cpu_asm.S * * This file contains all assembly code for the Intel i386 IDT diff --git a/bsps/i386/pc386/start/ldsegs.S b/bsps/i386/pc386/start/ldsegs.S index 07711c3a7e..6b8965a14f 100644 --- a/bsps/i386/pc386/start/ldsegs.S +++ b/bsps/i386/pc386/start/ldsegs.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /*-------------------------------------------------------------------------+ | ldsegs.s v1.1 - PC386 BSP - 1997/08/07 +--------------------------------------------------------------------------+ diff --git a/bsps/i386/pc386/start/page.c b/bsps/i386/pc386/start/page.c index f05e145f51..33a200b07e 100644 --- a/bsps/i386/pc386/start/page.c +++ b/bsps/i386/pc386/start/page.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * page.c :- This file contains implementation of C function to * Instanciate paging. More detailled information diff --git a/bsps/i386/pc386/start/realmode_int.c b/bsps/i386/pc386/start/realmode_int.c index 174200498e..fbf1bc905b 100644 --- a/bsps/i386/pc386/start/realmode_int.c +++ b/bsps/i386/pc386/start/realmode_int.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/i386/pc386/start/start.S b/bsps/i386/pc386/start/start.S index 2f4bad7bfb..b48274bccb 100644 --- a/bsps/i386/pc386/start/start.S +++ b/bsps/i386/pc386/start/start.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /*-------------------------------------------------------------------------+ | start.s v1.1 - PC386 BSP - 1997/08/07 +--------------------------------------------------------------------------+ diff --git a/bsps/i386/pc386/start/startAP.S b/bsps/i386/pc386/start/startAP.S index d8459254b7..e5ee4ad21e 100644 --- a/bsps/i386/pc386/start/startAP.S +++ b/bsps/i386/pc386/start/startAP.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /*--------------------------------------------------------------------------+ * start16.s v1.0 - PC386 BSP - 1998/04/13 * startAP.s 05/2019 diff --git a/bsps/i386/shared/irq/idt.c b/bsps/i386/shared/irq/idt.c index 2d001fa61f..09d97645b6 100644 --- a/bsps/i386/shared/irq/idt.c +++ b/bsps/i386/shared/irq/idt.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * cpu.c - This file contains implementation of C function to * instantiate IDT entries. More detailled information can be found diff --git a/bsps/i386/shared/irq/irq.c b/bsps/i386/shared/irq/irq.c index fcee36300f..1c52609b12 100644 --- a/bsps/i386/shared/irq/irq.c +++ b/bsps/i386/shared/irq/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/i386/shared/irq/irq_asm.S b/bsps/i386/shared/irq/irq_asm.S index ed1388c305..da9ab6e720 100644 --- a/bsps/i386/shared/irq/irq_asm.S +++ b/bsps/i386/shared/irq/irq_asm.S @@ -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/i386/shared/irq/irq_init.c b/bsps/i386/shared/irq/irq_init.c index d6f00ff546..cea1d5b5d6 100644 --- a/bsps/i386/shared/irq/irq_init.c +++ b/bsps/i386/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