diff options
Diffstat (limited to 'tests/dir-iterator')
-rw-r--r-- | tests/dir-iterator/buildfile | 2 | ||||
-rw-r--r-- | tests/dir-iterator/driver.cxx | 2 | ||||
-rw-r--r-- | tests/dir-iterator/testscript | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/dir-iterator/buildfile b/tests/dir-iterator/buildfile index fe310ad..8952e47 100644 --- a/tests/dir-iterator/buildfile +++ b/tests/dir-iterator/buildfile @@ -1,5 +1,5 @@ # file : tests/dir-iterator/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file exe{driver}: cxx{driver} ../../butl/lib{butl} test{testscript} diff --git a/tests/dir-iterator/driver.cxx b/tests/dir-iterator/driver.cxx index 7e4de84..62f051b 100644 --- a/tests/dir-iterator/driver.cxx +++ b/tests/dir-iterator/driver.cxx @@ -1,5 +1,5 @@ // file : tests/dir-iterator/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <cstddef> // size_t diff --git a/tests/dir-iterator/testscript b/tests/dir-iterator/testscript index 42dc1fa..75a1ca6 100644 --- a/tests/dir-iterator/testscript +++ b/tests/dir-iterator/testscript @@ -1,5 +1,5 @@ # file : tests/dir-iterator/testscript -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options = -v |