aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-07 15:51:22 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-07 15:51:22 +0300
commita0303ae2e6b106c1a7191e1146b4db9bfe16ee92 (patch)
treecfce665c3897fa505539a41efeaccf460716dac5 /tests
parent9e8f41dded54eb366f2ad6c6f8fafa5cfc1c3224 (diff)
Drop copyright notice from source code
Diffstat (limited to 'tests')
-rw-r--r--tests/build/bootstrap.build1
-rw-r--r--tests/build/root.build1
-rw-r--r--tests/buildfile1
-rw-r--r--tests/ci.testscript1
-rw-r--r--tests/common.testscript1
-rw-r--r--tests/config.testscript1
-rw-r--r--tests/fetch.testscript1
-rw-r--r--tests/init.testscript1
-rw-r--r--tests/new.testscript1
-rw-r--r--tests/project.testscript1
-rw-r--r--tests/publish.testscript1
-rw-r--r--tests/release.testscript1
-rw-r--r--tests/status.testscript1
-rw-r--r--tests/sync.testscript1
-rw-r--r--tests/test.testscript1
-rw-r--r--tests/update.testscript1
16 files changed, 0 insertions, 16 deletions
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
index b42a95d..c9187a6 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = # Unnamed subproject.
diff --git a/tests/build/root.build b/tests/build/root.build
index f2694b7..f0a353d 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,4 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# We need to configure C/C++ modules to pass the compiler paths to some of
diff --git a/tests/buildfile b/tests/buildfile
index 9fdcb36..713ecea 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,4 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define common: file
diff --git a/tests/ci.testscript b/tests/ci.testscript
index 0afe1ec..d1302c0 100644
--- a/tests/ci.testscript
+++ b/tests/ci.testscript
@@ -1,5 +1,4 @@
# file : tests/ci.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript project.testscript
diff --git a/tests/common.testscript b/tests/common.testscript
index cf5931d..c4adca8 100644
--- a/tests/common.testscript
+++ b/tests/common.testscript
@@ -1,5 +1,4 @@
# file : tests/common.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Commonly-used variables setup and driver command line.
diff --git a/tests/config.testscript b/tests/config.testscript
index 71e860c..2e28399 100644
--- a/tests/config.testscript
+++ b/tests/config.testscript
@@ -1,5 +1,4 @@
# file : tests/config.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note that we test the list sub-command while testing other sub-commands.
diff --git a/tests/fetch.testscript b/tests/fetch.testscript
index b10d3c4..2b8f8c2 100644
--- a/tests/fetch.testscript
+++ b/tests/fetch.testscript
@@ -1,5 +1,4 @@
# file : tests/fetch.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript project.testscript
diff --git a/tests/init.testscript b/tests/init.testscript
index 61876c2..3b85ea5 100644
--- a/tests/init.testscript
+++ b/tests/init.testscript
@@ -1,5 +1,4 @@
# file : tests/init.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Here we test both init and deinit commands.
diff --git a/tests/new.testscript b/tests/new.testscript
index 35c9b91..d8858b3 100644
--- a/tests/new.testscript
+++ b/tests/new.testscript
@@ -1,5 +1,4 @@
# file : tests/new.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript
diff --git a/tests/project.testscript b/tests/project.testscript
index fa1f0ea..efb0f2c 100644
--- a/tests/project.testscript
+++ b/tests/project.testscript
@@ -1,5 +1,4 @@
# file : tests/project.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Create and initialize a sample build2 C++ executable project that will be
diff --git a/tests/publish.testscript b/tests/publish.testscript
index 0d35520..6d2eec1 100644
--- a/tests/publish.testscript
+++ b/tests/publish.testscript
@@ -1,5 +1,4 @@
# file : tests/publish.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript project.testscript
diff --git a/tests/release.testscript b/tests/release.testscript
index 868a577..92c211b 100644
--- a/tests/release.testscript
+++ b/tests/release.testscript
@@ -1,5 +1,4 @@
# file : tests/release.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript project.testscript
diff --git a/tests/status.testscript b/tests/status.testscript
index f128b21..03e55a9 100644
--- a/tests/status.testscript
+++ b/tests/status.testscript
@@ -1,5 +1,4 @@
# file : tests/status.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript project.testscript
diff --git a/tests/sync.testscript b/tests/sync.testscript
index f875fa1..3c13c25 100644
--- a/tests/sync.testscript
+++ b/tests/sync.testscript
@@ -1,5 +1,4 @@
# file : tests/sync.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript
diff --git a/tests/test.testscript b/tests/test.testscript
index 4e27d7e..18c7162 100644
--- a/tests/test.testscript
+++ b/tests/test.testscript
@@ -1,5 +1,4 @@
# file : tests/test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript
diff --git a/tests/update.testscript b/tests/update.testscript
index 107d367..b3e1b97 100644
--- a/tests/update.testscript
+++ b/tests/update.testscript
@@ -1,5 +1,4 @@
# file : tests/update.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Here we test both update and clean commands.