testsuites/*: 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-22 10:15:47 -05:00
parent 0c0607d071
commit fb9bfe4011
19 changed files with 38 additions and 0 deletions
+2
View File
@@ -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
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* Test program to demonstrate reordering of threads on thread queues
* when their priority changes.
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* Simple test program to demonstrate priority inversion when blocking
*
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* Based upon test code posted on the RTEMS User's Mailing List
* by Sergio Faustino <sergio.faustino@edisoft.pt>:
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* Based upon test code posted on the RTEMS User's Mailing List
* by Sergio Faustino <sergio.faustino@edisoft.pt>:
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* COPYRIGHT (c) 2012.
* Krzysztof Miesowicz <krzysztof.miesowicz@gmail.com>
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/* Init
*
* This routine is the initialization task for this test program.
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/* Tasks_Periodic
*
* This routine serves as a test task for the CBS scheduler
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/* Init
*
* This routine is the initialization task for this test program.
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/* Tasks_Aperiodic
*
* This routine serves as a test task for the CBS scheduler
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/* Tasks_Periodic
*
* This routine serves as a test task for the CBS scheduler
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/* Init
*
* This routine is the initialization task for this test program.
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/* Tasks_Aperiodic
*
* This routine serves as a test task for the EDF scheduler
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/* Tasks_Periodic
*
* This routine serves as a test task for the EDF scheduler
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* COPYRIGHT (c) 2010
* Bharath Suri<bharath.s.jois@gmail.com>.
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* Copyright (c) 2013 Zhongwei Yao.
*
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/* Init
*
* This routine is the initialization task for this test program.
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/* Tasks_Periodic
*
* This routine serves as a test task for the CBS scheduler
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* Prototypes for RTEMS tmtests_empty_function.c.
*