diff options
Diffstat (limited to 'tests/base64')
-rw-r--r-- | tests/base64/buildfile | 2 | ||||
-rw-r--r-- | tests/base64/driver.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/base64/buildfile b/tests/base64/buildfile index bb27f11..f4ee9ac 100644 --- a/tests/base64/buildfile +++ b/tests/base64/buildfile @@ -1,5 +1,5 @@ # file : tests/base64/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/base64/driver.cxx b/tests/base64/driver.cxx index bb18e88..a713a76 100644 --- a/tests/base64/driver.cxx +++ b/tests/base64/driver.cxx @@ -1,5 +1,5 @@ // file : tests/base64/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> |