diff options
Diffstat (limited to 'tests/manifest')
-rw-r--r-- | tests/manifest/buildfile | 2 | ||||
-rw-r--r-- | tests/manifest/driver.cxx | 2 | ||||
-rw-r--r-- | tests/manifest/machine-header.testscript | 2 | ||||
-rw-r--r-- | tests/manifest/result-request.testscript | 2 | ||||
-rw-r--r-- | tests/manifest/result.testscript | 2 | ||||
-rw-r--r-- | tests/manifest/task-request.testscript | 2 | ||||
-rw-r--r-- | tests/manifest/task-response.testscript | 2 | ||||
-rw-r--r-- | tests/manifest/task.testscript | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile index ed1379f..dd469ab 100644 --- a/tests/manifest/buildfile +++ b/tests/manifest/buildfile @@ -1,5 +1,5 @@ # file : tests/manifest/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx index 15c9513..df5abf8 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -1,5 +1,5 @@ // file : tests/manifest/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 <ios> // ios_base::failbit, ios_base::badbit diff --git a/tests/manifest/machine-header.testscript b/tests/manifest/machine-header.testscript index 6d33531..c9ea898 100644 --- a/tests/manifest/machine-header.testscript +++ b/tests/manifest/machine-header.testscript @@ -1,5 +1,5 @@ # file : tests/manifest/machine-header.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -m diff --git a/tests/manifest/result-request.testscript b/tests/manifest/result-request.testscript index 20fbfbb..cd001c1 100644 --- a/tests/manifest/result-request.testscript +++ b/tests/manifest/result-request.testscript @@ -1,5 +1,5 @@ # file : tests/manifest/result-request.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -rq diff --git a/tests/manifest/result.testscript b/tests/manifest/result.testscript index a3c35a9..b6c9785 100644 --- a/tests/manifest/result.testscript +++ b/tests/manifest/result.testscript @@ -1,5 +1,5 @@ # file : tests/manifest/result.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -r diff --git a/tests/manifest/task-request.testscript b/tests/manifest/task-request.testscript index 5a60271..fecf849 100644 --- a/tests/manifest/task-request.testscript +++ b/tests/manifest/task-request.testscript @@ -1,5 +1,5 @@ # file : tests/manifest/task-request.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -tq diff --git a/tests/manifest/task-response.testscript b/tests/manifest/task-response.testscript index b66313f..45bae22 100644 --- a/tests/manifest/task-response.testscript +++ b/tests/manifest/task-response.testscript @@ -1,5 +1,5 @@ # file : tests/manifest/task-response.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -ts diff --git a/tests/manifest/task.testscript b/tests/manifest/task.testscript index 413338f..d1ea642 100644 --- a/tests/manifest/task.testscript +++ b/tests/manifest/task.testscript @@ -1,5 +1,5 @@ # file : tests/manifest/task.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -t |