aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/test
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/test')
-rw-r--r--libbuild2/test/common.cxx1
-rw-r--r--libbuild2/test/common.hxx1
-rw-r--r--libbuild2/test/init.cxx1
-rw-r--r--libbuild2/test/init.hxx1
-rw-r--r--libbuild2/test/module.hxx1
-rw-r--r--libbuild2/test/operation.cxx1
-rw-r--r--libbuild2/test/operation.hxx1
-rw-r--r--libbuild2/test/rule.cxx1
-rw-r--r--libbuild2/test/rule.hxx1
-rw-r--r--libbuild2/test/script/builtin.cli1
-rw-r--r--libbuild2/test/script/lexer+command-expansion.test.testscript1
-rw-r--r--libbuild2/test/script/lexer+command-line.test.testscript1
-rw-r--r--libbuild2/test/script/lexer+description-line.test.testscript1
-rw-r--r--libbuild2/test/script/lexer+first-token.test.testscript1
-rw-r--r--libbuild2/test/script/lexer+second-token.test.testscript1
-rw-r--r--libbuild2/test/script/lexer+variable-line.test.testscript1
-rw-r--r--libbuild2/test/script/lexer+variable.test.testscript1
-rw-r--r--libbuild2/test/script/lexer.cxx1
-rw-r--r--libbuild2/test/script/lexer.hxx1
-rw-r--r--libbuild2/test/script/lexer.test.cxx1
-rw-r--r--libbuild2/test/script/parser+cleanup.test.testscript1
-rw-r--r--libbuild2/test/script/parser+command-if.test.testscript1
-rw-r--r--libbuild2/test/script/parser+command-re-parse.test.testscript1
-rw-r--r--libbuild2/test/script/parser+description.test.testscript1
-rw-r--r--libbuild2/test/script/parser+directive.test.testscript1
-rw-r--r--libbuild2/test/script/parser+exit.test.testscript1
-rw-r--r--libbuild2/test/script/parser+expansion.test.testscript1
-rw-r--r--libbuild2/test/script/parser+here-document.test.testscript1
-rw-r--r--libbuild2/test/script/parser+here-string.test.testscript1
-rw-r--r--libbuild2/test/script/parser+include.test.testscript1
-rw-r--r--libbuild2/test/script/parser+pipe-expr.test.testscript1
-rw-r--r--libbuild2/test/script/parser+pre-parse.test.testscript1
-rw-r--r--libbuild2/test/script/parser+redirect.test.testscript1
-rw-r--r--libbuild2/test/script/parser+regex.test.testscript1
-rw-r--r--libbuild2/test/script/parser+scope-if.test.testscript1
-rw-r--r--libbuild2/test/script/parser+scope.test.testscript1
-rw-r--r--libbuild2/test/script/parser+setup-teardown.test.testscript1
-rw-r--r--libbuild2/test/script/parser.cxx1
-rw-r--r--libbuild2/test/script/parser.hxx1
-rw-r--r--libbuild2/test/script/parser.test.cxx1
-rw-r--r--libbuild2/test/script/regex.cxx1
-rw-r--r--libbuild2/test/script/regex.hxx1
-rw-r--r--libbuild2/test/script/regex.ixx1
-rw-r--r--libbuild2/test/script/regex.test.cxx1
-rw-r--r--libbuild2/test/script/runner.cxx1
-rw-r--r--libbuild2/test/script/runner.hxx1
-rw-r--r--libbuild2/test/script/script.cxx1
-rw-r--r--libbuild2/test/script/script.hxx1
-rw-r--r--libbuild2/test/script/script.ixx1
-rw-r--r--libbuild2/test/script/token.cxx1
-rw-r--r--libbuild2/test/script/token.hxx1
-rw-r--r--libbuild2/test/target.cxx1
-rw-r--r--libbuild2/test/target.hxx1
53 files changed, 0 insertions, 53 deletions
diff --git a/libbuild2/test/common.cxx b/libbuild2/test/common.cxx
index 11c5d90..f50d289 100644
--- a/libbuild2/test/common.cxx
+++ b/libbuild2/test/common.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/common.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbuild2/test/common.hxx>
diff --git a/libbuild2/test/common.hxx b/libbuild2/test/common.hxx
index 5bb78ee..01628fd 100644
--- a/libbuild2/test/common.hxx
+++ b/libbuild2/test/common.hxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/common.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUILD2_TEST_COMMON_HXX
diff --git a/libbuild2/test/init.cxx b/libbuild2/test/init.cxx
index ec95927..c0d0331 100644
--- a/libbuild2/test/init.cxx
+++ b/libbuild2/test/init.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/init.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbuild2/test/init.hxx>
diff --git a/libbuild2/test/init.hxx b/libbuild2/test/init.hxx
index 7683858..ff03fd8 100644
--- a/libbuild2/test/init.hxx
+++ b/libbuild2/test/init.hxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/init.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUILD2_TEST_INIT_HXX
diff --git a/libbuild2/test/module.hxx b/libbuild2/test/module.hxx
index af06434..7635f01 100644
--- a/libbuild2/test/module.hxx
+++ b/libbuild2/test/module.hxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/module.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUILD2_TEST_MODULE_HXX
diff --git a/libbuild2/test/operation.cxx b/libbuild2/test/operation.cxx
index 061b2cc..d06bd7c 100644
--- a/libbuild2/test/operation.cxx
+++ b/libbuild2/test/operation.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/operation.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbuild2/test/operation.hxx>
diff --git a/libbuild2/test/operation.hxx b/libbuild2/test/operation.hxx
index 8a9aed7..03816f6 100644
--- a/libbuild2/test/operation.hxx
+++ b/libbuild2/test/operation.hxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/operation.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUILD2_TEST_OPERATION_HXX
diff --git a/libbuild2/test/rule.cxx b/libbuild2/test/rule.cxx
index 9187125..a895e27 100644
--- a/libbuild2/test/rule.cxx
+++ b/libbuild2/test/rule.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/rule.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbuild2/test/rule.hxx>
diff --git a/libbuild2/test/rule.hxx b/libbuild2/test/rule.hxx
index 7837074..bc39f50 100644
--- a/libbuild2/test/rule.hxx
+++ b/libbuild2/test/rule.hxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/rule.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUILD2_TEST_RULE_HXX
diff --git a/libbuild2/test/script/builtin.cli b/libbuild2/test/script/builtin.cli
index 790e6f1..42b26d2 100644
--- a/libbuild2/test/script/builtin.cli
+++ b/libbuild2/test/script/builtin.cli
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/builtin.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
// Note that options in this file are undocumented because we generate neither
diff --git a/libbuild2/test/script/lexer+command-expansion.test.testscript b/libbuild2/test/script/lexer+command-expansion.test.testscript
index 1ddc246..2cb6587 100644
--- a/libbuild2/test/script/lexer+command-expansion.test.testscript
+++ b/libbuild2/test/script/lexer+command-expansion.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/lexer+command-expansion.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.arguments = command-expansion
diff --git a/libbuild2/test/script/lexer+command-line.test.testscript b/libbuild2/test/script/lexer+command-line.test.testscript
index eedb46f..74d8380 100644
--- a/libbuild2/test/script/lexer+command-line.test.testscript
+++ b/libbuild2/test/script/lexer+command-line.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/lexer+command-line.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.arguments = command-line
diff --git a/libbuild2/test/script/lexer+description-line.test.testscript b/libbuild2/test/script/lexer+description-line.test.testscript
index 3fa51bd..3663309 100644
--- a/libbuild2/test/script/lexer+description-line.test.testscript
+++ b/libbuild2/test/script/lexer+description-line.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/lexer+description-line.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.arguments = description-line
diff --git a/libbuild2/test/script/lexer+first-token.test.testscript b/libbuild2/test/script/lexer+first-token.test.testscript
index 3eaf976..4447187 100644
--- a/libbuild2/test/script/lexer+first-token.test.testscript
+++ b/libbuild2/test/script/lexer+first-token.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/lexer+first-token.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note: this mode auto-expires after each token.
diff --git a/libbuild2/test/script/lexer+second-token.test.testscript b/libbuild2/test/script/lexer+second-token.test.testscript
index c494796..7842cfa 100644
--- a/libbuild2/test/script/lexer+second-token.test.testscript
+++ b/libbuild2/test/script/lexer+second-token.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/lexer+second-token.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note: this mode auto-expires after each token.
diff --git a/libbuild2/test/script/lexer+variable-line.test.testscript b/libbuild2/test/script/lexer+variable-line.test.testscript
index bac4f16..d33eab5 100644
--- a/libbuild2/test/script/lexer+variable-line.test.testscript
+++ b/libbuild2/test/script/lexer+variable-line.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/lexer+variable-line.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.arguments = variable-line
diff --git a/libbuild2/test/script/lexer+variable.test.testscript b/libbuild2/test/script/lexer+variable.test.testscript
index 7c0807a..ac7d6be 100644
--- a/libbuild2/test/script/lexer+variable.test.testscript
+++ b/libbuild2/test/script/lexer+variable.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/lexer+variable.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test handling custom variable names ($*, $~, $NN).
diff --git a/libbuild2/test/script/lexer.cxx b/libbuild2/test/script/lexer.cxx
index 11913d5..26d77b5 100644
--- a/libbuild2/test/script/lexer.cxx
+++ b/libbuild2/test/script/lexer.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/lexer.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbuild2/test/script/lexer.hxx>
diff --git a/libbuild2/test/script/lexer.hxx b/libbuild2/test/script/lexer.hxx
index 1b26224..5763e3b 100644
--- a/libbuild2/test/script/lexer.hxx
+++ b/libbuild2/test/script/lexer.hxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/lexer.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUILD2_TEST_SCRIPT_LEXER_HXX
diff --git a/libbuild2/test/script/lexer.test.cxx b/libbuild2/test/script/lexer.test.cxx
index f6610e2..1512e58 100644
--- a/libbuild2/test/script/lexer.test.cxx
+++ b/libbuild2/test/script/lexer.test.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/lexer.test.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <cassert>
diff --git a/libbuild2/test/script/parser+cleanup.test.testscript b/libbuild2/test/script/parser+cleanup.test.testscript
index 321664c..253927f 100644
--- a/libbuild2/test/script/parser+cleanup.test.testscript
+++ b/libbuild2/test/script/parser+cleanup.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/parser+cleanup.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: always
diff --git a/libbuild2/test/script/parser+command-if.test.testscript b/libbuild2/test/script/parser+command-if.test.testscript
index 7425da2..bfca9e8 100644
--- a/libbuild2/test/script/parser+command-if.test.testscript
+++ b/libbuild2/test/script/parser+command-if.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/parser+command-if.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: if
diff --git a/libbuild2/test/script/parser+command-re-parse.test.testscript b/libbuild2/test/script/parser+command-re-parse.test.testscript
index f5a67f3..84465b3 100644
--- a/libbuild2/test/script/parser+command-re-parse.test.testscript
+++ b/libbuild2/test/script/parser+command-re-parse.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/parser+command-re-parse.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: double-quote
diff --git a/libbuild2/test/script/parser+description.test.testscript b/libbuild2/test/script/parser+description.test.testscript
index d17a69f..cee540f 100644
--- a/libbuild2/test/script/parser+description.test.testscript
+++ b/libbuild2/test/script/parser+description.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/parser+description.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: id
diff --git a/libbuild2/test/script/parser+directive.test.testscript b/libbuild2/test/script/parser+directive.test.testscript
index 9d04ce7..188015b 100644
--- a/libbuild2/test/script/parser+directive.test.testscript
+++ b/libbuild2/test/script/parser+directive.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/parser+directive.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: not-directive
diff --git a/libbuild2/test/script/parser+exit.test.testscript b/libbuild2/test/script/parser+exit.test.testscript
index 284e9a7..c6327df 100644
--- a/libbuild2/test/script/parser+exit.test.testscript
+++ b/libbuild2/test/script/parser+exit.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/parser+exit.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: eq
diff --git a/libbuild2/test/script/parser+expansion.test.testscript b/libbuild2/test/script/parser+expansion.test.testscript
index 7ea92f9..77a7d6d 100644
--- a/libbuild2/test/script/parser+expansion.test.testscript
+++ b/libbuild2/test/script/parser+expansion.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/parser+expansion.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: quote
diff --git a/libbuild2/test/script/parser+here-document.test.testscript b/libbuild2/test/script/parser+here-document.test.testscript
index 00f3fbd..c3ec2f3 100644
--- a/libbuild2/test/script/parser+here-document.test.testscript
+++ b/libbuild2/test/script/parser+here-document.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/parser+here-document.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: end-marker
diff --git a/libbuild2/test/script/parser+here-string.test.testscript b/libbuild2/test/script/parser+here-string.test.testscript
index 785951d..9a6dff4 100644
--- a/libbuild2/test/script/parser+here-string.test.testscript
+++ b/libbuild2/test/script/parser+here-string.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/parser+here-string.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: empty
diff --git a/libbuild2/test/script/parser+include.test.testscript b/libbuild2/test/script/parser+include.test.testscript
index c86b583..6c690bb 100644
--- a/libbuild2/test/script/parser+include.test.testscript
+++ b/libbuild2/test/script/parser+include.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/parser+include.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: none
diff --git a/libbuild2/test/script/parser+pipe-expr.test.testscript b/libbuild2/test/script/parser+pipe-expr.test.testscript
index 8b6b4f9..5b58eb4 100644
--- a/libbuild2/test/script/parser+pipe-expr.test.testscript
+++ b/libbuild2/test/script/parser+pipe-expr.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/parser+pipe-expr.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: pipe
diff --git a/libbuild2/test/script/parser+pre-parse.test.testscript b/libbuild2/test/script/parser+pre-parse.test.testscript
index b2839eb..ee36e1c 100644
--- a/libbuild2/test/script/parser+pre-parse.test.testscript
+++ b/libbuild2/test/script/parser+pre-parse.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/parser+pre-parse.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: attribute
diff --git a/libbuild2/test/script/parser+redirect.test.testscript b/libbuild2/test/script/parser+redirect.test.testscript
index 49fa89b..3858808 100644
--- a/libbuild2/test/script/parser+redirect.test.testscript
+++ b/libbuild2/test/script/parser+redirect.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/parser+redirect.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# @@ Add tests for redirects other than trace, here-*, file and merge.
diff --git a/libbuild2/test/script/parser+regex.test.testscript b/libbuild2/test/script/parser+regex.test.testscript
index d5f899a..8627304 100644
--- a/libbuild2/test/script/parser+regex.test.testscript
+++ b/libbuild2/test/script/parser+regex.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/parser+regex.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: here-string
diff --git a/libbuild2/test/script/parser+scope-if.test.testscript b/libbuild2/test/script/parser+scope-if.test.testscript
index aad3f37..6c18f99 100644
--- a/libbuild2/test/script/parser+scope-if.test.testscript
+++ b/libbuild2/test/script/parser+scope-if.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/parser+scope-if.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: if
diff --git a/libbuild2/test/script/parser+scope.test.testscript b/libbuild2/test/script/parser+scope.test.testscript
index bfb1a59..be313ed 100644
--- a/libbuild2/test/script/parser+scope.test.testscript
+++ b/libbuild2/test/script/parser+scope.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/parser+scope.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
$* testscript <'cmd $@' >"cmd 1" : id-testscript
diff --git a/libbuild2/test/script/parser+setup-teardown.test.testscript b/libbuild2/test/script/parser+setup-teardown.test.testscript
index 5f1418a..f0df220 100644
--- a/libbuild2/test/script/parser+setup-teardown.test.testscript
+++ b/libbuild2/test/script/parser+setup-teardown.test.testscript
@@ -1,5 +1,4 @@
# file : libbuild2/test/script/parser+setup-teardown.test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: setup
diff --git a/libbuild2/test/script/parser.cxx b/libbuild2/test/script/parser.cxx
index 302ec84..4a5a64a 100644
--- a/libbuild2/test/script/parser.cxx
+++ b/libbuild2/test/script/parser.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/parser.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbuild2/test/script/parser.hxx>
diff --git a/libbuild2/test/script/parser.hxx b/libbuild2/test/script/parser.hxx
index 7dcd70d..ed3c926 100644
--- a/libbuild2/test/script/parser.hxx
+++ b/libbuild2/test/script/parser.hxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/parser.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUILD2_TEST_SCRIPT_PARSER_HXX
diff --git a/libbuild2/test/script/parser.test.cxx b/libbuild2/test/script/parser.test.cxx
index 54f6ee7..44be998 100644
--- a/libbuild2/test/script/parser.test.cxx
+++ b/libbuild2/test/script/parser.test.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/parser.test.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <cassert>
diff --git a/libbuild2/test/script/regex.cxx b/libbuild2/test/script/regex.cxx
index 20dfaa6..92dd8f1 100644
--- a/libbuild2/test/script/regex.cxx
+++ b/libbuild2/test/script/regex.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/regex.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <locale>
diff --git a/libbuild2/test/script/regex.hxx b/libbuild2/test/script/regex.hxx
index 0b2e03e..9265021 100644
--- a/libbuild2/test/script/regex.hxx
+++ b/libbuild2/test/script/regex.hxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/regex.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUILD2_TEST_SCRIPT_REGEX_HXX
diff --git a/libbuild2/test/script/regex.ixx b/libbuild2/test/script/regex.ixx
index c5b638e..46db9db 100644
--- a/libbuild2/test/script/regex.ixx
+++ b/libbuild2/test/script/regex.ixx
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/regex.ixx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
namespace build2
diff --git a/libbuild2/test/script/regex.test.cxx b/libbuild2/test/script/regex.test.cxx
index f205154..c46068b 100644
--- a/libbuild2/test/script/regex.test.cxx
+++ b/libbuild2/test/script/regex.test.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/regex.test.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <regex>
diff --git a/libbuild2/test/script/runner.cxx b/libbuild2/test/script/runner.cxx
index 7ba25a6..535919c 100644
--- a/libbuild2/test/script/runner.cxx
+++ b/libbuild2/test/script/runner.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/runner.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbuild2/test/script/runner.hxx>
diff --git a/libbuild2/test/script/runner.hxx b/libbuild2/test/script/runner.hxx
index 9a3f91f..af37f56 100644
--- a/libbuild2/test/script/runner.hxx
+++ b/libbuild2/test/script/runner.hxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/runner.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUILD2_TEST_SCRIPT_RUNNER_HXX
diff --git a/libbuild2/test/script/script.cxx b/libbuild2/test/script/script.cxx
index af9ba82..d8cf5fb 100644
--- a/libbuild2/test/script/script.cxx
+++ b/libbuild2/test/script/script.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/script.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbuild2/test/script/script.hxx>
diff --git a/libbuild2/test/script/script.hxx b/libbuild2/test/script/script.hxx
index 73fd696..8e5df16 100644
--- a/libbuild2/test/script/script.hxx
+++ b/libbuild2/test/script/script.hxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/script.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUILD2_TEST_SCRIPT_SCRIPT_HXX
diff --git a/libbuild2/test/script/script.ixx b/libbuild2/test/script/script.ixx
index d4a216a..38cba29 100644
--- a/libbuild2/test/script/script.ixx
+++ b/libbuild2/test/script/script.ixx
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/script.ixx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
namespace build2
diff --git a/libbuild2/test/script/token.cxx b/libbuild2/test/script/token.cxx
index e38e227..85fbb06 100644
--- a/libbuild2/test/script/token.cxx
+++ b/libbuild2/test/script/token.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/token.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbuild2/test/script/token.hxx>
diff --git a/libbuild2/test/script/token.hxx b/libbuild2/test/script/token.hxx
index 4abe617..14be0a2 100644
--- a/libbuild2/test/script/token.hxx
+++ b/libbuild2/test/script/token.hxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/script/token.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUILD2_TEST_SCRIPT_TOKEN_HXX
diff --git a/libbuild2/test/target.cxx b/libbuild2/test/target.cxx
index 2707a89..ce88baa 100644
--- a/libbuild2/test/target.cxx
+++ b/libbuild2/test/target.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/target.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbuild2/test/target.hxx>
diff --git a/libbuild2/test/target.hxx b/libbuild2/test/target.hxx
index f633adf..1dd7307 100644
--- a/libbuild2/test/target.hxx
+++ b/libbuild2/test/target.hxx
@@ -1,5 +1,4 @@
// file : libbuild2/test/target.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUILD2_TEST_TARGET_HXX