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 0a9dcf4..e8a33c5 100644 --- a/tests/dir-iterator/buildfile +++ b/tests/dir-iterator/buildfile @@ -1,5 +1,5 @@ # file : tests/dir-iterator/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/dir-iterator/driver.cxx b/tests/dir-iterator/driver.cxx index bad9e58..d947714 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <cassert> diff --git a/tests/dir-iterator/testscript b/tests/dir-iterator/testscript index f592c78..4a60e7b 100644 --- a/tests/dir-iterator/testscript +++ b/tests/dir-iterator/testscript @@ -1,5 +1,5 @@ # file : tests/dir-iterator/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options = -v |