diff options
Diffstat (limited to 'tests/small-list')
-rw-r--r-- | tests/small-list/buildfile | 2 | ||||
-rw-r--r-- | tests/small-list/driver.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/small-list/buildfile b/tests/small-list/buildfile index 02a87ad..3af9f92 100644 --- a/tests/small-list/buildfile +++ b/tests/small-list/buildfile @@ -1,5 +1,5 @@ # file : tests/small-list/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/small-list/driver.cxx b/tests/small-list/driver.cxx index 970adc3..213769c 100644 --- a/tests/small-list/driver.cxx +++ b/tests/small-list/driver.cxx @@ -1,5 +1,5 @@ // file : tests/small-list/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> |