From 9239c606dfadf96a5a69e2581ddb54064afcdfa7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 9 Jan 2016 08:46:34 +0200 Subject: Update copyright year --- tests/buildfile | 2 +- tests/manifest-parser/buildfile | 2 +- tests/manifest-parser/driver.cxx | 2 +- tests/manifest-roundtrip/buildfile | 2 +- tests/manifest-roundtrip/driver.cxx | 2 +- tests/manifest-serializer/buildfile | 2 +- tests/manifest-serializer/driver.cxx | 2 +- tests/manifest/buildfile | 2 +- tests/manifest/driver.cxx | 2 +- tests/package-version/buildfile | 2 +- tests/package-version/driver.cxx | 2 +- tests/repository-location/buildfile | 2 +- tests/repository-location/driver.cxx | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'tests') diff --git a/tests/buildfile b/tests/buildfile index bb53854..bac1dfa 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file d = manifest-parser/ manifest-serializer/ manifest-roundtrip/ manifest/ \ diff --git a/tests/manifest-parser/buildfile b/tests/manifest-parser/buildfile index 4fcf735..e3a5b97 100644 --- a/tests/manifest-parser/buildfile +++ b/tests/manifest-parser/buildfile @@ -1,5 +1,5 @@ # file : tests/manifest-parser/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-parser/driver.cxx b/tests/manifest-parser/driver.cxx index 0fd64f4..e19279d 100644 --- a/tests/manifest-parser/driver.cxx +++ b/tests/manifest-parser/driver.cxx @@ -1,5 +1,5 @@ // file : tests/manifest-parser/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 diff --git a/tests/manifest-roundtrip/buildfile b/tests/manifest-roundtrip/buildfile index d6133e9..a830a01 100644 --- a/tests/manifest-roundtrip/buildfile +++ b/tests/manifest-roundtrip/buildfile @@ -1,5 +1,5 @@ # file : tests/manifest-roundtrip/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-roundtrip/driver.cxx b/tests/manifest-roundtrip/driver.cxx index d7c7707..917dc50 100644 --- a/tests/manifest-roundtrip/driver.cxx +++ b/tests/manifest-roundtrip/driver.cxx @@ -1,5 +1,5 @@ // file : tests/manifest-roundtrip/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 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 diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile index 76041c6..0696a1c 100644 --- a/tests/manifest/buildfile +++ b/tests/manifest/buildfile @@ -1,5 +1,5 @@ # file : tests/manifest/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/driver.cxx b/tests/manifest/driver.cxx index 4722425..e9551ae 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-2015 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/package-version/buildfile b/tests/package-version/buildfile index 2fc3c01..947ec53 100644 --- a/tests/package-version/buildfile +++ b/tests/package-version/buildfile @@ -1,5 +1,5 @@ # file : tests/package-version/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/package-version/driver.cxx b/tests/package-version/driver.cxx index a48d4cf..db1a55f 100644 --- a/tests/package-version/driver.cxx +++ b/tests/package-version/driver.cxx @@ -1,5 +1,5 @@ // file : tests/package-version/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 diff --git a/tests/repository-location/buildfile b/tests/repository-location/buildfile index 1a8e2f7..b8e5f87 100644 --- a/tests/repository-location/buildfile +++ b/tests/repository-location/buildfile @@ -1,5 +1,5 @@ # file : tests/repository-location/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/repository-location/driver.cxx b/tests/repository-location/driver.cxx index 4ee0c57..cbd76f9 100644 --- a/tests/repository-location/driver.cxx +++ b/tests/repository-location/driver.cxx @@ -1,5 +1,5 @@ // file : tests/repository-location/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 -- cgit v1.1