aboutsummaryrefslogtreecommitdiff
path: root/tests/eval
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 20:35:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 20:35:36 +0300
commitf7a0e23b391a5fd7a96734d62ac76916f128376e (patch)
tree4001f19d18ff42343a183b39e8ec6822ea202778 /tests/eval
parent3fce45aadf75d5d5e1f9fea19f5a1bf04726ab68 (diff)
Update copyright year
Diffstat (limited to 'tests/eval')
-rw-r--r--tests/eval/buildfile2
-rw-r--r--tests/eval/comma.test2
-rw-r--r--tests/eval/comp.test2
-rw-r--r--tests/eval/or-and.test2
-rw-r--r--tests/eval/qual.test2
-rw-r--r--tests/eval/ternary.test2
-rw-r--r--tests/eval/value.test2
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/eval/buildfile b/tests/eval/buildfile
index d7569aa..8fa0064 100644
--- a/tests/eval/buildfile
+++ b/tests/eval/buildfile
@@ -1,5 +1,5 @@
# file : tests/eval/buildfile
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: test{*} $b
diff --git a/tests/eval/comma.test b/tests/eval/comma.test
index 216e889..1a36dd1 100644
--- a/tests/eval/comma.test
+++ b/tests/eval/comma.test
@@ -1,5 +1,5 @@
# file : tests/eval/comma.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 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 f01bf7f..c1a4cf7 100644
--- a/tests/eval/comp.test
+++ b/tests/eval/comp.test
@@ -1,5 +1,5 @@
# file : tests/eval/comp.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 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 283b6b1..796f92a 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-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 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 341b315..babd956 100644
--- a/tests/eval/qual.test
+++ b/tests/eval/qual.test
@@ -1,5 +1,5 @@
# file : tests/eval/qual.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 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 f599373..a220110 100644
--- a/tests/eval/ternary.test
+++ b/tests/eval/ternary.test
@@ -1,5 +1,5 @@
# file : tests/eval/ternary.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 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 8bf8cff..a3e1d4c 100644
--- a/tests/eval/value.test
+++ b/tests/eval/value.test
@@ -1,5 +1,5 @@
# file : tests/eval/value.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test value part of the grammar (eval-value).