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 --- 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/manifest-forward.hxx | 2 +- libbutl/manifest-parser.cxx | 2 +- libbutl/manifest-parser.mxx | 2 +- libbutl/manifest-serializer.cxx | 2 +- libbutl/manifest-serializer.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.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/regex.cxx | 2 +- libbutl/regex.ixx | 2 +- libbutl/regex.mxx | 2 +- libbutl/regex.txx | 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/vector-view.mxx | 2 +- libbutl/version.hxx.in | 2 +- libbutl/win32-utility.cxx | 2 +- libbutl/win32-utility.hxx | 2 +- 91 files changed, 91 insertions(+), 91 deletions(-) (limited to 'libbutl') diff --git a/libbutl/base64.cxx b/libbutl/base64.cxx index bed8059..4525a1c 100644 --- a/libbutl/base64.cxx +++ b/libbutl/base64.cxx @@ -1,5 +1,5 @@ // file : libbutl/base64.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 __cpp_modules diff --git a/libbutl/base64.mxx b/libbutl/base64.mxx index ae43ba6..a43075a 100644 --- a/libbutl/base64.mxx +++ b/libbutl/base64.mxx @@ -1,5 +1,5 @@ // file : libbutl/base64.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/buildfile b/libbutl/buildfile index 9d20e90..8320ed0 100644 --- a/libbutl/buildfile +++ b/libbutl/buildfile @@ -1,5 +1,5 @@ # file : libbutl/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file int_libs = diff --git a/libbutl/char-scanner.cxx b/libbutl/char-scanner.cxx index cebad61..aa9e1b7 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 84af581..a33cf2b 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/libbutl/char-scanner.mxx b/libbutl/char-scanner.mxx index 7b5be9f..58d8ebc 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 a4b86be..55bf561 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/curl.cxx b/libbutl/curl.cxx index ee61d6d..3930bc8 100644 --- a/libbutl/curl.cxx +++ b/libbutl/curl.cxx @@ -1,5 +1,5 @@ // file : libbutl/curl.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 __cpp_modules diff --git a/libbutl/curl.ixx b/libbutl/curl.ixx index 0ad3bf5..f774569 100644 --- a/libbutl/curl.ixx +++ b/libbutl/curl.ixx @@ -1,5 +1,5 @@ // file : libbutl/curl.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 7beb844..587106a 100644 --- a/libbutl/curl.mxx +++ b/libbutl/curl.mxx @@ -1,5 +1,5 @@ // file : libbutl/curl.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/curl.txx b/libbutl/curl.txx index 9686d0b..c8be207 100644 --- a/libbutl/curl.txx +++ b/libbutl/curl.txx @@ -1,5 +1,5 @@ // file : libbutl/curl.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 5183626..3844674 100644 --- a/libbutl/diagnostics.cxx +++ b/libbutl/diagnostics.cxx @@ -1,5 +1,5 @@ // file : libbutl/diagnostics.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 __cpp_modules diff --git a/libbutl/diagnostics.mxx b/libbutl/diagnostics.mxx index af74956..7a3641b 100644 --- a/libbutl/diagnostics.mxx +++ b/libbutl/diagnostics.mxx @@ -1,5 +1,5 @@ // file : libbutl/diagnostics.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/export.hxx b/libbutl/export.hxx index 82e06cb..caf02bd 100644 --- a/libbutl/export.hxx +++ b/libbutl/export.hxx @@ -1,5 +1,5 @@ // file : libbutl/export.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #pragma once diff --git a/libbutl/fdstream.cxx b/libbutl/fdstream.cxx index 18fcf11..0fac018 100644 --- a/libbutl/fdstream.cxx +++ b/libbutl/fdstream.cxx @@ -1,5 +1,5 @@ // file : libbutl/fdstream.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 __cpp_modules diff --git a/libbutl/fdstream.ixx b/libbutl/fdstream.ixx index 5678fba..50e2018 100644 --- a/libbutl/fdstream.ixx +++ b/libbutl/fdstream.ixx @@ -1,5 +1,5 @@ // file : libbutl/fdstream.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/libbutl/fdstream.mxx b/libbutl/fdstream.mxx index b2d4704..cf52601 100644 --- a/libbutl/fdstream.mxx +++ b/libbutl/fdstream.mxx @@ -1,5 +1,5 @@ // file : libbutl/fdstream.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/filesystem.cxx b/libbutl/filesystem.cxx index d31ad96..1ea4cf8 100644 --- a/libbutl/filesystem.cxx +++ b/libbutl/filesystem.cxx @@ -1,5 +1,5 @@ // file : libbutl/filesystem.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 __cpp_modules diff --git a/libbutl/filesystem.ixx b/libbutl/filesystem.ixx index e5c1298..97891d5 100644 --- a/libbutl/filesystem.ixx +++ b/libbutl/filesystem.ixx @@ -1,5 +1,5 @@ // file : libbutl/filesystem.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/libbutl/filesystem.mxx b/libbutl/filesystem.mxx index da5ab59..3d32517 100644 --- a/libbutl/filesystem.mxx +++ b/libbutl/filesystem.mxx @@ -1,5 +1,5 @@ // file : libbutl/filesystem.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 14d9ced..7ef25c6 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 5daf9c9..4f0663c 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 a0346fc..1c64259 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef LIBBUTL_FT_SHARED_MUTEX_HXX diff --git a/libbutl/manifest-forward.hxx b/libbutl/manifest-forward.hxx index e221fdf..babcb4b 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #pragma once diff --git a/libbutl/manifest-parser.cxx b/libbutl/manifest-parser.cxx index cea71b6..f2567f3 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/manifest-parser.mxx b/libbutl/manifest-parser.mxx index c21ccc1..4af7dba 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 0693c2e..73255b0 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/manifest-serializer.mxx b/libbutl/manifest-serializer.mxx index e468786..e063f17 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 f0ef298..060469a 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/openssl.cxx b/libbutl/openssl.cxx index 48b0c1d..00e3daa 100644 --- a/libbutl/openssl.cxx +++ b/libbutl/openssl.cxx @@ -1,5 +1,5 @@ // file : libbutl/openssl.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 __cpp_modules diff --git a/libbutl/openssl.ixx b/libbutl/openssl.ixx index 3ef56ed..57e491e 100644 --- a/libbutl/openssl.ixx +++ b/libbutl/openssl.ixx @@ -1,5 +1,5 @@ // file : libbutl/openssl.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 a465aad..9cb9973 100644 --- a/libbutl/openssl.mxx +++ b/libbutl/openssl.mxx @@ -1,5 +1,5 @@ // file : libbutl/openssl.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/openssl.txx b/libbutl/openssl.txx index 29dc4b1..52414ec 100644 --- a/libbutl/openssl.txx +++ b/libbutl/openssl.txx @@ -1,5 +1,5 @@ // file : libbutl/openssl.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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.mxx b/libbutl/optional.mxx index b0993d9..cddf59a 100644 --- a/libbutl/optional.mxx +++ b/libbutl/optional.mxx @@ -1,5 +1,5 @@ // file : libbutl/optional.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/pager.cxx b/libbutl/pager.cxx index 5a45068..12ad991 100644 --- a/libbutl/pager.cxx +++ b/libbutl/pager.cxx @@ -1,5 +1,5 @@ // file : libbutl/pager.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 __cpp_modules diff --git a/libbutl/pager.mxx b/libbutl/pager.mxx index 6955f53..8c3dde9 100644 --- a/libbutl/pager.mxx +++ b/libbutl/pager.mxx @@ -1,5 +1,5 @@ // file : libbutl/pager.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 ae1ee84..11731e4 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 95fd54b..dbdf132 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/path.cxx b/libbutl/path.cxx index ac85016..11a34c9 100644 --- a/libbutl/path.cxx +++ b/libbutl/path.cxx @@ -1,5 +1,5 @@ // file : libbutl/path.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 __cpp_modules diff --git a/libbutl/path.ixx b/libbutl/path.ixx index aef38eb..d262adb 100644 --- a/libbutl/path.ixx +++ b/libbutl/path.ixx @@ -1,5 +1,5 @@ // file : libbutl/path.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 5b9bec1..a0cdd90 100644 --- a/libbutl/path.mxx +++ b/libbutl/path.mxx @@ -1,5 +1,5 @@ // file : libbutl/path.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/path.txx b/libbutl/path.txx index 061728e..dc2fc01 100644 --- a/libbutl/path.txx +++ b/libbutl/path.txx @@ -1,5 +1,5 @@ // file : libbutl/path.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 85d7635..0d65911 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 fc94409..3a1401e 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 2e8ea7f..150f611 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #pragma once diff --git a/libbutl/process-io.mxx b/libbutl/process-io.mxx index dfd2221..a535dcf 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 446eec0..adc1023 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 9e4ccfc..f6c14f5 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 5505fde..41e2c0d 100644 --- a/libbutl/process.cxx +++ b/libbutl/process.cxx @@ -1,5 +1,5 @@ // file : libbutl/process.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 __cpp_modules diff --git a/libbutl/process.ixx b/libbutl/process.ixx index cc5170f..c2cd892 100644 --- a/libbutl/process.ixx +++ b/libbutl/process.ixx @@ -1,5 +1,5 @@ // file : libbutl/process.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/libbutl/process.mxx b/libbutl/process.mxx index 699d051..0894515 100644 --- a/libbutl/process.mxx +++ b/libbutl/process.mxx @@ -1,5 +1,5 @@ // file : libbutl/process.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/regex.cxx b/libbutl/regex.cxx index 90374cd..d4af2c4 100644 --- a/libbutl/regex.cxx +++ b/libbutl/regex.cxx @@ -1,5 +1,5 @@ // file : libbutl/regex.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 __cpp_modules diff --git a/libbutl/regex.ixx b/libbutl/regex.ixx index f0dd687..15189fb 100644 --- a/libbutl/regex.ixx +++ b/libbutl/regex.ixx @@ -1,5 +1,5 @@ // file : libbutl/regex.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 d4d9737..741b818 100644 --- a/libbutl/regex.mxx +++ b/libbutl/regex.mxx @@ -1,5 +1,5 @@ // file : libbutl/regex.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/regex.txx b/libbutl/regex.txx index b14e08d..a7a6c9a 100644 --- a/libbutl/regex.txx +++ b/libbutl/regex.txx @@ -1,5 +1,5 @@ // file : libbutl/regex.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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.cxx b/libbutl/sendmail.cxx index cd6ddff..6e6f0a1 100644 --- a/libbutl/sendmail.cxx +++ b/libbutl/sendmail.cxx @@ -1,5 +1,5 @@ // file : libbutl/sendmail.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 __cpp_modules diff --git a/libbutl/sendmail.ixx b/libbutl/sendmail.ixx index 4fb3dac..dfd5024 100644 --- a/libbutl/sendmail.ixx +++ b/libbutl/sendmail.ixx @@ -1,5 +1,5 @@ // file : libbutl/sendmail.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 778ff05..09bae69 100644 --- a/libbutl/sendmail.mxx +++ b/libbutl/sendmail.mxx @@ -1,5 +1,5 @@ // file : libbutl/sendmail.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/sha1.c b/libbutl/sha1.c index 4cb5084..3c351b1 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 Code Synthesis Ltd + * Copyright (C) 2018 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 b431780..8fdb833 100644 --- a/libbutl/sha1.cxx +++ b/libbutl/sha1.cxx @@ -1,5 +1,5 @@ // file : libbutl/sha1.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 __cpp_modules diff --git a/libbutl/sha1.mxx b/libbutl/sha1.mxx index 7ba3c0a..a3b75d7 100644 --- a/libbutl/sha1.mxx +++ b/libbutl/sha1.mxx @@ -1,5 +1,5 @@ // file : libbutl/sha1.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/sha256.cxx b/libbutl/sha256.cxx index 694b331..a688a15 100644 --- a/libbutl/sha256.cxx +++ b/libbutl/sha256.cxx @@ -1,5 +1,5 @@ // file : libbutl/sha256.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 __cpp_modules diff --git a/libbutl/sha256.mxx b/libbutl/sha256.mxx index 1584be8..ba8eeea 100644 --- a/libbutl/sha256.mxx +++ b/libbutl/sha256.mxx @@ -1,5 +1,5 @@ // file : libbutl/sha256.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/sha256c.c b/libbutl/sha256c.c index 44873fb..cb5b66a 100644 --- a/libbutl/sha256c.c +++ b/libbutl/sha256c.c @@ -1,6 +1,6 @@ /*- * Copyright 2005 Colin Percival - * Copyright (c) 2017 Code Synthesis Ltd + * Copyright (c) 2018 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 2c61e1c..124e29e 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 9411367..7ded91a 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 0f572a3..fc49430 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 7996f72..96368db 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 4e5e9f6..dbf6f30 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 5f656fa..f24e358 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/libbutl/standard-version.mxx b/libbutl/standard-version.mxx index fa74e01..384b8f0 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 53c1d1a..bc66492 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 559b938..f7a9412 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 2db8d6a..96240b8 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 f1b03bf..013cbb3 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/libbutl/tab-parser.cxx b/libbutl/tab-parser.cxx index 183e6d7..2e838a9 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 609a46d..5849b76 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 0b7247e..92bc9af 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 2f13db0..bd50fd4 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/timestamp.cxx b/libbutl/timestamp.cxx index 3fececf..437ea52 100644 --- a/libbutl/timestamp.cxx +++ b/libbutl/timestamp.cxx @@ -1,5 +1,5 @@ // file : libbutl/timestamp.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 __cpp_modules diff --git a/libbutl/timestamp.mxx b/libbutl/timestamp.mxx index cde0e01..af44680 100644 --- a/libbutl/timestamp.mxx +++ b/libbutl/timestamp.mxx @@ -1,5 +1,5 @@ // file : libbutl/timestamp.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/url.ixx b/libbutl/url.ixx index 4ff7a06..2feb347 100644 --- a/libbutl/url.ixx +++ b/libbutl/url.ixx @@ -1,5 +1,5 @@ // file : libbutl/url.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 577434f..a81162c 100644 --- a/libbutl/url.mxx +++ b/libbutl/url.mxx @@ -1,5 +1,5 @@ // file : libbutl/url.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/url.txx b/libbutl/url.txx index 3a2c387..26bd60a 100644 --- a/libbutl/url.txx +++ b/libbutl/url.txx @@ -1,5 +1,5 @@ // file : libbutl/url.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 da42517..8e2422aa 100644 --- a/libbutl/utility.cxx +++ b/libbutl/utility.cxx @@ -1,5 +1,5 @@ // file : libbutl/utility.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 __cpp_modules diff --git a/libbutl/utility.ixx b/libbutl/utility.ixx index 24271e4..d4aaa65 100644 --- a/libbutl/utility.ixx +++ b/libbutl/utility.ixx @@ -1,5 +1,5 @@ // file : libbutl/utility.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace butl diff --git a/libbutl/utility.mxx b/libbutl/utility.mxx index 49ce5a7..740b411 100644 --- a/libbutl/utility.mxx +++ b/libbutl/utility.mxx @@ -1,5 +1,5 @@ // file : libbutl/utility.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef __cpp_modules diff --git a/libbutl/vector-view.mxx b/libbutl/vector-view.mxx index e2c9d7e..b3b9c4e 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 add5154..4f06bec 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #pragma once diff --git a/libbutl/win32-utility.cxx b/libbutl/win32-utility.cxx index 9e7b936..a55115c 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/libbutl/win32-utility.hxx b/libbutl/win32-utility.hxx index 8c1e6d7..d1bf24d 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #pragma once -- cgit v1.1