diff options
Diffstat (limited to 'tests/entry-time')
-rw-r--r-- | tests/entry-time/buildfile | 2 | ||||
-rw-r--r-- | tests/entry-time/driver.cxx | 2 | ||||
-rw-r--r-- | tests/entry-time/testscript | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/entry-time/buildfile b/tests/entry-time/buildfile index 0fd08f2..3a21d56 100644 --- a/tests/entry-time/buildfile +++ b/tests/entry-time/buildfile @@ -1,5 +1,5 @@ # file : tests/entry-time/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/entry-time/driver.cxx b/tests/entry-time/driver.cxx index 98f0bd7..9ce27ee 100644 --- a/tests/entry-time/driver.cxx +++ b/tests/entry-time/driver.cxx @@ -1,5 +1,5 @@ // file : tests/entry-time/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> diff --git a/tests/entry-time/testscript b/tests/entry-time/testscript index 6dfbbda..f0b2402 100644 --- a/tests/entry-time/testscript +++ b/tests/entry-time/testscript @@ -1,5 +1,5 @@ # file : tests/entry-time/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Filesystem entry times resolution may vary across OSes and underlying APIs, |