aboutsummaryrefslogtreecommitdiff
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 12c4d28..190d586 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 228fb61..581e13c 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 f84bc86..55344b3 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 e14c8a0..dc9fd9c 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 ecce3eb..14d142c 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 0484b6d..45cb085 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 d7cc501..e6a72d3 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 b28bc93..ffbcefb 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 b4f793e..243a9c4 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 78c66fb..952ec7a 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 b429f5d..962fea0 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 264c522..274e81e 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 b137b0e..62a1c7b 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 1945cd2..20e6ec0 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 82fc471..0fc0b7a 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 b59b572..d17c76b 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 af3707d..75867d6 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 710d7a1..ea952af 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 ad2be7d..de6255e 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 a9e42c0..012162c 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 5e31f0d..c5241a1 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 7086181..a66a4ac 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 d37f972..1afd566 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 4001a3b..09074cd 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 67832eb..216c0c4 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 c76fab7..461d902 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 721e455..cc254e9 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 12fde8c..0342e73 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 538642f..eb5394e 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 8696da6..cc7a2be 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>