From 3eb73174972d542425e82a107e3eae06cab2f9ca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 20:38:22 +0300 Subject: Update copyright year --- tests/bash/buildfile | 2 +- tests/bash/testscript | 2 +- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 2 +- tests/cc/libu/buildfile | 2 +- tests/cc/libu/testscript | 2 +- tests/cc/modules/buildfile | 2 +- tests/cc/modules/testscript | 2 +- tests/cc/preprocessed/buildfile | 2 +- tests/cc/preprocessed/testscript | 2 +- tests/common.testscript | 2 +- tests/dependency/chain/buildfile | 2 +- tests/dependency/chain/testscript | 2 +- tests/directive/assert.testscript | 2 +- tests/directive/buildfile | 2 +- tests/directive/run.testscript | 2 +- tests/eval/buildfile | 2 +- tests/eval/comma.testscript | 2 +- tests/eval/comp.testscript | 2 +- tests/eval/or-and.testscript | 2 +- tests/eval/qual.testscript | 2 +- tests/eval/ternary.testscript | 2 +- tests/eval/value.testscript | 2 +- tests/expansion/buildfile | 2 +- tests/expansion/concat.testscript | 2 +- tests/expansion/type.testscript | 2 +- tests/function/builtin/buildfile | 2 +- tests/function/builtin/testscript | 2 +- tests/function/filesystem/buildfile | 2 +- tests/function/filesystem/testscript | 2 +- tests/function/install/buildfile | 2 +- tests/function/install/testscript | 2 +- tests/function/path/buildfile | 2 +- tests/function/path/testscript | 2 +- tests/function/process/buildfile | 2 +- tests/function/process/testscript | 2 +- tests/function/regex/buildfile | 2 +- tests/function/regex/testscript | 2 +- tests/hooks/buildfile | 2 +- tests/hooks/testscript | 2 +- tests/in/buildfile | 2 +- tests/in/testscript | 2 +- tests/loop/buildfile | 2 +- tests/loop/for.testscript | 2 +- tests/name/buildfile | 2 +- tests/name/cross.testscript | 2 +- tests/name/extension.testscript | 2 +- tests/name/pattern.testscript | 2 +- tests/search/dir/buildfile | 2 +- tests/search/dir/testscript | 2 +- tests/test/buildfile | 2 +- tests/test/common.testscript | 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.testscript | 2 +- tests/test/script/builtin/cp.testscript | 2 +- tests/test/script/builtin/echo.testscript | 2 +- tests/test/script/builtin/ln.testscript | 2 +- tests/test/script/builtin/mkdir.testscript | 2 +- tests/test/script/builtin/mv.testscript | 2 +- tests/test/script/builtin/rm.testscript | 2 +- tests/test/script/builtin/rmdir.testscript | 2 +- tests/test/script/builtin/sed.testscript | 2 +- tests/test/script/builtin/test.testscript | 2 +- tests/test/script/builtin/touch.testscript | 2 +- tests/test/script/common.testscript | 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.testscript | 2 +- tests/test/script/runner/driver.cxx | 2 +- tests/test/script/runner/exit.testscript | 2 +- tests/test/script/runner/expr.testscript | 2 +- tests/test/script/runner/if.testscript | 2 +- tests/test/script/runner/output.testscript | 2 +- tests/test/script/runner/pipe.testscript | 2 +- tests/test/script/runner/redirect.testscript | 2 +- tests/test/script/runner/regex.testscript | 2 +- tests/test/script/runner/set.testscript | 2 +- tests/test/script/runner/status.testscript | 2 +- tests/test/simple/generated/buildfile | 2 +- tests/test/simple/generated/driver.cxx | 2 +- tests/test/simple/generated/testscript | 2 +- tests/value/buildfile | 2 +- tests/value/concat.testscript | 2 +- tests/value/reverse.testscript | 2 +- tests/variable/override/buildfile | 2 +- tests/variable/override/testscript | 2 +- tests/variable/prerequisite-specific/buildfile | 2 +- tests/variable/prerequisite-specific/testscript | 2 +- tests/variable/scope-specific/buildfile | 2 +- tests/variable/scope-specific/testscript | 2 +- tests/variable/target-specific/buildfile | 2 +- tests/variable/target-specific/testscript | 2 +- tests/variable/target-type-pattern-specific/buildfile | 2 +- tests/variable/target-type-pattern-specific/testscript | 2 +- 103 files changed, 103 insertions(+), 103 deletions(-) (limited to 'tests') diff --git a/tests/bash/buildfile b/tests/bash/buildfile index 92fd280..87eaf65 100644 --- a/tests/bash/buildfile +++ b/tests/bash/buildfile @@ -1,5 +1,5 @@ # file : tests/bash/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/bash/testscript b/tests/bash/testscript index 11f50c7..6a9bf1d 100644 --- a/tests/bash/testscript +++ b/tests/bash/testscript @@ -1,5 +1,5 @@ # file : tests/bash/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Only native testing on non-Windows platforms diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index 91bc3e9..b42a95d 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,5 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file project = # Unnamed subproject. diff --git a/tests/build/root.build b/tests/build/root.build index d0f6a7e..5398bf8 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,5 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cxx.std = latest diff --git a/tests/buildfile b/tests/buildfile index e53cbc9..b31d9df 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: {*/ -build/} file{common.testscript} diff --git a/tests/cc/libu/buildfile b/tests/cc/libu/buildfile index 26ac0e0..92febc3 100644 --- a/tests/cc/libu/buildfile +++ b/tests/cc/libu/buildfile @@ -1,5 +1,5 @@ # file : tests/cc/libu/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test utility library support. diff --git a/tests/cc/libu/testscript b/tests/cc/libu/testscript index 66424b8..578b934 100644 --- a/tests/cc/libu/testscript +++ b/tests/cc/libu/testscript @@ -1,5 +1,5 @@ # file : tests/cc/libu/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file crosstest = false diff --git a/tests/cc/modules/buildfile b/tests/cc/modules/buildfile index 88d4c1c..1c998f4 100644 --- a/tests/cc/modules/buildfile +++ b/tests/cc/modules/buildfile @@ -1,5 +1,5 @@ # file : tests/cc/modules/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test C++ modules support. diff --git a/tests/cc/modules/testscript b/tests/cc/modules/testscript index 7310300..c31bacf 100644 --- a/tests/cc/modules/testscript +++ b/tests/cc/modules/testscript @@ -1,5 +1,5 @@ # file : tests/cc/modules/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file crosstest = false diff --git a/tests/cc/preprocessed/buildfile b/tests/cc/preprocessed/buildfile index fd7296f..37072e3 100644 --- a/tests/cc/preprocessed/buildfile +++ b/tests/cc/preprocessed/buildfile @@ -1,5 +1,5 @@ # file : tests/cc/preprocessed/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test {c, cxx}.preprocessed logic. diff --git a/tests/cc/preprocessed/testscript b/tests/cc/preprocessed/testscript index 78497ee..8e36b2d 100644 --- a/tests/cc/preprocessed/testscript +++ b/tests/cc/preprocessed/testscript @@ -1,5 +1,5 @@ # file : tests/cc/preprocessed/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file crosstest = false diff --git a/tests/common.testscript b/tests/common.testscript index 369c798..e70a90b 100644 --- a/tests/common.testscript +++ b/tests/common.testscript @@ -1,5 +1,5 @@ # file : tests/common.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Commonly-used build system test project setup and driver command line. diff --git a/tests/dependency/chain/buildfile b/tests/dependency/chain/buildfile index a27681e..4c63986 100644 --- a/tests/dependency/chain/buildfile +++ b/tests/dependency/chain/buildfile @@ -1,5 +1,5 @@ # file : tests/dependency/chain/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/dependency/chain/testscript b/tests/dependency/chain/testscript index 09ea4a6..97b7227 100644 --- a/tests/dependency/chain/testscript +++ b/tests/dependency/chain/testscript @@ -1,5 +1,5 @@ # file : tests/dependency/chain/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.testscript diff --git a/tests/directive/assert.testscript b/tests/directive/assert.testscript index 2a3f99e..e3774cf 100644 --- a/tests/directive/assert.testscript +++ b/tests/directive/assert.testscript @@ -1,5 +1,5 @@ # file : tests/directive/assert.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/directive/buildfile b/tests/directive/buildfile index ac4c752..9b69744 100644 --- a/tests/directive/buildfile +++ b/tests/directive/buildfile @@ -1,5 +1,5 @@ # file : tests/directive/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript{*} $b diff --git a/tests/directive/run.testscript b/tests/directive/run.testscript index 88ea909..565ed67 100644 --- a/tests/directive/run.testscript +++ b/tests/directive/run.testscript @@ -1,5 +1,5 @@ # file : tests/directive/run.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # We are going to run the build system driver so no cross-testing. diff --git a/tests/eval/buildfile b/tests/eval/buildfile index f7fa2d5..bd626ac 100644 --- a/tests/eval/buildfile +++ b/tests/eval/buildfile @@ -1,5 +1,5 @@ # file : tests/eval/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript{*} $b diff --git a/tests/eval/comma.testscript b/tests/eval/comma.testscript index bb748d1..d1d8a2b 100644 --- a/tests/eval/comma.testscript +++ b/tests/eval/comma.testscript @@ -1,5 +1,5 @@ # file : tests/eval/comma.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test value packs (eval-comma). diff --git a/tests/eval/comp.testscript b/tests/eval/comp.testscript index 481c50b..1b58968 100644 --- a/tests/eval/comp.testscript +++ b/tests/eval/comp.testscript @@ -1,5 +1,5 @@ # file : tests/eval/comp.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test comparison operators (eval-comp). diff --git a/tests/eval/or-and.testscript b/tests/eval/or-and.testscript index 7796f74..e96217f 100644 --- a/tests/eval/or-and.testscript +++ b/tests/eval/or-and.testscript @@ -1,5 +1,5 @@ # file : tests/eval/or-and.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test logical operators (eval-or, eval-and). diff --git a/tests/eval/qual.testscript b/tests/eval/qual.testscript index e7bf472..c2b5767 100644 --- a/tests/eval/qual.testscript +++ b/tests/eval/qual.testscript @@ -1,5 +1,5 @@ # file : tests/eval/qual.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test qualified name (eval-qual). diff --git a/tests/eval/ternary.testscript b/tests/eval/ternary.testscript index fc405e5..be8d92a 100644 --- a/tests/eval/ternary.testscript +++ b/tests/eval/ternary.testscript @@ -1,5 +1,5 @@ # file : tests/eval/ternary.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test the ternary operator (eval-ternary). diff --git a/tests/eval/value.testscript b/tests/eval/value.testscript index 7cae6e2..dbeaeec 100644 --- a/tests/eval/value.testscript +++ b/tests/eval/value.testscript @@ -1,5 +1,5 @@ # file : tests/eval/value.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test value part of the grammar (eval-value). diff --git a/tests/expansion/buildfile b/tests/expansion/buildfile index 7a73b9d..26a7a77 100644 --- a/tests/expansion/buildfile +++ b/tests/expansion/buildfile @@ -1,5 +1,5 @@ # file : tests/expansion/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript{*} $b diff --git a/tests/expansion/concat.testscript b/tests/expansion/concat.testscript index 75487b5..b1baf50 100644 --- a/tests/expansion/concat.testscript +++ b/tests/expansion/concat.testscript @@ -1,5 +1,5 @@ # file : tests/expansion/type.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test concatenated expansion. diff --git a/tests/expansion/type.testscript b/tests/expansion/type.testscript index 12204a3..b7f4524 100644 --- a/tests/expansion/type.testscript +++ b/tests/expansion/type.testscript @@ -1,5 +1,5 @@ # file : tests/expansion/type.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test type propagation during expansion. diff --git a/tests/function/builtin/buildfile b/tests/function/builtin/buildfile index f4836aa..2ef5a1c 100644 --- a/tests/function/builtin/buildfile +++ b/tests/function/builtin/buildfile @@ -1,5 +1,5 @@ # file : tests/function/builtin/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/function/builtin/testscript b/tests/function/builtin/testscript index e54fb0f..7b85d7b 100644 --- a/tests/function/builtin/testscript +++ b/tests/function/builtin/testscript @@ -1,5 +1,5 @@ # file : tests/function/builtin/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.testscript diff --git a/tests/function/filesystem/buildfile b/tests/function/filesystem/buildfile index 41a8563..ddb9f01 100644 --- a/tests/function/filesystem/buildfile +++ b/tests/function/filesystem/buildfile @@ -1,5 +1,5 @@ # file : tests/function/filesystem/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/function/filesystem/testscript b/tests/function/filesystem/testscript index 42c09db..5aa1d47 100644 --- a/tests/function/filesystem/testscript +++ b/tests/function/filesystem/testscript @@ -1,5 +1,5 @@ # file : tests/function/filesystem/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.testscript diff --git a/tests/function/install/buildfile b/tests/function/install/buildfile index 3711328..b0c7ec0 100644 --- a/tests/function/install/buildfile +++ b/tests/function/install/buildfile @@ -1,5 +1,5 @@ # file : tests/function/install/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/function/install/testscript b/tests/function/install/testscript index e2afc39..99cf826 100644 --- a/tests/function/install/testscript +++ b/tests/function/install/testscript @@ -1,5 +1,5 @@ # file : tests/function/install/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.testscript diff --git a/tests/function/path/buildfile b/tests/function/path/buildfile index 678ae48..3eb747e 100644 --- a/tests/function/path/buildfile +++ b/tests/function/path/buildfile @@ -1,5 +1,5 @@ # file : tests/function/path/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/function/path/testscript b/tests/function/path/testscript index 84a1cc1..fb01e37 100644 --- a/tests/function/path/testscript +++ b/tests/function/path/testscript @@ -1,5 +1,5 @@ # file : tests/function/path/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.testscript diff --git a/tests/function/process/buildfile b/tests/function/process/buildfile index 4ea4742..a7b3a1e 100644 --- a/tests/function/process/buildfile +++ b/tests/function/process/buildfile @@ -1,5 +1,5 @@ # file : tests/function/process/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/function/process/testscript b/tests/function/process/testscript index d4fe864..e0c199a 100644 --- a/tests/function/process/testscript +++ b/tests/function/process/testscript @@ -1,5 +1,5 @@ # file : tests/function/process/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.testscript diff --git a/tests/function/regex/buildfile b/tests/function/regex/buildfile index dbcbcab..7fb2faa 100644 --- a/tests/function/regex/buildfile +++ b/tests/function/regex/buildfile @@ -1,5 +1,5 @@ # file : tests/function/regex/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/function/regex/testscript b/tests/function/regex/testscript index 4d48e04..977d7b3 100644 --- a/tests/function/regex/testscript +++ b/tests/function/regex/testscript @@ -1,5 +1,5 @@ # file : tests/function/regex/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.testscript diff --git a/tests/hooks/buildfile b/tests/hooks/buildfile index e91d389..331e945 100644 --- a/tests/hooks/buildfile +++ b/tests/hooks/buildfile @@ -1,5 +1,5 @@ # file : tests/hooks/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/hooks/testscript b/tests/hooks/testscript index 92c9964..d0811f7 100644 --- a/tests/hooks/testscript +++ b/tests/hooks/testscript @@ -1,5 +1,5 @@ # file : tests/hooks/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/in/buildfile b/tests/in/buildfile index 54d3b90..293ab97 100644 --- a/tests/in/buildfile +++ b/tests/in/buildfile @@ -1,5 +1,5 @@ # file : tests/in/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/in/testscript b/tests/in/testscript index 9b4b38a..d682c78 100644 --- a/tests/in/testscript +++ b/tests/in/testscript @@ -1,5 +1,5 @@ # file : tests/in/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file crosstest = false diff --git a/tests/loop/buildfile b/tests/loop/buildfile index 3807ddf..00bf1ec 100644 --- a/tests/loop/buildfile +++ b/tests/loop/buildfile @@ -1,5 +1,5 @@ # file : tests/loop/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript{*} $b diff --git a/tests/loop/for.testscript b/tests/loop/for.testscript index 6aec1b2..2877572 100644 --- a/tests/loop/for.testscript +++ b/tests/loop/for.testscript @@ -1,5 +1,5 @@ # file : tests/loop/for.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test for-loop. diff --git a/tests/name/buildfile b/tests/name/buildfile index 1253202..0305216 100644 --- a/tests/name/buildfile +++ b/tests/name/buildfile @@ -1,5 +1,5 @@ # file : tests/name/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript{*} $b diff --git a/tests/name/cross.testscript b/tests/name/cross.testscript index d625a2c..263a1d1 100644 --- a/tests/name/cross.testscript +++ b/tests/name/cross.testscript @@ -1,5 +1,5 @@ # file : tests/name/cross.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/name/extension.testscript b/tests/name/extension.testscript index f9df173..81d873a 100644 --- a/tests/name/extension.testscript +++ b/tests/name/extension.testscript @@ -1,5 +1,5 @@ # file : tests/name/extension.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/name/pattern.testscript b/tests/name/pattern.testscript index 07ff863..68c6745 100644 --- a/tests/name/pattern.testscript +++ b/tests/name/pattern.testscript @@ -1,5 +1,5 @@ # file : tests/name/pattern.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/search/dir/buildfile b/tests/search/dir/buildfile index 7a139a0..6ed8af4 100644 --- a/tests/search/dir/buildfile +++ b/tests/search/dir/buildfile @@ -1,5 +1,5 @@ # file : tests/search/dir/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test loading of dir{} buildfiles during target search. diff --git a/tests/search/dir/testscript b/tests/search/dir/testscript index dc4b3a5..29ee72e 100644 --- a/tests/search/dir/testscript +++ b/tests/search/dir/testscript @@ -1,5 +1,5 @@ # file : tests/search/dir/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.arguments = 'update(../)' diff --git a/tests/test/buildfile b/tests/test/buildfile index 699dab9..85c7bef 100644 --- a/tests/test/buildfile +++ b/tests/test/buildfile @@ -1,5 +1,5 @@ # file : tests/test/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: */ file{common.testscript} diff --git a/tests/test/common.testscript b/tests/test/common.testscript index e659187..0b82849 100644 --- a/tests/test/common.testscript +++ b/tests/test/common.testscript @@ -1,5 +1,5 @@ # file : tests/test/common.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 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 3f17d1d..1e9d1b6 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-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 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 807e36a..db5b8a7 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 a9fba83..996ddd3 100644 --- a/tests/test/config-test/testscript +++ b/tests/test/config-test/testscript @@ -1,5 +1,5 @@ # file : tests/test/config-test/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 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 8878415..a1f409f 100644 --- a/tests/test/script/buildfile +++ b/tests/test/script/buildfile @@ -1,5 +1,5 @@ # file : tests/test/script/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: */ file{common.testscript} diff --git a/tests/test/script/builtin/buildfile b/tests/test/script/builtin/buildfile index 83ecfd2..ca594ff 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-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript{*} file{cp-dir/cp-file} $b diff --git a/tests/test/script/builtin/cat.testscript b/tests/test/script/builtin/cat.testscript index b72edb4..d885b53 100644 --- a/tests/test/script/builtin/cat.testscript +++ b/tests/test/script/builtin/cat.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/cat.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/builtin/cp.testscript b/tests/test/script/builtin/cp.testscript index e1b654f..5f69f05 100644 --- a/tests/test/script/builtin/cp.testscript +++ b/tests/test/script/builtin/cp.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/cp.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/builtin/echo.testscript b/tests/test/script/builtin/echo.testscript index 235a9f7..3227e89 100644 --- a/tests/test/script/builtin/echo.testscript +++ b/tests/test/script/builtin/echo.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/echo.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/builtin/ln.testscript b/tests/test/script/builtin/ln.testscript index 5216d84..4e1ea92 100644 --- a/tests/test/script/builtin/ln.testscript +++ b/tests/test/script/builtin/ln.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/ln.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/builtin/mkdir.testscript b/tests/test/script/builtin/mkdir.testscript index 6b082bd..573f73d 100644 --- a/tests/test/script/builtin/mkdir.testscript +++ b/tests/test/script/builtin/mkdir.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/mkdir.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/builtin/mv.testscript b/tests/test/script/builtin/mv.testscript index 321fee5..06e0726 100644 --- a/tests/test/script/builtin/mv.testscript +++ b/tests/test/script/builtin/mv.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/mv.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/builtin/rm.testscript b/tests/test/script/builtin/rm.testscript index 3dd2674..0cc6f7c 100644 --- a/tests/test/script/builtin/rm.testscript +++ b/tests/test/script/builtin/rm.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/rm.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/builtin/rmdir.testscript b/tests/test/script/builtin/rmdir.testscript index 99dcaf1..1b19509 100644 --- a/tests/test/script/builtin/rmdir.testscript +++ b/tests/test/script/builtin/rmdir.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/rmdir.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/builtin/sed.testscript b/tests/test/script/builtin/sed.testscript index 6e504e5..1665de2 100644 --- a/tests/test/script/builtin/sed.testscript +++ b/tests/test/script/builtin/sed.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/sed.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/builtin/test.testscript b/tests/test/script/builtin/test.testscript index f49b92b..c17b3b0 100644 --- a/tests/test/script/builtin/test.testscript +++ b/tests/test/script/builtin/test.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/test.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/builtin/touch.testscript b/tests/test/script/builtin/touch.testscript index d58ed7f..a43386b 100644 --- a/tests/test/script/builtin/touch.testscript +++ b/tests/test/script/builtin/touch.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/touch.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/common.testscript b/tests/test/script/common.testscript index b509818..d51268a 100644 --- a/tests/test/script/common.testscript +++ b/tests/test/script/common.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/common.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 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 8dc8a73..587d10d 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-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 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 0a28aa0..2d75926 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-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 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 2125194..14f0d54 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-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 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 cce2b12..1d26a2d 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-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 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 b399197..6cc6d74 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-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Note: using common.testscript from test/, not script/. diff --git a/tests/test/script/runner/buildfile b/tests/test/script/runner/buildfile index 6e8bdd3..4833450 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-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript{*} exe{driver} $b diff --git a/tests/test/script/runner/cleanup.testscript b/tests/test/script/runner/cleanup.testscript index 63fe459..b9f0934 100644 --- a/tests/test/script/runner/cleanup.testscript +++ b/tests/test/script/runner/cleanup.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/cleanup.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/driver.cxx b/tests/test/script/runner/driver.cxx index b48ab6e..b6b52cd 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // numeric_limits diff --git a/tests/test/script/runner/exit.testscript b/tests/test/script/runner/exit.testscript index 38fd8e0..897cf65 100644 --- a/tests/test/script/runner/exit.testscript +++ b/tests/test/script/runner/exit.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/exit.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/expr.testscript b/tests/test/script/runner/expr.testscript index b8dbfdc..fd9c643 100644 --- a/tests/test/script/runner/expr.testscript +++ b/tests/test/script/runner/expr.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/expr.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/if.testscript b/tests/test/script/runner/if.testscript index a625c34..8280d86 100644 --- a/tests/test/script/runner/if.testscript +++ b/tests/test/script/runner/if.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/if.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/output.testscript b/tests/test/script/runner/output.testscript index ec9ff92..178effe 100644 --- a/tests/test/script/runner/output.testscript +++ b/tests/test/script/runner/output.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/output.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 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.testscript b/tests/test/script/runner/pipe.testscript index ac23645..183d7fa 100644 --- a/tests/test/script/runner/pipe.testscript +++ b/tests/test/script/runner/pipe.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/pipe.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/redirect.testscript b/tests/test/script/runner/redirect.testscript index f752403..dfec2fd 100644 --- a/tests/test/script/runner/redirect.testscript +++ b/tests/test/script/runner/redirect.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/redirect.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/regex.testscript b/tests/test/script/runner/regex.testscript index ee4b25e..adeeb0c 100644 --- a/tests/test/script/runner/regex.testscript +++ b/tests/test/script/runner/regex.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/regex.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 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.testscript b/tests/test/script/runner/set.testscript index 62f5b24..a795963 100644 --- a/tests/test/script/runner/set.testscript +++ b/tests/test/script/runner/set.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/set.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/status.testscript b/tests/test/script/runner/status.testscript index 0532ed3..271bf4f 100644 --- a/tests/test/script/runner/status.testscript +++ b/tests/test/script/runner/status.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/status.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/simple/generated/buildfile b/tests/test/simple/generated/buildfile index df0131a..6b2adbe 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-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 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 a7c0875..becf5cd 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 08bd3e3..63e7915 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-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.arguments = test clean diff --git a/tests/value/buildfile b/tests/value/buildfile index a43074c..960c553 100644 --- a/tests/value/buildfile +++ b/tests/value/buildfile @@ -1,5 +1,5 @@ # file : tests/value/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript{*} $b diff --git a/tests/value/concat.testscript b/tests/value/concat.testscript index 581c3ad..1962072 100644 --- a/tests/value/concat.testscript +++ b/tests/value/concat.testscript @@ -1,5 +1,5 @@ # file : tests/value/concat.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/value/reverse.testscript b/tests/value/reverse.testscript index 1b3dbf7..ee4022d 100644 --- a/tests/value/reverse.testscript +++ b/tests/value/reverse.testscript @@ -1,5 +1,5 @@ # file : tests/value/reverse.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test reversal to canonical/original representation. diff --git a/tests/variable/override/buildfile b/tests/variable/override/buildfile index 3cc05be..6d5d3d9 100644 --- a/tests/variable/override/buildfile +++ b/tests/variable/override/buildfile @@ -1,5 +1,5 @@ # file : tests/variable/override/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/variable/override/testscript b/tests/variable/override/testscript index 00ffdb9..82b8e98 100644 --- a/tests/variable/override/testscript +++ b/tests/variable/override/testscript @@ -1,5 +1,5 @@ # file : tests/variable/override/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.testscript diff --git a/tests/variable/prerequisite-specific/buildfile b/tests/variable/prerequisite-specific/buildfile index 0dc0380..093eecd 100644 --- a/tests/variable/prerequisite-specific/buildfile +++ b/tests/variable/prerequisite-specific/buildfile @@ -1,5 +1,5 @@ # file : tests/variable/prerequisite-specific/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/variable/prerequisite-specific/testscript b/tests/variable/prerequisite-specific/testscript index ed7c60b..4771356 100644 --- a/tests/variable/prerequisite-specific/testscript +++ b/tests/variable/prerequisite-specific/testscript @@ -1,5 +1,5 @@ # file : tests/variable/prerequisite-specific/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.testscript diff --git a/tests/variable/scope-specific/buildfile b/tests/variable/scope-specific/buildfile index 3ab9dd2..a5f6e42 100644 --- a/tests/variable/scope-specific/buildfile +++ b/tests/variable/scope-specific/buildfile @@ -1,5 +1,5 @@ # file : tests/variable/scope-specific/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/variable/scope-specific/testscript b/tests/variable/scope-specific/testscript index 13e7eca..27210f9 100644 --- a/tests/variable/scope-specific/testscript +++ b/tests/variable/scope-specific/testscript @@ -1,5 +1,5 @@ # file : tests/variable/scope-specific/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.testscript diff --git a/tests/variable/target-specific/buildfile b/tests/variable/target-specific/buildfile index c66aba7..8a73e00 100644 --- a/tests/variable/target-specific/buildfile +++ b/tests/variable/target-specific/buildfile @@ -1,5 +1,5 @@ # file : tests/variable/target-specific/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/variable/target-specific/testscript b/tests/variable/target-specific/testscript index 8b0a846..9747e94 100644 --- a/tests/variable/target-specific/testscript +++ b/tests/variable/target-specific/testscript @@ -1,5 +1,5 @@ # file : tests/variable/target-specific/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.testscript diff --git a/tests/variable/target-type-pattern-specific/buildfile b/tests/variable/target-type-pattern-specific/buildfile index efed550..b721c84 100644 --- a/tests/variable/target-type-pattern-specific/buildfile +++ b/tests/variable/target-type-pattern-specific/buildfile @@ -1,5 +1,5 @@ # file : tests/variable/target-type-pattern-specific/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/variable/target-type-pattern-specific/testscript b/tests/variable/target-type-pattern-specific/testscript index e60dbe1..6593b3e 100644 --- a/tests/variable/target-type-pattern-specific/testscript +++ b/tests/variable/target-type-pattern-specific/testscript @@ -1,5 +1,5 @@ # file : tests/variable/target-type-pattern-specific/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # NOTE: see also old tests. -- cgit v1.1