aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-05 16:01:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-05 16:01:24 +0200
commit7b5d1f33f434034eb7946f459c7fa76b10f620f1 (patch)
tree995c7462602e01c62fd490e8db916d871f385917 /tests
parentc61d6e14c08fec7658dbdc33c16b5feeece08fbf (diff)
Update copyright year
Diffstat (limited to 'tests')
-rw-r--r--tests/base64/buildfile2
-rw-r--r--tests/base64/driver.cxx2
-rw-r--r--tests/buildfile2
-rw-r--r--tests/cpfile/buildfile2
-rw-r--r--tests/cpfile/driver.cxx2
-rw-r--r--tests/dir-iterator/buildfile2
-rw-r--r--tests/dir-iterator/driver.cxx2
-rw-r--r--tests/dir-iterator/testscript2
-rw-r--r--tests/fdstream/buildfile2
-rw-r--r--tests/fdstream/driver.cxx2
-rw-r--r--tests/link/buildfile2
-rw-r--r--tests/link/driver.cxx2
-rw-r--r--tests/manifest-parser/buildfile2
-rw-r--r--tests/manifest-parser/driver.cxx2
-rw-r--r--tests/manifest-roundtrip/buildfile2
-rw-r--r--tests/manifest-roundtrip/driver.cxx2
-rw-r--r--tests/manifest-serializer/buildfile2
-rw-r--r--tests/manifest-serializer/driver.cxx2
-rw-r--r--tests/pager/buildfile2
-rw-r--r--tests/pager/driver.cxx2
-rw-r--r--tests/path/buildfile2
-rw-r--r--tests/path/driver.cxx2
-rw-r--r--tests/prefix-map/buildfile2
-rw-r--r--tests/prefix-map/driver.cxx2
-rw-r--r--tests/process/buildfile2
-rw-r--r--tests/process/driver.cxx2
-rw-r--r--tests/sha256/buildfile2
-rw-r--r--tests/sha256/driver.cxx2
-rw-r--r--tests/small-vector/buildfile2
-rw-r--r--tests/small-vector/driver.cxx2
-rw-r--r--tests/strcase/buildfile2
-rw-r--r--tests/strcase/driver.cxx2
-rw-r--r--tests/timestamp/buildfile2
-rw-r--r--tests/timestamp/driver.cxx2
-rw-r--r--tests/triplet/buildfile2
-rw-r--r--tests/triplet/driver.cxx2
36 files changed, 36 insertions, 36 deletions
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 <string>
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 <ios>
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 <cstddef> // 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 <set>
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 <vector>
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 <cassert>
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 <vector>
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> // 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 <cassert>
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 <string>
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 <stdlib.h> // 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 <string>
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 <string>
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 <string>
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 <time.h> // 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 <cassert>