From 7b5d1f33f434034eb7946f459c7fa76b10f620f1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 5 Jan 2017 16:01:24 +0200 Subject: Update copyright year --- tests/base64/buildfile | 2 +- tests/base64/driver.cxx | 2 +- tests/buildfile | 2 +- tests/cpfile/buildfile | 2 +- tests/cpfile/driver.cxx | 2 +- tests/dir-iterator/buildfile | 2 +- tests/dir-iterator/driver.cxx | 2 +- tests/dir-iterator/testscript | 2 +- tests/fdstream/buildfile | 2 +- tests/fdstream/driver.cxx | 2 +- tests/link/buildfile | 2 +- tests/link/driver.cxx | 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/pager/buildfile | 2 +- tests/pager/driver.cxx | 2 +- tests/path/buildfile | 2 +- tests/path/driver.cxx | 2 +- tests/prefix-map/buildfile | 2 +- tests/prefix-map/driver.cxx | 2 +- tests/process/buildfile | 2 +- tests/process/driver.cxx | 2 +- tests/sha256/buildfile | 2 +- tests/sha256/driver.cxx | 2 +- tests/small-vector/buildfile | 2 +- tests/small-vector/driver.cxx | 2 +- tests/strcase/buildfile | 2 +- tests/strcase/driver.cxx | 2 +- tests/timestamp/buildfile | 2 +- tests/timestamp/driver.cxx | 2 +- tests/triplet/buildfile | 2 +- tests/triplet/driver.cxx | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) (limited to 'tests') diff --git a/tests/base64/buildfile b/tests/base64/buildfile index 63212fa..223ccff 100644 --- a/tests/base64/buildfile +++ b/tests/base64/buildfile @@ -1,5 +1,5 @@ # file : tests/base64/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} ../../butl/lib{butl} diff --git a/tests/base64/driver.cxx b/tests/base64/driver.cxx index 05fc359..64103ed 100644 --- a/tests/base64/driver.cxx +++ b/tests/base64/driver.cxx @@ -1,5 +1,5 @@ // file : tests/base64/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 diff --git a/tests/buildfile b/tests/buildfile index 909432c..7259717 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file d = base64/ cpfile/ dir-iterator/ fdstream/ link/ manifest-parser/ \ diff --git a/tests/cpfile/buildfile b/tests/cpfile/buildfile index 7d02738..1075026 100644 --- a/tests/cpfile/buildfile +++ b/tests/cpfile/buildfile @@ -1,5 +1,5 @@ # file : tests/cpfile/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} ../../butl/lib{butl} diff --git a/tests/cpfile/driver.cxx b/tests/cpfile/driver.cxx index 0da2035..7276405 100644 --- a/tests/cpfile/driver.cxx +++ b/tests/cpfile/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cpfile/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 diff --git a/tests/dir-iterator/buildfile b/tests/dir-iterator/buildfile index fe310ad..8952e47 100644 --- a/tests/dir-iterator/buildfile +++ b/tests/dir-iterator/buildfile @@ -1,5 +1,5 @@ # file : tests/dir-iterator/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} ../../butl/lib{butl} test{testscript} diff --git a/tests/dir-iterator/driver.cxx b/tests/dir-iterator/driver.cxx index 7e4de84..62f051b 100644 --- a/tests/dir-iterator/driver.cxx +++ b/tests/dir-iterator/driver.cxx @@ -1,5 +1,5 @@ // file : tests/dir-iterator/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 // size_t diff --git a/tests/dir-iterator/testscript b/tests/dir-iterator/testscript index 42dc1fa..75a1ca6 100644 --- a/tests/dir-iterator/testscript +++ b/tests/dir-iterator/testscript @@ -1,5 +1,5 @@ # file : tests/dir-iterator/testscript -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options = -v diff --git a/tests/fdstream/buildfile b/tests/fdstream/buildfile index bc4c6d2..aea7247 100644 --- a/tests/fdstream/buildfile +++ b/tests/fdstream/buildfile @@ -1,5 +1,5 @@ # file : tests/fdstream/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} ../../butl/lib{butl} diff --git a/tests/fdstream/driver.cxx b/tests/fdstream/driver.cxx index 61e6ae6..f3729cb 100644 --- a/tests/fdstream/driver.cxx +++ b/tests/fdstream/driver.cxx @@ -1,5 +1,5 @@ // file : tests/fdstream/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 #ifndef _WIN32 diff --git a/tests/link/buildfile b/tests/link/buildfile index 860f0fc..b5d1bd3 100644 --- a/tests/link/buildfile +++ b/tests/link/buildfile @@ -1,5 +1,5 @@ # file : tests/link/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} ../../butl/lib{butl} diff --git a/tests/link/driver.cxx b/tests/link/driver.cxx index 4a4a00f..3171af0 100644 --- a/tests/link/driver.cxx +++ b/tests/link/driver.cxx @@ -1,5 +1,5 @@ // file : tests/link/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 diff --git a/tests/manifest-parser/buildfile b/tests/manifest-parser/buildfile index 9173bdb..0997495 100644 --- a/tests/manifest-parser/buildfile +++ b/tests/manifest-parser/buildfile @@ -1,5 +1,5 @@ # file : tests/manifest-parser/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} ../../butl/lib{butl} diff --git a/tests/manifest-parser/driver.cxx b/tests/manifest-parser/driver.cxx index bab60a8..1068570 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/manifest-roundtrip/buildfile b/tests/manifest-roundtrip/buildfile index 78e5a08..0bf7eb6 100644 --- a/tests/manifest-roundtrip/buildfile +++ b/tests/manifest-roundtrip/buildfile @@ -1,5 +1,5 @@ # file : tests/manifest-roundtrip/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} ../../butl/lib{butl} diff --git a/tests/manifest-roundtrip/driver.cxx b/tests/manifest-roundtrip/driver.cxx index e1ce5b8..cb48e74 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/manifest-serializer/buildfile b/tests/manifest-serializer/buildfile index 0325323..17a4fab 100644 --- a/tests/manifest-serializer/buildfile +++ b/tests/manifest-serializer/buildfile @@ -1,5 +1,5 @@ # file : tests/manifest-serializer/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} ../../butl/lib{butl} diff --git a/tests/manifest-serializer/driver.cxx b/tests/manifest-serializer/driver.cxx index 250272d..310e34c 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/pager/buildfile b/tests/pager/buildfile index e42f3b0..5043121 100644 --- a/tests/pager/buildfile +++ b/tests/pager/buildfile @@ -1,5 +1,5 @@ # file : tests/pager/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} ../../butl/lib{butl} diff --git a/tests/pager/driver.cxx b/tests/pager/driver.cxx index e921533..89affd1 100644 --- a/tests/pager/driver.cxx +++ b/tests/pager/driver.cxx @@ -1,5 +1,5 @@ // file : tests/pager/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 // ios_base::failure diff --git a/tests/path/buildfile b/tests/path/buildfile index 288f596..3060d6b 100644 --- a/tests/path/buildfile +++ b/tests/path/buildfile @@ -1,5 +1,5 @@ # file : tests/path/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} ../../butl/lib{butl} diff --git a/tests/path/driver.cxx b/tests/path/driver.cxx index 4806cea..ec38517 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/prefix-map/buildfile b/tests/prefix-map/buildfile index 0561f4a..2750992 100644 --- a/tests/prefix-map/buildfile +++ b/tests/prefix-map/buildfile @@ -1,5 +1,5 @@ # file : tests/prefix-map/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} ../../butl/lib{butl} diff --git a/tests/prefix-map/driver.cxx b/tests/prefix-map/driver.cxx index 6fef865..c26bfac 100644 --- a/tests/prefix-map/driver.cxx +++ b/tests/prefix-map/driver.cxx @@ -1,5 +1,5 @@ // file : tests/prefix-map/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 diff --git a/tests/process/buildfile b/tests/process/buildfile index f3d2cd4..ae765c4 100644 --- a/tests/process/buildfile +++ b/tests/process/buildfile @@ -1,5 +1,5 @@ # file : tests/process/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} ../../butl/lib{butl} diff --git a/tests/process/driver.cxx b/tests/process/driver.cxx index d2a8172..cc806f2 100644 --- a/tests/process/driver.cxx +++ b/tests/process/driver.cxx @@ -1,5 +1,5 @@ // file : tests/process/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 // getenv(), setenv(), _putenv() diff --git a/tests/sha256/buildfile b/tests/sha256/buildfile index 4116ff6..e95e218 100644 --- a/tests/sha256/buildfile +++ b/tests/sha256/buildfile @@ -1,5 +1,5 @@ # file : tests/sha256/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} ../../butl/lib{butl} diff --git a/tests/sha256/driver.cxx b/tests/sha256/driver.cxx index ae2bd4a..10d0335 100644 --- a/tests/sha256/driver.cxx +++ b/tests/sha256/driver.cxx @@ -1,5 +1,5 @@ // file : tests/triplet/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 diff --git a/tests/small-vector/buildfile b/tests/small-vector/buildfile index eafabf8..12f8603 100644 --- a/tests/small-vector/buildfile +++ b/tests/small-vector/buildfile @@ -1,5 +1,5 @@ # file : tests/small-vector/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} ../../butl/lib{butl} diff --git a/tests/small-vector/driver.cxx b/tests/small-vector/driver.cxx index 5b7cfa6..ae9e2a6 100644 --- a/tests/small-vector/driver.cxx +++ b/tests/small-vector/driver.cxx @@ -1,5 +1,5 @@ // file : tests/small-vector/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 diff --git a/tests/strcase/buildfile b/tests/strcase/buildfile index a18c730..329cc2f 100644 --- a/tests/strcase/buildfile +++ b/tests/strcase/buildfile @@ -1,5 +1,5 @@ # file : tests/strcase/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} ../../butl/lib{butl} diff --git a/tests/strcase/driver.cxx b/tests/strcase/driver.cxx index 4741856..5463811 100644 --- a/tests/strcase/driver.cxx +++ b/tests/strcase/driver.cxx @@ -1,5 +1,5 @@ // file : tests/strcase/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 diff --git a/tests/timestamp/buildfile b/tests/timestamp/buildfile index bb565a2..4bb2c18 100644 --- a/tests/timestamp/buildfile +++ b/tests/timestamp/buildfile @@ -1,5 +1,5 @@ # file : tests/timestamp/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} ../../butl/lib{butl} diff --git a/tests/timestamp/driver.cxx b/tests/timestamp/driver.cxx index 42ad3fd..41cea44 100644 --- a/tests/timestamp/driver.cxx +++ b/tests/timestamp/driver.cxx @@ -1,5 +1,5 @@ // file : tests/timestamp/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 // tzset() diff --git a/tests/triplet/buildfile b/tests/triplet/buildfile index 237209e..7724f4c 100644 --- a/tests/triplet/buildfile +++ b/tests/triplet/buildfile @@ -1,5 +1,5 @@ # file : tests/triplet/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} ../../butl/lib{butl} diff --git a/tests/triplet/driver.cxx b/tests/triplet/driver.cxx index ff9b065..96d76cd 100644 --- a/tests/triplet/driver.cxx +++ b/tests/triplet/driver.cxx @@ -1,5 +1,5 @@ // file : tests/triplet/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 -- cgit v1.1