diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-05 16:01:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-05 16:01:24 +0200 |
commit | 7b5d1f33f434034eb7946f459c7fa76b10f620f1 (patch) | |
tree | 995c7462602e01c62fd490e8db916d871f385917 /tests/dir-iterator | |
parent | c61d6e14c08fec7658dbdc33c16b5feeece08fbf (diff) |
Update copyright year
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 |