summaryrefslogtreecommitdiffstats
path: root/rtems-test-template/smptest/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-10-29 15:56:16 -0500
committerJoel Sherrill <joel@rtems.org>2018-10-29 15:56:16 -0500
commit68b43cf5e77f6625f2190af38f1a16349359eb01 (patch)
tree1d668da502c368d02edc0f47b4d57fc6d2706b0d /rtems-test-template/smptest/init.c
parentrtems-test-template: Update (diff)
downloadrtems-testing-68b43cf5e77f6625f2190af38f1a16349359eb01.tar.bz2
Change default license for tests generated from templates to 0-BSD.
See https://opensource.org/licenses/FPL-1.0.0
Diffstat (limited to 'rtems-test-template/smptest/init.c')
-rw-r--r--rtems-test-template/smptest/init.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/rtems-test-template/smptest/init.c b/rtems-test-template/smptest/init.c
index 5e0f502..5c275af 100644
--- a/rtems-test-template/smptest/init.c
+++ b/rtems-test-template/smptest/init.c
@@ -2,9 +2,16 @@
* COPYRIGHT (c) 1989-2018.
* On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
+ * Permission to use, copy, modify, and/or distribute this software
+ * for any purpose with or without fee is hereby granted.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
+ * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR
+ * BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
+ * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+ * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "test_support.h"