aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ci/buildfile1
-rw-r--r--tests/ci/ci-dir.testscript1
-rw-r--r--tests/ci/ci-load.testscript1
-rw-r--r--tests/ci/data.testscript1
-rw-r--r--tests/load/buildfile1
-rw-r--r--tests/load/driver.cxx1
-rw-r--r--tests/submit/buildfile1
-rw-r--r--tests/submit/data.testscript1
-rw-r--r--tests/submit/submit-dir.testscript1
-rw-r--r--tests/submit/submit-git.testscript1
-rw-r--r--tests/web/xhtml/buildfile1
-rw-r--r--tests/web/xhtml/driver.cxx1
12 files changed, 0 insertions, 12 deletions
diff --git a/tests/ci/buildfile b/tests/ci/buildfile
index 280e364..6f6e82d 100644
--- a/tests/ci/buildfile
+++ b/tests/ci/buildfile
@@ -1,5 +1,4 @@
# file : tests/ci/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
dir = ../../brep/handler/ci/
diff --git a/tests/ci/ci-dir.testscript b/tests/ci/ci-dir.testscript
index c850df0..be5a9b9 100644
--- a/tests/ci/ci-dir.testscript
+++ b/tests/ci/ci-dir.testscript
@@ -1,5 +1,4 @@
# file : tests/ci/ci-dir.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include data.testscript
diff --git a/tests/ci/ci-load.testscript b/tests/ci/ci-load.testscript
index bc0d521..57fa9d1 100644
--- a/tests/ci/ci-load.testscript
+++ b/tests/ci/ci-load.testscript
@@ -1,5 +1,4 @@
# file : tests/ci/ci-load.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include data.testscript
diff --git a/tests/ci/data.testscript b/tests/ci/data.testscript
index f584bc6..74a1527 100644
--- a/tests/ci/data.testscript
+++ b/tests/ci/data.testscript
@@ -1,5 +1,4 @@
# file : tests/ci/data.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Pre-created CI request data directory that will be copied by subsequent
diff --git a/tests/load/buildfile b/tests/load/buildfile
index 61ec037..315b59e 100644
--- a/tests/load/buildfile
+++ b/tests/load/buildfile
@@ -1,5 +1,4 @@
# file : tests/load/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs += libbpkg%lib{bpkg}
diff --git a/tests/load/driver.cxx b/tests/load/driver.cxx
index d685c18..420c1e3 100644
--- a/tests/load/driver.cxx
+++ b/tests/load/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/load/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <iostream>
diff --git a/tests/submit/buildfile b/tests/submit/buildfile
index aaffede..1845d23 100644
--- a/tests/submit/buildfile
+++ b/tests/submit/buildfile
@@ -1,5 +1,4 @@
# file : tests/submit/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
dir = ../../brep/handler/submit/
diff --git a/tests/submit/data.testscript b/tests/submit/data.testscript
index 70507d5..875b4eb 100644
--- a/tests/submit/data.testscript
+++ b/tests/submit/data.testscript
@@ -1,5 +1,4 @@
# file : tests/submit/data.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Pre-created submission data directory that will be copied by subsequent
diff --git a/tests/submit/submit-dir.testscript b/tests/submit/submit-dir.testscript
index 4a0c619..81dc494 100644
--- a/tests/submit/submit-dir.testscript
+++ b/tests/submit/submit-dir.testscript
@@ -1,5 +1,4 @@
# file : tests/submit/submit-dir.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include data.testscript
diff --git a/tests/submit/submit-git.testscript b/tests/submit/submit-git.testscript
index 122c9ae..c0a31fe 100644
--- a/tests/submit/submit-git.testscript
+++ b/tests/submit/submit-git.testscript
@@ -1,5 +1,4 @@
# file : tests/submit/submit-git.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include data.testscript
diff --git a/tests/web/xhtml/buildfile b/tests/web/xhtml/buildfile
index 983909f..6ddd5ae 100644
--- a/tests/web/xhtml/buildfile
+++ b/tests/web/xhtml/buildfile
@@ -1,5 +1,4 @@
# file : tests/web/xhtml/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
include ../../../web/
diff --git a/tests/web/xhtml/driver.cxx b/tests/web/xhtml/driver.cxx
index 9b35ae8..ff554e4 100644
--- a/tests/web/xhtml/driver.cxx
+++ b/tests/web/xhtml/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/web/xhtml/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <iostream>