[rtems-testing commit] Change default license for tests generated from templates to 0-BSD.
Joel Sherrill
joel at rtems.org
Tue Oct 30 14:59:28 UTC 2018
Module: rtems-testing
Branch: master
Commit: c11730fd5eb2aab741f1c72cc887fc6884de6227
Changeset: http://git.rtems.org/rtems-testing/commit/?id=c11730fd5eb2aab741f1c72cc887fc6884de6227
Author: Joel Sherrill <joel at rtems.org>
Date: Mon Oct 29 15:56:16 2018 -0500
Change default license for tests generated from templates to 0-BSD.
See https://opensource.org/licenses/FPL-1.0.0
---
rtems-test-template/psxtest/TEST.doc | 4 ++--
rtems-test-template/psxtest/init.c | 4 ++--
rtems-test-template/psxtest_with_thread/TEST.doc | 4 ++--
rtems-test-template/psxtest_with_thread/init.c | 4 ++--
rtems-test-template/psxtmtest_blocking/TEST.doc | 4 ++--
rtems-test-template/psxtmtest_blocking/init.c | 4 ++--
rtems-test-template/psxtmtest_init_destroy/TEST.doc | 4 ++--
rtems-test-template/psxtmtest_init_destroy/init.c | 4 ++--
rtems-test-template/psxtmtest_single/TEST.doc | 4 ++--
rtems-test-template/psxtmtest_single/init.c | 4 ++--
rtems-test-template/psxtmtest_unblocking_nopreempt/TEST.doc | 4 ++--
rtems-test-template/psxtmtest_unblocking_nopreempt/init.c | 4 ++--
rtems-test-template/psxtmtest_unblocking_preempt/TEST.doc | 4 ++--
rtems-test-template/psxtmtest_unblocking_preempt/init.c | 4 ++--
rtems-test-template/smptest/TEST.doc | 4 ++--
rtems-test-template/smptest/init.c | 4 ++--
rtems-test-template/spfatal/TEST.doc | 4 ++--
rtems-test-template/spfatal/testcase.h | 4 ++--
rtems-test-template/sptest/TEST.doc | 4 ++--
rtems-test-template/sptest/init.c | 4 ++--
rtems-test-template/sptest_operation_from_tsr/TEST.doc | 4 ++--
rtems-test-template/sptest_operation_from_tsr/init.c | 4 ++--
rtems-test-template/sptest_with_task/TEST.doc | 4 ++--
rtems-test-template/sptest_with_task/init.c | 4 ++--
rtems-test-template/tmtest/TEST.doc | 4 ++--
rtems-test-template/tmtest/init.c | 4 ++--
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.
More information about the vc
mailing list