From 82cb15c5308c717cc405f0c3f03e57a9e331d75e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 30 Nov 2013 09:12:06 -0600 Subject: test templates: Update copyright year --- rtems-test-template/psxtest/TEST.doc | 2 +- rtems-test-template/psxtest/init.c | 2 +- rtems-test-template/psxtest_with_thread/TEST.doc | 2 +- rtems-test-template/psxtest_with_thread/init.c | 2 +- rtems-test-template/psxtmtest_blocking/TEST.doc | 2 +- rtems-test-template/psxtmtest_blocking/init.c | 2 +- rtems-test-template/psxtmtest_init_destroy/TEST.doc | 2 +- rtems-test-template/psxtmtest_init_destroy/init.c | 2 +- rtems-test-template/psxtmtest_single/TEST.doc | 2 +- rtems-test-template/psxtmtest_single/init.c | 2 +- rtems-test-template/psxtmtest_unblocking_nopreempt/TEST.doc | 2 +- rtems-test-template/psxtmtest_unblocking_nopreempt/init.c | 2 +- rtems-test-template/psxtmtest_unblocking_preempt/TEST.doc | 2 +- rtems-test-template/psxtmtest_unblocking_preempt/init.c | 2 +- rtems-test-template/smptest/TEST.doc | 2 +- rtems-test-template/smptest/init.c | 2 +- rtems-test-template/spfatal/TEST.doc | 2 +- rtems-test-template/spfatal/testcase.h | 2 +- rtems-test-template/sptest/TEST.doc | 2 +- rtems-test-template/sptest/init.c | 2 +- rtems-test-template/sptest_operation_from_tsr/TEST.doc | 2 +- rtems-test-template/sptest_operation_from_tsr/init.c | 2 +- rtems-test-template/sptest_with_task/TEST.doc | 2 +- rtems-test-template/sptest_with_task/init.c | 2 +- rtems-test-template/tmtest/TEST.doc | 2 +- rtems-test-template/tmtest/init.c | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/rtems-test-template/psxtest/TEST.doc b/rtems-test-template/psxtest/TEST.doc index c24cfb7..4699d93 100644 --- a/rtems-test-template/psxtest/TEST.doc +++ b/rtems-test-template/psxtest/TEST.doc @@ -1,4 +1,4 @@ -# COPYRIGHT (c) 1989-2011. +# COPYRIGHT (c) 1989-2013. # On-Line Applications Research Corporation (OAR). # # The license and distribution terms for this file may be diff --git a/rtems-test-template/psxtest/init.c b/rtems-test-template/psxtest/init.c index 44c3d94..a6e16e5 100644 --- a/rtems-test-template/psxtest/init.c +++ b/rtems-test-template/psxtest/init.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2012. + * COPYRIGHT (c) 1989-2013. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/rtems-test-template/psxtest_with_thread/TEST.doc b/rtems-test-template/psxtest_with_thread/TEST.doc index c24cfb7..4699d93 100644 --- a/rtems-test-template/psxtest_with_thread/TEST.doc +++ b/rtems-test-template/psxtest_with_thread/TEST.doc @@ -1,4 +1,4 @@ -# COPYRIGHT (c) 1989-2011. +# COPYRIGHT (c) 1989-2013. # On-Line Applications Research Corporation (OAR). # # The license and distribution terms for this file may be diff --git a/rtems-test-template/psxtest_with_thread/init.c b/rtems-test-template/psxtest_with_thread/init.c index fbed428..5367891 100644 --- a/rtems-test-template/psxtest_with_thread/init.c +++ b/rtems-test-template/psxtest_with_thread/init.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2012. + * COPYRIGHT (c) 1989-2013. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/rtems-test-template/psxtmtest_blocking/TEST.doc b/rtems-test-template/psxtmtest_blocking/TEST.doc index 2963220..c685239 100644 --- a/rtems-test-template/psxtmtest_blocking/TEST.doc +++ b/rtems-test-template/psxtmtest_blocking/TEST.doc @@ -1,4 +1,4 @@ -# COPYRIGHT (c) 1989-2011. +# COPYRIGHT (c) 1989-2013. # On-Line Applications Research Corporation (OAR). # # The license and distribution terms for this file may be diff --git a/rtems-test-template/psxtmtest_blocking/init.c b/rtems-test-template/psxtmtest_blocking/init.c index 2bbd3d2..d18c54b 100644 --- a/rtems-test-template/psxtmtest_blocking/init.c +++ b/rtems-test-template/psxtmtest_blocking/init.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2012. + * COPYRIGHT (c) 1989-2013. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/rtems-test-template/psxtmtest_init_destroy/TEST.doc b/rtems-test-template/psxtmtest_init_destroy/TEST.doc index e2e56e8..a3126e7 100644 --- a/rtems-test-template/psxtmtest_init_destroy/TEST.doc +++ b/rtems-test-template/psxtmtest_init_destroy/TEST.doc @@ -1,4 +1,4 @@ -# COPYRIGHT (c) 1989-2012. +# COPYRIGHT (c) 1989-2013. # On-Line Applications Research Corporation (OAR). # # The license and distribution terms for this file may be diff --git a/rtems-test-template/psxtmtest_init_destroy/init.c b/rtems-test-template/psxtmtest_init_destroy/init.c index a98c3ce..384c1f4 100644 --- a/rtems-test-template/psxtmtest_init_destroy/init.c +++ b/rtems-test-template/psxtmtest_init_destroy/init.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2012. + * COPYRIGHT (c) 1989-2013. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/rtems-test-template/psxtmtest_single/TEST.doc b/rtems-test-template/psxtmtest_single/TEST.doc index 2963220..c685239 100644 --- a/rtems-test-template/psxtmtest_single/TEST.doc +++ b/rtems-test-template/psxtmtest_single/TEST.doc @@ -1,4 +1,4 @@ -# COPYRIGHT (c) 1989-2011. +# COPYRIGHT (c) 1989-2013. # On-Line Applications Research Corporation (OAR). # # The license and distribution terms for this file may be diff --git a/rtems-test-template/psxtmtest_single/init.c b/rtems-test-template/psxtmtest_single/init.c index 081b640..8ee5ba3 100644 --- a/rtems-test-template/psxtmtest_single/init.c +++ b/rtems-test-template/psxtmtest_single/init.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2012. + * COPYRIGHT (c) 1989-2013. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/rtems-test-template/psxtmtest_unblocking_nopreempt/TEST.doc b/rtems-test-template/psxtmtest_unblocking_nopreempt/TEST.doc index 2963220..c685239 100644 --- a/rtems-test-template/psxtmtest_unblocking_nopreempt/TEST.doc +++ b/rtems-test-template/psxtmtest_unblocking_nopreempt/TEST.doc @@ -1,4 +1,4 @@ -# COPYRIGHT (c) 1989-2011. +# COPYRIGHT (c) 1989-2013. # On-Line Applications Research Corporation (OAR). # # The license and distribution terms for this file may be diff --git a/rtems-test-template/psxtmtest_unblocking_nopreempt/init.c b/rtems-test-template/psxtmtest_unblocking_nopreempt/init.c index 972dd1e..4069772 100644 --- a/rtems-test-template/psxtmtest_unblocking_nopreempt/init.c +++ b/rtems-test-template/psxtmtest_unblocking_nopreempt/init.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2012. + * COPYRIGHT (c) 1989-2013. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/rtems-test-template/psxtmtest_unblocking_preempt/TEST.doc b/rtems-test-template/psxtmtest_unblocking_preempt/TEST.doc index 2963220..c685239 100644 --- a/rtems-test-template/psxtmtest_unblocking_preempt/TEST.doc +++ b/rtems-test-template/psxtmtest_unblocking_preempt/TEST.doc @@ -1,4 +1,4 @@ -# COPYRIGHT (c) 1989-2011. +# COPYRIGHT (c) 1989-2013. # On-Line Applications Research Corporation (OAR). # # The license and distribution terms for this file may be diff --git a/rtems-test-template/psxtmtest_unblocking_preempt/init.c b/rtems-test-template/psxtmtest_unblocking_preempt/init.c index 40c8ad2..8951cdb 100644 --- a/rtems-test-template/psxtmtest_unblocking_preempt/init.c +++ b/rtems-test-template/psxtmtest_unblocking_preempt/init.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2012. + * COPYRIGHT (c) 1989-2013. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/rtems-test-template/smptest/TEST.doc b/rtems-test-template/smptest/TEST.doc index c24cfb7..4699d93 100644 --- a/rtems-test-template/smptest/TEST.doc +++ b/rtems-test-template/smptest/TEST.doc @@ -1,4 +1,4 @@ -# COPYRIGHT (c) 1989-2011. +# COPYRIGHT (c) 1989-2013. # On-Line Applications Research Corporation (OAR). # # The license and distribution terms for this file may be diff --git a/rtems-test-template/smptest/init.c b/rtems-test-template/smptest/init.c index 793263a..dd02dd2 100644 --- a/rtems-test-template/smptest/init.c +++ b/rtems-test-template/smptest/init.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2012. + * COPYRIGHT (c) 1989-2013. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/rtems-test-template/spfatal/TEST.doc b/rtems-test-template/spfatal/TEST.doc index c24cfb7..4699d93 100644 --- a/rtems-test-template/spfatal/TEST.doc +++ b/rtems-test-template/spfatal/TEST.doc @@ -1,4 +1,4 @@ -# COPYRIGHT (c) 1989-2011. +# COPYRIGHT (c) 1989-2013. # On-Line Applications Research Corporation (OAR). # # The license and distribution terms for this file may be diff --git a/rtems-test-template/spfatal/testcase.h b/rtems-test-template/spfatal/testcase.h index 5edc4c1..e089b3a 100644 --- a/rtems-test-template/spfatal/testcase.h +++ b/rtems-test-template/spfatal/testcase.h @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2011. + * COPYRIGHT (c) 1989-2013. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/rtems-test-template/sptest/TEST.doc b/rtems-test-template/sptest/TEST.doc index c24cfb7..4699d93 100644 --- a/rtems-test-template/sptest/TEST.doc +++ b/rtems-test-template/sptest/TEST.doc @@ -1,4 +1,4 @@ -# COPYRIGHT (c) 1989-2011. +# COPYRIGHT (c) 1989-2013. # On-Line Applications Research Corporation (OAR). # # The license and distribution terms for this file may be diff --git a/rtems-test-template/sptest/init.c b/rtems-test-template/sptest/init.c index 158277e..c494314 100644 --- a/rtems-test-template/sptest/init.c +++ b/rtems-test-template/sptest/init.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2012. + * COPYRIGHT (c) 1989-2013. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/rtems-test-template/sptest_operation_from_tsr/TEST.doc b/rtems-test-template/sptest_operation_from_tsr/TEST.doc index c24cfb7..4699d93 100644 --- a/rtems-test-template/sptest_operation_from_tsr/TEST.doc +++ b/rtems-test-template/sptest_operation_from_tsr/TEST.doc @@ -1,4 +1,4 @@ -# COPYRIGHT (c) 1989-2011. +# COPYRIGHT (c) 1989-2013. # On-Line Applications Research Corporation (OAR). # # The license and distribution terms for this file may be diff --git a/rtems-test-template/sptest_operation_from_tsr/init.c b/rtems-test-template/sptest_operation_from_tsr/init.c index fe853b1..91195b6 100644 --- a/rtems-test-template/sptest_operation_from_tsr/init.c +++ b/rtems-test-template/sptest_operation_from_tsr/init.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2012. + * COPYRIGHT (c) 1989-2013. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/rtems-test-template/sptest_with_task/TEST.doc b/rtems-test-template/sptest_with_task/TEST.doc index c24cfb7..4699d93 100644 --- a/rtems-test-template/sptest_with_task/TEST.doc +++ b/rtems-test-template/sptest_with_task/TEST.doc @@ -1,4 +1,4 @@ -# COPYRIGHT (c) 1989-2011. +# COPYRIGHT (c) 1989-2013. # On-Line Applications Research Corporation (OAR). # # The license and distribution terms for this file may be diff --git a/rtems-test-template/sptest_with_task/init.c b/rtems-test-template/sptest_with_task/init.c index 35585d1..2482462 100644 --- a/rtems-test-template/sptest_with_task/init.c +++ b/rtems-test-template/sptest_with_task/init.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2012. + * COPYRIGHT (c) 1989-2013. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/rtems-test-template/tmtest/TEST.doc b/rtems-test-template/tmtest/TEST.doc index 2963220..c685239 100644 --- a/rtems-test-template/tmtest/TEST.doc +++ b/rtems-test-template/tmtest/TEST.doc @@ -1,4 +1,4 @@ -# COPYRIGHT (c) 1989-2011. +# COPYRIGHT (c) 1989-2013. # On-Line Applications Research Corporation (OAR). # # The license and distribution terms for this file may be diff --git a/rtems-test-template/tmtest/init.c b/rtems-test-template/tmtest/init.c index 5336cd7..a0cd42d 100644 --- a/rtems-test-template/tmtest/init.c +++ b/rtems-test-template/tmtest/init.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2012. + * COPYRIGHT (c) 1989-2013. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be -- cgit v1.2.3