From 2ad811b3fbb5e8101111ea24a58fa7ffce7f06dd Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 20:45:00 +0300 Subject: Update copyright year --- libbutl/b.cxx | 2 +- libbutl/b.mxx | 2 +- libbutl/base64.cxx | 2 +- libbutl/base64.mxx | 2 +- libbutl/buildfile | 2 +- libbutl/char-scanner.cxx | 2 +- libbutl/char-scanner.ixx | 2 +- libbutl/char-scanner.mxx | 2 +- libbutl/const-ptr.mxx | 2 +- libbutl/curl.cxx | 2 +- libbutl/curl.ixx | 2 +- libbutl/curl.mxx | 2 +- libbutl/curl.txx | 2 +- libbutl/diagnostics.cxx | 2 +- libbutl/diagnostics.mxx | 2 +- libbutl/export.hxx | 2 +- libbutl/fdstream.cxx | 2 +- libbutl/fdstream.ixx | 2 +- libbutl/fdstream.mxx | 2 +- libbutl/filesystem.cxx | 2 +- libbutl/filesystem.ixx | 2 +- libbutl/filesystem.mxx | 2 +- libbutl/ft/exception.hxx | 2 +- libbutl/ft/lang.hxx | 2 +- libbutl/ft/shared_mutex.hxx | 2 +- libbutl/git.cxx | 2 +- libbutl/git.mxx | 2 +- libbutl/manifest-forward.hxx | 2 +- libbutl/manifest-parser.cxx | 2 +- libbutl/manifest-parser.ixx | 2 +- libbutl/manifest-parser.mxx | 2 +- libbutl/manifest-rewriter.cxx | 2 +- libbutl/manifest-rewriter.mxx | 2 +- libbutl/manifest-serializer.cxx | 2 +- libbutl/manifest-serializer.ixx | 2 +- libbutl/manifest-serializer.mxx | 2 +- libbutl/manifest-types.mxx | 2 +- libbutl/multi-index.mxx | 2 +- libbutl/openssl.cxx | 2 +- libbutl/openssl.ixx | 2 +- libbutl/openssl.mxx | 2 +- libbutl/openssl.txx | 2 +- libbutl/optional.ixx | 2 +- libbutl/optional.mxx | 2 +- libbutl/pager.cxx | 2 +- libbutl/pager.mxx | 2 +- libbutl/path-io.mxx | 2 +- libbutl/path-map.mxx | 2 +- libbutl/path.cxx | 2 +- libbutl/path.ixx | 2 +- libbutl/path.mxx | 2 +- libbutl/path.txx | 2 +- libbutl/prefix-map.mxx | 2 +- libbutl/prefix-map.txx | 2 +- libbutl/process-details.hxx | 2 +- libbutl/process-io.mxx | 2 +- libbutl/process-run.cxx | 2 +- libbutl/process-run.txx | 2 +- libbutl/process.cxx | 2 +- libbutl/process.ixx | 2 +- libbutl/process.mxx | 2 +- libbutl/project-name.cxx | 2 +- libbutl/project-name.mxx | 2 +- libbutl/prompt.cxx | 2 +- libbutl/prompt.mxx | 2 +- libbutl/regex.cxx | 2 +- libbutl/regex.ixx | 2 +- libbutl/regex.mxx | 2 +- libbutl/regex.txx | 2 +- libbutl/semantic-version.cxx | 2 +- libbutl/semantic-version.ixx | 2 +- libbutl/semantic-version.mxx | 2 +- libbutl/sendmail.cxx | 2 +- libbutl/sendmail.ixx | 2 +- libbutl/sendmail.mxx | 2 +- libbutl/sha1.c | 2 +- libbutl/sha1.cxx | 2 +- libbutl/sha1.mxx | 2 +- libbutl/sha256.cxx | 2 +- libbutl/sha256.mxx | 2 +- libbutl/sha256c.c | 2 +- libbutl/small-allocator.mxx | 2 +- libbutl/small-forward-list.mxx | 2 +- libbutl/small-list.mxx | 2 +- libbutl/small-vector.mxx | 2 +- libbutl/standard-version.cxx | 2 +- libbutl/standard-version.ixx | 2 +- libbutl/standard-version.mxx | 2 +- libbutl/string-parser.cxx | 2 +- libbutl/string-parser.mxx | 2 +- libbutl/string-table.mxx | 2 +- libbutl/string-table.txx | 2 +- libbutl/tab-parser.cxx | 2 +- libbutl/tab-parser.mxx | 2 +- libbutl/target-triplet.cxx | 2 +- libbutl/target-triplet.mxx | 2 +- libbutl/timestamp.cxx | 2 +- libbutl/timestamp.mxx | 2 +- libbutl/url.ixx | 2 +- libbutl/url.mxx | 2 +- libbutl/url.txx | 2 +- libbutl/utility.cxx | 2 +- libbutl/utility.ixx | 2 +- libbutl/utility.mxx | 2 +- libbutl/uuid-freebsd.cxx | 2 +- libbutl/uuid-io.cxx | 2 +- libbutl/uuid-io.hxx | 2 +- libbutl/uuid-linux.cxx | 2 +- libbutl/uuid-macos.cxx | 2 +- libbutl/uuid-windows.cxx | 2 +- libbutl/uuid.cxx | 2 +- libbutl/uuid.hxx | 2 +- libbutl/uuid.ixx | 2 +- libbutl/vector-view.mxx | 2 +- libbutl/version.hxx.in | 2 +- libbutl/win32-utility.cxx | 2 +- libbutl/win32-utility.hxx | 2 +- 117 files changed, 117 insertions(+), 117 deletions(-) (limited to 'libbutl') diff --git a/libbutl/b.cxx b/libbutl/b.cxx index bcf8d05..bf7a407 100644 --- a/libbutl/b.cxx +++ b/libbutl/b.cxx @@ -1,5 +1,5 @@ // file : libbutl/b.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/b.mxx b/libbutl/b.mxx index cd574f0..b618c5b 100644 --- a/libbutl/b.mxx +++ b/libbutl/b.mxx @@ -1,5 +1,5 @@ // file : libbutl/b.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/base64.cxx b/libbutl/base64.cxx index 4525a1c..c745ca6 100644 --- a/libbutl/base64.cxx +++ b/libbutl/base64.cxx @@ -1,5 +1,5 @@ // file : libbutl/base64.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/base64.mxx b/libbutl/base64.mxx index a43075a..87d3c54 100644 --- a/libbutl/base64.mxx +++ b/libbutl/base64.mxx @@ -1,5 +1,5 @@ // file : libbutl/base64.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/buildfile b/libbutl/buildfile index 073ed14..2be258a 100644 --- a/libbutl/buildfile +++ b/libbutl/buildfile @@ -1,5 +1,5 @@ # file : libbutl/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file int_libs = diff --git a/libbutl/char-scanner.cxx b/libbutl/char-scanner.cxx index 763a3cb..7284143 100644 --- a/libbutl/char-scanner.cxx +++ b/libbutl/char-scanner.cxx @@ -1,5 +1,5 @@ // file : libbutl/char-scanner.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/char-scanner.ixx b/libbutl/char-scanner.ixx index ce57a05..7a32d23 100644 --- a/libbutl/char-scanner.ixx +++ b/libbutl/char-scanner.ixx @@ -1,5 +1,5 @@ // file : libbutl/char-scanner.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/libbutl/char-scanner.mxx b/libbutl/char-scanner.mxx index 2cd4487..457435b 100644 --- a/libbutl/char-scanner.mxx +++ b/libbutl/char-scanner.mxx @@ -1,5 +1,5 @@ // file : libbutl/char-scanner.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/const-ptr.mxx b/libbutl/const-ptr.mxx index 55bf561..38f7b44 100644 --- a/libbutl/const-ptr.mxx +++ b/libbutl/const-ptr.mxx @@ -1,5 +1,5 @@ // file : libbutl/const-ptr.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/curl.cxx b/libbutl/curl.cxx index 3930bc8..93aa010 100644 --- a/libbutl/curl.cxx +++ b/libbutl/curl.cxx @@ -1,5 +1,5 @@ // file : libbutl/curl.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/curl.ixx b/libbutl/curl.ixx index f774569..104314c 100644 --- a/libbutl/curl.ixx +++ b/libbutl/curl.ixx @@ -1,5 +1,5 @@ // file : libbutl/curl.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. diff --git a/libbutl/curl.mxx b/libbutl/curl.mxx index 587106a..d6a068d 100644 --- a/libbutl/curl.mxx +++ b/libbutl/curl.mxx @@ -1,5 +1,5 @@ // file : libbutl/curl.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/curl.txx b/libbutl/curl.txx index c8be207..f7f1ec4 100644 --- a/libbutl/curl.txx +++ b/libbutl/curl.txx @@ -1,5 +1,5 @@ // file : libbutl/curl.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. diff --git a/libbutl/diagnostics.cxx b/libbutl/diagnostics.cxx index 3844674..0736f77 100644 --- a/libbutl/diagnostics.cxx +++ b/libbutl/diagnostics.cxx @@ -1,5 +1,5 @@ // file : libbutl/diagnostics.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/diagnostics.mxx b/libbutl/diagnostics.mxx index 7a3641b..1bf50ac 100644 --- a/libbutl/diagnostics.mxx +++ b/libbutl/diagnostics.mxx @@ -1,5 +1,5 @@ // file : libbutl/diagnostics.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/export.hxx b/libbutl/export.hxx index caf02bd..88630ca 100644 --- a/libbutl/export.hxx +++ b/libbutl/export.hxx @@ -1,5 +1,5 @@ // file : libbutl/export.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #pragma once diff --git a/libbutl/fdstream.cxx b/libbutl/fdstream.cxx index f417c6a..e5b2a19 100644 --- a/libbutl/fdstream.cxx +++ b/libbutl/fdstream.cxx @@ -1,5 +1,5 @@ // file : libbutl/fdstream.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/fdstream.ixx b/libbutl/fdstream.ixx index 7a15f51..5c325b0 100644 --- a/libbutl/fdstream.ixx +++ b/libbutl/fdstream.ixx @@ -1,5 +1,5 @@ // file : libbutl/fdstream.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/libbutl/fdstream.mxx b/libbutl/fdstream.mxx index ff96e2e..e608a07 100644 --- a/libbutl/fdstream.mxx +++ b/libbutl/fdstream.mxx @@ -1,5 +1,5 @@ // file : libbutl/fdstream.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/filesystem.cxx b/libbutl/filesystem.cxx index 2fae1f9..3c9a4de 100644 --- a/libbutl/filesystem.cxx +++ b/libbutl/filesystem.cxx @@ -1,5 +1,5 @@ // file : libbutl/filesystem.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/filesystem.ixx b/libbutl/filesystem.ixx index 866d603..5ac5d97 100644 --- a/libbutl/filesystem.ixx +++ b/libbutl/filesystem.ixx @@ -1,5 +1,5 @@ // file : libbutl/filesystem.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/libbutl/filesystem.mxx b/libbutl/filesystem.mxx index cf041c2..46c358d 100644 --- a/libbutl/filesystem.mxx +++ b/libbutl/filesystem.mxx @@ -1,5 +1,5 @@ // file : libbutl/filesystem.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/ft/exception.hxx b/libbutl/ft/exception.hxx index 7ef25c6..9000415 100644 --- a/libbutl/ft/exception.hxx +++ b/libbutl/ft/exception.hxx @@ -1,5 +1,5 @@ // file : libbutl/ft/exception.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef LIBBUTL_FT_EXCEPTION_HXX diff --git a/libbutl/ft/lang.hxx b/libbutl/ft/lang.hxx index 4f0663c..f8088c7 100644 --- a/libbutl/ft/lang.hxx +++ b/libbutl/ft/lang.hxx @@ -1,5 +1,5 @@ // file : libbutl/ft/lang.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef LIBBUTL_FT_LANG_HXX diff --git a/libbutl/ft/shared_mutex.hxx b/libbutl/ft/shared_mutex.hxx index 1c64259..2ee5546 100644 --- a/libbutl/ft/shared_mutex.hxx +++ b/libbutl/ft/shared_mutex.hxx @@ -1,5 +1,5 @@ // file : libbutl/ft/shared_mutex.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef LIBBUTL_FT_SHARED_MUTEX_HXX diff --git a/libbutl/git.cxx b/libbutl/git.cxx index 28a790f..4ada0c4 100644 --- a/libbutl/git.cxx +++ b/libbutl/git.cxx @@ -1,5 +1,5 @@ // file : libbutl/git.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/git.mxx b/libbutl/git.mxx index feeba95..92baa46 100644 --- a/libbutl/git.mxx +++ b/libbutl/git.mxx @@ -1,5 +1,5 @@ // file : libbutl/git.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/manifest-forward.hxx b/libbutl/manifest-forward.hxx index 84162cc..1a582de 100644 --- a/libbutl/manifest-forward.hxx +++ b/libbutl/manifest-forward.hxx @@ -1,5 +1,5 @@ // file : libbutl/manifest-forward.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #pragma once diff --git a/libbutl/manifest-parser.cxx b/libbutl/manifest-parser.cxx index cb2d311..697273a 100644 --- a/libbutl/manifest-parser.cxx +++ b/libbutl/manifest-parser.cxx @@ -1,5 +1,5 @@ // file : libbutl/manifest-parser.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/manifest-parser.ixx b/libbutl/manifest-parser.ixx index b308264..4ffe3c5 100644 --- a/libbutl/manifest-parser.ixx +++ b/libbutl/manifest-parser.ixx @@ -1,5 +1,5 @@ // file : libbutl/manifest-parser.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/libbutl/manifest-parser.mxx b/libbutl/manifest-parser.mxx index cf44679..f39c9d2 100644 --- a/libbutl/manifest-parser.mxx +++ b/libbutl/manifest-parser.mxx @@ -1,5 +1,5 @@ // file : libbutl/manifest-parser.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/manifest-rewriter.cxx b/libbutl/manifest-rewriter.cxx index 1e1c3d5..f504c35 100644 --- a/libbutl/manifest-rewriter.cxx +++ b/libbutl/manifest-rewriter.cxx @@ -1,5 +1,5 @@ // file : libbutl/manifest-rewriter.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/manifest-rewriter.mxx b/libbutl/manifest-rewriter.mxx index 3261ef2..6cba682 100644 --- a/libbutl/manifest-rewriter.mxx +++ b/libbutl/manifest-rewriter.mxx @@ -1,5 +1,5 @@ // file : libbutl/manifest-rewriter.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/manifest-serializer.cxx b/libbutl/manifest-serializer.cxx index dfbd9e1..2098551 100644 --- a/libbutl/manifest-serializer.cxx +++ b/libbutl/manifest-serializer.cxx @@ -1,5 +1,5 @@ // file : libbutl/manifest-serializer.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/manifest-serializer.ixx b/libbutl/manifest-serializer.ixx index 1108ba1..0877852 100644 --- a/libbutl/manifest-serializer.ixx +++ b/libbutl/manifest-serializer.ixx @@ -1,5 +1,5 @@ // file : libbutl/manifest-serializer.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/libbutl/manifest-serializer.mxx b/libbutl/manifest-serializer.mxx index 6a87656..7df78d5 100644 --- a/libbutl/manifest-serializer.mxx +++ b/libbutl/manifest-serializer.mxx @@ -1,5 +1,5 @@ // file : libbutl/manifest-serializer.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/manifest-types.mxx b/libbutl/manifest-types.mxx index f9050ab..70bf3b7 100644 --- a/libbutl/manifest-types.mxx +++ b/libbutl/manifest-types.mxx @@ -1,5 +1,5 @@ // file : libbutl/manifest-types.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/multi-index.mxx b/libbutl/multi-index.mxx index 060469a..6823a2e 100644 --- a/libbutl/multi-index.mxx +++ b/libbutl/multi-index.mxx @@ -1,5 +1,5 @@ // file : libbutl/multi-index.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/openssl.cxx b/libbutl/openssl.cxx index 00e3daa..739fd8f 100644 --- a/libbutl/openssl.cxx +++ b/libbutl/openssl.cxx @@ -1,5 +1,5 @@ // file : libbutl/openssl.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/openssl.ixx b/libbutl/openssl.ixx index 57e491e..be7f88c 100644 --- a/libbutl/openssl.ixx +++ b/libbutl/openssl.ixx @@ -1,5 +1,5 @@ // file : libbutl/openssl.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. diff --git a/libbutl/openssl.mxx b/libbutl/openssl.mxx index 9cb9973..37f10bb 100644 --- a/libbutl/openssl.mxx +++ b/libbutl/openssl.mxx @@ -1,5 +1,5 @@ // file : libbutl/openssl.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/openssl.txx b/libbutl/openssl.txx index 52414ec..7e46de2 100644 --- a/libbutl/openssl.txx +++ b/libbutl/openssl.txx @@ -1,5 +1,5 @@ // file : libbutl/openssl.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. diff --git a/libbutl/optional.ixx b/libbutl/optional.ixx index ccc7852..09de2ca 100644 --- a/libbutl/optional.ixx +++ b/libbutl/optional.ixx @@ -1,5 +1,5 @@ // file : libbutl/optional.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/libbutl/optional.mxx b/libbutl/optional.mxx index 4f34a78..f41aab4 100644 --- a/libbutl/optional.mxx +++ b/libbutl/optional.mxx @@ -1,5 +1,5 @@ // file : libbutl/optional.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/pager.cxx b/libbutl/pager.cxx index 3013618..af3831c 100644 --- a/libbutl/pager.cxx +++ b/libbutl/pager.cxx @@ -1,5 +1,5 @@ // file : libbutl/pager.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/pager.mxx b/libbutl/pager.mxx index 8c3dde9..08cf935 100644 --- a/libbutl/pager.mxx +++ b/libbutl/pager.mxx @@ -1,5 +1,5 @@ // file : libbutl/pager.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/path-io.mxx b/libbutl/path-io.mxx index 11731e4..77cd9a8 100644 --- a/libbutl/path-io.mxx +++ b/libbutl/path-io.mxx @@ -1,5 +1,5 @@ // file : libbutl/path-io.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/path-map.mxx b/libbutl/path-map.mxx index dbdf132..33edf9f 100644 --- a/libbutl/path-map.mxx +++ b/libbutl/path-map.mxx @@ -1,5 +1,5 @@ // file : libbutl/path-map.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/path.cxx b/libbutl/path.cxx index 17b380a..3216978 100644 --- a/libbutl/path.cxx +++ b/libbutl/path.cxx @@ -1,5 +1,5 @@ // file : libbutl/path.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/path.ixx b/libbutl/path.ixx index b7dca3e..578db81 100644 --- a/libbutl/path.ixx +++ b/libbutl/path.ixx @@ -1,5 +1,5 @@ // file : libbutl/path.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. diff --git a/libbutl/path.mxx b/libbutl/path.mxx index 35ba0ec..6a7ff74 100644 --- a/libbutl/path.mxx +++ b/libbutl/path.mxx @@ -1,5 +1,5 @@ // file : libbutl/path.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/path.txx b/libbutl/path.txx index dc2fc01..bb2ab79 100644 --- a/libbutl/path.txx +++ b/libbutl/path.txx @@ -1,5 +1,5 @@ // file : libbutl/path.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. diff --git a/libbutl/prefix-map.mxx b/libbutl/prefix-map.mxx index 0d65911..b9e31a5 100644 --- a/libbutl/prefix-map.mxx +++ b/libbutl/prefix-map.mxx @@ -1,5 +1,5 @@ // file : libbutl/prefix-map.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/prefix-map.txx b/libbutl/prefix-map.txx index 3a1401e..c923fd5 100644 --- a/libbutl/prefix-map.txx +++ b/libbutl/prefix-map.txx @@ -1,5 +1,5 @@ // file : libbutl/prefix-map.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. diff --git a/libbutl/process-details.hxx b/libbutl/process-details.hxx index 150f611..2c2606f 100644 --- a/libbutl/process-details.hxx +++ b/libbutl/process-details.hxx @@ -1,5 +1,5 @@ // file : libbutl/process-details.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #pragma once diff --git a/libbutl/process-io.mxx b/libbutl/process-io.mxx index a535dcf..5deeac3 100644 --- a/libbutl/process-io.mxx +++ b/libbutl/process-io.mxx @@ -1,5 +1,5 @@ // file : libbutl/process-io.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/process-run.cxx b/libbutl/process-run.cxx index adc1023..e1763e6 100644 --- a/libbutl/process-run.cxx +++ b/libbutl/process-run.cxx @@ -1,5 +1,5 @@ // file : libbutl/process-run.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/process-run.txx b/libbutl/process-run.txx index 85e51e2..765e7ef 100644 --- a/libbutl/process-run.txx +++ b/libbutl/process-run.txx @@ -1,5 +1,5 @@ // file : libbutl/process-run.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. diff --git a/libbutl/process.cxx b/libbutl/process.cxx index c0914b4..fa2f583 100644 --- a/libbutl/process.cxx +++ b/libbutl/process.cxx @@ -1,5 +1,5 @@ // file : libbutl/process.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/process.ixx b/libbutl/process.ixx index df3b588..0aa23fa 100644 --- a/libbutl/process.ixx +++ b/libbutl/process.ixx @@ -1,5 +1,5 @@ // file : libbutl/process.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/libbutl/process.mxx b/libbutl/process.mxx index 8f8b930..8f9d2de 100644 --- a/libbutl/process.mxx +++ b/libbutl/process.mxx @@ -1,5 +1,5 @@ // file : libbutl/process.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/project-name.cxx b/libbutl/project-name.cxx index 76a68b9..9cc3d8e 100644 --- a/libbutl/project-name.cxx +++ b/libbutl/project-name.cxx @@ -1,5 +1,5 @@ // file : libbutl/project-name.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/project-name.mxx b/libbutl/project-name.mxx index 0ed94e2..131a1e0 100644 --- a/libbutl/project-name.mxx +++ b/libbutl/project-name.mxx @@ -1,5 +1,5 @@ // file : libbutl/project-name.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/prompt.cxx b/libbutl/prompt.cxx index 52442b2..09952c0 100644 --- a/libbutl/prompt.cxx +++ b/libbutl/prompt.cxx @@ -1,5 +1,5 @@ // file : libbutl/prompt.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/prompt.mxx b/libbutl/prompt.mxx index 5d431a6..87bded2 100644 --- a/libbutl/prompt.mxx +++ b/libbutl/prompt.mxx @@ -1,5 +1,5 @@ // file : libbutl/prompt.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/regex.cxx b/libbutl/regex.cxx index d4af2c4..f988193 100644 --- a/libbutl/regex.cxx +++ b/libbutl/regex.cxx @@ -1,5 +1,5 @@ // file : libbutl/regex.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/regex.ixx b/libbutl/regex.ixx index 8e3286f..77ea08e 100644 --- a/libbutl/regex.ixx +++ b/libbutl/regex.ixx @@ -1,5 +1,5 @@ // file : libbutl/regex.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. diff --git a/libbutl/regex.mxx b/libbutl/regex.mxx index 7fa0155..0d6aa70 100644 --- a/libbutl/regex.mxx +++ b/libbutl/regex.mxx @@ -1,5 +1,5 @@ // file : libbutl/regex.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/regex.txx b/libbutl/regex.txx index fbe2885..1f87663 100644 --- a/libbutl/regex.txx +++ b/libbutl/regex.txx @@ -1,5 +1,5 @@ // file : libbutl/regex.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. diff --git a/libbutl/semantic-version.cxx b/libbutl/semantic-version.cxx index 2427202..e3cd775 100644 --- a/libbutl/semantic-version.cxx +++ b/libbutl/semantic-version.cxx @@ -1,5 +1,5 @@ // file : libbutl/semantic-version.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/semantic-version.ixx b/libbutl/semantic-version.ixx index c9f6659..0bbfdc9 100644 --- a/libbutl/semantic-version.ixx +++ b/libbutl/semantic-version.ixx @@ -1,5 +1,5 @@ // file : libbutl/semantic-version.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/libbutl/semantic-version.mxx b/libbutl/semantic-version.mxx index c50a290..eb83705 100644 --- a/libbutl/semantic-version.mxx +++ b/libbutl/semantic-version.mxx @@ -1,5 +1,5 @@ // file : libbutl/semantic-version.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/sendmail.cxx b/libbutl/sendmail.cxx index 6e6f0a1..0a9f618 100644 --- a/libbutl/sendmail.cxx +++ b/libbutl/sendmail.cxx @@ -1,5 +1,5 @@ // file : libbutl/sendmail.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/sendmail.ixx b/libbutl/sendmail.ixx index dfd5024..643d331 100644 --- a/libbutl/sendmail.ixx +++ b/libbutl/sendmail.ixx @@ -1,5 +1,5 @@ // file : libbutl/sendmail.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. diff --git a/libbutl/sendmail.mxx b/libbutl/sendmail.mxx index 09bae69..bbc08cd 100644 --- a/libbutl/sendmail.mxx +++ b/libbutl/sendmail.mxx @@ -1,5 +1,5 @@ // file : libbutl/sendmail.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/sha1.c b/libbutl/sha1.c index 46eb10d..10c1ef8 100644 --- a/libbutl/sha1.c +++ b/libbutl/sha1.c @@ -1,7 +1,7 @@ /* $KAME: sha1.c,v 1.5 2000/11/08 06:13:08 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. - * Copyright (c) 2017-2018 Code Synthesis Ltd + * Copyright (c) 2017-2019 Code Synthesis Ltd * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/libbutl/sha1.cxx b/libbutl/sha1.cxx index af1f260..a174cb7 100644 --- a/libbutl/sha1.cxx +++ b/libbutl/sha1.cxx @@ -1,5 +1,5 @@ // file : libbutl/sha1.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/sha1.mxx b/libbutl/sha1.mxx index ea4d240..de7a3dd 100644 --- a/libbutl/sha1.mxx +++ b/libbutl/sha1.mxx @@ -1,5 +1,5 @@ // file : libbutl/sha1.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/sha256.cxx b/libbutl/sha256.cxx index c4556e7..e988ef2 100644 --- a/libbutl/sha256.cxx +++ b/libbutl/sha256.cxx @@ -1,5 +1,5 @@ // file : libbutl/sha256.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/sha256.mxx b/libbutl/sha256.mxx index c0c8a84..cd72ef5 100644 --- a/libbutl/sha256.mxx +++ b/libbutl/sha256.mxx @@ -1,5 +1,5 @@ // file : libbutl/sha256.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/sha256c.c b/libbutl/sha256c.c index 391221f..4fb91fd 100644 --- a/libbutl/sha256c.c +++ b/libbutl/sha256c.c @@ -1,6 +1,6 @@ /*- * Copyright 2005 Colin Percival - * Copyright (c) 2016-2018 Code Synthesis Ltd + * Copyright (c) 2016-2019 Code Synthesis Ltd * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/libbutl/small-allocator.mxx b/libbutl/small-allocator.mxx index 124e29e..b3b4f8e 100644 --- a/libbutl/small-allocator.mxx +++ b/libbutl/small-allocator.mxx @@ -1,5 +1,5 @@ // file : libbutl/small-allocator.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/small-forward-list.mxx b/libbutl/small-forward-list.mxx index 7ded91a..17d58de 100644 --- a/libbutl/small-forward-list.mxx +++ b/libbutl/small-forward-list.mxx @@ -1,5 +1,5 @@ // file : libbutl/small-forward-list.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/small-list.mxx b/libbutl/small-list.mxx index fc49430..75c66e3 100644 --- a/libbutl/small-list.mxx +++ b/libbutl/small-list.mxx @@ -1,5 +1,5 @@ // file : libbutl/small-list.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/small-vector.mxx b/libbutl/small-vector.mxx index 96368db..d21cc46 100644 --- a/libbutl/small-vector.mxx +++ b/libbutl/small-vector.mxx @@ -1,5 +1,5 @@ // file : libbutl/small-vector.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/standard-version.cxx b/libbutl/standard-version.cxx index 8e6354c..74991ad 100644 --- a/libbutl/standard-version.cxx +++ b/libbutl/standard-version.cxx @@ -1,5 +1,5 @@ // file : libbutl/standard-version.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/standard-version.ixx b/libbutl/standard-version.ixx index 7e282f8..40ca623 100644 --- a/libbutl/standard-version.ixx +++ b/libbutl/standard-version.ixx @@ -1,5 +1,5 @@ // file : libbutl/standard-version.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/libbutl/standard-version.mxx b/libbutl/standard-version.mxx index ee8e89c..b71a44b 100644 --- a/libbutl/standard-version.mxx +++ b/libbutl/standard-version.mxx @@ -1,5 +1,5 @@ // file : libbutl/standard-version.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/string-parser.cxx b/libbutl/string-parser.cxx index bc66492..3e058dc 100644 --- a/libbutl/string-parser.cxx +++ b/libbutl/string-parser.cxx @@ -1,5 +1,5 @@ // file : libbutl/string-parser.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/string-parser.mxx b/libbutl/string-parser.mxx index f7a9412..c2e2684 100644 --- a/libbutl/string-parser.mxx +++ b/libbutl/string-parser.mxx @@ -1,5 +1,5 @@ // file : libbutl/string-parser.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/string-table.mxx b/libbutl/string-table.mxx index 96240b8..a7025ae 100644 --- a/libbutl/string-table.mxx +++ b/libbutl/string-table.mxx @@ -1,5 +1,5 @@ // file : libbutl/string-table.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/string-table.txx b/libbutl/string-table.txx index 013cbb3..3ee710a 100644 --- a/libbutl/string-table.txx +++ b/libbutl/string-table.txx @@ -1,5 +1,5 @@ // file : libbutl/string-table.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/libbutl/tab-parser.cxx b/libbutl/tab-parser.cxx index 2e838a9..adce67c 100644 --- a/libbutl/tab-parser.cxx +++ b/libbutl/tab-parser.cxx @@ -1,5 +1,5 @@ // file : libbutl/tab-parser.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/tab-parser.mxx b/libbutl/tab-parser.mxx index 5849b76..716099c 100644 --- a/libbutl/tab-parser.mxx +++ b/libbutl/tab-parser.mxx @@ -1,5 +1,5 @@ // file : libbutl/tab-parser.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/target-triplet.cxx b/libbutl/target-triplet.cxx index 92bc9af..dd35c0a 100644 --- a/libbutl/target-triplet.cxx +++ b/libbutl/target-triplet.cxx @@ -1,5 +1,5 @@ // file : libbutl/target-triplet.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/target-triplet.mxx b/libbutl/target-triplet.mxx index bd50fd4..de4533e 100644 --- a/libbutl/target-triplet.mxx +++ b/libbutl/target-triplet.mxx @@ -1,5 +1,5 @@ // file : libbutl/target-triplet.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/timestamp.cxx b/libbutl/timestamp.cxx index bba0865..47ebfea 100644 --- a/libbutl/timestamp.cxx +++ b/libbutl/timestamp.cxx @@ -1,5 +1,5 @@ // file : libbutl/timestamp.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/timestamp.mxx b/libbutl/timestamp.mxx index 76c7978..649a4e7 100644 --- a/libbutl/timestamp.mxx +++ b/libbutl/timestamp.mxx @@ -1,5 +1,5 @@ // file : libbutl/timestamp.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/url.ixx b/libbutl/url.ixx index 7a6d86f..edacb01 100644 --- a/libbutl/url.ixx +++ b/libbutl/url.ixx @@ -1,5 +1,5 @@ // file : libbutl/url.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. diff --git a/libbutl/url.mxx b/libbutl/url.mxx index 6e7acde..5375698 100644 --- a/libbutl/url.mxx +++ b/libbutl/url.mxx @@ -1,5 +1,5 @@ // file : libbutl/url.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/url.txx b/libbutl/url.txx index 2a2a215..7e3fddb 100644 --- a/libbutl/url.txx +++ b/libbutl/url.txx @@ -1,5 +1,5 @@ // file : libbutl/url.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. diff --git a/libbutl/utility.cxx b/libbutl/utility.cxx index b572d69..a4c183a 100644 --- a/libbutl/utility.cxx +++ b/libbutl/utility.cxx @@ -1,5 +1,5 @@ // file : libbutl/utility.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/utility.ixx b/libbutl/utility.ixx index 1aa116b..7106a6e 100644 --- a/libbutl/utility.ixx +++ b/libbutl/utility.ixx @@ -1,5 +1,5 @@ // file : libbutl/utility.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_lib_modules diff --git a/libbutl/utility.mxx b/libbutl/utility.mxx index 7fb4173..a0f4aaf 100644 --- a/libbutl/utility.mxx +++ b/libbutl/utility.mxx @@ -1,5 +1,5 @@ // file : libbutl/utility.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/uuid-freebsd.cxx b/libbutl/uuid-freebsd.cxx index 184799d..f163006 100644 --- a/libbutl/uuid-freebsd.cxx +++ b/libbutl/uuid-freebsd.cxx @@ -1,5 +1,5 @@ // file : libbutl/uuid-freebsd.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_BOOTSTRAP diff --git a/libbutl/uuid-io.cxx b/libbutl/uuid-io.cxx index 7eed134..bc15c6f 100644 --- a/libbutl/uuid-io.cxx +++ b/libbutl/uuid-io.cxx @@ -1,5 +1,5 @@ // file : libbutl/uuid-io.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/libbutl/uuid-io.hxx b/libbutl/uuid-io.hxx index 57de9f3..e98d821 100644 --- a/libbutl/uuid-io.hxx +++ b/libbutl/uuid-io.hxx @@ -1,5 +1,5 @@ // file : libbutl/uuid-io.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #pragma once diff --git a/libbutl/uuid-linux.cxx b/libbutl/uuid-linux.cxx index cae8aae..fa01131 100644 --- a/libbutl/uuid-linux.cxx +++ b/libbutl/uuid-linux.cxx @@ -1,5 +1,5 @@ // file : libbutl/uuid-linux.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_BOOTSTRAP diff --git a/libbutl/uuid-macos.cxx b/libbutl/uuid-macos.cxx index 1003501..1f6a4e7 100644 --- a/libbutl/uuid-macos.cxx +++ b/libbutl/uuid-macos.cxx @@ -1,5 +1,5 @@ // file : libbutl/uuid-macos.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_BOOTSTRAP diff --git a/libbutl/uuid-windows.cxx b/libbutl/uuid-windows.cxx index 05241ba..405f919 100644 --- a/libbutl/uuid-windows.cxx +++ b/libbutl/uuid-windows.cxx @@ -1,5 +1,5 @@ // file : libbutl/uuid-windows.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_BOOTSTRAP diff --git a/libbutl/uuid.cxx b/libbutl/uuid.cxx index ab42ad8..18291d1 100644 --- a/libbutl/uuid.cxx +++ b/libbutl/uuid.cxx @@ -1,5 +1,5 @@ // file : libbutl/uuid.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/libbutl/uuid.hxx b/libbutl/uuid.hxx index fa27f6a..25861d9 100644 --- a/libbutl/uuid.hxx +++ b/libbutl/uuid.hxx @@ -1,5 +1,5 @@ // file : libbutl/uuid.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #pragma once diff --git a/libbutl/uuid.ixx b/libbutl/uuid.ixx index c5411fb..c2dbb80 100644 --- a/libbutl/uuid.ixx +++ b/libbutl/uuid.ixx @@ -1,5 +1,5 @@ // file : libbutl/uuid.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // mem*() diff --git a/libbutl/vector-view.mxx b/libbutl/vector-view.mxx index b3b9c4e..4966c3a 100644 --- a/libbutl/vector-view.mxx +++ b/libbutl/vector-view.mxx @@ -1,5 +1,5 @@ // file : libbutl/vector-view.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/version.hxx.in b/libbutl/version.hxx.in index 4f06bec..5fb8aa8 100644 --- a/libbutl/version.hxx.in +++ b/libbutl/version.hxx.in @@ -1,5 +1,5 @@ // file : libbutl/version.hxx.in -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #pragma once diff --git a/libbutl/win32-utility.cxx b/libbutl/win32-utility.cxx index a55115c..eb4d216 100644 --- a/libbutl/win32-utility.cxx +++ b/libbutl/win32-utility.cxx @@ -1,5 +1,5 @@ // file : libbutl/win32-utility.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/libbutl/win32-utility.hxx b/libbutl/win32-utility.hxx index d1bf24d..79130ca 100644 --- a/libbutl/win32-utility.hxx +++ b/libbutl/win32-utility.hxx @@ -1,5 +1,5 @@ // file : libbutl/win32-utility.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #pragma once -- cgit v1.1