diff --git a/bsps/mips/csb350/include/tm27.h b/bsps/mips/csb350/include/tm27.h index e3056877dd..2d3abe1947 100644 --- a/bsps/mips/csb350/include/tm27.h +++ b/bsps/mips/csb350/include/tm27.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file */ diff --git a/bsps/mips/hurricane/clock/ckinit.c b/bsps/mips/hurricane/clock/ckinit.c index e8c23992b3..6f4dc7ac73 100644 --- a/bsps/mips/hurricane/clock/ckinit.c +++ b/bsps/mips/hurricane/clock/ckinit.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/mips/hurricane/console/console.c b/bsps/mips/hurricane/console/console.c index 219cc964c0..5d82125acb 100644 --- a/bsps/mips/hurricane/console/console.c +++ b/bsps/mips/hurricane/console/console.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This file contains the IDT 4650 console IO package. */ diff --git a/bsps/mips/include/bsp/i8259.h b/bsps/mips/include/bsp/i8259.h index 1cdb6c2e5e..4982ed65a3 100644 --- a/bsps/mips/include/bsp/i8259.h +++ b/bsps/mips/include/bsp/i8259.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @ingroup mips_i8259_irq diff --git a/bsps/mips/jmr3904/include/tm27.h b/bsps/mips/jmr3904/include/tm27.h index b22caa7a8e..1248679e51 100644 --- a/bsps/mips/jmr3904/include/tm27.h +++ b/bsps/mips/jmr3904/include/tm27.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file */ diff --git a/bsps/mips/malta/include/bsp/pci.h b/bsps/mips/malta/include/bsp/pci.h index 34ff6bc73d..3e889fe1b4 100644 --- a/bsps/mips/malta/include/bsp/pci.h +++ b/bsps/mips/malta/include/bsp/pci.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file */ diff --git a/bsps/mips/rbtx4925/console/console-io.c b/bsps/mips/rbtx4925/console/console-io.c index 75cca1ebbd..5cf87ed765 100644 --- a/bsps/mips/rbtx4925/console/console-io.c +++ b/bsps/mips/rbtx4925/console/console-io.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This file contains the RBTX4925 console IO package. */ diff --git a/bsps/mips/rbtx4938/console/console-io.c b/bsps/mips/rbtx4938/console/console-io.c index b0dbc3b365..7bcb8880b6 100644 --- a/bsps/mips/rbtx4938/console/console-io.c +++ b/bsps/mips/rbtx4938/console/console-io.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This file contains the RBTX4938 console IO package. */ diff --git a/bsps/mips/shared/irq/exception.S b/bsps/mips/shared/irq/exception.S index 54462c66bb..936836d2ef 100644 --- a/bsps/mips/shared/irq/exception.S +++ b/bsps/mips/shared/irq/exception.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /* * This file contains a customized MIPS exception handler. * It hooks into the exception handler present in the resident diff --git a/bsps/mips/shared/irq/i8259.c b/bsps/mips/shared/irq/i8259.c index 6e862ba85b..d1ef5de9e9 100644 --- a/bsps/mips/shared/irq/i8259.c +++ b/bsps/mips/shared/irq/i8259.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * diff --git a/bsps/mips/shared/timer/timer.c b/bsps/mips/shared/timer/timer.c index da5291a48a..ec07463689 100644 --- a/bsps/mips/shared/timer/timer.c +++ b/bsps/mips/shared/timer/timer.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */ + /** * @file * @brief IDT 4650 Timer Driver.