aboutsummaryrefslogtreecommitdiff
path: root/tests/value
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/value
parent99173955614b657f9a673bf163ade1be1f22ee31 (diff)
Drop copyright notice from source code
Diffstat (limited to 'tests/value')
-rw-r--r--tests/value/buildfile1
-rw-r--r--tests/value/concat.testscript1
-rw-r--r--tests/value/reverse.testscript1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/value/buildfile b/tests/value/buildfile
index 960c553..e134233 100644
--- a/tests/value/buildfile
+++ b/tests/value/buildfile
@@ -1,5 +1,4 @@
# file : tests/value/buildfile
-# 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 1962072..97391c4 100644
--- a/tests/value/concat.testscript
+++ b/tests/value/concat.testscript
@@ -1,5 +1,4 @@
# file : tests/value/concat.testscript
-# 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 ee4022d..9f73981 100644
--- a/tests/value/reverse.testscript
+++ b/tests/value/reverse.testscript
@@ -1,5 +1,4 @@
# file : tests/value/reverse.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test reversal to canonical/original representation.