From 3eb73174972d542425e82a107e3eae06cab2f9ca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 20:38:22 +0300 Subject: Update copyright year --- unit-tests/test/script/parser/buildfile | 2 +- unit-tests/test/script/parser/cleanup.testscript | 2 +- unit-tests/test/script/parser/command-if.testscript | 2 +- unit-tests/test/script/parser/command-re-parse.testscript | 2 +- unit-tests/test/script/parser/description.testscript | 2 +- unit-tests/test/script/parser/directive.testscript | 2 +- unit-tests/test/script/parser/driver.cxx | 2 +- unit-tests/test/script/parser/exit.testscript | 2 +- unit-tests/test/script/parser/expansion.testscript | 2 +- unit-tests/test/script/parser/here-document.testscript | 2 +- unit-tests/test/script/parser/here-string.testscript | 2 +- unit-tests/test/script/parser/include.testscript | 2 +- unit-tests/test/script/parser/pipe-expr.testscript | 2 +- unit-tests/test/script/parser/pre-parse.testscript | 2 +- unit-tests/test/script/parser/redirect.testscript | 2 +- unit-tests/test/script/parser/regex.testscript | 2 +- unit-tests/test/script/parser/scope-if.testscript | 2 +- unit-tests/test/script/parser/scope.testscript | 2 +- unit-tests/test/script/parser/setup-teardown.testscript | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'unit-tests/test/script/parser') 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 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 -- cgit v1.1