aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-07 16:19:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-07 16:19:33 +0300
commit69457921c27b6a6b5e043ec03c7ab9c48a588278 (patch)
treec646a65004a317061353d32caaf528f26fb3bad4
parentbe096fd263246de72f21bd7c0d4db52b5af43203 (diff)
Drop copyright notice from source code
-rw-r--r--bbot/agent/agent.cli1
-rw-r--r--bbot/agent/agent.cxx1
-rw-r--r--bbot/agent/agent.hxx1
-rw-r--r--bbot/agent/machine.cxx1
-rw-r--r--bbot/agent/machine.hxx1
-rw-r--r--bbot/agent/tftp.cxx1
-rw-r--r--bbot/agent/tftp.hxx1
-rw-r--r--bbot/bootstrap-manifest.cxx1
-rw-r--r--bbot/bootstrap-manifest.hxx1
-rw-r--r--bbot/bootstrap-manifest.test.cxx1
-rw-r--r--bbot/bootstrap-manifest.test.testscript1
-rw-r--r--bbot/buildfile1
-rw-r--r--bbot/common.cli1
-rw-r--r--bbot/diagnostics.cxx1
-rw-r--r--bbot/diagnostics.hxx1
-rw-r--r--bbot/machine-manifest.cxx1
-rw-r--r--bbot/machine-manifest.hxx1
-rw-r--r--bbot/machine-manifest.test.cxx1
-rw-r--r--bbot/machine-manifest.test.testscript1
-rw-r--r--bbot/types-parsers.cxx1
-rw-r--r--bbot/types-parsers.hxx1
-rw-r--r--bbot/types.hxx1
-rw-r--r--bbot/utility.hxx1
-rw-r--r--bbot/utility.txx1
-rw-r--r--bbot/version.hxx.in1
-rw-r--r--bbot/worker/worker.cli1
-rw-r--r--bbot/worker/worker.cxx1
-rw-r--r--build/bootstrap.build1
-rw-r--r--build/export.build1
-rw-r--r--build/root.build1
-rw-r--r--buildfile1
-rw-r--r--doc/buildfile1
-rw-r--r--doc/manual.cli1
-rw-r--r--etc/bootstrap/bbot-bootstrap-clang.bat1
-rwxr-xr-xetc/bootstrap/bbot-bootstrap-freebsd.sh1
-rwxr-xr-xetc/bootstrap/bbot-bootstrap-linux.sh1
-rwxr-xr-xetc/bootstrap/bbot-bootstrap-macos.sh1
-rw-r--r--etc/bootstrap/bbot-bootstrap-mingw.bat1
-rw-r--r--etc/bootstrap/bbot-bootstrap-msvc-14.bat1
-rw-r--r--etc/bootstrap/bbot-bootstrap-msvc.bat1
-rwxr-xr-xetc/bootstrap/bbot-bootstrap.sh1
-rw-r--r--etc/buildfile1
-rwxr-xr-xetc/environments/default1
-rw-r--r--etc/environments/default-clang.bat1
-rw-r--r--etc/environments/default-mingw.bat1
-rw-r--r--etc/environments/default-msvc-14.bat1
-rw-r--r--etc/environments/default-msvc.bat1
-rw-r--r--tests/agent/buildfile1
-rw-r--r--tests/agent/testscript1
-rw-r--r--tests/build/bootstrap.build1
-rw-r--r--tests/build/root.build1
-rw-r--r--tests/buildfile1
-rw-r--r--tests/integration/buildfile1
-rw-r--r--tests/integration/testscript1
-rw-r--r--tests/integration/tftp-map1
-rw-r--r--tests/machine/buildfile1
-rw-r--r--tests/machine/testscript1
-rw-r--r--tests/worker/bootstrap.testscript1
-rw-r--r--tests/worker/build.testscript1
-rw-r--r--tests/worker/buildfile1
-rw-r--r--tests/worker/startup.testscript1
61 files changed, 0 insertions, 61 deletions
diff --git a/bbot/agent/agent.cli b/bbot/agent/agent.cli
index 6004bd0..dbafe8f 100644
--- a/bbot/agent/agent.cli
+++ b/bbot/agent/agent.cli
@@ -1,5 +1,4 @@
// file : bbot/agent.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
include <bbot/common.cli>;
diff --git a/bbot/agent/agent.cxx b/bbot/agent/agent.cxx
index ba1833e..c06edaf 100644
--- a/bbot/agent/agent.cxx
+++ b/bbot/agent/agent.cxx
@@ -1,5 +1,4 @@
// file : bbot/agent/agent.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <bbot/agent/agent.hxx>
diff --git a/bbot/agent/agent.hxx b/bbot/agent/agent.hxx
index fd24151..93c4b56 100644
--- a/bbot/agent/agent.hxx
+++ b/bbot/agent/agent.hxx
@@ -1,5 +1,4 @@
// file : bbot/agent/agent.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_AGENT_AGENT_HXX
diff --git a/bbot/agent/machine.cxx b/bbot/agent/machine.cxx
index 4da58ca..9b205cc 100644
--- a/bbot/agent/machine.cxx
+++ b/bbot/agent/machine.cxx
@@ -1,5 +1,4 @@
// file : bbot/agent/machine.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <bbot/agent/machine.hxx>
diff --git a/bbot/agent/machine.hxx b/bbot/agent/machine.hxx
index 46ad544..44c7480 100644
--- a/bbot/agent/machine.hxx
+++ b/bbot/agent/machine.hxx
@@ -1,5 +1,4 @@
// file : bbot/agent/machine.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_AGENT_MACHINE_HXX
diff --git a/bbot/agent/tftp.cxx b/bbot/agent/tftp.cxx
index ee34517..80c626b 100644
--- a/bbot/agent/tftp.cxx
+++ b/bbot/agent/tftp.cxx
@@ -1,5 +1,4 @@
// file : bbot/agent/tftp.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <bbot/agent/tftp.hxx>
diff --git a/bbot/agent/tftp.hxx b/bbot/agent/tftp.hxx
index 57d14dd..2d02b29 100644
--- a/bbot/agent/tftp.hxx
+++ b/bbot/agent/tftp.hxx
@@ -1,5 +1,4 @@
// file : bbot/agent/tftp.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_AGENT_TFTP_HXX
diff --git a/bbot/bootstrap-manifest.cxx b/bbot/bootstrap-manifest.cxx
index 9103dc8..d8597d6 100644
--- a/bbot/bootstrap-manifest.cxx
+++ b/bbot/bootstrap-manifest.cxx
@@ -1,5 +1,4 @@
// file : bbot/bootstrap-manifest.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <bbot/bootstrap-manifest.hxx>
diff --git a/bbot/bootstrap-manifest.hxx b/bbot/bootstrap-manifest.hxx
index 42d6ad8..5474882 100644
--- a/bbot/bootstrap-manifest.hxx
+++ b/bbot/bootstrap-manifest.hxx
@@ -1,5 +1,4 @@
// file : bbot/bootstrap-manifest.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_BOOTSTRAP_MANIFEST_HXX
diff --git a/bbot/bootstrap-manifest.test.cxx b/bbot/bootstrap-manifest.test.cxx
index da41fd7..1310631 100644
--- a/bbot/bootstrap-manifest.test.cxx
+++ b/bbot/bootstrap-manifest.test.cxx
@@ -1,5 +1,4 @@
// file : bbot/bootstrap-manifest.test.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <ios> // ios_base::failbit, ios_base::badbit
diff --git a/bbot/bootstrap-manifest.test.testscript b/bbot/bootstrap-manifest.test.testscript
index 626497c..9d835eb 100644
--- a/bbot/bootstrap-manifest.test.testscript
+++ b/bbot/bootstrap-manifest.test.testscript
@@ -1,5 +1,4 @@
# file : bbot/bootstrap-manifest.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
: bootstrap-manifest
diff --git a/bbot/buildfile b/bbot/buildfile
index 4d10c94..80c55f7 100644
--- a/bbot/buildfile
+++ b/bbot/buildfile
@@ -1,5 +1,4 @@
# file : bbot/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
# Systemd .service file.
diff --git a/bbot/common.cli b/bbot/common.cli
index 429760f..494f4fa 100644
--- a/bbot/common.cli
+++ b/bbot/common.cli
@@ -1,5 +1,4 @@
// file : bbot/common.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
include <bbot/types.hxx>;
diff --git a/bbot/diagnostics.cxx b/bbot/diagnostics.cxx
index 12c8438..fc85f3a 100644
--- a/bbot/diagnostics.cxx
+++ b/bbot/diagnostics.cxx
@@ -1,5 +1,4 @@
// file : bbot/diagnostics.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <bbot/diagnostics.hxx>
diff --git a/bbot/diagnostics.hxx b/bbot/diagnostics.hxx
index 9fd5acf..63441ed 100644
--- a/bbot/diagnostics.hxx
+++ b/bbot/diagnostics.hxx
@@ -1,5 +1,4 @@
// file : bbot/diagnostics.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_DIAGNOSTICS_HXX
diff --git a/bbot/machine-manifest.cxx b/bbot/machine-manifest.cxx
index 294525b..0292824 100644
--- a/bbot/machine-manifest.cxx
+++ b/bbot/machine-manifest.cxx
@@ -1,5 +1,4 @@
// file : bbot/machine-manifest.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <bbot/machine-manifest.hxx>
diff --git a/bbot/machine-manifest.hxx b/bbot/machine-manifest.hxx
index 3bb3443..c29493f 100644
--- a/bbot/machine-manifest.hxx
+++ b/bbot/machine-manifest.hxx
@@ -1,5 +1,4 @@
// file : bbot/machine-manifest.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_MACHINE_MANIFEST_HXX
diff --git a/bbot/machine-manifest.test.cxx b/bbot/machine-manifest.test.cxx
index c1287dc..099e0f7 100644
--- a/bbot/machine-manifest.test.cxx
+++ b/bbot/machine-manifest.test.cxx
@@ -1,5 +1,4 @@
// file : bbot/machine-manifest.test.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <ios> // ios_base::failbit, ios_base::badbit
diff --git a/bbot/machine-manifest.test.testscript b/bbot/machine-manifest.test.testscript
index fe8c59a..5ef1a45 100644
--- a/bbot/machine-manifest.test.testscript
+++ b/bbot/machine-manifest.test.testscript
@@ -1,5 +1,4 @@
# file : bbot/machine-manifest.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
: machine-manifest
diff --git a/bbot/types-parsers.cxx b/bbot/types-parsers.cxx
index bd78ba5..7e82914 100644
--- a/bbot/types-parsers.cxx
+++ b/bbot/types-parsers.cxx
@@ -1,5 +1,4 @@
// file : bbot/types-parsers.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <bbot/types-parsers.hxx>
diff --git a/bbot/types-parsers.hxx b/bbot/types-parsers.hxx
index 0264b56..1657086 100644
--- a/bbot/types-parsers.hxx
+++ b/bbot/types-parsers.hxx
@@ -1,5 +1,4 @@
// file : bbot/types-parsers.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
// CLI parsers, included into the generated source files.
diff --git a/bbot/types.hxx b/bbot/types.hxx
index 0318e94..35f8a69 100644
--- a/bbot/types.hxx
+++ b/bbot/types.hxx
@@ -1,5 +1,4 @@
// file : bbot/types.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_TYPES_HXX
diff --git a/bbot/utility.hxx b/bbot/utility.hxx
index e4365eb..ebe9ce8 100644
--- a/bbot/utility.hxx
+++ b/bbot/utility.hxx
@@ -1,5 +1,4 @@
// file : bbot/utility.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_UTILITY_HXX
diff --git a/bbot/utility.txx b/bbot/utility.txx
index f82d133..e485a80 100644
--- a/bbot/utility.txx
+++ b/bbot/utility.txx
@@ -1,5 +1,4 @@
// file : bbot/utility.txx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <iostream> // cin
diff --git a/bbot/version.hxx.in b/bbot/version.hxx.in
index bce8e2b..46fb7e0 100644
--- a/bbot/version.hxx.in
+++ b/bbot/version.hxx.in
@@ -1,5 +1,4 @@
// file : bbot/version.hxx.in -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_VERSION // Note: using the version macro itself.
diff --git a/bbot/worker/worker.cli b/bbot/worker/worker.cli
index 04b2e70..e84d147 100644
--- a/bbot/worker/worker.cli
+++ b/bbot/worker/worker.cli
@@ -1,5 +1,4 @@
// file : bbot/worker.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
include <bbot/common.cli>;
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index ad48029..a290020 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -1,5 +1,4 @@
// file : bbot/worker.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef _WIN32
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 0a5053a..7c9673c 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
project = bbot
diff --git a/build/export.build b/build/export.build
index 7ae4879..be0ae07 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,5 +1,4 @@
# file : build/export.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
$out_root/
diff --git a/build/root.build b/build/root.build
index 3fc83e6..f983149 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,4 @@
# file : build/root.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
cxx.std = latest
diff --git a/buildfile b/buildfile
index 62b08a0..130eae8 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,4 @@
# file : buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
./: {*/ -tests/ -build/} \
diff --git a/doc/buildfile b/doc/buildfile
index ea1483a..0cb2afa 100644
--- a/doc/buildfile
+++ b/doc/buildfile
@@ -1,5 +1,4 @@
# file : doc/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
define css: file
diff --git a/doc/manual.cli b/doc/manual.cli
index f9efc9f..225065e 100644
--- a/doc/manual.cli
+++ b/doc/manual.cli
@@ -1,5 +1,4 @@
// file : doc/manual.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"\name=build2-build-bot-manual"
diff --git a/etc/bootstrap/bbot-bootstrap-clang.bat b/etc/bootstrap/bbot-bootstrap-clang.bat
index c2be121..09bd0e7 100644
--- a/etc/bootstrap/bbot-bootstrap-clang.bat
+++ b/etc/bootstrap/bbot-bootstrap-clang.bat
@@ -1,7 +1,6 @@
@echo off
rem file : etc/bootstrap/bbot-bootstrap-clang.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : TBC; see accompanying LICENSE file
setlocal EnableExtensions EnableDelayedExpansion
diff --git a/etc/bootstrap/bbot-bootstrap-freebsd.sh b/etc/bootstrap/bbot-bootstrap-freebsd.sh
index 0370340..4668dfd 100755
--- a/etc/bootstrap/bbot-bootstrap-freebsd.sh
+++ b/etc/bootstrap/bbot-bootstrap-freebsd.sh
@@ -1,7 +1,6 @@
#!/bin/sh
# file : etc/bootstrap/bbot-bootstrap-freebsd.sh
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
# Note: install GNU make with 'pkg install gmake'.
diff --git a/etc/bootstrap/bbot-bootstrap-linux.sh b/etc/bootstrap/bbot-bootstrap-linux.sh
index 10749ce..71a1dda 100755
--- a/etc/bootstrap/bbot-bootstrap-linux.sh
+++ b/etc/bootstrap/bbot-bootstrap-linux.sh
@@ -1,7 +1,6 @@
#!/bin/sh
# file : etc/bootstrap/bbot-bootstrap-linux.sh
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
if ! jobs="$(nproc)"; then
diff --git a/etc/bootstrap/bbot-bootstrap-macos.sh b/etc/bootstrap/bbot-bootstrap-macos.sh
index f2dcd98..a83b0ec 100755
--- a/etc/bootstrap/bbot-bootstrap-macos.sh
+++ b/etc/bootstrap/bbot-bootstrap-macos.sh
@@ -1,7 +1,6 @@
#!/bin/sh
# file : etc/bootstrap/bbot-bootstrap-macos.sh
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
# open -a Terminal -n -F ~/bbot-bootstrap-macos.sh
diff --git a/etc/bootstrap/bbot-bootstrap-mingw.bat b/etc/bootstrap/bbot-bootstrap-mingw.bat
index ef87ec7..a8bfc80 100644
--- a/etc/bootstrap/bbot-bootstrap-mingw.bat
+++ b/etc/bootstrap/bbot-bootstrap-mingw.bat
@@ -1,7 +1,6 @@
@echo off
rem file : etc/bootstrap/bbot-bootstrap-mingw.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : TBC; see accompanying LICENSE file
setlocal EnableExtensions EnableDelayedExpansion
diff --git a/etc/bootstrap/bbot-bootstrap-msvc-14.bat b/etc/bootstrap/bbot-bootstrap-msvc-14.bat
index b46e322..8d8bb89 100644
--- a/etc/bootstrap/bbot-bootstrap-msvc-14.bat
+++ b/etc/bootstrap/bbot-bootstrap-msvc-14.bat
@@ -1,7 +1,6 @@
@echo off
rem file : etc/bootstrap/bbot-bootstrap-msvc-14.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : TBC; see accompanying LICENSE file
setlocal EnableExtensions EnableDelayedExpansion
diff --git a/etc/bootstrap/bbot-bootstrap-msvc.bat b/etc/bootstrap/bbot-bootstrap-msvc.bat
index 37eae21..6dd9579 100644
--- a/etc/bootstrap/bbot-bootstrap-msvc.bat
+++ b/etc/bootstrap/bbot-bootstrap-msvc.bat
@@ -1,7 +1,6 @@
@echo off
rem file : etc/bootstrap/bbot-bootstrap-msvc.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : TBC; see accompanying LICENSE file
setlocal EnableExtensions EnableDelayedExpansion
diff --git a/etc/bootstrap/bbot-bootstrap.sh b/etc/bootstrap/bbot-bootstrap.sh
index f4d672d..2204de7 100755
--- a/etc/bootstrap/bbot-bootstrap.sh
+++ b/etc/bootstrap/bbot-bootstrap.sh
@@ -1,7 +1,6 @@
#!/bin/sh
# file : etc/bootstrap/bbot-bootstrap.sh
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
usage="Usage: $0 [<options>] [<build-options>]"
diff --git a/etc/buildfile b/etc/buildfile
index 5ad60f4..c421d23 100644
--- a/etc/buildfile
+++ b/etc/buildfile
@@ -1,5 +1,4 @@
# file : etc/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
./: file{** -buildfile}
diff --git a/etc/environments/default b/etc/environments/default
index 2155f72..25646e6 100755
--- a/etc/environments/default
+++ b/etc/environments/default
@@ -1,7 +1,6 @@
#!/bin/sh
# file : etc/environments/default
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
#
diff --git a/etc/environments/default-clang.bat b/etc/environments/default-clang.bat
index 844372c..769e6dd 100644
--- a/etc/environments/default-clang.bat
+++ b/etc/environments/default-clang.bat
@@ -1,7 +1,6 @@
@echo off
rem file : etc/environments/default-clang.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : TBC; see accompanying LICENSE file
rem
diff --git a/etc/environments/default-mingw.bat b/etc/environments/default-mingw.bat
index 26d994c..29861a5 100644
--- a/etc/environments/default-mingw.bat
+++ b/etc/environments/default-mingw.bat
@@ -1,7 +1,6 @@
@echo off
rem file : etc/environments/default-mingw.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : TBC; see accompanying LICENSE file
rem
diff --git a/etc/environments/default-msvc-14.bat b/etc/environments/default-msvc-14.bat
index 76e2385..d05e125 100644
--- a/etc/environments/default-msvc-14.bat
+++ b/etc/environments/default-msvc-14.bat
@@ -1,7 +1,6 @@
@echo off
rem file : etc/environments/default-msvc-14.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : TBC; see accompanying LICENSE file
rem
diff --git a/etc/environments/default-msvc.bat b/etc/environments/default-msvc.bat
index 86f4f76..670b3a8 100644
--- a/etc/environments/default-msvc.bat
+++ b/etc/environments/default-msvc.bat
@@ -1,7 +1,6 @@
@echo off
rem file : etc/environments/default-msvc.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : TBC; see accompanying LICENSE file
rem
diff --git a/tests/agent/buildfile b/tests/agent/buildfile
index 25e74e9..236674f 100644
--- a/tests/agent/buildfile
+++ b/tests/agent/buildfile
@@ -1,5 +1,4 @@
# file : tests/agent/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
# Setup the bbot-agent that we are testing.
diff --git a/tests/agent/testscript b/tests/agent/testscript
index 8e66949..c977c26 100644
--- a/tests/agent/testscript
+++ b/tests/agent/testscript
@@ -1,5 +1,4 @@
# file : tests/agent/testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
# The /build/machines directory should be on a btrfs filesystem and have the
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
index 9ed137a..b2c4297 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 : TBC; see accompanying LICENSE file
project = # Unnamed subproject.
diff --git a/tests/build/root.build b/tests/build/root.build
index eab74dd..4e08cd9 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 : TBC; see accompanying LICENSE file
# Configure C++ module and specify the test target for cross-testing.
diff --git a/tests/buildfile b/tests/buildfile
index e310fa8..a5c185f 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,4 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
./: {*/ -build/}
diff --git a/tests/integration/buildfile b/tests/integration/buildfile
index 42645d0..6167f06 100644
--- a/tests/integration/buildfile
+++ b/tests/integration/buildfile
@@ -1,5 +1,4 @@
# file : tests/integration/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
# Setup the bbot-agent and bbot-worker that we are testing.
diff --git a/tests/integration/testscript b/tests/integration/testscript
index d06ff97..9cbb00e 100644
--- a/tests/integration/testscript
+++ b/tests/integration/testscript
@@ -1,5 +1,4 @@
# file : tests/integration/testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
#\
diff --git a/tests/integration/tftp-map b/tests/integration/tftp-map
index 54595ab..7a2b59a 100644
--- a/tests/integration/tftp-map
+++ b/tests/integration/tftp-map
@@ -1,5 +1,4 @@
# file : tests/integration/tftp-map
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
# Test working directories relative to out_base:
diff --git a/tests/machine/buildfile b/tests/machine/buildfile
index a757295..061d474 100644
--- a/tests/machine/buildfile
+++ b/tests/machine/buildfile
@@ -1,5 +1,4 @@
# file : tests/machine/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
# Setup the bbot-agent that we are testing.
diff --git a/tests/machine/testscript b/tests/machine/testscript
index 9265334..f5e4320 100644
--- a/tests/machine/testscript
+++ b/tests/machine/testscript
@@ -1,5 +1,4 @@
# file : tests/machine/testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
# Note that if interrupted (^C) during machine execution, then have to
diff --git a/tests/worker/bootstrap.testscript b/tests/worker/bootstrap.testscript
index 6d87e2a..01a0ce7 100644
--- a/tests/worker/bootstrap.testscript
+++ b/tests/worker/bootstrap.testscript
@@ -1,5 +1,4 @@
# file : tests/worker/bootstrap.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
test.options = --bootstrap
diff --git a/tests/worker/build.testscript b/tests/worker/build.testscript
index 943862d..a28b504 100644
--- a/tests/worker/build.testscript
+++ b/tests/worker/build.testscript
@@ -1,5 +1,4 @@
# file : tests/worker/build.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
# Note: requires TFTP server (see buildfile).
diff --git a/tests/worker/buildfile b/tests/worker/buildfile
index 6ffcf4e..fae11bb 100644
--- a/tests/worker/buildfile
+++ b/tests/worker/buildfile
@@ -1,5 +1,4 @@
# file : tests/worker/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
#\
diff --git a/tests/worker/startup.testscript b/tests/worker/startup.testscript
index 4f15bc9..7d68048 100644
--- a/tests/worker/startup.testscript
+++ b/tests/worker/startup.testscript
@@ -1,5 +1,4 @@
# file : tests/worker/startup.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
# Note: requires TFTP server (see buildfile).