diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-16 20:38:22 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-16 20:38:22 +0300 |
commit | 3eb73174972d542425e82a107e3eae06cab2f9ca (patch) | |
tree | 116b9686b61f5dda66dbf9b8572c7a40cfe59e36 /tests/test/script/runner | |
parent | 28fb279aba3af8bf1a57a9e36b2b183ef68c5454 (diff) |
Update copyright year
Diffstat (limited to 'tests/test/script/runner')
-rw-r--r-- | tests/test/script/runner/buildfile | 2 | ||||
-rw-r--r-- | tests/test/script/runner/cleanup.testscript | 2 | ||||
-rw-r--r-- | tests/test/script/runner/driver.cxx | 2 | ||||
-rw-r--r-- | tests/test/script/runner/exit.testscript | 2 | ||||
-rw-r--r-- | tests/test/script/runner/expr.testscript | 2 | ||||
-rw-r--r-- | tests/test/script/runner/if.testscript | 2 | ||||
-rw-r--r-- | tests/test/script/runner/output.testscript | 2 | ||||
-rw-r--r-- | tests/test/script/runner/pipe.testscript | 2 | ||||
-rw-r--r-- | tests/test/script/runner/redirect.testscript | 2 | ||||
-rw-r--r-- | tests/test/script/runner/regex.testscript | 2 | ||||
-rw-r--r-- | tests/test/script/runner/set.testscript | 2 | ||||
-rw-r--r-- | tests/test/script/runner/status.testscript | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/tests/test/script/runner/buildfile b/tests/test/script/runner/buildfile index 6e8bdd3..4833450 100644 --- a/tests/test/script/runner/buildfile +++ b/tests/test/script/runner/buildfile @@ -1,5 +1,5 @@ # file : tests/test/script/runner/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript{*} exe{driver} $b diff --git a/tests/test/script/runner/cleanup.testscript b/tests/test/script/runner/cleanup.testscript index 63fe459..b9f0934 100644 --- a/tests/test/script/runner/cleanup.testscript +++ b/tests/test/script/runner/cleanup.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/cleanup.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/driver.cxx b/tests/test/script/runner/driver.cxx index b48ab6e..b6b52cd 100644 --- a/tests/test/script/runner/driver.cxx +++ b/tests/test/script/runner/driver.cxx @@ -1,5 +1,5 @@ // file : tests/test/script/runner/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 <limits> // numeric_limits diff --git a/tests/test/script/runner/exit.testscript b/tests/test/script/runner/exit.testscript index 38fd8e0..897cf65 100644 --- a/tests/test/script/runner/exit.testscript +++ b/tests/test/script/runner/exit.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/exit.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/expr.testscript b/tests/test/script/runner/expr.testscript index b8dbfdc..fd9c643 100644 --- a/tests/test/script/runner/expr.testscript +++ b/tests/test/script/runner/expr.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/expr.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/if.testscript b/tests/test/script/runner/if.testscript index a625c34..8280d86 100644 --- a/tests/test/script/runner/if.testscript +++ b/tests/test/script/runner/if.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/if.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/output.testscript b/tests/test/script/runner/output.testscript index ec9ff92..178effe 100644 --- a/tests/test/script/runner/output.testscript +++ b/tests/test/script/runner/output.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/output.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Some of the tests below (*/script-wd, before/*) are probably more appropriate diff --git a/tests/test/script/runner/pipe.testscript b/tests/test/script/runner/pipe.testscript index ac23645..183d7fa 100644 --- a/tests/test/script/runner/pipe.testscript +++ b/tests/test/script/runner/pipe.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/pipe.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/redirect.testscript b/tests/test/script/runner/redirect.testscript index f752403..dfec2fd 100644 --- a/tests/test/script/runner/redirect.testscript +++ b/tests/test/script/runner/redirect.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/redirect.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/regex.testscript b/tests/test/script/runner/regex.testscript index ee4b25e..adeeb0c 100644 --- a/tests/test/script/runner/regex.testscript +++ b/tests/test/script/runner/regex.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/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 we test that regex objects are properly created by the parser/runner diff --git a/tests/test/script/runner/set.testscript b/tests/test/script/runner/set.testscript index 62f5b24..a795963 100644 --- a/tests/test/script/runner/set.testscript +++ b/tests/test/script/runner/set.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/set.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/status.testscript b/tests/test/script/runner/status.testscript index 0532ed3..271bf4f 100644 --- a/tests/test/script/runner/status.testscript +++ b/tests/test/script/runner/status.testscript @@ -1,5 +1,5 @@ # file : tests/test/script/runner/status.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript |