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 --- LICENSE | 2 +- build/bootstrap.build | 2 +- build/export.build | 2 +- build/root.build | 2 +- buildfile | 2 +- butl/base64 | 2 +- butl/base64.cxx | 2 +- butl/buildfile | 2 +- butl/char-scanner | 2 +- butl/char-scanner.cxx | 2 +- butl/config | 2 +- butl/diagnostics | 2 +- butl/diagnostics.cxx | 2 +- butl/export | 2 +- butl/fdstream | 2 +- butl/fdstream.cxx | 2 +- butl/fdstream.ixx | 2 +- butl/filesystem | 2 +- butl/filesystem.cxx | 2 +- butl/filesystem.ixx | 2 +- butl/manifest-forward | 2 +- butl/manifest-parser | 2 +- butl/manifest-parser.cxx | 2 +- butl/manifest-serializer | 2 +- butl/manifest-serializer.cxx | 2 +- butl/multi-index | 2 +- butl/optional | 2 +- butl/pager | 2 +- butl/pager.cxx | 2 +- butl/path | 2 +- butl/path-io | 2 +- butl/path-map | 2 +- butl/path.cxx | 2 +- butl/path.ixx | 2 +- butl/path.txx | 2 +- butl/prefix-map | 2 +- butl/prefix-map.txx | 2 +- butl/process | 2 +- butl/process.cxx | 2 +- butl/process.ixx | 2 +- butl/sha256 | 2 +- butl/sha256.cxx | 2 +- butl/sha256c.c | 2 +- butl/small-vector | 2 +- butl/string-table | 2 +- butl/string-table.txx | 2 +- butl/timestamp | 2 +- butl/timestamp.cxx | 2 +- butl/triplet | 2 +- butl/triplet.cxx | 2 +- butl/utility | 2 +- butl/utility.cxx | 2 +- butl/utility.ixx | 2 +- butl/vector-view | 2 +- butl/version | 2 +- butl/win32-utility | 2 +- butl/win32-utility.cxx | 2 +- 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 +- 93 files changed, 93 insertions(+), 93 deletions(-) diff --git a/LICENSE b/LICENSE index b00f6d1..d80460d 100644 --- a/LICENSE +++ b/LICENSE @@ -4,7 +4,7 @@ butl/sha256c.c, butl/strptime.c, butl/timelocal.h, butl/timelocal.c: The rest: -Copyright (c) 2014-2016 Code Synthesis Ltd +Copyright (c) 2014-2017 Code Synthesis Ltd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/build/bootstrap.build b/build/bootstrap.build index f1dac95..95b80e3 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,5 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file project = libbutl diff --git a/build/export.build b/build/export.build index 70a90cd..fd8e587 100644 --- a/build/export.build +++ b/build/export.build @@ -1,5 +1,5 @@ # file : build/export.build -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file $out_root/: diff --git a/build/root.build b/build/root.build index d219b6e..60dae65 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,5 @@ # file : build/root.build -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cxx.std = latest diff --git a/buildfile b/buildfile index a8213a7..5ac9328 100644 --- a/buildfile +++ b/buildfile @@ -1,5 +1,5 @@ # file : buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file d = butl/ tests/ diff --git a/butl/base64 b/butl/base64 index 8e4f622..b3e335a 100644 --- a/butl/base64 +++ b/butl/base64 @@ -1,5 +1,5 @@ // file : butl/base64 -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_BASE64 diff --git a/butl/base64.cxx b/butl/base64.cxx index c2da936..3286b19 100644 --- a/butl/base64.cxx +++ b/butl/base64.cxx @@ -1,5 +1,5 @@ // file : butl/base64.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/butl/buildfile b/butl/buildfile index 4e4b53d..9168774 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -1,5 +1,5 @@ # file : butl/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file lib{butl}: \ diff --git a/butl/char-scanner b/butl/char-scanner index a3b1ad7..e070e45 100644 --- a/butl/char-scanner +++ b/butl/char-scanner @@ -1,5 +1,5 @@ // file : butl/char-scanner -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_CHAR_SCANNER diff --git a/butl/char-scanner.cxx b/butl/char-scanner.cxx index 0da02a1..a54c20d 100644 --- a/butl/char-scanner.cxx +++ b/butl/char-scanner.cxx @@ -1,5 +1,5 @@ // file : butl/char-scanner.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/butl/config b/butl/config index 98546d9..0a5169f 100644 --- a/butl/config +++ b/butl/config @@ -1,5 +1,5 @@ // file : butl/config -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_CONFIG diff --git a/butl/diagnostics b/butl/diagnostics index b76e384..60e8538 100644 --- a/butl/diagnostics +++ b/butl/diagnostics @@ -1,5 +1,5 @@ // file : butl/diagnostics -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_DIAGNOSTICS diff --git a/butl/diagnostics.cxx b/butl/diagnostics.cxx index 9d74747..83c78ae 100644 --- a/butl/diagnostics.cxx +++ b/butl/diagnostics.cxx @@ -1,5 +1,5 @@ // file : butl/diagnostics.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/butl/export b/butl/export index d2df06b..229e203 100644 --- a/butl/export +++ b/butl/export @@ -1,5 +1,5 @@ // file : butl/export -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_EXPORT diff --git a/butl/fdstream b/butl/fdstream index 3ed104f..d955476 100644 --- a/butl/fdstream +++ b/butl/fdstream @@ -1,5 +1,5 @@ // file : butl/fdstream -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_FDSTREAM diff --git a/butl/fdstream.cxx b/butl/fdstream.cxx index 8ca2422..2eee7c5 100644 --- a/butl/fdstream.cxx +++ b/butl/fdstream.cxx @@ -1,5 +1,5 @@ // file : butl/fdstream.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/butl/fdstream.ixx b/butl/fdstream.ixx index e511718..0d3d098 100644 --- a/butl/fdstream.ixx +++ b/butl/fdstream.ixx @@ -1,5 +1,5 @@ // file : butl/fdstream.ixx -*- 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/butl/filesystem b/butl/filesystem index 3de1fcb..c030ecd 100644 --- a/butl/filesystem +++ b/butl/filesystem @@ -1,5 +1,5 @@ // file : butl/filesystem -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_FILESYSTEM diff --git a/butl/filesystem.cxx b/butl/filesystem.cxx index 0643938..d4bb487 100644 --- a/butl/filesystem.cxx +++ b/butl/filesystem.cxx @@ -1,5 +1,5 @@ // file : butl/filesystem.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/butl/filesystem.ixx b/butl/filesystem.ixx index 6062c38..90f1715 100644 --- a/butl/filesystem.ixx +++ b/butl/filesystem.ixx @@ -1,5 +1,5 @@ // file : butl/filesystem.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/butl/manifest-forward b/butl/manifest-forward index 5dc5060..eb8f130 100644 --- a/butl/manifest-forward +++ b/butl/manifest-forward @@ -1,5 +1,5 @@ // file : butl/manifest-forward -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_MANIFEST_FORWARD diff --git a/butl/manifest-parser b/butl/manifest-parser index a005b34..94ecb7e 100644 --- a/butl/manifest-parser +++ b/butl/manifest-parser @@ -1,5 +1,5 @@ // file : butl/manifest-parser -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_MANIFEST_PARSER diff --git a/butl/manifest-parser.cxx b/butl/manifest-parser.cxx index ec26ca8..5028f18 100644 --- a/butl/manifest-parser.cxx +++ b/butl/manifest-parser.cxx @@ -1,5 +1,5 @@ // file : butl/manifest-parser.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/butl/manifest-serializer b/butl/manifest-serializer index 6d7eeec..a4ba0bc 100644 --- a/butl/manifest-serializer +++ b/butl/manifest-serializer @@ -1,5 +1,5 @@ // file : butl/manifest-serializer -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_MANIFEST_SERIALIZER diff --git a/butl/manifest-serializer.cxx b/butl/manifest-serializer.cxx index c45aaba..4255ee1 100644 --- a/butl/manifest-serializer.cxx +++ b/butl/manifest-serializer.cxx @@ -1,5 +1,5 @@ // file : butl/manifest-serializer.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/butl/multi-index b/butl/multi-index index ca06299..15d8c14 100644 --- a/butl/multi-index +++ b/butl/multi-index @@ -1,5 +1,5 @@ // file : butl/multi-index -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_MULTI_INDEX diff --git a/butl/optional b/butl/optional index 18eb67e..0877f52 100644 --- a/butl/optional +++ b/butl/optional @@ -1,5 +1,5 @@ // file : butl/optional -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_OPTIONAL diff --git a/butl/pager b/butl/pager index 64a36ca..b1d7a9f 100644 --- a/butl/pager +++ b/butl/pager @@ -1,5 +1,5 @@ // file : butl/pager -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_PAGER diff --git a/butl/pager.cxx b/butl/pager.cxx index d281d5c..066cd7b 100644 --- a/butl/pager.cxx +++ b/butl/pager.cxx @@ -1,5 +1,5 @@ // file : butl/pager.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/butl/path b/butl/path index 064c8aa..5bbffee 100644 --- a/butl/path +++ b/butl/path @@ -1,5 +1,5 @@ // file : butl/path -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_PATH diff --git a/butl/path-io b/butl/path-io index 6b68f30..1909dd9 100644 --- a/butl/path-io +++ b/butl/path-io @@ -1,5 +1,5 @@ // file : butl/path-io -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_PATH_IO diff --git a/butl/path-map b/butl/path-map index 4b0445e..0b6fd6b 100644 --- a/butl/path-map +++ b/butl/path-map @@ -1,5 +1,5 @@ // file : butl/path-map -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_PATH_MAP diff --git a/butl/path.cxx b/butl/path.cxx index d77f9a4..bfae61b 100644 --- a/butl/path.cxx +++ b/butl/path.cxx @@ -1,5 +1,5 @@ // file : butl/path.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/butl/path.ixx b/butl/path.ixx index 9705b66..4a5d992 100644 --- a/butl/path.ixx +++ b/butl/path.ixx @@ -1,5 +1,5 @@ // file : butl/path.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifdef _WIN32 diff --git a/butl/path.txx b/butl/path.txx index cd62d31..3edd076 100644 --- a/butl/path.txx +++ b/butl/path.txx @@ -1,5 +1,5 @@ // file : butl/path.txx -*- 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/butl/prefix-map b/butl/prefix-map index 0c1b459..b350752 100644 --- a/butl/prefix-map +++ b/butl/prefix-map @@ -1,5 +1,5 @@ // file : butl/prefix-map -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_PREFIX_MAP diff --git a/butl/prefix-map.txx b/butl/prefix-map.txx index 105cd7e..76aba4d 100644 --- a/butl/prefix-map.txx +++ b/butl/prefix-map.txx @@ -1,5 +1,5 @@ // file : butl/prefix-map.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/butl/process b/butl/process index e6d36dc..19bea3a 100644 --- a/butl/process +++ b/butl/process @@ -1,5 +1,5 @@ // file : butl/process -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_PROCESS diff --git a/butl/process.cxx b/butl/process.cxx index 74b370d..6a0dfa2 100644 --- a/butl/process.cxx +++ b/butl/process.cxx @@ -1,5 +1,5 @@ // file : butl/process.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/butl/process.ixx b/butl/process.ixx index d360f7e..8935adb 100644 --- a/butl/process.ixx +++ b/butl/process.ixx @@ -1,5 +1,5 @@ // file : butl/process.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // move() diff --git a/butl/sha256 b/butl/sha256 index 77fa6bd..c6b2754 100644 --- a/butl/sha256 +++ b/butl/sha256 @@ -1,5 +1,5 @@ // file : butl/sha256 -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_SHA256 diff --git a/butl/sha256.cxx b/butl/sha256.cxx index fb1fcc8..fa14d0e 100644 --- a/butl/sha256.cxx +++ b/butl/sha256.cxx @@ -1,5 +1,5 @@ // file : butl/sha256.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/butl/sha256c.c b/butl/sha256c.c index 3a6b8eb..156751c 100644 --- a/butl/sha256c.c +++ b/butl/sha256c.c @@ -1,6 +1,6 @@ /*- * Copyright 2005 Colin Percival - * Copyright 2016 Code Synthesis Ltd + * Copyright (c) 2017 Code Synthesis Ltd * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/butl/small-vector b/butl/small-vector index f09d91d..bcb2ddb 100644 --- a/butl/small-vector +++ b/butl/small-vector @@ -1,5 +1,5 @@ // file : butl/small-vector -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_SMALL_VECTOR diff --git a/butl/string-table b/butl/string-table index ae34419..4f2ed1f 100644 --- a/butl/string-table +++ b/butl/string-table @@ -1,5 +1,5 @@ // file : butl/string-table -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_STRING_TABLE diff --git a/butl/string-table.txx b/butl/string-table.txx index 8e97157..8c18f71 100644 --- a/butl/string-table.txx +++ b/butl/string-table.txx @@ -1,5 +1,5 @@ // file : butl/string-table.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // numeric_limits diff --git a/butl/timestamp b/butl/timestamp index fe67bff..cb515cb 100644 --- a/butl/timestamp +++ b/butl/timestamp @@ -1,5 +1,5 @@ // file : butl/timestamp -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_TIMESTAMP diff --git a/butl/timestamp.cxx b/butl/timestamp.cxx index 4c226fe..d38c018 100644 --- a/butl/timestamp.cxx +++ b/butl/timestamp.cxx @@ -1,5 +1,5 @@ // file : butl/timestamp.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/butl/triplet b/butl/triplet index 090f84d..0d1b7f4 100644 --- a/butl/triplet +++ b/butl/triplet @@ -1,5 +1,5 @@ // file : butl/triplet -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_TRIPLET diff --git a/butl/triplet.cxx b/butl/triplet.cxx index 3ce5033..2177717 100644 --- a/butl/triplet.cxx +++ b/butl/triplet.cxx @@ -1,5 +1,5 @@ // file : butl/triplet.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/butl/utility b/butl/utility index b290153..f668ecc 100644 --- a/butl/utility +++ b/butl/utility @@ -1,5 +1,5 @@ // file : butl/utility -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_UTILITY diff --git a/butl/utility.cxx b/butl/utility.cxx index 6ac78dd..d684553 100644 --- a/butl/utility.cxx +++ b/butl/utility.cxx @@ -1,5 +1,5 @@ // file : butl/utility.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/butl/utility.ixx b/butl/utility.ixx index df49c23..88d57b3 100644 --- a/butl/utility.ixx +++ b/butl/utility.ixx @@ -1,5 +1,5 @@ // file : butl/utility.ixx -*- 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/butl/vector-view b/butl/vector-view index 16cb1d1..e8a24b5 100644 --- a/butl/vector-view +++ b/butl/vector-view @@ -1,5 +1,5 @@ // file : butl/vector-view -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_VECTOR_VIEW diff --git a/butl/version b/butl/version index 1058962..a7756ef 100644 --- a/butl/version +++ b/butl/version @@ -1,5 +1,5 @@ // file : butl/version -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef LIBBUTL_VERSION // Note: using the version macro itself. diff --git a/butl/win32-utility b/butl/win32-utility index c446485..fb0146f 100644 --- a/butl/win32-utility +++ b/butl/win32-utility @@ -1,5 +1,5 @@ // file : butl/win32-utility -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUTL_WIN32_UTILITY diff --git a/butl/win32-utility.cxx b/butl/win32-utility.cxx index a92d7e4..10b1947 100644 --- a/butl/win32-utility.cxx +++ b/butl/win32-utility.cxx @@ -1,5 +1,5 @@ // file : butl/win32-utility.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/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