diff options
Diffstat (limited to 'tests/test/config-test')
-rw-r--r-- | tests/test/config-test/buildfile | 2 | ||||
-rw-r--r-- | tests/test/config-test/driver.cxx | 2 | ||||
-rw-r--r-- | tests/test/config-test/testscript | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/test/config-test/buildfile b/tests/test/config-test/buildfile index 3f17d1d..1e9d1b6 100644 --- a/tests/test/config-test/buildfile +++ b/tests/test/config-test/buildfile @@ -1,5 +1,5 @@ # file : tests/test/config-build/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test config.test. diff --git a/tests/test/config-test/driver.cxx b/tests/test/config-test/driver.cxx index 807e36a..db5b8a7 100644 --- a/tests/test/config-test/driver.cxx +++ b/tests/test/config-test/driver.cxx @@ -1,5 +1,5 @@ // file : tests/test/config-test/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 <iostream> diff --git a/tests/test/config-test/testscript b/tests/test/config-test/testscript index a9fba83..996ddd3 100644 --- a/tests/test/config-test/testscript +++ b/tests/test/config-test/testscript @@ -1,5 +1,5 @@ # file : tests/test/config-test/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Setup a realistic test project that we will then exercise. |