diff options
Diffstat (limited to 'tests/link')
-rw-r--r-- | tests/link/buildfile | 2 | ||||
-rw-r--r-- | tests/link/driver.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/link/buildfile b/tests/link/buildfile index 1180505..ca6fc91 100644 --- a/tests/link/buildfile +++ b/tests/link/buildfile @@ -1,5 +1,5 @@ # file : tests/link/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/link/driver.cxx b/tests/link/driver.cxx index 7ee8c3b..b840d0b 100644 --- a/tests/link/driver.cxx +++ b/tests/link/driver.cxx @@ -1,5 +1,5 @@ // file : tests/link/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> |