aboutsummaryrefslogtreecommitdiff
path: root/tests/eval
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-07 15:13:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-07 15:13:01 +0300
commitbd767361efe4b9a80010c41613a2970b06504bff (patch)
tree9cf02058c89f6f613483d54dc9e063becd1e2d62 /tests/eval
parent99173955614b657f9a673bf163ade1be1f22ee31 (diff)
Drop copyright notice from source code
Diffstat (limited to 'tests/eval')
-rw-r--r--tests/eval/buildfile1
-rw-r--r--tests/eval/comma.testscript1
-rw-r--r--tests/eval/comp.testscript1
-rw-r--r--tests/eval/or-and.testscript1
-rw-r--r--tests/eval/qual.testscript1
-rw-r--r--tests/eval/ternary.testscript1
-rw-r--r--tests/eval/value.testscript1
7 files changed, 0 insertions, 7 deletions
diff --git a/tests/eval/buildfile b/tests/eval/buildfile
index bd626ac..4726365 100644
--- a/tests/eval/buildfile
+++ b/tests/eval/buildfile
@@ -1,5 +1,4 @@
# file : tests/eval/buildfile
-# 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 d1d8a2b..99061a1 100644
--- a/tests/eval/comma.testscript
+++ b/tests/eval/comma.testscript
@@ -1,5 +1,4 @@
# file : tests/eval/comma.testscript
-# 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 1b58968..2f68f76 100644
--- a/tests/eval/comp.testscript
+++ b/tests/eval/comp.testscript
@@ -1,5 +1,4 @@
# file : tests/eval/comp.testscript
-# 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 e96217f..15395a2 100644
--- a/tests/eval/or-and.testscript
+++ b/tests/eval/or-and.testscript
@@ -1,5 +1,4 @@
# file : tests/eval/or-and.testscript
-# 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 c2b5767..29f6340 100644
--- a/tests/eval/qual.testscript
+++ b/tests/eval/qual.testscript
@@ -1,5 +1,4 @@
# file : tests/eval/qual.testscript
-# 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 be8d92a..3181d81 100644
--- a/tests/eval/ternary.testscript
+++ b/tests/eval/ternary.testscript
@@ -1,5 +1,4 @@
# file : tests/eval/ternary.testscript
-# 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 dbeaeec..4713f7b 100644
--- a/tests/eval/value.testscript
+++ b/tests/eval/value.testscript
@@ -1,5 +1,4 @@
# file : tests/eval/value.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test value part of the grammar (eval-value).