aboutsummaryrefslogtreecommitdiff
path: root/tests/value
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-16 20:38:22 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-16 20:38:22 +0300
commit3eb73174972d542425e82a107e3eae06cab2f9ca (patch)
tree116b9686b61f5dda66dbf9b8572c7a40cfe59e36 /tests/value
parent28fb279aba3af8bf1a57a9e36b2b183ef68c5454 (diff)
Update copyright year
Diffstat (limited to 'tests/value')
-rw-r--r--tests/value/buildfile2
-rw-r--r--tests/value/concat.testscript2
-rw-r--r--tests/value/reverse.testscript2
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.