aboutsummaryrefslogtreecommitdiff
path: root/tests/test
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/test
parent99173955614b657f9a673bf163ade1be1f22ee31 (diff)
Drop copyright notice from source code
Diffstat (limited to 'tests/test')
-rw-r--r--tests/test/buildfile1
-rw-r--r--tests/test/common.testscript1
-rw-r--r--tests/test/config-test/buildfile1
-rw-r--r--tests/test/config-test/driver.cxx1
-rw-r--r--tests/test/config-test/testscript1
-rw-r--r--tests/test/script/buildfile1
-rw-r--r--tests/test/script/builtin/buildfile1
-rw-r--r--tests/test/script/builtin/cp.testscript1
-rw-r--r--tests/test/script/builtin/ln.testscript1
-rw-r--r--tests/test/script/builtin/mkdir.testscript1
-rw-r--r--tests/test/script/builtin/mv.testscript1
-rw-r--r--tests/test/script/builtin/rm.testscript1
-rw-r--r--tests/test/script/builtin/rmdir.testscript1
-rw-r--r--tests/test/script/builtin/sleep.testscript1
-rw-r--r--tests/test/script/builtin/touch.testscript1
-rw-r--r--tests/test/script/common.testscript1
-rw-r--r--tests/test/script/generated/buildfile1
-rw-r--r--tests/test/script/generated/testscript1
-rw-r--r--tests/test/script/generated/testscript.in1
-rw-r--r--tests/test/script/integration/buildfile1
-rw-r--r--tests/test/script/integration/testscript1
-rw-r--r--tests/test/script/runner/buildfile1
-rw-r--r--tests/test/script/runner/cleanup.testscript1
-rw-r--r--tests/test/script/runner/driver.cxx1
-rw-r--r--tests/test/script/runner/exit.testscript1
-rw-r--r--tests/test/script/runner/expr.testscript1
-rw-r--r--tests/test/script/runner/if.testscript1
-rw-r--r--tests/test/script/runner/output.testscript1
-rw-r--r--tests/test/script/runner/pipe.testscript1
-rw-r--r--tests/test/script/runner/redirect.testscript1
-rw-r--r--tests/test/script/runner/regex.testscript1
-rw-r--r--tests/test/script/runner/set.testscript1
-rw-r--r--tests/test/script/runner/status.testscript1
-rw-r--r--tests/test/simple/generated/buildfile1
-rw-r--r--tests/test/simple/generated/driver.cxx1
-rw-r--r--tests/test/simple/generated/testscript1
36 files changed, 0 insertions, 36 deletions
diff --git a/tests/test/buildfile b/tests/test/buildfile
index 85c7bef..1dcd227 100644
--- a/tests/test/buildfile
+++ b/tests/test/buildfile
@@ -1,5 +1,4 @@
# file : tests/test/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: */ file{common.testscript}
diff --git a/tests/test/common.testscript b/tests/test/common.testscript
index 722f426..23d004d 100644
--- a/tests/test/common.testscript
+++ b/tests/test/common.testscript
@@ -1,5 +1,4 @@
# file : tests/test/common.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Commonly-used build system test project setup and driver command line
diff --git a/tests/test/config-test/buildfile b/tests/test/config-test/buildfile
index 1e9d1b6..05f7e8d 100644
--- a/tests/test/config-test/buildfile
+++ b/tests/test/config-test/buildfile
@@ -1,5 +1,4 @@
# file : tests/test/config-build/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test config.test.
diff --git a/tests/test/config-test/driver.cxx b/tests/test/config-test/driver.cxx
index db5b8a7..5902854 100644
--- a/tests/test/config-test/driver.cxx
+++ b/tests/test/config-test/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/test/config-test/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <iostream>
diff --git a/tests/test/config-test/testscript b/tests/test/config-test/testscript
index 1dabfeb..5f61ae3 100644
--- a/tests/test/config-test/testscript
+++ b/tests/test/config-test/testscript
@@ -1,5 +1,4 @@
# file : tests/test/config-test/testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Setup a realistic test project that we will then exercise.
diff --git a/tests/test/script/buildfile b/tests/test/script/buildfile
index a1f409f..7d6515e 100644
--- a/tests/test/script/buildfile
+++ b/tests/test/script/buildfile
@@ -1,5 +1,4 @@
# file : tests/test/script/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: */ file{common.testscript}
diff --git a/tests/test/script/builtin/buildfile b/tests/test/script/builtin/buildfile
index f5b719d..aee3ef7 100644
--- a/tests/test/script/builtin/buildfile
+++ b/tests/test/script/builtin/buildfile
@@ -1,5 +1,4 @@
# file : tests/test/script/builtin/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: testscript{*} $b
diff --git a/tests/test/script/builtin/cp.testscript b/tests/test/script/builtin/cp.testscript
index 802cfee..58fb418 100644
--- a/tests/test/script/builtin/cp.testscript
+++ b/tests/test/script/builtin/cp.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/builtin/cp.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/builtin/ln.testscript b/tests/test/script/builtin/ln.testscript
index 456126a..2838b22 100644
--- a/tests/test/script/builtin/ln.testscript
+++ b/tests/test/script/builtin/ln.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/builtin/ln.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/builtin/mkdir.testscript b/tests/test/script/builtin/mkdir.testscript
index 00fc5cf..8110f51 100644
--- a/tests/test/script/builtin/mkdir.testscript
+++ b/tests/test/script/builtin/mkdir.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/builtin/mkdir.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/builtin/mv.testscript b/tests/test/script/builtin/mv.testscript
index d703faf..31e2603 100644
--- a/tests/test/script/builtin/mv.testscript
+++ b/tests/test/script/builtin/mv.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/builtin/mv.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/builtin/rm.testscript b/tests/test/script/builtin/rm.testscript
index 7160c73..5b00042 100644
--- a/tests/test/script/builtin/rm.testscript
+++ b/tests/test/script/builtin/rm.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/builtin/rm.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/builtin/rmdir.testscript b/tests/test/script/builtin/rmdir.testscript
index 897b5f4..269dd58 100644
--- a/tests/test/script/builtin/rmdir.testscript
+++ b/tests/test/script/builtin/rmdir.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/builtin/rmdir.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/builtin/sleep.testscript b/tests/test/script/builtin/sleep.testscript
index 6ba7e38..21ed07b 100644
--- a/tests/test/script/builtin/sleep.testscript
+++ b/tests/test/script/builtin/sleep.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/builtin/sleep.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/builtin/touch.testscript b/tests/test/script/builtin/touch.testscript
index e9549d2..66691f7 100644
--- a/tests/test/script/builtin/touch.testscript
+++ b/tests/test/script/builtin/touch.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/builtin/touch.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/common.testscript b/tests/test/script/common.testscript
index 47af7a1..51a9c84 100644
--- a/tests/test/script/common.testscript
+++ b/tests/test/script/common.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/common.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Commonly-used build system test project setup and driver command line
diff --git a/tests/test/script/generated/buildfile b/tests/test/script/generated/buildfile
index 587d10d..3a3cff2 100644
--- a/tests/test/script/generated/buildfile
+++ b/tests/test/script/generated/buildfile
@@ -1,5 +1,4 @@
# file : tests/test/script/generated/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test generated testscripts.
diff --git a/tests/test/script/generated/testscript b/tests/test/script/generated/testscript
index 2d75926..3d746a1 100644
--- a/tests/test/script/generated/testscript
+++ b/tests/test/script/generated/testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/generated/testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.arguments = test clean
diff --git a/tests/test/script/generated/testscript.in b/tests/test/script/generated/testscript.in
index 14f0d54..b265d38 100644
--- a/tests/test/script/generated/testscript.in
+++ b/tests/test/script/generated/testscript.in
@@ -1,5 +1,4 @@
# file : tests/test/script/generated/testscript.in
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
echo '@version@' >'1.2.3'
diff --git a/tests/test/script/integration/buildfile b/tests/test/script/integration/buildfile
index 1d26a2d..0d46870 100644
--- a/tests/test/script/integration/buildfile
+++ b/tests/test/script/integration/buildfile
@@ -1,5 +1,4 @@
# file : tests/test/script/integration/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test integration of testscript into build system.
diff --git a/tests/test/script/integration/testscript b/tests/test/script/integration/testscript
index 6cc6d74..816a0ab 100644
--- a/tests/test/script/integration/testscript
+++ b/tests/test/script/integration/testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/integration/testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note: using common.testscript from test/, not script/.
diff --git a/tests/test/script/runner/buildfile b/tests/test/script/runner/buildfile
index 4833450..28478aa 100644
--- a/tests/test/script/runner/buildfile
+++ b/tests/test/script/runner/buildfile
@@ -1,5 +1,4 @@
# file : tests/test/script/runner/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: testscript{*} exe{driver} $b
diff --git a/tests/test/script/runner/cleanup.testscript b/tests/test/script/runner/cleanup.testscript
index 429efb3..e39ae95 100644
--- a/tests/test/script/runner/cleanup.testscript
+++ b/tests/test/script/runner/cleanup.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/runner/cleanup.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/runner/driver.cxx b/tests/test/script/runner/driver.cxx
index b6b52cd..08d5bba 100644
--- a/tests/test/script/runner/driver.cxx
+++ b/tests/test/script/runner/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/test/script/runner/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <limits> // numeric_limits
diff --git a/tests/test/script/runner/exit.testscript b/tests/test/script/runner/exit.testscript
index b461155..200b963 100644
--- a/tests/test/script/runner/exit.testscript
+++ b/tests/test/script/runner/exit.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/runner/exit.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/runner/expr.testscript b/tests/test/script/runner/expr.testscript
index 56747a4..98e495f 100644
--- a/tests/test/script/runner/expr.testscript
+++ b/tests/test/script/runner/expr.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/runner/expr.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/runner/if.testscript b/tests/test/script/runner/if.testscript
index 8280d86..5fa372b 100644
--- a/tests/test/script/runner/if.testscript
+++ b/tests/test/script/runner/if.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/runner/if.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/runner/output.testscript b/tests/test/script/runner/output.testscript
index 178effe..35868ff 100644
--- a/tests/test/script/runner/output.testscript
+++ b/tests/test/script/runner/output.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/runner/output.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Some of the tests below (*/script-wd, before/*) are probably more appropriate
diff --git a/tests/test/script/runner/pipe.testscript b/tests/test/script/runner/pipe.testscript
index 183d7fa..8fecbfc 100644
--- a/tests/test/script/runner/pipe.testscript
+++ b/tests/test/script/runner/pipe.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/runner/pipe.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/runner/redirect.testscript b/tests/test/script/runner/redirect.testscript
index e3cc0d8..b8fe74d 100644
--- a/tests/test/script/runner/redirect.testscript
+++ b/tests/test/script/runner/redirect.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/runner/redirect.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/runner/regex.testscript b/tests/test/script/runner/regex.testscript
index adeeb0c..6fdfad7 100644
--- a/tests/test/script/runner/regex.testscript
+++ b/tests/test/script/runner/regex.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/runner/regex.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Here we test that regex objects are properly created by the parser/runner
diff --git a/tests/test/script/runner/set.testscript b/tests/test/script/runner/set.testscript
index 20263e0..dcf428d 100644
--- a/tests/test/script/runner/set.testscript
+++ b/tests/test/script/runner/set.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/runner/set.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/runner/status.testscript b/tests/test/script/runner/status.testscript
index 271bf4f..d4759e3 100644
--- a/tests/test/script/runner/status.testscript
+++ b/tests/test/script/runner/status.testscript
@@ -1,5 +1,4 @@
# file : tests/test/script/runner/status.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/simple/generated/buildfile b/tests/test/simple/generated/buildfile
index 6b2adbe..0809bdf 100644
--- a/tests/test/simple/generated/buildfile
+++ b/tests/test/simple/generated/buildfile
@@ -1,5 +1,4 @@
# file : tests/test/simple/generated/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test generated test inputs/outputs.
diff --git a/tests/test/simple/generated/driver.cxx b/tests/test/simple/generated/driver.cxx
index becf5cd..1d911df 100644
--- a/tests/test/simple/generated/driver.cxx
+++ b/tests/test/simple/generated/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/test/simple/generated/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/test/simple/generated/testscript b/tests/test/simple/generated/testscript
index 63e7915..a04dccc 100644
--- a/tests/test/simple/generated/testscript
+++ b/tests/test/simple/generated/testscript
@@ -1,5 +1,4 @@
# file : tests/test/simple/generated/testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.arguments = test clean