summaryrefslogtreecommitdiffstats
path: root/unit-tests/test/script/parser
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/test/script/parser')
-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
19 files changed, 19 insertions, 19 deletions
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