aboutsummaryrefslogtreecommitdiff
path: root/tests/function
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/function
parent99173955614b657f9a673bf163ade1be1f22ee31 (diff)
Drop copyright notice from source code
Diffstat (limited to 'tests/function')
-rw-r--r--tests/function/builtin/buildfile1
-rw-r--r--tests/function/builtin/testscript1
-rw-r--r--tests/function/filesystem/buildfile1
-rw-r--r--tests/function/filesystem/testscript1
-rw-r--r--tests/function/install/buildfile1
-rw-r--r--tests/function/install/testscript1
-rw-r--r--tests/function/path/buildfile1
-rw-r--r--tests/function/path/testscript1
-rw-r--r--tests/function/process/buildfile1
-rw-r--r--tests/function/process/testscript1
-rw-r--r--tests/function/regex/buildfile1
-rw-r--r--tests/function/regex/testscript1
-rw-r--r--tests/function/string/buildfile1
-rw-r--r--tests/function/string/testscript1
14 files changed, 0 insertions, 14 deletions
diff --git a/tests/function/builtin/buildfile b/tests/function/builtin/buildfile
index 2ef5a1c..e6e8b1f 100644
--- a/tests/function/builtin/buildfile
+++ b/tests/function/builtin/buildfile
@@ -1,5 +1,4 @@
# file : tests/function/builtin/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: testscript $b
diff --git a/tests/function/builtin/testscript b/tests/function/builtin/testscript
index 4a49ac3..acd544d 100644
--- a/tests/function/builtin/testscript
+++ b/tests/function/builtin/testscript
@@ -1,5 +1,4 @@
# file : tests/function/builtin/testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../../common.testscript
diff --git a/tests/function/filesystem/buildfile b/tests/function/filesystem/buildfile
index ddb9f01..985ab66 100644
--- a/tests/function/filesystem/buildfile
+++ b/tests/function/filesystem/buildfile
@@ -1,5 +1,4 @@
# file : tests/function/filesystem/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: testscript $b
diff --git a/tests/function/filesystem/testscript b/tests/function/filesystem/testscript
index 1b65d50..cf93b8b 100644
--- a/tests/function/filesystem/testscript
+++ b/tests/function/filesystem/testscript
@@ -1,5 +1,4 @@
# file : tests/function/filesystem/testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../../common.testscript
diff --git a/tests/function/install/buildfile b/tests/function/install/buildfile
index b0c7ec0..4e1f351 100644
--- a/tests/function/install/buildfile
+++ b/tests/function/install/buildfile
@@ -1,5 +1,4 @@
# file : tests/function/install/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: testscript $b
diff --git a/tests/function/install/testscript b/tests/function/install/testscript
index 1341a1a..12cd506 100644
--- a/tests/function/install/testscript
+++ b/tests/function/install/testscript
@@ -1,5 +1,4 @@
# file : tests/function/install/testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../../common.testscript
diff --git a/tests/function/path/buildfile b/tests/function/path/buildfile
index 3eb747e..06040f7 100644
--- a/tests/function/path/buildfile
+++ b/tests/function/path/buildfile
@@ -1,5 +1,4 @@
# file : tests/function/path/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: testscript $b
diff --git a/tests/function/path/testscript b/tests/function/path/testscript
index 742ec21..52b4138 100644
--- a/tests/function/path/testscript
+++ b/tests/function/path/testscript
@@ -1,5 +1,4 @@
# file : tests/function/path/testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../../common.testscript
diff --git a/tests/function/process/buildfile b/tests/function/process/buildfile
index a7b3a1e..a8b8db8 100644
--- a/tests/function/process/buildfile
+++ b/tests/function/process/buildfile
@@ -1,5 +1,4 @@
# file : tests/function/process/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: testscript $b
diff --git a/tests/function/process/testscript b/tests/function/process/testscript
index e0c199a..eaa8e2e 100644
--- a/tests/function/process/testscript
+++ b/tests/function/process/testscript
@@ -1,5 +1,4 @@
# file : tests/function/process/testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../../common.testscript
diff --git a/tests/function/regex/buildfile b/tests/function/regex/buildfile
index 7fb2faa..ee06ef7 100644
--- a/tests/function/regex/buildfile
+++ b/tests/function/regex/buildfile
@@ -1,5 +1,4 @@
# file : tests/function/regex/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: testscript $b
diff --git a/tests/function/regex/testscript b/tests/function/regex/testscript
index 9006690..fc7fb92 100644
--- a/tests/function/regex/testscript
+++ b/tests/function/regex/testscript
@@ -1,5 +1,4 @@
# file : tests/function/regex/testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../../common.testscript
diff --git a/tests/function/string/buildfile b/tests/function/string/buildfile
index a5de079..b551753 100644
--- a/tests/function/string/buildfile
+++ b/tests/function/string/buildfile
@@ -1,5 +1,4 @@
# file : tests/function/string/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: testscript $b
diff --git a/tests/function/string/testscript b/tests/function/string/testscript
index 296e0d1..d42add7 100644
--- a/tests/function/string/testscript
+++ b/tests/function/string/testscript
@@ -1,5 +1,4 @@
# file : tests/function/string/testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../../common.testscript