diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-05 16:01:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-05 16:01:24 +0200 |
commit | c24eeeb246c5a2b513ed08b155b2bce742324d06 (patch) | |
tree | 28b25efad6f6939ee6a7c2210854592118b7727c /tests/manifest | |
parent | 629bf8540fd4446c1c13ec7ce95e14c4c4b663fe (diff) |
Update copyright year
Diffstat (limited to 'tests/manifest')
-rw-r--r-- | tests/manifest/buildfile | 2 | ||||
-rw-r--r-- | tests/manifest/driver.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile index 8f4b8f0..d3c55f8 100644 --- a/tests/manifest/buildfile +++ b/tests/manifest/buildfile @@ -1,5 +1,5 @@ # file : tests/manifest/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file #exe{driver}: cxx{driver} ../../bpkg/lib{bpkg} diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx index 4083516..9b6c31a 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -1,5 +1,5 @@ // file : tests/manifest/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <cassert> |