diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-09 08:46:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-09 08:46:34 +0200 |
commit | 6123a93e79239a7d5886604b1ecafd7d4fc3710d (patch) | |
tree | db62497219e234b6bd328327c6b2b2616520d0ce /tests/path | |
parent | 304b4e97bef93bcbeb82b5339451bacbb72b4f31 (diff) |
Update copyright year
Diffstat (limited to 'tests/path')
-rw-r--r-- | tests/path/buildfile | 2 | ||||
-rw-r--r-- | tests/path/driver.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/path/buildfile b/tests/path/buildfile index 9e8f3ae..288f596 100644 --- a/tests/path/buildfile +++ b/tests/path/buildfile @@ -1,5 +1,5 @@ # file : tests/path/buildfile -# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file exe{driver}: cxx{driver} ../../butl/lib{butl} diff --git a/tests/path/driver.cxx b/tests/path/driver.cxx index a0fe18d..4df2a05 100644 --- a/tests/path/driver.cxx +++ b/tests/path/driver.cxx @@ -1,5 +1,5 @@ // file : tests/path/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <cassert> |