summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-10-29 15:56:16 -0500
committerJoel Sherrill <joel@rtems.org>2018-10-30 09:56:59 -0500
commitc11730fd5eb2aab741f1c72cc887fc6884de6227 (patch)
treea57a0451db8e3fdf794c0affc471ac0ad76e07b7
parentChange default license for tests generated from templates to 0-BSD. (diff)
downloadrtems-testing-c11730fd5eb2aab741f1c72cc887fc6884de6227.tar.bz2
Change default license for tests generated from templates to 0-BSD.
See https://opensource.org/licenses/FPL-1.0.0
-rw-r--r--rtems-test-template/psxtest/TEST.doc4
-rw-r--r--rtems-test-template/psxtest/init.c4
-rw-r--r--rtems-test-template/psxtest_with_thread/TEST.doc4
-rw-r--r--rtems-test-template/psxtest_with_thread/init.c4
-rw-r--r--rtems-test-template/psxtmtest_blocking/TEST.doc4
-rw-r--r--rtems-test-template/psxtmtest_blocking/init.c4
-rw-r--r--rtems-test-template/psxtmtest_init_destroy/TEST.doc4
-rw-r--r--rtems-test-template/psxtmtest_init_destroy/init.c4
-rw-r--r--rtems-test-template/psxtmtest_single/TEST.doc4
-rw-r--r--rtems-test-template/psxtmtest_single/init.c4
-rw-r--r--rtems-test-template/psxtmtest_unblocking_nopreempt/TEST.doc4
-rw-r--r--rtems-test-template/psxtmtest_unblocking_nopreempt/init.c4
-rw-r--r--rtems-test-template/psxtmtest_unblocking_preempt/TEST.doc4
-rw-r--r--rtems-test-template/psxtmtest_unblocking_preempt/init.c4
-rw-r--r--rtems-test-template/smptest/TEST.doc4
-rw-r--r--rtems-test-template/smptest/init.c4
-rw-r--r--rtems-test-template/spfatal/TEST.doc4
-rw-r--r--rtems-test-template/spfatal/testcase.h4
-rw-r--r--rtems-test-template/sptest/TEST.doc4
-rw-r--r--rtems-test-template/sptest/init.c4
-rw-r--r--rtems-test-template/sptest_operation_from_tsr/TEST.doc4
-rw-r--r--rtems-test-template/sptest_operation_from_tsr/init.c4
-rw-r--r--rtems-test-template/sptest_with_task/TEST.doc4
-rw-r--r--rtems-test-template/sptest_with_task/init.c4
-rw-r--r--rtems-test-template/tmtest/TEST.doc4
-rw-r--r--rtems-test-template/tmtest/init.c4
26 files changed, 52 insertions, 52 deletions
diff --git a/rtems-test-template/psxtest/TEST.doc b/rtems-test-template/psxtest/TEST.doc
index 3aafcea..0870f93 100644
--- a/rtems-test-template/psxtest/TEST.doc
+++ b/rtems-test-template/psxtest/TEST.doc
@@ -1,5 +1,5 @@
-# COPYRIGHT (c) 1989-2013.
-# On-Line Applications Research Corporation (OAR).
+# COPYRIGHT (c) <YYYY>.
+# <author goes here>
#
# Permission to use, copy, modify, and/or distribute this software
# for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/psxtest/init.c b/rtems-test-template/psxtest/init.c
index d14dced..9c6f0a8 100644
--- a/rtems-test-template/psxtest/init.c
+++ b/rtems-test-template/psxtest/init.c
@@ -1,6 +1,6 @@
/*
- * COPYRIGHT (c) 1989-2018.
- * On-Line Applications Research Corporation (OAR).
+ * COPYRIGHT (c) <YYYY>.
+ * <author goes here>
*
* Permission to use, copy, modify, and/or distribute this software
* for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/psxtest_with_thread/TEST.doc b/rtems-test-template/psxtest_with_thread/TEST.doc
index 3aafcea..0870f93 100644
--- a/rtems-test-template/psxtest_with_thread/TEST.doc
+++ b/rtems-test-template/psxtest_with_thread/TEST.doc
@@ -1,5 +1,5 @@
-# COPYRIGHT (c) 1989-2013.
-# On-Line Applications Research Corporation (OAR).
+# COPYRIGHT (c) <YYYY>.
+# <author goes here>
#
# Permission to use, copy, modify, and/or distribute this software
# for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/psxtest_with_thread/init.c b/rtems-test-template/psxtest_with_thread/init.c
index 2f5e1a0..2d0c0fd 100644
--- a/rtems-test-template/psxtest_with_thread/init.c
+++ b/rtems-test-template/psxtest_with_thread/init.c
@@ -1,6 +1,6 @@
/*
- * COPYRIGHT (c) 1989-2018.
- * On-Line Applications Research Corporation (OAR).
+ * COPYRIGHT (c) <YYYY>.
+ * <author goes here>
*
* Permission to use, copy, modify, and/or distribute this software
* for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/psxtmtest_blocking/TEST.doc b/rtems-test-template/psxtmtest_blocking/TEST.doc
index 0c171de..96c278f 100644
--- a/rtems-test-template/psxtmtest_blocking/TEST.doc
+++ b/rtems-test-template/psxtmtest_blocking/TEST.doc
@@ -1,5 +1,5 @@
-# COPYRIGHT (c) 1989-2013.
-# On-Line Applications Research Corporation (OAR).
+# COPYRIGHT (c) <YYYY>.
+# <author goes here>
#
# Permission to use, copy, modify, and/or distribute this software
# for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/psxtmtest_blocking/init.c b/rtems-test-template/psxtmtest_blocking/init.c
index 54f4415..5cbf5c6 100644
--- a/rtems-test-template/psxtmtest_blocking/init.c
+++ b/rtems-test-template/psxtmtest_blocking/init.c
@@ -1,6 +1,6 @@
/*
- * COPYRIGHT (c) 1989-2018.
- * On-Line Applications Research Corporation (OAR).
+ * COPYRIGHT (c) <YYYY>.
+ * <author goes here>
*
* Permission to use, copy, modify, and/or distribute this software
* for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/psxtmtest_init_destroy/TEST.doc b/rtems-test-template/psxtmtest_init_destroy/TEST.doc
index d7699e6..bf8741c 100644
--- a/rtems-test-template/psxtmtest_init_destroy/TEST.doc
+++ b/rtems-test-template/psxtmtest_init_destroy/TEST.doc
@@ -1,5 +1,5 @@
-# COPYRIGHT (c) 1989-2013.
-# On-Line Applications Research Corporation (OAR).
+# COPYRIGHT (c) <YYYY>.
+# <author goes here>
#
# Permission to use, copy, modify, and/or distribute this software
# for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/psxtmtest_init_destroy/init.c b/rtems-test-template/psxtmtest_init_destroy/init.c
index 59f2ded..4bd88f9 100644
--- a/rtems-test-template/psxtmtest_init_destroy/init.c
+++ b/rtems-test-template/psxtmtest_init_destroy/init.c
@@ -1,6 +1,6 @@
/*
- * COPYRIGHT (c) 1989-2018.
- * On-Line Applications Research Corporation (OAR).
+ * COPYRIGHT (c) <YYYY>.
+ * <author goes here>
*
* Permission to use, copy, modify, and/or distribute this software
* for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/psxtmtest_single/TEST.doc b/rtems-test-template/psxtmtest_single/TEST.doc
index 0c171de..96c278f 100644
--- a/rtems-test-template/psxtmtest_single/TEST.doc
+++ b/rtems-test-template/psxtmtest_single/TEST.doc
@@ -1,5 +1,5 @@
-# COPYRIGHT (c) 1989-2013.
-# On-Line Applications Research Corporation (OAR).
+# COPYRIGHT (c) <YYYY>.
+# <author goes here>
#
# Permission to use, copy, modify, and/or distribute this software
# for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/psxtmtest_single/init.c b/rtems-test-template/psxtmtest_single/init.c
index 1bae238..f5565e7 100644
--- a/rtems-test-template/psxtmtest_single/init.c
+++ b/rtems-test-template/psxtmtest_single/init.c
@@ -1,6 +1,6 @@
/*
- * COPYRIGHT (c) 1989-2018.
- * On-Line Applications Research Corporation (OAR).
+ * COPYRIGHT (c) <YYYY>.
+ * <author goes here>
*
* Permission to use, copy, modify, and/or distribute this software
* for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/psxtmtest_unblocking_nopreempt/TEST.doc b/rtems-test-template/psxtmtest_unblocking_nopreempt/TEST.doc
index 0c171de..96c278f 100644
--- a/rtems-test-template/psxtmtest_unblocking_nopreempt/TEST.doc
+++ b/rtems-test-template/psxtmtest_unblocking_nopreempt/TEST.doc
@@ -1,5 +1,5 @@
-# COPYRIGHT (c) 1989-2013.
-# On-Line Applications Research Corporation (OAR).
+# COPYRIGHT (c) <YYYY>.
+# <author goes here>
#
# Permission to use, copy, modify, and/or distribute this software
# for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/psxtmtest_unblocking_nopreempt/init.c b/rtems-test-template/psxtmtest_unblocking_nopreempt/init.c
index e877e7f..fae55bf 100644
--- a/rtems-test-template/psxtmtest_unblocking_nopreempt/init.c
+++ b/rtems-test-template/psxtmtest_unblocking_nopreempt/init.c
@@ -1,6 +1,6 @@
/*
- * COPYRIGHT (c) 1989-2018.
- * On-Line Applications Research Corporation (OAR).
+ * COPYRIGHT (c) <YYYY>.
+ * <author goes here>
*
* Permission to use, copy, modify, and/or distribute this software
* for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/psxtmtest_unblocking_preempt/TEST.doc b/rtems-test-template/psxtmtest_unblocking_preempt/TEST.doc
index 0c171de..96c278f 100644
--- a/rtems-test-template/psxtmtest_unblocking_preempt/TEST.doc
+++ b/rtems-test-template/psxtmtest_unblocking_preempt/TEST.doc
@@ -1,5 +1,5 @@
-# COPYRIGHT (c) 1989-2013.
-# On-Line Applications Research Corporation (OAR).
+# COPYRIGHT (c) <YYYY>.
+# <author goes here>
#
# Permission to use, copy, modify, and/or distribute this software
# for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/psxtmtest_unblocking_preempt/init.c b/rtems-test-template/psxtmtest_unblocking_preempt/init.c
index 1c55d5b..25873ce 100644
--- a/rtems-test-template/psxtmtest_unblocking_preempt/init.c
+++ b/rtems-test-template/psxtmtest_unblocking_preempt/init.c
@@ -1,6 +1,6 @@
/*
- * COPYRIGHT (c) 1989-2018.
- * On-Line Applications Research Corporation (OAR).
+ * COPYRIGHT (c) <YYYY>.
+ * <author goes here>
*
* Permission to use, copy, modify, and/or distribute this software
* for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/smptest/TEST.doc b/rtems-test-template/smptest/TEST.doc
index 3aafcea..0870f93 100644
--- a/rtems-test-template/smptest/TEST.doc
+++ b/rtems-test-template/smptest/TEST.doc
@@ -1,5 +1,5 @@
-# COPYRIGHT (c) 1989-2013.
-# On-Line Applications Research Corporation (OAR).
+# COPYRIGHT (c) <YYYY>.
+# <author goes here>
#
# Permission to use, copy, modify, and/or distribute this software
# for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/smptest/init.c b/rtems-test-template/smptest/init.c
index 5c275af..5a47906 100644
--- a/rtems-test-template/smptest/init.c
+++ b/rtems-test-template/smptest/init.c
@@ -1,6 +1,6 @@
/*
- * COPYRIGHT (c) 1989-2018.
- * On-Line Applications Research Corporation (OAR).
+ * COPYRIGHT (c) <YYYY>.
+ * <author goes here>
*
* Permission to use, copy, modify, and/or distribute this software
* for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/spfatal/TEST.doc b/rtems-test-template/spfatal/TEST.doc
index 3aafcea..0870f93 100644
--- a/rtems-test-template/spfatal/TEST.doc
+++ b/rtems-test-template/spfatal/TEST.doc
@@ -1,5 +1,5 @@
-# COPYRIGHT (c) 1989-2013.
-# On-Line Applications Research Corporation (OAR).
+# COPYRIGHT (c) <YYYY>.
+# <author goes here>
#
# Permission to use, copy, modify, and/or distribute this software
# for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/spfatal/testcase.h b/rtems-test-template/spfatal/testcase.h
index 4033eb2..7764d81 100644
--- a/rtems-test-template/spfatal/testcase.h
+++ b/rtems-test-template/spfatal/testcase.h
@@ -1,6 +1,6 @@
/*
- * COPYRIGHT (c) 1989-2018.
- * On-Line Applications Research Corporation (OAR).
+ * COPYRIGHT (c) <YYYY>.
+ * <author goes here>
*
* Permission to use, copy, modify, and/or distribute this software
* for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/sptest/TEST.doc b/rtems-test-template/sptest/TEST.doc
index 3aafcea..0870f93 100644
--- a/rtems-test-template/sptest/TEST.doc
+++ b/rtems-test-template/sptest/TEST.doc
@@ -1,5 +1,5 @@
-# COPYRIGHT (c) 1989-2013.
-# On-Line Applications Research Corporation (OAR).
+# COPYRIGHT (c) <YYYY>.
+# <author goes here>
#
# Permission to use, copy, modify, and/or distribute this software
# for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/sptest/init.c b/rtems-test-template/sptest/init.c
index 3e95ac8..aca3c01 100644
--- a/rtems-test-template/sptest/init.c
+++ b/rtems-test-template/sptest/init.c
@@ -1,6 +1,6 @@
/*
- * COPYRIGHT (c) 1989-2018.
- * On-Line Applications Research Corporation (OAR).
+ * COPYRIGHT (c) <YYYY>.
+ * <author goes here>
*
* Permission to use, copy, modify, and/or distribute this software
* for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/sptest_operation_from_tsr/TEST.doc b/rtems-test-template/sptest_operation_from_tsr/TEST.doc
index 3aafcea..0870f93 100644
--- a/rtems-test-template/sptest_operation_from_tsr/TEST.doc
+++ b/rtems-test-template/sptest_operation_from_tsr/TEST.doc
@@ -1,5 +1,5 @@
-# COPYRIGHT (c) 1989-2013.
-# On-Line Applications Research Corporation (OAR).
+# COPYRIGHT (c) <YYYY>.
+# <author goes here>
#
# Permission to use, copy, modify, and/or distribute this software
# for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/sptest_operation_from_tsr/init.c b/rtems-test-template/sptest_operation_from_tsr/init.c
index 7ef46a9..063da86 100644
--- a/rtems-test-template/sptest_operation_from_tsr/init.c
+++ b/rtems-test-template/sptest_operation_from_tsr/init.c
@@ -1,6 +1,6 @@
/*
- * COPYRIGHT (c) 1989-2018.
- * On-Line Applications Research Corporation (OAR).
+ * COPYRIGHT (c) <YYYY>.
+ * <author goes here>
*
* Permission to use, copy, modify, and/or distribute this software
* for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/sptest_with_task/TEST.doc b/rtems-test-template/sptest_with_task/TEST.doc
index 3aafcea..0870f93 100644
--- a/rtems-test-template/sptest_with_task/TEST.doc
+++ b/rtems-test-template/sptest_with_task/TEST.doc
@@ -1,5 +1,5 @@
-# COPYRIGHT (c) 1989-2013.
-# On-Line Applications Research Corporation (OAR).
+# COPYRIGHT (c) <YYYY>.
+# <author goes here>
#
# Permission to use, copy, modify, and/or distribute this software
# for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/sptest_with_task/init.c b/rtems-test-template/sptest_with_task/init.c
index 536fc71..6b01c3c 100644
--- a/rtems-test-template/sptest_with_task/init.c
+++ b/rtems-test-template/sptest_with_task/init.c
@@ -1,6 +1,6 @@
/*
- * COPYRIGHT (c) 1989-2018.
- * On-Line Applications Research Corporation (OAR).
+ * COPYRIGHT (c) <YYYY>.
+ * <author goes here>
*
* Permission to use, copy, modify, and/or distribute this software
* for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/tmtest/TEST.doc b/rtems-test-template/tmtest/TEST.doc
index 0c171de..96c278f 100644
--- a/rtems-test-template/tmtest/TEST.doc
+++ b/rtems-test-template/tmtest/TEST.doc
@@ -1,5 +1,5 @@
-# COPYRIGHT (c) 1989-2013.
-# On-Line Applications Research Corporation (OAR).
+# COPYRIGHT (c) <YYYY>.
+# <author goes here>
#
# Permission to use, copy, modify, and/or distribute this software
# for any purpose with or without fee is hereby granted.
diff --git a/rtems-test-template/tmtest/init.c b/rtems-test-template/tmtest/init.c
index d088420..7b71494 100644
--- a/rtems-test-template/tmtest/init.c
+++ b/rtems-test-template/tmtest/init.c
@@ -1,6 +1,6 @@
/*
- * COPYRIGHT (c) 1989-2018.
- * On-Line Applications Research Corporation (OAR).
+ * COPYRIGHT (c) <YYYY>.
+ * <author goes here>
*
* Permission to use, copy, modify, and/or distribute this software
* for any purpose with or without fee is hereby granted.