diff options
Diffstat (limited to 'tests/sha1')
-rw-r--r-- | tests/sha1/buildfile | 2 | ||||
-rw-r--r-- | tests/sha1/driver.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/sha1/buildfile b/tests/sha1/buildfile index 0d69363..670bed5 100644 --- a/tests/sha1/buildfile +++ b/tests/sha1/buildfile @@ -1,5 +1,5 @@ # file : tests/sha256/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/sha1/driver.cxx b/tests/sha1/driver.cxx index 92a8443..1233704 100644 --- a/tests/sha1/driver.cxx +++ b/tests/sha1/driver.cxx @@ -1,5 +1,5 @@ // file : tests/sha1/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <cassert> |