diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/buildfile | 2 | ||||
-rw-r--r-- | tests/dir-iterator/buildfile | 2 | ||||
-rw-r--r-- | tests/dir-iterator/driver.cxx | 2 | ||||
-rw-r--r-- | tests/path/buildfile | 2 | ||||
-rw-r--r-- | tests/path/driver.cxx | 2 | ||||
-rw-r--r-- | tests/prefix-map/buildfile | 2 | ||||
-rw-r--r-- | tests/prefix-map/driver.cxx | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/buildfile b/tests/buildfile index 684221b..c14870b 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file d = dir-iterator/ path/ prefix-map/ diff --git a/tests/dir-iterator/buildfile b/tests/dir-iterator/buildfile index 80fc2aa..5c8736e 100644 --- a/tests/dir-iterator/buildfile +++ b/tests/dir-iterator/buildfile @@ -1,5 +1,5 @@ # file : tests/dir-iterator/buildfile -# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file exe{driver}: cxx{driver} ../../butl/lib{butl} diff --git a/tests/dir-iterator/driver.cxx b/tests/dir-iterator/driver.cxx index cc1e7d6..4e81298 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-2015 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <cstddef> // size_t diff --git a/tests/path/buildfile b/tests/path/buildfile index 9e8f3ae..288f596 100644 --- a/tests/path/buildfile +++ b/tests/path/buildfile @@ -1,5 +1,5 @@ # file : tests/path/buildfile -# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file exe{driver}: cxx{driver} ../../butl/lib{butl} diff --git a/tests/path/driver.cxx b/tests/path/driver.cxx index a0fe18d..4df2a05 100644 --- a/tests/path/driver.cxx +++ b/tests/path/driver.cxx @@ -1,5 +1,5 @@ // file : tests/path/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <cassert> diff --git a/tests/prefix-map/buildfile b/tests/prefix-map/buildfile index 0fe9664..0561f4a 100644 --- a/tests/prefix-map/buildfile +++ b/tests/prefix-map/buildfile @@ -1,5 +1,5 @@ # file : tests/prefix-map/buildfile -# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file exe{driver}: cxx{driver} ../../butl/lib{butl} diff --git a/tests/prefix-map/driver.cxx b/tests/prefix-map/driver.cxx index 2aa59c7..6fef865 100644 --- a/tests/prefix-map/driver.cxx +++ b/tests/prefix-map/driver.cxx @@ -1,5 +1,5 @@ // file : tests/prefix-map/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <string> |