From 4598656934424b42be1e7d6c513c7f005881ad90 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 5 Jan 2017 16:01:24 +0200 Subject: Update copyright year --- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 2 +- tests/common.test | 2 +- tests/directive/assert.test | 2 +- tests/directive/buildfile | 2 +- tests/eval/buildfile | 2 +- tests/eval/comma.test | 2 +- tests/eval/comp.test | 2 +- tests/eval/or-and.test | 2 +- tests/eval/qual.test | 2 +- tests/eval/ternary.test | 2 +- tests/eval/value.test | 2 +- tests/expansion/buildfile | 2 +- tests/expansion/type.test | 2 +- tests/function/buildfile | 2 +- tests/function/builtin/buildfile | 2 +- tests/function/builtin/testscript | 2 +- tests/function/path/buildfile | 2 +- tests/function/path/testscript | 2 +- tests/test/buildfile | 2 +- tests/test/common.test | 2 +- tests/test/script/buildfile | 2 +- tests/test/script/builtin/buildfile | 2 +- tests/test/script/builtin/cat.test | 2 +- tests/test/script/builtin/echo.test | 2 +- tests/test/script/builtin/mkdir.test | 2 +- tests/test/script/builtin/rm.test | 2 +- tests/test/script/builtin/touch.test | 2 +- tests/test/script/common.test | 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/redirect.test | 2 +- tests/test/script/runner/status.test | 2 +- tests/value/buildfile | 2 +- tests/value/reverse.test | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) (limited to 'tests') diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index 42a1bce..355a05a 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,5 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 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 d69845d..2792187 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,5 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cxx.std = latest diff --git a/tests/buildfile b/tests/buildfile index a2fff9f..c0a50e3 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file d = directive/ eval/ expansion/ function/ test/ value/ diff --git a/tests/common.test b/tests/common.test index 71bdf40..2311ae1 100644 --- a/tests/common.test +++ b/tests/common.test @@ -1,5 +1,5 @@ # file : tests/common.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Commonly-used build system test project setup and driver command line. diff --git a/tests/directive/assert.test b/tests/directive/assert.test index f7f2a4f..77fcb89 100644 --- a/tests/directive/assert.test +++ b/tests/directive/assert.test @@ -1,5 +1,5 @@ # file : tests/directive/assert.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/directive/buildfile b/tests/directive/buildfile index 66d2535..27ef3ff 100644 --- a/tests/directive/buildfile +++ b/tests/directive/buildfile @@ -1,5 +1,5 @@ # file : tests/directive/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{assert} $b diff --git a/tests/eval/buildfile b/tests/eval/buildfile index c753f56..3c8a3ba 100644 --- a/tests/eval/buildfile +++ b/tests/eval/buildfile @@ -1,5 +1,5 @@ # file : tests/eval/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{comma comp or-and qual ternary value} $b diff --git a/tests/eval/comma.test b/tests/eval/comma.test index 0e9384a..216e889 100644 --- a/tests/eval/comma.test +++ b/tests/eval/comma.test @@ -1,5 +1,5 @@ # file : tests/eval/comma.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test value packs (eval-comma). diff --git a/tests/eval/comp.test b/tests/eval/comp.test index 7ace1f3..f01bf7f 100644 --- a/tests/eval/comp.test +++ b/tests/eval/comp.test @@ -1,5 +1,5 @@ # file : tests/eval/comp.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test comparison operators (eval-comp). diff --git a/tests/eval/or-and.test b/tests/eval/or-and.test index b9fb0b7..283b6b1 100644 --- a/tests/eval/or-and.test +++ b/tests/eval/or-and.test @@ -1,5 +1,5 @@ # file : tests/eval/or-and.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test logical operators (eval-or, eval-and). diff --git a/tests/eval/qual.test b/tests/eval/qual.test index 719ee9f..f6e6592 100644 --- a/tests/eval/qual.test +++ b/tests/eval/qual.test @@ -1,5 +1,5 @@ # file : tests/eval/qual.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test qualified name (eval-qual). diff --git a/tests/eval/ternary.test b/tests/eval/ternary.test index 30a7e05..f599373 100644 --- a/tests/eval/ternary.test +++ b/tests/eval/ternary.test @@ -1,5 +1,5 @@ # file : tests/eval/ternary.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test the ternary operator (eval-ternary). diff --git a/tests/eval/value.test b/tests/eval/value.test index cf91ec1..8bf8cff 100644 --- a/tests/eval/value.test +++ b/tests/eval/value.test @@ -1,5 +1,5 @@ # file : tests/eval/value.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 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 e17c7b8..94d3c94 100644 --- a/tests/expansion/buildfile +++ b/tests/expansion/buildfile @@ -1,5 +1,5 @@ # file : tests/expansion/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{type} $b diff --git a/tests/expansion/type.test b/tests/expansion/type.test index 7ac6524..c9186ea 100644 --- a/tests/expansion/type.test +++ b/tests/expansion/type.test @@ -1,5 +1,5 @@ # file : tests/expansion/type.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test type propagation during expansion. diff --git a/tests/function/buildfile b/tests/function/buildfile index 6c26737..4e043cf 100644 --- a/tests/function/buildfile +++ b/tests/function/buildfile @@ -1,5 +1,5 @@ # file : tests/function/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file d = builtin/ path/ diff --git a/tests/function/builtin/buildfile b/tests/function/builtin/buildfile index a3446bb..0c38e38 100644 --- a/tests/function/builtin/buildfile +++ b/tests/function/builtin/buildfile @@ -1,5 +1,5 @@ # file : tests/function/builtin/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{testscript} $b diff --git a/tests/function/builtin/testscript b/tests/function/builtin/testscript index a727146..82df683 100644 --- a/tests/function/builtin/testscript +++ b/tests/function/builtin/testscript @@ -1,5 +1,5 @@ # file : tests/function/path/testscript -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.test diff --git a/tests/function/path/buildfile b/tests/function/path/buildfile index f39a237..5c2ede2 100644 --- a/tests/function/path/buildfile +++ b/tests/function/path/buildfile @@ -1,5 +1,5 @@ # file : tests/function/path/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{testscript} $b diff --git a/tests/function/path/testscript b/tests/function/path/testscript index a0d8422..4621ba4 100644 --- a/tests/function/path/testscript +++ b/tests/function/path/testscript @@ -1,5 +1,5 @@ # file : tests/function/path/testscript -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.test diff --git a/tests/test/buildfile b/tests/test/buildfile index 3095a9d..9c92c93 100644 --- a/tests/test/buildfile +++ b/tests/test/buildfile @@ -1,5 +1,5 @@ # file : tests/test/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file d = script/ diff --git a/tests/test/common.test b/tests/test/common.test index 6b54bc9..da366ce 100644 --- a/tests/test/common.test +++ b/tests/test/common.test @@ -1,5 +1,5 @@ # file : tests/test/common.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 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/buildfile b/tests/test/script/buildfile index 7100d20..5bf02fb 100644 --- a/tests/test/script/buildfile +++ b/tests/test/script/buildfile @@ -1,5 +1,5 @@ # file : tests/test/script/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file d = builtin/ integration/ runner/ diff --git a/tests/test/script/builtin/buildfile b/tests/test/script/builtin/buildfile index 3d07a73..8c4196d 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-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{cat echo mkdir rm touch} $b diff --git a/tests/test/script/builtin/cat.test b/tests/test/script/builtin/cat.test index 20cdb86..39f96d0 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-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 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 73bc480..967e330 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-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 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 07b6090..b70c1c7 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-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 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 9a18de1..72b8df6 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-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 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 3aa0271..a80a05c 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-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 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 f58ed86..177fa75 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-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 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/integration/buildfile b/tests/test/script/integration/buildfile index e74eed7..dcaa527 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-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{testscript} $b diff --git a/tests/test/script/integration/testscript b/tests/test/script/integration/testscript index 2d56dde..c09eb6c 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-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.test diff --git a/tests/test/script/runner/buildfile b/tests/test/script/runner/buildfile index a7603e4..1ea8643 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-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{cleanup redirect status} exe{driver} $b diff --git a/tests/test/script/runner/cleanup.test b/tests/test/script/runner/cleanup.test index aec3f20..ac7c64d 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-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 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 6a3698f..6921e4c 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // numeric_limits diff --git a/tests/test/script/runner/redirect.test b/tests/test/script/runner/redirect.test index 64b11ea..72e49b2 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-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 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 0daa8c7..d7a0d0d 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-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/value/buildfile b/tests/value/buildfile index 48480ad..ae54752 100644 --- a/tests/value/buildfile +++ b/tests/value/buildfile @@ -1,5 +1,5 @@ # file : tests/value/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{reverse} diff --git a/tests/value/reverse.test b/tests/value/reverse.test index 52c21e8..06de043 100644 --- a/tests/value/reverse.test +++ b/tests/value/reverse.test @@ -1,5 +1,5 @@ # file : tests/value/reverse.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test reversal to canonical/original representation. -- cgit v1.1