diff options
Diffstat (limited to 'tests/timestamp')
-rw-r--r-- | tests/timestamp/buildfile | 2 | ||||
-rw-r--r-- | tests/timestamp/driver.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/timestamp/buildfile b/tests/timestamp/buildfile index d2c5492..0a0857e 100644 --- a/tests/timestamp/buildfile +++ b/tests/timestamp/buildfile @@ -1,5 +1,5 @@ # file : tests/timestamp/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/timestamp/driver.cxx b/tests/timestamp/driver.cxx index bfd67b4..c8e5051 100644 --- a/tests/timestamp/driver.cxx +++ b/tests/timestamp/driver.cxx @@ -1,5 +1,5 @@ // file : tests/timestamp/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 <time.h> // tzset() (POSIX), _tzset() (Windows) |