From 0ff1a22db2bc2664e539289ab8caebbbd1c2e71b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 20:25:43 +0300 Subject: Update copyright year --- tests/base64/buildfile | 2 +- tests/base64/driver.cxx | 2 +- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 2 +- tests/cpfile/buildfile | 2 +- tests/cpfile/driver.cxx | 2 +- tests/curl/buildfile | 2 +- tests/curl/driver.cxx | 2 +- tests/curl/testscript | 2 +- tests/dir-iterator/buildfile | 2 +- tests/dir-iterator/driver.cxx | 2 +- tests/dir-iterator/testscript | 2 +- tests/entry-time/buildfile | 2 +- tests/entry-time/driver.cxx | 2 +- tests/entry-time/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/mventry/buildfile | 2 +- tests/mventry/driver.cxx | 2 +- tests/mventry/testscript | 2 +- tests/openssl/buildfile | 2 +- tests/openssl/driver.cxx | 2 +- tests/openssl/testscript | 2 +- tests/pager/buildfile | 2 +- tests/pager/driver.cxx | 2 +- tests/path-entry/buildfile | 2 +- tests/path-entry/driver.cxx | 2 +- tests/path-entry/testscript | 2 +- tests/path/buildfile | 2 +- tests/path/driver.cxx | 2 +- tests/prefix-map/buildfile | 2 +- tests/prefix-map/driver.cxx | 2 +- tests/process-run/buildfile | 2 +- tests/process-run/driver.cxx | 2 +- tests/process-run/testscript | 2 +- tests/process/buildfile | 2 +- tests/process/driver.cxx | 2 +- tests/process/testscript | 2 +- tests/progress/buildfile | 2 +- tests/progress/driver.cxx | 2 +- tests/regex/buildfile | 2 +- tests/regex/driver.cxx | 2 +- tests/regex/testscript | 2 +- tests/sendmail/buildfile | 2 +- tests/sendmail/driver.cxx | 2 +- tests/sendmail/testscript | 2 +- tests/sha1/buildfile | 2 +- tests/sha1/driver.cxx | 2 +- tests/sha256/buildfile | 2 +- tests/sha256/driver.cxx | 2 +- tests/small-forward-list/buildfile | 2 +- tests/small-forward-list/driver.cxx | 2 +- tests/small-list/buildfile | 2 +- tests/small-list/driver.cxx | 2 +- tests/small-vector/buildfile | 2 +- tests/small-vector/driver.cxx | 2 +- tests/standard-version/buildfile | 2 +- tests/standard-version/driver.cxx | 2 +- tests/standard-version/testscript | 2 +- tests/strcase/buildfile | 2 +- tests/strcase/driver.cxx | 2 +- tests/string-parser/buildfile | 2 +- tests/string-parser/driver.cxx | 2 +- tests/string-parser/testscript | 2 +- tests/tab-parser/buildfile | 2 +- tests/tab-parser/driver.cxx | 2 +- tests/tab-parser/testscript | 2 +- tests/target-triplet/buildfile | 2 +- tests/target-triplet/driver.cxx | 2 +- tests/timestamp/buildfile | 2 +- tests/timestamp/driver.cxx | 2 +- tests/url/buildfile | 2 +- tests/url/driver.cxx | 2 +- tests/url/testscript | 2 +- tests/wildcard/buildfile | 2 +- tests/wildcard/driver.cxx | 2 +- tests/wildcard/testscript | 2 +- 86 files changed, 86 insertions(+), 86 deletions(-) (limited to 'tests') diff --git a/tests/base64/buildfile b/tests/base64/buildfile index bb27f11..f4ee9ac 100644 --- a/tests/base64/buildfile +++ b/tests/base64/buildfile @@ -1,5 +1,5 @@ # file : tests/base64/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/base64/driver.cxx b/tests/base64/driver.cxx index bb18e88..a713a76 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index 355a05a..91bc3e9 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,5 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file project = # Unnamed subproject. diff --git a/tests/build/root.build b/tests/build/root.build index 85724d4..423f684 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,5 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cxx.std = experimental diff --git a/tests/buildfile b/tests/buildfile index 4c1708c..d2f7d11 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: {*/ -build/ -curl/ -openssl/ -sendmail/ -progress/} diff --git a/tests/cpfile/buildfile b/tests/cpfile/buildfile index 3482fe7..97415a4 100644 --- a/tests/cpfile/buildfile +++ b/tests/cpfile/buildfile @@ -1,5 +1,5 @@ # file : tests/cpfile/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/cpfile/driver.cxx b/tests/cpfile/driver.cxx index db529ba..2547fae 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/curl/buildfile b/tests/curl/buildfile index bc03cdd..9840b5f 100644 --- a/tests/curl/buildfile +++ b/tests/curl/buildfile @@ -1,5 +1,5 @@ # file : tests/curl/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/curl/driver.cxx b/tests/curl/driver.cxx index 326d717..bd2774f 100644 --- a/tests/curl/driver.cxx +++ b/tests/curl/driver.cxx @@ -1,5 +1,5 @@ // file : tests/curl/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/curl/testscript b/tests/curl/testscript index e41aeb6..cc5fbdd 100644 --- a/tests/curl/testscript +++ b/tests/curl/testscript @@ -1,5 +1,5 @@ # file : tests/curl/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file #\ diff --git a/tests/dir-iterator/buildfile b/tests/dir-iterator/buildfile index 0a9dcf4..e8a33c5 100644 --- a/tests/dir-iterator/buildfile +++ b/tests/dir-iterator/buildfile @@ -1,5 +1,5 @@ # file : tests/dir-iterator/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/dir-iterator/driver.cxx b/tests/dir-iterator/driver.cxx index bad9e58..d947714 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/dir-iterator/testscript b/tests/dir-iterator/testscript index f592c78..4a60e7b 100644 --- a/tests/dir-iterator/testscript +++ b/tests/dir-iterator/testscript @@ -1,5 +1,5 @@ # file : tests/dir-iterator/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options = -v diff --git a/tests/entry-time/buildfile b/tests/entry-time/buildfile index 544c23e..0fd08f2 100644 --- a/tests/entry-time/buildfile +++ b/tests/entry-time/buildfile @@ -1,5 +1,5 @@ # file : tests/entry-time/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/entry-time/driver.cxx b/tests/entry-time/driver.cxx index 91e9bbc..98f0bd7 100644 --- a/tests/entry-time/driver.cxx +++ b/tests/entry-time/driver.cxx @@ -1,5 +1,5 @@ // file : tests/entry-time/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/entry-time/testscript b/tests/entry-time/testscript index 3d090cb..6dfbbda 100644 --- a/tests/entry-time/testscript +++ b/tests/entry-time/testscript @@ -1,5 +1,5 @@ # file : tests/entry-time/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Filesystem entry times resolution may vary across OSes and underlying APIs, diff --git a/tests/fdstream/buildfile b/tests/fdstream/buildfile index c036673..18a44e7 100644 --- a/tests/fdstream/buildfile +++ b/tests/fdstream/buildfile @@ -1,5 +1,5 @@ # file : tests/fdstream/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/fdstream/driver.cxx b/tests/fdstream/driver.cxx index 59c042b..675a66e 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/link/buildfile b/tests/link/buildfile index 1180505..ca6fc91 100644 --- a/tests/link/buildfile +++ b/tests/link/buildfile @@ -1,5 +1,5 @@ # file : tests/link/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/link/driver.cxx b/tests/link/driver.cxx index 7ee8c3b..b840d0b 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/manifest-parser/buildfile b/tests/manifest-parser/buildfile index fafb3d8..33d2e6d 100644 --- a/tests/manifest-parser/buildfile +++ b/tests/manifest-parser/buildfile @@ -1,5 +1,5 @@ # file : tests/manifest-parser/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/manifest-parser/driver.cxx b/tests/manifest-parser/driver.cxx index 76959e5..30b754f 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/manifest-roundtrip/buildfile b/tests/manifest-roundtrip/buildfile index 0f65c29..8394138 100644 --- a/tests/manifest-roundtrip/buildfile +++ b/tests/manifest-roundtrip/buildfile @@ -1,5 +1,5 @@ # file : tests/manifest-roundtrip/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/manifest-roundtrip/driver.cxx b/tests/manifest-roundtrip/driver.cxx index 654763e..d67c254 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/manifest-serializer/buildfile b/tests/manifest-serializer/buildfile index 3111d6e..3a4caa8 100644 --- a/tests/manifest-serializer/buildfile +++ b/tests/manifest-serializer/buildfile @@ -1,5 +1,5 @@ # file : tests/manifest-serializer/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/manifest-serializer/driver.cxx b/tests/manifest-serializer/driver.cxx index f373ecf..d9a7255 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/mventry/buildfile b/tests/mventry/buildfile index 93b2ffd..9d3174d 100644 --- a/tests/mventry/buildfile +++ b/tests/mventry/buildfile @@ -1,5 +1,5 @@ # file : tests/mventry/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/mventry/driver.cxx b/tests/mventry/driver.cxx index eab2ce3..ca7f8ef 100644 --- a/tests/mventry/driver.cxx +++ b/tests/mventry/driver.cxx @@ -1,5 +1,5 @@ // file : tests/mventry/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/mventry/testscript b/tests/mventry/testscript index 826aeef..d31cbcd 100644 --- a/tests/mventry/testscript +++ b/tests/mventry/testscript @@ -1,5 +1,5 @@ # file : tests/mventry/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : file diff --git a/tests/openssl/buildfile b/tests/openssl/buildfile index 1d9882f..a2b92ba 100644 --- a/tests/openssl/buildfile +++ b/tests/openssl/buildfile @@ -1,5 +1,5 @@ # file : tests/openssl/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/openssl/driver.cxx b/tests/openssl/driver.cxx index 092b2ba..fdac5e8 100644 --- a/tests/openssl/driver.cxx +++ b/tests/openssl/driver.cxx @@ -1,5 +1,5 @@ // file : tests/openssl/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/openssl/testscript b/tests/openssl/testscript index f0eef62..9ed0965 100644 --- a/tests/openssl/testscript +++ b/tests/openssl/testscript @@ -1,5 +1,5 @@ # file : tests/openssl/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file $* diff --git a/tests/pager/buildfile b/tests/pager/buildfile index 67b14fa..2a27e42 100644 --- a/tests/pager/buildfile +++ b/tests/pager/buildfile @@ -1,5 +1,5 @@ # file : tests/pager/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/pager/driver.cxx b/tests/pager/driver.cxx index 6842cef..d7f3632 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/path-entry/buildfile b/tests/path-entry/buildfile index 3339fa7..ce2582a 100644 --- a/tests/path-entry/buildfile +++ b/tests/path-entry/buildfile @@ -1,5 +1,5 @@ # file : tests/path-entry/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/path-entry/driver.cxx b/tests/path-entry/driver.cxx index c69bf9c..db37de9 100644 --- a/tests/path-entry/driver.cxx +++ b/tests/path-entry/driver.cxx @@ -1,5 +1,5 @@ // file : tests/path-entry/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/path-entry/testscript b/tests/path-entry/testscript index a9f2c2e..9ee796d 100644 --- a/tests/path-entry/testscript +++ b/tests/path-entry/testscript @@ -1,5 +1,5 @@ # file : tests/path-entry/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : existing diff --git a/tests/path/buildfile b/tests/path/buildfile index d48fcbe..7d30ac6 100644 --- a/tests/path/buildfile +++ b/tests/path/buildfile @@ -1,5 +1,5 @@ # file : tests/path/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/path/driver.cxx b/tests/path/driver.cxx index c2919c0..c6b49a2 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/prefix-map/buildfile b/tests/prefix-map/buildfile index f24743c..2ad8f1a 100644 --- a/tests/prefix-map/buildfile +++ b/tests/prefix-map/buildfile @@ -1,5 +1,5 @@ # file : tests/prefix-map/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/prefix-map/driver.cxx b/tests/prefix-map/driver.cxx index 70afc30..f6726db 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/process-run/buildfile b/tests/process-run/buildfile index 0546efb..3332988 100644 --- a/tests/process-run/buildfile +++ b/tests/process-run/buildfile @@ -1,5 +1,5 @@ # file : tests/process-run/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/process-run/driver.cxx b/tests/process-run/driver.cxx index 1c41659..3a6fe87 100644 --- a/tests/process-run/driver.cxx +++ b/tests/process-run/driver.cxx @@ -1,5 +1,5 @@ // file : tests/process-run/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/process-run/testscript b/tests/process-run/testscript index 318d548..39ad8e7 100644 --- a/tests/process-run/testscript +++ b/tests/process-run/testscript @@ -1,5 +1,5 @@ # file : tests/process-run/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file $* -p >>/~%EOO% 2>>EOE diff --git a/tests/process/buildfile b/tests/process/buildfile index 1b797b8..8548c4b 100644 --- a/tests/process/buildfile +++ b/tests/process/buildfile @@ -1,5 +1,5 @@ # file : tests/process/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/process/driver.cxx b/tests/process/driver.cxx index 01f2c30..9bee6c5 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // getenv(), setenv(), _putenv() diff --git a/tests/process/testscript b/tests/process/testscript index c734a05..fd0badc 100644 --- a/tests/process/testscript +++ b/tests/process/testscript @@ -1,5 +1,5 @@ # file : tests/process/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file if ($cxx.target.class == 'windows') diff --git a/tests/progress/buildfile b/tests/progress/buildfile index e7031ee..bc66bce 100644 --- a/tests/progress/buildfile +++ b/tests/progress/buildfile @@ -1,5 +1,5 @@ # file : tests/progress/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/progress/driver.cxx b/tests/progress/driver.cxx index 9bea4f7..c338772 100644 --- a/tests/progress/driver.cxx +++ b/tests/progress/driver.cxx @@ -1,5 +1,5 @@ // file : tests/progress/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef _WIN32 diff --git a/tests/regex/buildfile b/tests/regex/buildfile index b31f9c2..33f48eb 100644 --- a/tests/regex/buildfile +++ b/tests/regex/buildfile @@ -1,5 +1,5 @@ # file : tests/regex/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/regex/driver.cxx b/tests/regex/driver.cxx index 5e96f06..0f6a385 100644 --- a/tests/regex/driver.cxx +++ b/tests/regex/driver.cxx @@ -1,5 +1,5 @@ // file : tests/regex/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/regex/testscript b/tests/regex/testscript index 8291f36..4b03e45 100644 --- a/tests/regex/testscript +++ b/tests/regex/testscript @@ -1,5 +1,5 @@ # file : tests/regex/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : match diff --git a/tests/sendmail/buildfile b/tests/sendmail/buildfile index 6bdfe19..7d4099b 100644 --- a/tests/sendmail/buildfile +++ b/tests/sendmail/buildfile @@ -1,5 +1,5 @@ # file : tests/sendmail/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/sendmail/driver.cxx b/tests/sendmail/driver.cxx index f5c9227..105e069 100644 --- a/tests/sendmail/driver.cxx +++ b/tests/sendmail/driver.cxx @@ -1,5 +1,5 @@ // file : tests/sendmail/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/sendmail/testscript b/tests/sendmail/testscript index 49776a3..ca7290d 100644 --- a/tests/sendmail/testscript +++ b/tests/sendmail/testscript @@ -1,5 +1,5 @@ # file : tests/sendmail/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file $* admin@build2.org <>EOE diff --git a/tests/sha1/buildfile b/tests/sha1/buildfile index 1d6cece..0d69363 100644 --- a/tests/sha1/buildfile +++ b/tests/sha1/buildfile @@ -1,5 +1,5 @@ # file : tests/sha256/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/sha1/driver.cxx b/tests/sha1/driver.cxx index a2683d1..5d53faa 100644 --- a/tests/sha1/driver.cxx +++ b/tests/sha1/driver.cxx @@ -1,5 +1,5 @@ // file : tests/sha1/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/sha256/buildfile b/tests/sha256/buildfile index 1d6cece..0d69363 100644 --- a/tests/sha256/buildfile +++ b/tests/sha256/buildfile @@ -1,5 +1,5 @@ # file : tests/sha256/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/sha256/driver.cxx b/tests/sha256/driver.cxx index 6ba1cd1..5653e05 100644 --- a/tests/sha256/driver.cxx +++ b/tests/sha256/driver.cxx @@ -1,5 +1,5 @@ // file : tests/sha256/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/small-forward-list/buildfile b/tests/small-forward-list/buildfile index 8a6c7d6..eea384d 100644 --- a/tests/small-forward-list/buildfile +++ b/tests/small-forward-list/buildfile @@ -1,5 +1,5 @@ # file : tests/small-forward-list/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/small-forward-list/driver.cxx b/tests/small-forward-list/driver.cxx index e6fc717..7762f2c 100644 --- a/tests/small-forward-list/driver.cxx +++ b/tests/small-forward-list/driver.cxx @@ -1,5 +1,5 @@ // file : tests/small-forward-list/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/small-list/buildfile b/tests/small-list/buildfile index 02a87ad..3af9f92 100644 --- a/tests/small-list/buildfile +++ b/tests/small-list/buildfile @@ -1,5 +1,5 @@ # file : tests/small-list/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/small-list/driver.cxx b/tests/small-list/driver.cxx index 970adc3..213769c 100644 --- a/tests/small-list/driver.cxx +++ b/tests/small-list/driver.cxx @@ -1,5 +1,5 @@ // file : tests/small-list/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/small-vector/buildfile b/tests/small-vector/buildfile index 3d4d1b4..fcfe948 100644 --- a/tests/small-vector/buildfile +++ b/tests/small-vector/buildfile @@ -1,5 +1,5 @@ # file : tests/small-vector/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/small-vector/driver.cxx b/tests/small-vector/driver.cxx index a9f1584..6fb2b67 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/standard-version/buildfile b/tests/standard-version/buildfile index 44bee4c..8e8ded6 100644 --- a/tests/standard-version/buildfile +++ b/tests/standard-version/buildfile @@ -1,5 +1,5 @@ # file : tests/tab-parser/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/standard-version/driver.cxx b/tests/standard-version/driver.cxx index 1eb1bc8..bd20c40 100644 --- a/tests/standard-version/driver.cxx +++ b/tests/standard-version/driver.cxx @@ -1,5 +1,5 @@ // file : tests/standard-version/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/standard-version/testscript b/tests/standard-version/testscript index 65c446b..5b1e8d4 100644 --- a/tests/standard-version/testscript +++ b/tests/standard-version/testscript @@ -1,5 +1,5 @@ # file : tests/standard-version/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : valid diff --git a/tests/strcase/buildfile b/tests/strcase/buildfile index 0c34da7..18800e6 100644 --- a/tests/strcase/buildfile +++ b/tests/strcase/buildfile @@ -1,5 +1,5 @@ # file : tests/strcase/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/strcase/driver.cxx b/tests/strcase/driver.cxx index 285892d..e69ff67 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/string-parser/buildfile b/tests/string-parser/buildfile index 9378520..46ebbb0 100644 --- a/tests/string-parser/buildfile +++ b/tests/string-parser/buildfile @@ -1,5 +1,5 @@ # file : tests/string-parser/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/string-parser/driver.cxx b/tests/string-parser/driver.cxx index f454a6f..83bda89 100644 --- a/tests/string-parser/driver.cxx +++ b/tests/string-parser/driver.cxx @@ -1,5 +1,5 @@ // file : tests/string-parser/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/string-parser/testscript b/tests/string-parser/testscript index 83c8346..d530f2b 100644 --- a/tests/string-parser/testscript +++ b/tests/string-parser/testscript @@ -1,5 +1,5 @@ # file : tests/string-parser/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : valid diff --git a/tests/tab-parser/buildfile b/tests/tab-parser/buildfile index 44bee4c..8e8ded6 100644 --- a/tests/tab-parser/buildfile +++ b/tests/tab-parser/buildfile @@ -1,5 +1,5 @@ # file : tests/tab-parser/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/tab-parser/driver.cxx b/tests/tab-parser/driver.cxx index d5ff5a0..ca85f36 100644 --- a/tests/tab-parser/driver.cxx +++ b/tests/tab-parser/driver.cxx @@ -1,5 +1,5 @@ // file : tests/tab-parser/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/tab-parser/testscript b/tests/tab-parser/testscript index de3b167..9fc633f 100644 --- a/tests/tab-parser/testscript +++ b/tests/tab-parser/testscript @@ -1,5 +1,5 @@ # file : tests/tab-parser/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : valid diff --git a/tests/target-triplet/buildfile b/tests/target-triplet/buildfile index a2cc548..d883695 100644 --- a/tests/target-triplet/buildfile +++ b/tests/target-triplet/buildfile @@ -1,5 +1,5 @@ # file : tests/target-triplet/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/target-triplet/driver.cxx b/tests/target-triplet/driver.cxx index 1bed65b..264a6c6 100644 --- a/tests/target-triplet/driver.cxx +++ b/tests/target-triplet/driver.cxx @@ -1,5 +1,5 @@ // file : tests/target-triplet/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/timestamp/buildfile b/tests/timestamp/buildfile index a0aecb8..d2c5492 100644 --- a/tests/timestamp/buildfile +++ b/tests/timestamp/buildfile @@ -1,5 +1,5 @@ # file : tests/timestamp/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/timestamp/driver.cxx b/tests/timestamp/driver.cxx index 1401541..69c3e57 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // tzset() (POSIX), _tzset() (Windows) diff --git a/tests/url/buildfile b/tests/url/buildfile index 895de8f..e72a1c1 100644 --- a/tests/url/buildfile +++ b/tests/url/buildfile @@ -1,5 +1,5 @@ # file : tests/url/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/url/driver.cxx b/tests/url/driver.cxx index b48e2ed..5fbeaa2 100644 --- a/tests/url/driver.cxx +++ b/tests/url/driver.cxx @@ -1,5 +1,5 @@ // file : tests/url/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/url/testscript b/tests/url/testscript index da8f970..4166007 100644 --- a/tests/url/testscript +++ b/tests/url/testscript @@ -1,5 +1,5 @@ # file : tests/url/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file :basic diff --git a/tests/wildcard/buildfile b/tests/wildcard/buildfile index 467e4d0..73f1292 100644 --- a/tests/wildcard/buildfile +++ b/tests/wildcard/buildfile @@ -1,5 +1,5 @@ # file : tests/wildcard/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/wildcard/driver.cxx b/tests/wildcard/driver.cxx index d95d7cd..bbe75a8 100644 --- a/tests/wildcard/driver.cxx +++ b/tests/wildcard/driver.cxx @@ -1,5 +1,5 @@ // file : tests/wildcard/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/wildcard/testscript b/tests/wildcard/testscript index 85f5a33..0129809 100644 --- a/tests/wildcard/testscript +++ b/tests/wildcard/testscript @@ -1,5 +1,5 @@ # file : tests/wildcard/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : path-name-match -- cgit v1.1