diff options
Diffstat (limited to 'tests/sha256')
-rw-r--r-- | tests/sha256/buildfile | 2 | ||||
-rw-r--r-- | tests/sha256/driver.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/sha256/buildfile b/tests/sha256/buildfile index 1d6cece..0d69363 100644 --- a/tests/sha256/buildfile +++ b/tests/sha256/buildfile @@ -1,5 +1,5 @@ # file : tests/sha256/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/sha256/driver.cxx b/tests/sha256/driver.cxx index 6ba1cd1..5653e05 100644 --- a/tests/sha256/driver.cxx +++ b/tests/sha256/driver.cxx @@ -1,5 +1,5 @@ // file : tests/sha256/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> |