diff options
Diffstat (limited to 'tests/semantic-version')
-rw-r--r-- | tests/semantic-version/buildfile | 2 | ||||
-rw-r--r-- | tests/semantic-version/driver.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/semantic-version/buildfile b/tests/semantic-version/buildfile index 1055228..cf0beca 100644 --- a/tests/semantic-version/buildfile +++ b/tests/semantic-version/buildfile @@ -1,5 +1,5 @@ # file : tests/semantic-version/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/semantic-version/driver.cxx b/tests/semantic-version/driver.cxx index 024aed0..fa67d2b 100644 --- a/tests/semantic-version/driver.cxx +++ b/tests/semantic-version/driver.cxx @@ -1,5 +1,5 @@ // file : tests/semantic-version/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> |