From f7a0e23b391a5fd7a96734d62ac76916f128376e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 20:35:36 +0300 Subject: Update copyright year --- tests/test/buildfile | 2 +- tests/test/common.test | 2 +- tests/test/config-test/buildfile | 2 +- tests/test/config-test/driver.cxx | 2 +- tests/test/config-test/testscript | 2 +- tests/test/script/buildfile | 2 +- tests/test/script/builtin/buildfile | 2 +- tests/test/script/builtin/cat.test | 2 +- tests/test/script/builtin/cp.test | 2 +- tests/test/script/builtin/echo.test | 2 +- tests/test/script/builtin/ln.test | 2 +- tests/test/script/builtin/mkdir.test | 2 +- tests/test/script/builtin/rm.test | 2 +- tests/test/script/builtin/rmdir.test | 2 +- tests/test/script/builtin/sed.test | 2 +- tests/test/script/builtin/test.test | 2 +- tests/test/script/builtin/touch.test | 2 +- tests/test/script/common.test | 2 +- tests/test/script/generated/buildfile | 2 +- tests/test/script/generated/testscript | 2 +- tests/test/script/generated/testscript.in | 2 +- tests/test/script/integration/buildfile | 2 +- tests/test/script/integration/testscript | 2 +- tests/test/script/runner/buildfile | 2 +- tests/test/script/runner/cleanup.test | 2 +- tests/test/script/runner/driver.cxx | 2 +- tests/test/script/runner/exit.test | 2 +- tests/test/script/runner/expr.test | 2 +- tests/test/script/runner/if.test | 2 +- tests/test/script/runner/output.test | 2 +- tests/test/script/runner/pipe.test | 2 +- tests/test/script/runner/redirect.test | 2 +- tests/test/script/runner/regex.test | 2 +- tests/test/script/runner/set.test | 2 +- tests/test/script/runner/status.test | 2 +- tests/test/simple/generated/buildfile | 2 +- tests/test/simple/generated/driver.cxx | 2 +- tests/test/simple/generated/testscript | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) (limited to 'tests/test') diff --git a/tests/test/buildfile b/tests/test/buildfile index 5ae60ad..ae792ed 100644 --- a/tests/test/buildfile +++ b/tests/test/buildfile @@ -1,5 +1,5 @@ # file : tests/test/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: */ file{common.test} diff --git a/tests/test/common.test b/tests/test/common.test index fc3cf9f..ed87424 100644 --- a/tests/test/common.test +++ b/tests/test/common.test @@ -1,5 +1,5 @@ # file : tests/test/common.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Commonly-used build system test project setup and driver command line diff --git a/tests/test/config-test/buildfile b/tests/test/config-test/buildfile index 909f8f2..3f17d1d 100644 --- a/tests/test/config-test/buildfile +++ b/tests/test/config-test/buildfile @@ -1,5 +1,5 @@ # file : tests/test/config-build/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test config.test. diff --git a/tests/test/config-test/driver.cxx b/tests/test/config-test/driver.cxx index 1da7c9d..807e36a 100644 --- a/tests/test/config-test/driver.cxx +++ b/tests/test/config-test/driver.cxx @@ -1,5 +1,5 @@ // file : tests/test/config-test/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/test/config-test/testscript b/tests/test/config-test/testscript index 1c540ea..7aadaf2 100644 --- a/tests/test/config-test/testscript +++ b/tests/test/config-test/testscript @@ -1,5 +1,5 @@ # file : tests/test/config-build/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Setup a realistic test project that we will then exercise. diff --git a/tests/test/script/buildfile b/tests/test/script/buildfile index a0bae6e..4adc9d0 100644 --- a/tests/test/script/buildfile +++ b/tests/test/script/buildfile @@ -1,5 +1,5 @@ # file : tests/test/script/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: */ file{common.test} diff --git a/tests/test/script/builtin/buildfile b/tests/test/script/builtin/buildfile index 6f27370..7338d4c 100644 --- a/tests/test/script/builtin/buildfile +++ b/tests/test/script/builtin/buildfile @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{*} file{cp-dir/cp-file} $b diff --git a/tests/test/script/builtin/cat.test b/tests/test/script/builtin/cat.test index 0105e7c..69ff578 100644 --- a/tests/test/script/builtin/cat.test +++ b/tests/test/script/builtin/cat.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/cat.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/builtin/cp.test b/tests/test/script/builtin/cp.test index 6a26e35..e81b395 100644 --- a/tests/test/script/builtin/cp.test +++ b/tests/test/script/builtin/cp.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/cp.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/builtin/echo.test b/tests/test/script/builtin/echo.test index ac245c4..28647f4 100644 --- a/tests/test/script/builtin/echo.test +++ b/tests/test/script/builtin/echo.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/echo.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/builtin/ln.test b/tests/test/script/builtin/ln.test index 99e2bcb..8b4c30e 100644 --- a/tests/test/script/builtin/ln.test +++ b/tests/test/script/builtin/ln.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/ln.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/builtin/mkdir.test b/tests/test/script/builtin/mkdir.test index 8f97fe3..92cd2e0 100644 --- a/tests/test/script/builtin/mkdir.test +++ b/tests/test/script/builtin/mkdir.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/mkdir.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/builtin/rm.test b/tests/test/script/builtin/rm.test index 9a9ffc6..3679ff1 100644 --- a/tests/test/script/builtin/rm.test +++ b/tests/test/script/builtin/rm.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/rm.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/builtin/rmdir.test b/tests/test/script/builtin/rmdir.test index 6666f79..0e53bde 100644 --- a/tests/test/script/builtin/rmdir.test +++ b/tests/test/script/builtin/rmdir.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/rmdir.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/builtin/sed.test b/tests/test/script/builtin/sed.test index 5f3a31e..71824a1 100644 --- a/tests/test/script/builtin/sed.test +++ b/tests/test/script/builtin/sed.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/sed.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/builtin/test.test b/tests/test/script/builtin/test.test index 2e792ad..73d89bc 100644 --- a/tests/test/script/builtin/test.test +++ b/tests/test/script/builtin/test.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/test.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/builtin/touch.test b/tests/test/script/builtin/touch.test index 73a37a4..7188a21 100644 --- a/tests/test/script/builtin/touch.test +++ b/tests/test/script/builtin/touch.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/touch.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/common.test b/tests/test/script/common.test index cc93a8d..bf9ebba 100644 --- a/tests/test/script/common.test +++ b/tests/test/script/common.test @@ -1,5 +1,5 @@ # file : tests/test/script/common.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Commonly-used build system test project setup and driver command line diff --git a/tests/test/script/generated/buildfile b/tests/test/script/generated/buildfile index 6922afc..8dc8a73 100644 --- a/tests/test/script/generated/buildfile +++ b/tests/test/script/generated/buildfile @@ -1,5 +1,5 @@ # file : tests/test/script/generated/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test generated testscripts. diff --git a/tests/test/script/generated/testscript b/tests/test/script/generated/testscript index 8153104..6f19fb1 100644 --- a/tests/test/script/generated/testscript +++ b/tests/test/script/generated/testscript @@ -1,5 +1,5 @@ # file : tests/test/script/generated/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.arguments = test clean diff --git a/tests/test/script/generated/testscript.in b/tests/test/script/generated/testscript.in index 297d79d..2125194 100644 --- a/tests/test/script/generated/testscript.in +++ b/tests/test/script/generated/testscript.in @@ -1,5 +1,5 @@ # file : tests/test/script/generated/testscript.in -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file echo '@version@' >'1.2.3' diff --git a/tests/test/script/integration/buildfile b/tests/test/script/integration/buildfile index f3cfb65..cce2b12 100644 --- a/tests/test/script/integration/buildfile +++ b/tests/test/script/integration/buildfile @@ -1,5 +1,5 @@ # file : tests/test/script/integration/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test integration of testscript into build system. diff --git a/tests/test/script/integration/testscript b/tests/test/script/integration/testscript index e7abebe..7176e0e 100644 --- a/tests/test/script/integration/testscript +++ b/tests/test/script/integration/testscript @@ -1,5 +1,5 @@ # file : tests/test/script/integration/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Note: using common.test from test/, not script/. diff --git a/tests/test/script/runner/buildfile b/tests/test/script/runner/buildfile index 1049a1f..0067ec1 100644 --- a/tests/test/script/runner/buildfile +++ b/tests/test/script/runner/buildfile @@ -1,5 +1,5 @@ # file : tests/test/script/runner/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{*} exe{driver} $b diff --git a/tests/test/script/runner/cleanup.test b/tests/test/script/runner/cleanup.test index 68d2014..2d99215 100644 --- a/tests/test/script/runner/cleanup.test +++ b/tests/test/script/runner/cleanup.test @@ -1,5 +1,5 @@ # file : tests/test/script/runner/cleanup.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/runner/driver.cxx b/tests/test/script/runner/driver.cxx index c22e7e7..b48ab6e 100644 --- a/tests/test/script/runner/driver.cxx +++ b/tests/test/script/runner/driver.cxx @@ -1,5 +1,5 @@ // file : tests/test/script/runner/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // numeric_limits diff --git a/tests/test/script/runner/exit.test b/tests/test/script/runner/exit.test index ae8f21a..7933203 100644 --- a/tests/test/script/runner/exit.test +++ b/tests/test/script/runner/exit.test @@ -1,5 +1,5 @@ # file : tests/test/script/runner/exit.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/runner/expr.test b/tests/test/script/runner/expr.test index 2ccbaa9..cfc5277 100644 --- a/tests/test/script/runner/expr.test +++ b/tests/test/script/runner/expr.test @@ -1,5 +1,5 @@ # file : tests/test/script/runner/expr.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/runner/if.test b/tests/test/script/runner/if.test index d9c3601..f22f761 100644 --- a/tests/test/script/runner/if.test +++ b/tests/test/script/runner/if.test @@ -1,5 +1,5 @@ # file : tests/test/script/runner/if.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/runner/output.test b/tests/test/script/runner/output.test index f46b6ec..a83c092 100644 --- a/tests/test/script/runner/output.test +++ b/tests/test/script/runner/output.test @@ -1,5 +1,5 @@ # file : tests/test/script/runner/output.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Some of the tests below (*/script-wd, before/*) are probably more appropriate diff --git a/tests/test/script/runner/pipe.test b/tests/test/script/runner/pipe.test index 5e1ada8..03d8b2a 100644 --- a/tests/test/script/runner/pipe.test +++ b/tests/test/script/runner/pipe.test @@ -1,5 +1,5 @@ # file : tests/test/script/runner/pipe.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/runner/redirect.test b/tests/test/script/runner/redirect.test index 79a771e..13d7219 100644 --- a/tests/test/script/runner/redirect.test +++ b/tests/test/script/runner/redirect.test @@ -1,5 +1,5 @@ # file : tests/test/script/runner/redirect.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/runner/regex.test b/tests/test/script/runner/regex.test index 964b961..018976c 100644 --- a/tests/test/script/runner/regex.test +++ b/tests/test/script/runner/regex.test @@ -1,5 +1,5 @@ # file : tests/test/script/runner/regex.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Here we test that regex objects are properly created by the parser/runner diff --git a/tests/test/script/runner/set.test b/tests/test/script/runner/set.test index b90bb14..2266ae9 100644 --- a/tests/test/script/runner/set.test +++ b/tests/test/script/runner/set.test @@ -1,5 +1,5 @@ # file : tests/test/script/runner/set.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/runner/status.test b/tests/test/script/runner/status.test index 87c80e1..86d9ca4 100644 --- a/tests/test/script/runner/status.test +++ b/tests/test/script/runner/status.test @@ -1,5 +1,5 @@ # file : tests/test/script/runner/status.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/simple/generated/buildfile b/tests/test/simple/generated/buildfile index 1ff8396..df0131a 100644 --- a/tests/test/simple/generated/buildfile +++ b/tests/test/simple/generated/buildfile @@ -1,5 +1,5 @@ # file : tests/test/simple/generated/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test generated test inputs/outputs. diff --git a/tests/test/simple/generated/driver.cxx b/tests/test/simple/generated/driver.cxx index a8e5cab..a7c0875 100644 --- a/tests/test/simple/generated/driver.cxx +++ b/tests/test/simple/generated/driver.cxx @@ -1,5 +1,5 @@ // file : tests/test/simple/generated/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/test/simple/generated/testscript b/tests/test/simple/generated/testscript index 4590466..63200f7 100644 --- a/tests/test/simple/generated/testscript +++ b/tests/test/simple/generated/testscript @@ -1,5 +1,5 @@ # file : tests/test/simple/generated/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.arguments = test clean -- cgit v1.1