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 63212fa..223ccff 100644 --- a/tests/base64/buildfile +++ b/tests/base64/buildfile @@ -1,5 +1,5 @@ # file : tests/base64/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} diff --git a/tests/base64/driver.cxx b/tests/base64/driver.cxx index 05fc359..64103ed 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <string> |