From f1300da7991b5cb024e3932443911d64008f524e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 20:49:40 +0300 Subject: Update copyright year --- bpkg/archive.cxx | 2 +- bpkg/archive.hxx | 2 +- bpkg/argument-grouping.cli | 2 +- bpkg/auth.cxx | 2 +- bpkg/auth.hxx | 2 +- bpkg/bpkg.cli | 2 +- bpkg/bpkg.cxx | 4 ++-- bpkg/buildfile | 2 +- bpkg/cfg-create.cli | 2 +- bpkg/cfg-create.cxx | 2 +- bpkg/cfg-create.hxx | 2 +- bpkg/checksum.cxx | 2 +- bpkg/checksum.hxx | 2 +- bpkg/common.cli | 2 +- bpkg/configuration.cli | 2 +- bpkg/database.cxx | 2 +- bpkg/database.hxx | 2 +- bpkg/diagnostics.cxx | 2 +- bpkg/diagnostics.hxx | 2 +- bpkg/fetch-git.cxx | 2 +- bpkg/fetch-pkg.cxx | 2 +- bpkg/fetch.cxx | 2 +- bpkg/fetch.hxx | 2 +- bpkg/forward.hxx | 2 +- bpkg/help.cli | 2 +- bpkg/help.cxx | 2 +- bpkg/help.hxx | 2 +- bpkg/manifest-utility.cxx | 2 +- bpkg/manifest-utility.hxx | 2 +- bpkg/options-types.hxx | 2 +- bpkg/package.cxx | 2 +- bpkg/package.hxx | 2 +- bpkg/package.ixx | 2 +- bpkg/pkg-build.cli | 2 +- bpkg/pkg-build.cxx | 2 +- bpkg/pkg-build.hxx | 2 +- bpkg/pkg-checkout.cli | 2 +- bpkg/pkg-checkout.cxx | 2 +- bpkg/pkg-checkout.hxx | 2 +- bpkg/pkg-clean.cli | 2 +- bpkg/pkg-clean.hxx | 2 +- bpkg/pkg-command.cxx | 2 +- bpkg/pkg-command.hxx | 2 +- bpkg/pkg-configure.cli | 2 +- bpkg/pkg-configure.cxx | 2 +- bpkg/pkg-configure.hxx | 2 +- bpkg/pkg-disfigure.cli | 2 +- bpkg/pkg-disfigure.cxx | 2 +- bpkg/pkg-disfigure.hxx | 2 +- bpkg/pkg-drop.cli | 2 +- bpkg/pkg-drop.cxx | 2 +- bpkg/pkg-drop.hxx | 2 +- bpkg/pkg-fetch.cli | 2 +- bpkg/pkg-fetch.cxx | 2 +- bpkg/pkg-fetch.hxx | 2 +- bpkg/pkg-install.cli | 2 +- bpkg/pkg-install.hxx | 2 +- bpkg/pkg-purge.cli | 2 +- bpkg/pkg-purge.cxx | 2 +- bpkg/pkg-purge.hxx | 2 +- bpkg/pkg-status.cli | 2 +- bpkg/pkg-status.cxx | 2 +- bpkg/pkg-status.hxx | 2 +- bpkg/pkg-test.cli | 2 +- bpkg/pkg-test.hxx | 2 +- bpkg/pkg-uninstall.cli | 2 +- bpkg/pkg-uninstall.hxx | 2 +- bpkg/pkg-unpack.cli | 2 +- bpkg/pkg-unpack.cxx | 2 +- bpkg/pkg-unpack.hxx | 2 +- bpkg/pkg-update.cli | 2 +- bpkg/pkg-update.hxx | 2 +- bpkg/pkg-verify.cli | 2 +- bpkg/pkg-verify.cxx | 2 +- bpkg/pkg-verify.hxx | 2 +- bpkg/rep-add.cli | 2 +- bpkg/rep-add.cxx | 2 +- bpkg/rep-add.hxx | 2 +- bpkg/rep-create.cli | 2 +- bpkg/rep-create.cxx | 2 +- bpkg/rep-create.hxx | 2 +- bpkg/rep-fetch.cli | 2 +- bpkg/rep-fetch.cxx | 2 +- bpkg/rep-fetch.hxx | 2 +- bpkg/rep-info.cli | 2 +- bpkg/rep-info.cxx | 2 +- bpkg/rep-info.hxx | 2 +- bpkg/rep-list.cli | 2 +- bpkg/rep-list.cxx | 2 +- bpkg/rep-list.hxx | 2 +- bpkg/rep-remove.cli | 2 +- bpkg/rep-remove.cxx | 2 +- bpkg/rep-remove.hxx | 2 +- bpkg/repository-signing.cli | 2 +- bpkg/repository-types.cli | 2 +- bpkg/satisfaction.cxx | 2 +- bpkg/satisfaction.hxx | 2 +- bpkg/system-repository.cxx | 2 +- bpkg/system-repository.hxx | 2 +- bpkg/types-parsers.cxx | 2 +- bpkg/types-parsers.hxx | 2 +- bpkg/types-parsers.txx | 2 +- bpkg/types.hxx | 2 +- bpkg/utility.cxx | 2 +- bpkg/utility.hxx | 2 +- bpkg/utility.txx | 2 +- bpkg/value-traits.hxx | 2 +- bpkg/version.hxx.in | 2 +- bpkg/wrapper-traits.hxx | 2 +- 109 files changed, 110 insertions(+), 110 deletions(-) (limited to 'bpkg') diff --git a/bpkg/archive.cxx b/bpkg/archive.cxx index d9b4265..9fac5fc 100644 --- a/bpkg/archive.cxx +++ b/bpkg/archive.cxx @@ -1,5 +1,5 @@ // file : bpkg/archive.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/bpkg/archive.hxx b/bpkg/archive.hxx index 8100870..c646185 100644 --- a/bpkg/archive.hxx +++ b/bpkg/archive.hxx @@ -1,5 +1,5 @@ // file : bpkg/archive.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 BPKG_ARCHIVE_HXX diff --git a/bpkg/argument-grouping.cli b/bpkg/argument-grouping.cli index 459f320..ccb9289 100644 --- a/bpkg/argument-grouping.cli +++ b/bpkg/argument-grouping.cli @@ -1,5 +1,5 @@ // file : bpkg/argument-grouping.cli -// 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/bpkg/auth.cxx b/bpkg/auth.cxx index 7cdf39e..928eb67 100644 --- a/bpkg/auth.cxx +++ b/bpkg/auth.cxx @@ -1,5 +1,5 @@ // file : bpkg/auth.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/bpkg/auth.hxx b/bpkg/auth.hxx index 4141767..f3a02a6 100644 --- a/bpkg/auth.hxx +++ b/bpkg/auth.hxx @@ -1,5 +1,5 @@ // file : bpkg/auth.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 BPKG_AUTH_HXX diff --git a/bpkg/bpkg.cli b/bpkg/bpkg.cli index 33a8018..e7d1855 100644 --- a/bpkg/bpkg.cli +++ b/bpkg/bpkg.cli @@ -1,5 +1,5 @@ // file : bpkg/bpkg.cli -// 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/bpkg/bpkg.cxx b/bpkg/bpkg.cxx index 00f78cf..042e4f0 100644 --- a/bpkg/bpkg.cxx +++ b/bpkg/bpkg.cxx @@ -1,5 +1,5 @@ // file : bpkg/bpkg.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 _WIN32 @@ -197,7 +197,7 @@ try cout << "bpkg " << BPKG_VERSION_ID << endl << "libbpkg " << LIBBPKG_VERSION_ID << endl << "libbutl " << LIBBUTL_VERSION_ID << endl - << "Copyright (c) 2014-2018 Code Synthesis Ltd" << endl + << "Copyright (c) 2014-2019 Code Synthesis Ltd" << endl << "This is free software released under the MIT license." << endl; return 0; } diff --git a/bpkg/buildfile b/bpkg/buildfile index 44c04ff..b561ce6 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -1,5 +1,5 @@ # file : bpkg/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # @@ ODB: these are ODB changelogs that are both generated and stored in the diff --git a/bpkg/cfg-create.cli b/bpkg/cfg-create.cli index a7eb1f4..bac601d 100644 --- a/bpkg/cfg-create.cli +++ b/bpkg/cfg-create.cli @@ -1,5 +1,5 @@ // file : bpkg/cfg-create.cli -// 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/bpkg/cfg-create.cxx b/bpkg/cfg-create.cxx index 397cde3..d6f9cdc 100644 --- a/bpkg/cfg-create.cxx +++ b/bpkg/cfg-create.cxx @@ -1,5 +1,5 @@ // file : bpkg/cfg-create.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/bpkg/cfg-create.hxx b/bpkg/cfg-create.hxx index ab7b4f4..888335c 100644 --- a/bpkg/cfg-create.hxx +++ b/bpkg/cfg-create.hxx @@ -1,5 +1,5 @@ // file : bpkg/cfg-create.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 BPKG_CFG_CREATE_HXX diff --git a/bpkg/checksum.cxx b/bpkg/checksum.cxx index ba55205..af43310 100644 --- a/bpkg/checksum.cxx +++ b/bpkg/checksum.cxx @@ -1,5 +1,5 @@ // file : bpkg/checksum.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/bpkg/checksum.hxx b/bpkg/checksum.hxx index 87380a0..f196f1a 100644 --- a/bpkg/checksum.hxx +++ b/bpkg/checksum.hxx @@ -1,5 +1,5 @@ // file : bpkg/checksum.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 BPKG_CHECKSUM_HXX diff --git a/bpkg/common.cli b/bpkg/common.cli index ab3d8bd..31580c0 100644 --- a/bpkg/common.cli +++ b/bpkg/common.cli @@ -1,5 +1,5 @@ // file : bpkg/common.cli -// 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/bpkg/configuration.cli b/bpkg/configuration.cli index 3487f76..d881a52 100644 --- a/bpkg/configuration.cli +++ b/bpkg/configuration.cli @@ -1,5 +1,5 @@ // file : bpkg/configuration.cli -// 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/bpkg/database.cxx b/bpkg/database.cxx index 7d0e2ac..e4b36b0 100644 --- a/bpkg/database.cxx +++ b/bpkg/database.cxx @@ -1,5 +1,5 @@ // file : bpkg/database.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/bpkg/database.hxx b/bpkg/database.hxx index 779ead8..21fc8f7 100644 --- a/bpkg/database.hxx +++ b/bpkg/database.hxx @@ -1,5 +1,5 @@ // file : bpkg/database.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 BPKG_DATABASE_HXX diff --git a/bpkg/diagnostics.cxx b/bpkg/diagnostics.cxx index 1048e9b..844f911 100644 --- a/bpkg/diagnostics.cxx +++ b/bpkg/diagnostics.cxx @@ -1,5 +1,5 @@ // file : bpkg/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 #include diff --git a/bpkg/diagnostics.hxx b/bpkg/diagnostics.hxx index 21bc157..5d0fbd1 100644 --- a/bpkg/diagnostics.hxx +++ b/bpkg/diagnostics.hxx @@ -1,5 +1,5 @@ // file : bpkg/diagnostics.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 BPKG_DIAGNOSTICS_HXX diff --git a/bpkg/fetch-git.cxx b/bpkg/fetch-git.cxx index 3986e1d..1695bcf 100644 --- a/bpkg/fetch-git.cxx +++ b/bpkg/fetch-git.cxx @@ -1,5 +1,5 @@ // file : bpkg/fetch-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 #include diff --git a/bpkg/fetch-pkg.cxx b/bpkg/fetch-pkg.cxx index bd5cffc..37ff170 100644 --- a/bpkg/fetch-pkg.cxx +++ b/bpkg/fetch-pkg.cxx @@ -1,5 +1,5 @@ // file : bpkg/fetch-pkg.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/bpkg/fetch.cxx b/bpkg/fetch.cxx index f764cce..1aaff37 100644 --- a/bpkg/fetch.cxx +++ b/bpkg/fetch.cxx @@ -1,5 +1,5 @@ // file : bpkg/fetch.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/bpkg/fetch.hxx b/bpkg/fetch.hxx index b1433c6..a8acbb7 100644 --- a/bpkg/fetch.hxx +++ b/bpkg/fetch.hxx @@ -1,5 +1,5 @@ // file : bpkg/fetch.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 BPKG_FETCH_HXX diff --git a/bpkg/forward.hxx b/bpkg/forward.hxx index db2f0aa..b43de2f 100644 --- a/bpkg/forward.hxx +++ b/bpkg/forward.hxx @@ -1,5 +1,5 @@ // file : bpkg/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 #ifndef BPKG_FORWARD_HXX diff --git a/bpkg/help.cli b/bpkg/help.cli index d4635bd..f5fda42 100644 --- a/bpkg/help.cli +++ b/bpkg/help.cli @@ -1,5 +1,5 @@ // file : bpkg/help.cli -// 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/bpkg/help.cxx b/bpkg/help.cxx index a5b6414..3946a5f 100644 --- a/bpkg/help.cxx +++ b/bpkg/help.cxx @@ -1,5 +1,5 @@ // file : bpkg/help.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/bpkg/help.hxx b/bpkg/help.hxx index 0317742..4dd625d 100644 --- a/bpkg/help.hxx +++ b/bpkg/help.hxx @@ -1,5 +1,5 @@ // file : bpkg/help.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 BPKG_HELP_HXX diff --git a/bpkg/manifest-utility.cxx b/bpkg/manifest-utility.cxx index b7bdd61..4eae405 100644 --- a/bpkg/manifest-utility.cxx +++ b/bpkg/manifest-utility.cxx @@ -1,5 +1,5 @@ // file : bpkg/manifest-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/bpkg/manifest-utility.hxx b/bpkg/manifest-utility.hxx index 984786d..6e8c4e4 100644 --- a/bpkg/manifest-utility.hxx +++ b/bpkg/manifest-utility.hxx @@ -1,5 +1,5 @@ // file : bpkg/manifest-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 #ifndef BPKG_MANIFEST_UTILITY_HXX diff --git a/bpkg/options-types.hxx b/bpkg/options-types.hxx index 76650f1..ebe2734 100644 --- a/bpkg/options-types.hxx +++ b/bpkg/options-types.hxx @@ -1,5 +1,5 @@ // file : bpkg/options-types.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 BPKG_OPTIONS_TYPES_HXX diff --git a/bpkg/package.cxx b/bpkg/package.cxx index 66e9ba1..be03c2c 100644 --- a/bpkg/package.cxx +++ b/bpkg/package.cxx @@ -1,5 +1,5 @@ // file : bpkg/package.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/bpkg/package.hxx b/bpkg/package.hxx index 8172a19..515f105 100644 --- a/bpkg/package.hxx +++ b/bpkg/package.hxx @@ -1,5 +1,5 @@ // file : bpkg/package.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 BPKG_PACKAGE_HXX diff --git a/bpkg/package.ixx b/bpkg/package.ixx index 9762ce8..9359294 100644 --- a/bpkg/package.ixx +++ b/bpkg/package.ixx @@ -1,5 +1,5 @@ // file : bpkg/package.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 bpkg diff --git a/bpkg/pkg-build.cli b/bpkg/pkg-build.cli index 9aaf84e..5e0d68a 100644 --- a/bpkg/pkg-build.cli +++ b/bpkg/pkg-build.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-build.cli -// 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/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx index e24e9f0..91186db 100644 --- a/bpkg/pkg-build.cxx +++ b/bpkg/pkg-build.cxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-build.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/bpkg/pkg-build.hxx b/bpkg/pkg-build.hxx index 678ee3a..9d26a03 100644 --- a/bpkg/pkg-build.hxx +++ b/bpkg/pkg-build.hxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-build.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 BPKG_PKG_BUILD_HXX diff --git a/bpkg/pkg-checkout.cli b/bpkg/pkg-checkout.cli index 89e5472..869aef0 100644 --- a/bpkg/pkg-checkout.cli +++ b/bpkg/pkg-checkout.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-checkout.cli -// 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/bpkg/pkg-checkout.cxx b/bpkg/pkg-checkout.cxx index 67aa165..a8f654c 100644 --- a/bpkg/pkg-checkout.cxx +++ b/bpkg/pkg-checkout.cxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-checkout.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/bpkg/pkg-checkout.hxx b/bpkg/pkg-checkout.hxx index 30b96ee..515c5f4 100644 --- a/bpkg/pkg-checkout.hxx +++ b/bpkg/pkg-checkout.hxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-checkout.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 BPKG_PKG_CHECKOUT_HXX diff --git a/bpkg/pkg-clean.cli b/bpkg/pkg-clean.cli index 8d57845..78802af 100644 --- a/bpkg/pkg-clean.cli +++ b/bpkg/pkg-clean.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-clean.cli -// 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/bpkg/pkg-clean.hxx b/bpkg/pkg-clean.hxx index 1a930e6..e7b7e13 100644 --- a/bpkg/pkg-clean.hxx +++ b/bpkg/pkg-clean.hxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-clean.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 BPKG_PKG_CLEAN_HXX diff --git a/bpkg/pkg-command.cxx b/bpkg/pkg-command.cxx index 1d53e03..12b6a7a 100644 --- a/bpkg/pkg-command.cxx +++ b/bpkg/pkg-command.cxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-command.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/bpkg/pkg-command.hxx b/bpkg/pkg-command.hxx index 8991263..b649491 100644 --- a/bpkg/pkg-command.hxx +++ b/bpkg/pkg-command.hxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-command.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 BPKG_PKG_COMMAND_HXX diff --git a/bpkg/pkg-configure.cli b/bpkg/pkg-configure.cli index bc7c3de..0f51aa0 100644 --- a/bpkg/pkg-configure.cli +++ b/bpkg/pkg-configure.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-configure.cli -// 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/bpkg/pkg-configure.cxx b/bpkg/pkg-configure.cxx index 75c371e..515d7bd 100644 --- a/bpkg/pkg-configure.cxx +++ b/bpkg/pkg-configure.cxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-configure.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/bpkg/pkg-configure.hxx b/bpkg/pkg-configure.hxx index c540c72..4581775 100644 --- a/bpkg/pkg-configure.hxx +++ b/bpkg/pkg-configure.hxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-configure.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 BPKG_PKG_CONFIGURE_HXX diff --git a/bpkg/pkg-disfigure.cli b/bpkg/pkg-disfigure.cli index 73062b5..db3b1d4 100644 --- a/bpkg/pkg-disfigure.cli +++ b/bpkg/pkg-disfigure.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-disfigure.cli -// 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/bpkg/pkg-disfigure.cxx b/bpkg/pkg-disfigure.cxx index 8da25be..0b5a6f0 100644 --- a/bpkg/pkg-disfigure.cxx +++ b/bpkg/pkg-disfigure.cxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-disfigure.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/bpkg/pkg-disfigure.hxx b/bpkg/pkg-disfigure.hxx index 597ed79..9674998 100644 --- a/bpkg/pkg-disfigure.hxx +++ b/bpkg/pkg-disfigure.hxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-disfigure.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 BPKG_PKG_DISFIGURE_HXX diff --git a/bpkg/pkg-drop.cli b/bpkg/pkg-drop.cli index 2d7f206..50a8da4 100644 --- a/bpkg/pkg-drop.cli +++ b/bpkg/pkg-drop.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-drop.cli -// 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/bpkg/pkg-drop.cxx b/bpkg/pkg-drop.cxx index 33ccb20..1ea2621 100644 --- a/bpkg/pkg-drop.cxx +++ b/bpkg/pkg-drop.cxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-drop.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/bpkg/pkg-drop.hxx b/bpkg/pkg-drop.hxx index 83139fc..7dee3ea 100644 --- a/bpkg/pkg-drop.hxx +++ b/bpkg/pkg-drop.hxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-drop.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 BPKG_PKG_DROP_HXX diff --git a/bpkg/pkg-fetch.cli b/bpkg/pkg-fetch.cli index ce421fd..1986627 100644 --- a/bpkg/pkg-fetch.cli +++ b/bpkg/pkg-fetch.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-fetch.cli -// 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/bpkg/pkg-fetch.cxx b/bpkg/pkg-fetch.cxx index 9212678..28e2fac 100644 --- a/bpkg/pkg-fetch.cxx +++ b/bpkg/pkg-fetch.cxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-fetch.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/bpkg/pkg-fetch.hxx b/bpkg/pkg-fetch.hxx index bdb7f77..91ef172 100644 --- a/bpkg/pkg-fetch.hxx +++ b/bpkg/pkg-fetch.hxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-fetch.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 BPKG_PKG_FETCH_HXX diff --git a/bpkg/pkg-install.cli b/bpkg/pkg-install.cli index 2b31763..9caf48b 100644 --- a/bpkg/pkg-install.cli +++ b/bpkg/pkg-install.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-install.cli -// 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/bpkg/pkg-install.hxx b/bpkg/pkg-install.hxx index 99031ea..4b504fe 100644 --- a/bpkg/pkg-install.hxx +++ b/bpkg/pkg-install.hxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-install.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 BPKG_PKG_INSTALL_HXX diff --git a/bpkg/pkg-purge.cli b/bpkg/pkg-purge.cli index 01b21cd..f4ae2eb 100644 --- a/bpkg/pkg-purge.cli +++ b/bpkg/pkg-purge.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-purge.cli -// 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/bpkg/pkg-purge.cxx b/bpkg/pkg-purge.cxx index c4e89c3..449d3c8 100644 --- a/bpkg/pkg-purge.cxx +++ b/bpkg/pkg-purge.cxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-purge.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/bpkg/pkg-purge.hxx b/bpkg/pkg-purge.hxx index 56724b4..cd0fdb3 100644 --- a/bpkg/pkg-purge.hxx +++ b/bpkg/pkg-purge.hxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-purge.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 BPKG_PKG_PURGE_HXX diff --git a/bpkg/pkg-status.cli b/bpkg/pkg-status.cli index 5ef00a9..999e3c3 100644 --- a/bpkg/pkg-status.cli +++ b/bpkg/pkg-status.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-status.cli -// 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/bpkg/pkg-status.cxx b/bpkg/pkg-status.cxx index 8ca2ac7..aaaedaf 100644 --- a/bpkg/pkg-status.cxx +++ b/bpkg/pkg-status.cxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-status.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/bpkg/pkg-status.hxx b/bpkg/pkg-status.hxx index 8a49368..337a152 100644 --- a/bpkg/pkg-status.hxx +++ b/bpkg/pkg-status.hxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-status.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 BPKG_PKG_STATUS_HXX diff --git a/bpkg/pkg-test.cli b/bpkg/pkg-test.cli index 6593c4d..afa05aa 100644 --- a/bpkg/pkg-test.cli +++ b/bpkg/pkg-test.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-test.cli -// 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/bpkg/pkg-test.hxx b/bpkg/pkg-test.hxx index a5ad022..9ae53c8 100644 --- a/bpkg/pkg-test.hxx +++ b/bpkg/pkg-test.hxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-test.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 BPKG_PKG_TEST_HXX diff --git a/bpkg/pkg-uninstall.cli b/bpkg/pkg-uninstall.cli index 0ceaf57..6c17866 100644 --- a/bpkg/pkg-uninstall.cli +++ b/bpkg/pkg-uninstall.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-uninstall.cli -// 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/bpkg/pkg-uninstall.hxx b/bpkg/pkg-uninstall.hxx index 6079143..4542cc3 100644 --- a/bpkg/pkg-uninstall.hxx +++ b/bpkg/pkg-uninstall.hxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-uninstall.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 BPKG_PKG_UNINSTALL_HXX diff --git a/bpkg/pkg-unpack.cli b/bpkg/pkg-unpack.cli index 38e9314..c2ec3ea 100644 --- a/bpkg/pkg-unpack.cli +++ b/bpkg/pkg-unpack.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-unpack.cli -// 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/bpkg/pkg-unpack.cxx b/bpkg/pkg-unpack.cxx index 65ad42d..9d041e5 100644 --- a/bpkg/pkg-unpack.cxx +++ b/bpkg/pkg-unpack.cxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-unpack.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/bpkg/pkg-unpack.hxx b/bpkg/pkg-unpack.hxx index cab335f..1ae3806 100644 --- a/bpkg/pkg-unpack.hxx +++ b/bpkg/pkg-unpack.hxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-unpack.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 BPKG_PKG_UNPACK_HXX diff --git a/bpkg/pkg-update.cli b/bpkg/pkg-update.cli index 86e0e45..9eb98b8 100644 --- a/bpkg/pkg-update.cli +++ b/bpkg/pkg-update.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-update.cli -// 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/bpkg/pkg-update.hxx b/bpkg/pkg-update.hxx index 13d6ae9..6cd815d 100644 --- a/bpkg/pkg-update.hxx +++ b/bpkg/pkg-update.hxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-update.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 BPKG_PKG_UPDATE_HXX diff --git a/bpkg/pkg-verify.cli b/bpkg/pkg-verify.cli index d31e461..0546695 100644 --- a/bpkg/pkg-verify.cli +++ b/bpkg/pkg-verify.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-verify.cli -// 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/bpkg/pkg-verify.cxx b/bpkg/pkg-verify.cxx index 3dc2a53..3894b25 100644 --- a/bpkg/pkg-verify.cxx +++ b/bpkg/pkg-verify.cxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-verify.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/bpkg/pkg-verify.hxx b/bpkg/pkg-verify.hxx index 73d3c17..3741467 100644 --- a/bpkg/pkg-verify.hxx +++ b/bpkg/pkg-verify.hxx @@ -1,5 +1,5 @@ // file : bpkg/pkg-verify.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 BPKG_PKG_VERIFY_HXX diff --git a/bpkg/rep-add.cli b/bpkg/rep-add.cli index 9605ac7..3bfd537 100644 --- a/bpkg/rep-add.cli +++ b/bpkg/rep-add.cli @@ -1,5 +1,5 @@ // file : bpkg/rep-add.cli -// 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/bpkg/rep-add.cxx b/bpkg/rep-add.cxx index 49d64e5..ba79bf8 100644 --- a/bpkg/rep-add.cxx +++ b/bpkg/rep-add.cxx @@ -1,5 +1,5 @@ // file : bpkg/rep-add.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/bpkg/rep-add.hxx b/bpkg/rep-add.hxx index 865fc21..3ad1841 100644 --- a/bpkg/rep-add.hxx +++ b/bpkg/rep-add.hxx @@ -1,5 +1,5 @@ // file : bpkg/rep-add.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 BPKG_REP_ADD_HXX diff --git a/bpkg/rep-create.cli b/bpkg/rep-create.cli index 8c9fb39..006cf56 100644 --- a/bpkg/rep-create.cli +++ b/bpkg/rep-create.cli @@ -1,5 +1,5 @@ // file : bpkg/rep-create.cli -// 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/bpkg/rep-create.cxx b/bpkg/rep-create.cxx index 55ba0f8..5f8ecf9 100644 --- a/bpkg/rep-create.cxx +++ b/bpkg/rep-create.cxx @@ -1,5 +1,5 @@ // file : bpkg/rep-create.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/bpkg/rep-create.hxx b/bpkg/rep-create.hxx index 1d38111..df98dba 100644 --- a/bpkg/rep-create.hxx +++ b/bpkg/rep-create.hxx @@ -1,5 +1,5 @@ // file : bpkg/rep-create.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 BPKG_REP_CREATE_HXX diff --git a/bpkg/rep-fetch.cli b/bpkg/rep-fetch.cli index 0fc1c1f..6c564e7 100644 --- a/bpkg/rep-fetch.cli +++ b/bpkg/rep-fetch.cli @@ -1,5 +1,5 @@ // file : bpkg/rep-fetch.cli -// 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/bpkg/rep-fetch.cxx b/bpkg/rep-fetch.cxx index ef42b03..83a30f9 100644 --- a/bpkg/rep-fetch.cxx +++ b/bpkg/rep-fetch.cxx @@ -1,5 +1,5 @@ // file : bpkg/rep-fetch.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/bpkg/rep-fetch.hxx b/bpkg/rep-fetch.hxx index 6ea57e7..24d37d3 100644 --- a/bpkg/rep-fetch.hxx +++ b/bpkg/rep-fetch.hxx @@ -1,5 +1,5 @@ // file : bpkg/rep-fetch.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 BPKG_REP_FETCH_HXX diff --git a/bpkg/rep-info.cli b/bpkg/rep-info.cli index 16f83d6..0e10778 100644 --- a/bpkg/rep-info.cli +++ b/bpkg/rep-info.cli @@ -1,5 +1,5 @@ // file : bpkg/rep-info.cli -// 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/bpkg/rep-info.cxx b/bpkg/rep-info.cxx index 1187a11..8caabfd 100644 --- a/bpkg/rep-info.cxx +++ b/bpkg/rep-info.cxx @@ -1,5 +1,5 @@ // file : bpkg/rep-info.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/bpkg/rep-info.hxx b/bpkg/rep-info.hxx index 1078c08..cb82c0c 100644 --- a/bpkg/rep-info.hxx +++ b/bpkg/rep-info.hxx @@ -1,5 +1,5 @@ // file : bpkg/rep-info.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 BPKG_REP_INFO_HXX diff --git a/bpkg/rep-list.cli b/bpkg/rep-list.cli index 5bd538d..44241fd 100644 --- a/bpkg/rep-list.cli +++ b/bpkg/rep-list.cli @@ -1,5 +1,5 @@ // file : bpkg/rep-list.cli -// 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/bpkg/rep-list.cxx b/bpkg/rep-list.cxx index 71a66e4..73f1bb5 100644 --- a/bpkg/rep-list.cxx +++ b/bpkg/rep-list.cxx @@ -1,5 +1,5 @@ // file : bpkg/rep-list.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/bpkg/rep-list.hxx b/bpkg/rep-list.hxx index 07fde52..a59cabc 100644 --- a/bpkg/rep-list.hxx +++ b/bpkg/rep-list.hxx @@ -1,5 +1,5 @@ // file : bpkg/rep-list.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 BPKG_REP_LIST_HXX diff --git a/bpkg/rep-remove.cli b/bpkg/rep-remove.cli index a8928f3..de92271 100644 --- a/bpkg/rep-remove.cli +++ b/bpkg/rep-remove.cli @@ -1,5 +1,5 @@ // file : bpkg/rep-remove.cli -// 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/bpkg/rep-remove.cxx b/bpkg/rep-remove.cxx index 657eee2..60923fa 100644 --- a/bpkg/rep-remove.cxx +++ b/bpkg/rep-remove.cxx @@ -1,5 +1,5 @@ // file : bpkg/rep-remove.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/bpkg/rep-remove.hxx b/bpkg/rep-remove.hxx index ad26885..ac39f7a 100644 --- a/bpkg/rep-remove.hxx +++ b/bpkg/rep-remove.hxx @@ -1,5 +1,5 @@ // file : bpkg/rep-remove.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 BPKG_REP_REMOVE_HXX diff --git a/bpkg/repository-signing.cli b/bpkg/repository-signing.cli index 776d82b..101fd59 100644 --- a/bpkg/repository-signing.cli +++ b/bpkg/repository-signing.cli @@ -1,5 +1,5 @@ // file : bpkg/repository-signing.cli -// 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/bpkg/repository-types.cli b/bpkg/repository-types.cli index 1471ecf..6100e72 100644 --- a/bpkg/repository-types.cli +++ b/bpkg/repository-types.cli @@ -1,5 +1,5 @@ // file : bpkg/repository-types.cli -// 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/bpkg/satisfaction.cxx b/bpkg/satisfaction.cxx index 801fe5f..faebce0 100644 --- a/bpkg/satisfaction.cxx +++ b/bpkg/satisfaction.cxx @@ -1,5 +1,5 @@ // file : bpkg/satisfaction.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/bpkg/satisfaction.hxx b/bpkg/satisfaction.hxx index c49eb33..31a3e49 100644 --- a/bpkg/satisfaction.hxx +++ b/bpkg/satisfaction.hxx @@ -1,5 +1,5 @@ // file : bpkg/satisfaction.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 BPKG_SATISFACTION_HXX diff --git a/bpkg/system-repository.cxx b/bpkg/system-repository.cxx index 3ea02a6..fae8841 100644 --- a/bpkg/system-repository.cxx +++ b/bpkg/system-repository.cxx @@ -1,5 +1,5 @@ // file : bpkg/system-repository.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/bpkg/system-repository.hxx b/bpkg/system-repository.hxx index ba42b0e..83a43ea 100644 --- a/bpkg/system-repository.hxx +++ b/bpkg/system-repository.hxx @@ -1,5 +1,5 @@ // file : bpkg/system-repository.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 BPKG_SYSTEM_REPOSITORY_HXX diff --git a/bpkg/types-parsers.cxx b/bpkg/types-parsers.cxx index 472ebcb..e5f69f1 100644 --- a/bpkg/types-parsers.cxx +++ b/bpkg/types-parsers.cxx @@ -1,5 +1,5 @@ // file : bpkg/types-parsers.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/bpkg/types-parsers.hxx b/bpkg/types-parsers.hxx index d384223..409f1a9 100644 --- a/bpkg/types-parsers.hxx +++ b/bpkg/types-parsers.hxx @@ -1,5 +1,5 @@ // file : bpkg/types-parsers.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file // CLI parsers, included into the generated source files. diff --git a/bpkg/types-parsers.txx b/bpkg/types-parsers.txx index a747417..df6796f 100644 --- a/bpkg/types-parsers.txx +++ b/bpkg/types-parsers.txx @@ -1,5 +1,5 @@ // file : bpkg/types-parsers.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 bpkg diff --git a/bpkg/types.hxx b/bpkg/types.hxx index e76350d..84a0d00 100644 --- a/bpkg/types.hxx +++ b/bpkg/types.hxx @@ -1,5 +1,5 @@ // file : bpkg/types.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 BPKG_TYPES_HXX diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx index b78ee9b..74c1350 100644 --- a/bpkg/utility.cxx +++ b/bpkg/utility.cxx @@ -1,5 +1,5 @@ // file : bpkg/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/bpkg/utility.hxx b/bpkg/utility.hxx index accfa99..8bb8fd8 100644 --- a/bpkg/utility.hxx +++ b/bpkg/utility.hxx @@ -1,5 +1,5 @@ // file : bpkg/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 #ifndef BPKG_UTILITY_HXX diff --git a/bpkg/utility.txx b/bpkg/utility.txx index e813f37..93699ab 100644 --- a/bpkg/utility.txx +++ b/bpkg/utility.txx @@ -1,5 +1,5 @@ // file : bpkg/utility.txx -*- 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/bpkg/value-traits.hxx b/bpkg/value-traits.hxx index b55cfb5..3845a6e 100644 --- a/bpkg/value-traits.hxx +++ b/bpkg/value-traits.hxx @@ -1,5 +1,5 @@ // file : bpkg/value-traits.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 BPKG_VALUE_TRAITS_HXX diff --git a/bpkg/version.hxx.in b/bpkg/version.hxx.in index 5f74fc6..e6b331d 100644 --- a/bpkg/version.hxx.in +++ b/bpkg/version.hxx.in @@ -1,5 +1,5 @@ // file : bpkg/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 #ifndef BPKG_VERSION // Note: using the version macro itself. diff --git a/bpkg/wrapper-traits.hxx b/bpkg/wrapper-traits.hxx index cd2042e..e71fa6d 100644 --- a/bpkg/wrapper-traits.hxx +++ b/bpkg/wrapper-traits.hxx @@ -1,5 +1,5 @@ // file : bpkg/wrapper-traits.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 BPKG_WRAPPER_TRAITS_HXX -- cgit v1.1