aboutsummaryrefslogtreecommitdiff
path: root/tests/eval
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/eval
parent28fb279aba3af8bf1a57a9e36b2b183ef68c5454 (diff)
Update copyright year
Diffstat (limited to 'tests/eval')
-rw-r--r--tests/eval/buildfile2
-rw-r--r--tests/eval/comma.testscript2
-rw-r--r--tests/eval/comp.testscript2
-rw-r--r--tests/eval/or-and.testscript2
-rw-r--r--tests/eval/qual.testscript2
-rw-r--r--tests/eval/ternary.testscript2
-rw-r--r--tests/eval/value.testscript2
7 files changed, 7 insertions, 7 deletions
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).