bsps/shared/*: Add SPDX for RTEMS legacy license

These may still be relicensed but adding SPDX is needed.

Updates #4805.
This commit is contained in:
Joel Sherrill
2025-08-21 17:32:16 -05:00
parent 8a9b574ed5
commit f665d19812
6 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/** /**
* @file * @file
* *

View File

@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/* /*
* ata.c * ata.c
* *

View File

@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/* /*
* Copyright (c) 2010 embedded brains GmbH & Co. KG * Copyright (c) 2010 embedded brains GmbH & Co. KG
* *

View File

@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/* /*
* ide_controller.c * ide_controller.c
* *

View File

@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/* /*
* This file contains the console driver chip level routines for the * This file contains the console driver chip level routines for the
* Zilog z85c30 chip. * Zilog z85c30 chip.

View File

@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/** /**
* @file * @file
* *