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.test | 2 | ||||
-rw-r--r-- | tests/manifest/result-request.test | 2 | ||||
-rw-r--r-- | tests/manifest/result.test | 2 | ||||
-rw-r--r-- | tests/manifest/task-request.test | 2 | ||||
-rw-r--r-- | tests/manifest/task-response.test | 2 | ||||
-rw-r--r-- | tests/manifest/task.test | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile index 62b3686..589ef02 100644 --- a/tests/manifest/buildfile +++ b/tests/manifest/buildfile @@ -1,5 +1,5 @@ # file : tests/manifest/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 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 91fd512..15c9513 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <ios> // ios_base::failbit, ios_base::badbit diff --git a/tests/manifest/machine-header.test b/tests/manifest/machine-header.test index c70be7f..6b880b1 100644 --- a/tests/manifest/machine-header.test +++ b/tests/manifest/machine-header.test @@ -1,5 +1,5 @@ # file : tests/manifest/machine-header.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -m diff --git a/tests/manifest/result-request.test b/tests/manifest/result-request.test index f4845e6..7b03ce1 100644 --- a/tests/manifest/result-request.test +++ b/tests/manifest/result-request.test @@ -1,5 +1,5 @@ # file : tests/manifest/result-request.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -rq diff --git a/tests/manifest/result.test b/tests/manifest/result.test index 52964e0..2735e53 100644 --- a/tests/manifest/result.test +++ b/tests/manifest/result.test @@ -1,5 +1,5 @@ # file : tests/manifest/result.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -r diff --git a/tests/manifest/task-request.test b/tests/manifest/task-request.test index e3b0cd7..c8c4150 100644 --- a/tests/manifest/task-request.test +++ b/tests/manifest/task-request.test @@ -1,5 +1,5 @@ # file : tests/manifest/task-request.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -tq diff --git a/tests/manifest/task-response.test b/tests/manifest/task-response.test index 58c880c..f92e43f 100644 --- a/tests/manifest/task-response.test +++ b/tests/manifest/task-response.test @@ -1,5 +1,5 @@ # file : tests/manifest/task-response.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -ts diff --git a/tests/manifest/task.test b/tests/manifest/task.test index 4013f52..c78ce19 100644 --- a/tests/manifest/task.test +++ b/tests/manifest/task.test @@ -1,5 +1,5 @@ # file : tests/manifest/task.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -t |