diff options
Diffstat (limited to 'tests/value')
-rw-r--r-- | tests/value/buildfile | 2 | ||||
-rw-r--r-- | tests/value/concat.testscript | 2 | ||||
-rw-r--r-- | tests/value/reverse.testscript | 2 |
3 files changed, 3 insertions, 3 deletions
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. |