summaryrefslogtreecommitdiffstats
path: root/unit-tests/test
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/test')
-rw-r--r--unit-tests/test/script/lexer/buildfile2
-rw-r--r--unit-tests/test/script/lexer/command-expansion.testscript2
-rw-r--r--unit-tests/test/script/lexer/command-line.testscript2
-rw-r--r--unit-tests/test/script/lexer/description-line.testscript2
-rw-r--r--unit-tests/test/script/lexer/driver.cxx2
-rw-r--r--unit-tests/test/script/lexer/first-token.testscript2
-rw-r--r--unit-tests/test/script/lexer/second-token.testscript2
-rw-r--r--unit-tests/test/script/lexer/variable-line.testscript2
-rw-r--r--unit-tests/test/script/lexer/variable.testscript2
-rw-r--r--unit-tests/test/script/parser/buildfile2
-rw-r--r--unit-tests/test/script/parser/cleanup.testscript2
-rw-r--r--unit-tests/test/script/parser/command-if.testscript2
-rw-r--r--unit-tests/test/script/parser/command-re-parse.testscript2
-rw-r--r--unit-tests/test/script/parser/description.testscript2
-rw-r--r--unit-tests/test/script/parser/directive.testscript2
-rw-r--r--unit-tests/test/script/parser/driver.cxx2
-rw-r--r--unit-tests/test/script/parser/exit.testscript2
-rw-r--r--unit-tests/test/script/parser/expansion.testscript2
-rw-r--r--unit-tests/test/script/parser/here-document.testscript2
-rw-r--r--unit-tests/test/script/parser/here-string.testscript2
-rw-r--r--unit-tests/test/script/parser/include.testscript2
-rw-r--r--unit-tests/test/script/parser/pipe-expr.testscript2
-rw-r--r--unit-tests/test/script/parser/pre-parse.testscript2
-rw-r--r--unit-tests/test/script/parser/redirect.testscript2
-rw-r--r--unit-tests/test/script/parser/regex.testscript2
-rw-r--r--unit-tests/test/script/parser/scope-if.testscript2
-rw-r--r--unit-tests/test/script/parser/scope.testscript2
-rw-r--r--unit-tests/test/script/parser/setup-teardown.testscript2
-rw-r--r--unit-tests/test/script/regex/buildfile2
-rw-r--r--unit-tests/test/script/regex/driver.cxx2
30 files changed, 30 insertions, 30 deletions
diff --git a/unit-tests/test/script/lexer/buildfile b/unit-tests/test/script/lexer/buildfile
index 12c4d284..190d5864 100644
--- a/unit-tests/test/script/lexer/buildfile
+++ b/unit-tests/test/script/lexer/buildfile
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/lexer/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
include ../../../../build2/
diff --git a/unit-tests/test/script/lexer/command-expansion.testscript b/unit-tests/test/script/lexer/command-expansion.testscript
index 228fb617..581e13c1 100644
--- a/unit-tests/test/script/lexer/command-expansion.testscript
+++ b/unit-tests/test/script/lexer/command-expansion.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/lexer/command-expansion.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.arguments = command-expansion
diff --git a/unit-tests/test/script/lexer/command-line.testscript b/unit-tests/test/script/lexer/command-line.testscript
index f84bc865..55344b3f 100644
--- a/unit-tests/test/script/lexer/command-line.testscript
+++ b/unit-tests/test/script/lexer/command-line.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/lexer/command-line.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.arguments = command-line
diff --git a/unit-tests/test/script/lexer/description-line.testscript b/unit-tests/test/script/lexer/description-line.testscript
index e14c8a02..dc9fd9c8 100644
--- a/unit-tests/test/script/lexer/description-line.testscript
+++ b/unit-tests/test/script/lexer/description-line.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/lexer/description-line.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.arguments = description-line
diff --git a/unit-tests/test/script/lexer/driver.cxx b/unit-tests/test/script/lexer/driver.cxx
index ecce3ebd..14d142c9 100644
--- a/unit-tests/test/script/lexer/driver.cxx
+++ b/unit-tests/test/script/lexer/driver.cxx
@@ -1,5 +1,5 @@
// file : unit-tests/test/script/lexer/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <cassert>
diff --git a/unit-tests/test/script/lexer/first-token.testscript b/unit-tests/test/script/lexer/first-token.testscript
index 0484b6d4..45cb085c 100644
--- a/unit-tests/test/script/lexer/first-token.testscript
+++ b/unit-tests/test/script/lexer/first-token.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/lexer/first-token.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# 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/unit-tests/test/script/lexer/second-token.testscript b/unit-tests/test/script/lexer/second-token.testscript
index d7cc5011..e6a72d38 100644
--- a/unit-tests/test/script/lexer/second-token.testscript
+++ b/unit-tests/test/script/lexer/second-token.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/lexer/second-token.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# 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/unit-tests/test/script/lexer/variable-line.testscript b/unit-tests/test/script/lexer/variable-line.testscript
index b28bc93a..ffbcefb6 100644
--- a/unit-tests/test/script/lexer/variable-line.testscript
+++ b/unit-tests/test/script/lexer/variable-line.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/lexer/variable-line.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.arguments = variable-line
diff --git a/unit-tests/test/script/lexer/variable.testscript b/unit-tests/test/script/lexer/variable.testscript
index b4f793e1..243a9c4a 100644
--- a/unit-tests/test/script/lexer/variable.testscript
+++ b/unit-tests/test/script/lexer/variable.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/lexer/variable.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test handling custom variable names ($*, $~, $NN).
diff --git a/unit-tests/test/script/parser/buildfile b/unit-tests/test/script/parser/buildfile
index 78c66fb9..952ec7ad 100644
--- a/unit-tests/test/script/parser/buildfile
+++ b/unit-tests/test/script/parser/buildfile
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
include ../../../../build2/
diff --git a/unit-tests/test/script/parser/cleanup.testscript b/unit-tests/test/script/parser/cleanup.testscript
index b429f5dd..962fea00 100644
--- a/unit-tests/test/script/parser/cleanup.testscript
+++ b/unit-tests/test/script/parser/cleanup.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/cleanup.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: always
diff --git a/unit-tests/test/script/parser/command-if.testscript b/unit-tests/test/script/parser/command-if.testscript
index 264c522a..274e81e6 100644
--- a/unit-tests/test/script/parser/command-if.testscript
+++ b/unit-tests/test/script/parser/command-if.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/command-if.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: if
diff --git a/unit-tests/test/script/parser/command-re-parse.testscript b/unit-tests/test/script/parser/command-re-parse.testscript
index b137b0e1..62a1c7bc 100644
--- a/unit-tests/test/script/parser/command-re-parse.testscript
+++ b/unit-tests/test/script/parser/command-re-parse.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/command-re-parse.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: double-quote
diff --git a/unit-tests/test/script/parser/description.testscript b/unit-tests/test/script/parser/description.testscript
index 1945cd23..20e6ec0c 100644
--- a/unit-tests/test/script/parser/description.testscript
+++ b/unit-tests/test/script/parser/description.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/description.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: id
diff --git a/unit-tests/test/script/parser/directive.testscript b/unit-tests/test/script/parser/directive.testscript
index 82fc471b..0fc0b7aa 100644
--- a/unit-tests/test/script/parser/directive.testscript
+++ b/unit-tests/test/script/parser/directive.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/directive.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: not-directive
diff --git a/unit-tests/test/script/parser/driver.cxx b/unit-tests/test/script/parser/driver.cxx
index b59b5723..d17c76b3 100644
--- a/unit-tests/test/script/parser/driver.cxx
+++ b/unit-tests/test/script/parser/driver.cxx
@@ -1,5 +1,5 @@
// file : unit-tests/test/script/parser/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <cassert>
diff --git a/unit-tests/test/script/parser/exit.testscript b/unit-tests/test/script/parser/exit.testscript
index af3707d6..75867d64 100644
--- a/unit-tests/test/script/parser/exit.testscript
+++ b/unit-tests/test/script/parser/exit.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/exit.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: eq
diff --git a/unit-tests/test/script/parser/expansion.testscript b/unit-tests/test/script/parser/expansion.testscript
index 710d7a1b..ea952af9 100644
--- a/unit-tests/test/script/parser/expansion.testscript
+++ b/unit-tests/test/script/parser/expansion.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/expansion.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: quote
diff --git a/unit-tests/test/script/parser/here-document.testscript b/unit-tests/test/script/parser/here-document.testscript
index ad2be7da..de6255e1 100644
--- a/unit-tests/test/script/parser/here-document.testscript
+++ b/unit-tests/test/script/parser/here-document.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/here-document.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: end-marker
diff --git a/unit-tests/test/script/parser/here-string.testscript b/unit-tests/test/script/parser/here-string.testscript
index a9e42c03..012162cd 100644
--- a/unit-tests/test/script/parser/here-string.testscript
+++ b/unit-tests/test/script/parser/here-string.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/here-string.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: empty
diff --git a/unit-tests/test/script/parser/include.testscript b/unit-tests/test/script/parser/include.testscript
index 5e31f0d2..c5241a1b 100644
--- a/unit-tests/test/script/parser/include.testscript
+++ b/unit-tests/test/script/parser/include.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/include.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: none
diff --git a/unit-tests/test/script/parser/pipe-expr.testscript b/unit-tests/test/script/parser/pipe-expr.testscript
index 70861815..a66a4aca 100644
--- a/unit-tests/test/script/parser/pipe-expr.testscript
+++ b/unit-tests/test/script/parser/pipe-expr.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/pipe-expr.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: pipe
diff --git a/unit-tests/test/script/parser/pre-parse.testscript b/unit-tests/test/script/parser/pre-parse.testscript
index d37f9724..1afd5669 100644
--- a/unit-tests/test/script/parser/pre-parse.testscript
+++ b/unit-tests/test/script/parser/pre-parse.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/pre-parse.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: attribute
diff --git a/unit-tests/test/script/parser/redirect.testscript b/unit-tests/test/script/parser/redirect.testscript
index 4001a3bd..09074cda 100644
--- a/unit-tests/test/script/parser/redirect.testscript
+++ b/unit-tests/test/script/parser/redirect.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/redirect.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# 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/unit-tests/test/script/parser/regex.testscript b/unit-tests/test/script/parser/regex.testscript
index 67832ebd..216c0c45 100644
--- a/unit-tests/test/script/parser/regex.testscript
+++ b/unit-tests/test/script/parser/regex.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/regex.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: here-string
diff --git a/unit-tests/test/script/parser/scope-if.testscript b/unit-tests/test/script/parser/scope-if.testscript
index c76fab7f..461d9028 100644
--- a/unit-tests/test/script/parser/scope-if.testscript
+++ b/unit-tests/test/script/parser/scope-if.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/scope-if.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: if
diff --git a/unit-tests/test/script/parser/scope.testscript b/unit-tests/test/script/parser/scope.testscript
index 721e455d..cc254e9c 100644
--- a/unit-tests/test/script/parser/scope.testscript
+++ b/unit-tests/test/script/parser/scope.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/scope.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
$* testscript <'cmd $@' >"cmd 1" : id-testscript
diff --git a/unit-tests/test/script/parser/setup-teardown.testscript b/unit-tests/test/script/parser/setup-teardown.testscript
index 12fde8c7..0342e732 100644
--- a/unit-tests/test/script/parser/setup-teardown.testscript
+++ b/unit-tests/test/script/parser/setup-teardown.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/parser/setup-teardown.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: setup
diff --git a/unit-tests/test/script/regex/buildfile b/unit-tests/test/script/regex/buildfile
index 538642f5..eb5394e1 100644
--- a/unit-tests/test/script/regex/buildfile
+++ b/unit-tests/test/script/regex/buildfile
@@ -1,5 +1,5 @@
# file : unit-tests/test/script/regex/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
include ../../../../build2/
diff --git a/unit-tests/test/script/regex/driver.cxx b/unit-tests/test/script/regex/driver.cxx
index 8696da63..cc7a2be1 100644
--- a/unit-tests/test/script/regex/driver.cxx
+++ b/unit-tests/test/script/regex/driver.cxx
@@ -1,5 +1,5 @@
// file : unit-tests/test/script/regex/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <regex>