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 | 9239c606dfadf96a5a69e2581ddb54064afcdfa7 (patch) | |
tree | 58ea0e13530e30ffe84803b34f7a77275fc38da7 /tests/manifest-serializer | |
parent | 281b9ef7a740f89175a4feb29447153307f4802e (diff) |
Update copyright year
Diffstat (limited to 'tests/manifest-serializer')
-rw-r--r-- | tests/manifest-serializer/buildfile | 2 | ||||
-rw-r--r-- | tests/manifest-serializer/driver.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/manifest-serializer/buildfile b/tests/manifest-serializer/buildfile index b1dfb78..d2e5e73 100644 --- a/tests/manifest-serializer/buildfile +++ b/tests/manifest-serializer/buildfile @@ -1,5 +1,5 @@ # file : tests/manifest-serializer/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} ../../bpkg/lib{bpkg} diff --git a/tests/manifest-serializer/driver.cxx b/tests/manifest-serializer/driver.cxx index 21bca08..4c722b6 100644 --- a/tests/manifest-serializer/driver.cxx +++ b/tests/manifest-serializer/driver.cxx @@ -1,5 +1,5 @@ // file : tests/manifest-serializer/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 <vector> |