From 2bbc9d9334f90380b5838e715fbdef7bf9671d9e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 20:45:57 +0300 Subject: Update copyright year --- bpkg/archive.cxx | 2 +- bpkg/archive.hxx | 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.hxx | 2 +- bpkg/utility.cxx | 2 +- bpkg/utility.hxx | 2 +- bpkg/utility.txx | 2 +- bpkg/version.hxx.in | 2 +- bpkg/wrapper-traits.hxx | 2 +- 106 files changed, 107 insertions(+), 107 deletions(-) (limited to 'bpkg') diff --git a/bpkg/archive.cxx b/bpkg/archive.cxx index 8ebd4cd..ba03d70 100644 --- a/bpkg/archive.cxx +++ b/bpkg/archive.cxx @@ -1,5 +1,5 @@ // file : bpkg/archive.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/bpkg/archive.hxx b/bpkg/archive.hxx index 1f52808..6904f7a 100644 --- a/bpkg/archive.hxx +++ b/bpkg/archive.hxx @@ -1,5 +1,5 @@ // file : bpkg/archive.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 BPKG_ARCHIVE_HXX diff --git a/bpkg/auth.cxx b/bpkg/auth.cxx index 8868c48..5db1860 100644 --- a/bpkg/auth.cxx +++ b/bpkg/auth.cxx @@ -1,5 +1,5 @@ // file : bpkg/auth.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/bpkg/auth.hxx b/bpkg/auth.hxx index 8b9a871..4141767 100644 --- a/bpkg/auth.hxx +++ b/bpkg/auth.hxx @@ -1,5 +1,5 @@ // file : bpkg/auth.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 BPKG_AUTH_HXX diff --git a/bpkg/bpkg.cli b/bpkg/bpkg.cli index bf7779a..ed8ed0d 100644 --- a/bpkg/bpkg.cli +++ b/bpkg/bpkg.cli @@ -1,5 +1,5 @@ // file : bpkg/bpkg.cli -// 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/bpkg/bpkg.cxx b/bpkg/bpkg.cxx index c82c92d..b9836ad 100644 --- a/bpkg/bpkg.cxx +++ b/bpkg/bpkg.cxx @@ -1,5 +1,5 @@ // file : bpkg/bpkg.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef _WIN32 @@ -191,7 +191,7 @@ try cout << "bpkg " << BPKG_VERSION_ID << endl << "libbpkg " << LIBBPKG_VERSION_ID << endl << "libbutl " << LIBBUTL_VERSION_ID << endl - << "Copyright (c) 2014-2017 Code Synthesis Ltd" << endl + << "Copyright (c) 2014-2018 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 dfe659d..8355f49 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -1,5 +1,5 @@ # file : bpkg/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 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 46ee97e..73d2ab7 100644 --- a/bpkg/cfg-create.cli +++ b/bpkg/cfg-create.cli @@ -1,5 +1,5 @@ // file : bpkg/cfg-create.cli -// 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/bpkg/cfg-create.cxx b/bpkg/cfg-create.cxx index c55623a..397cde3 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/cfg-create.hxx b/bpkg/cfg-create.hxx index e008fd8..ab7b4f4 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 14c0bf7..abe2757 100644 --- a/bpkg/checksum.cxx +++ b/bpkg/checksum.cxx @@ -1,5 +1,5 @@ // file : bpkg/checksum.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/bpkg/checksum.hxx b/bpkg/checksum.hxx index 2342250..77a5d18 100644 --- a/bpkg/checksum.hxx +++ b/bpkg/checksum.hxx @@ -1,5 +1,5 @@ // file : bpkg/checksum.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 BPKG_CHECKSUM_HXX diff --git a/bpkg/common.cli b/bpkg/common.cli index 89bebb5..f001608 100644 --- a/bpkg/common.cli +++ b/bpkg/common.cli @@ -1,5 +1,5 @@ // file : bpkg/common.cli -// 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/bpkg/configuration.cli b/bpkg/configuration.cli index bb7d252..3487f76 100644 --- a/bpkg/configuration.cli +++ b/bpkg/configuration.cli @@ -1,5 +1,5 @@ // file : bpkg/configuration.cli -// 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/bpkg/database.cxx b/bpkg/database.cxx index 5b9e14f..74a1962 100644 --- a/bpkg/database.cxx +++ b/bpkg/database.cxx @@ -1,5 +1,5 @@ // file : bpkg/database.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/bpkg/database.hxx b/bpkg/database.hxx index d97792a..779ead8 100644 --- a/bpkg/database.hxx +++ b/bpkg/database.hxx @@ -1,5 +1,5 @@ // file : bpkg/database.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 BPKG_DATABASE_HXX diff --git a/bpkg/diagnostics.cxx b/bpkg/diagnostics.cxx index 5dd59e5..9174c9f 100644 --- a/bpkg/diagnostics.cxx +++ b/bpkg/diagnostics.cxx @@ -1,5 +1,5 @@ // file : bpkg/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 #include diff --git a/bpkg/diagnostics.hxx b/bpkg/diagnostics.hxx index ca277d4..2816f3c 100644 --- a/bpkg/diagnostics.hxx +++ b/bpkg/diagnostics.hxx @@ -1,5 +1,5 @@ // file : bpkg/diagnostics.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 BPKG_DIAGNOSTICS_HXX diff --git a/bpkg/fetch-git.cxx b/bpkg/fetch-git.cxx index f36d057..151ee94 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/fetch-pkg.cxx b/bpkg/fetch-pkg.cxx index 5c2fec7..bd5cffc 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/fetch.cxx b/bpkg/fetch.cxx index 680ab9e..ad903cc 100644 --- a/bpkg/fetch.cxx +++ b/bpkg/fetch.cxx @@ -1,5 +1,5 @@ // file : bpkg/fetch.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/bpkg/fetch.hxx b/bpkg/fetch.hxx index 9a8efd0..b7b9a29 100644 --- a/bpkg/fetch.hxx +++ b/bpkg/fetch.hxx @@ -1,5 +1,5 @@ // file : bpkg/fetch.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 BPKG_FETCH_HXX diff --git a/bpkg/forward.hxx b/bpkg/forward.hxx index 744c516..db2f0aa 100644 --- a/bpkg/forward.hxx +++ b/bpkg/forward.hxx @@ -1,5 +1,5 @@ // file : bpkg/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 #ifndef BPKG_FORWARD_HXX diff --git a/bpkg/help.cli b/bpkg/help.cli index b7f5c77..d4635bd 100644 --- a/bpkg/help.cli +++ b/bpkg/help.cli @@ -1,5 +1,5 @@ // file : bpkg/help.cli -// 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/bpkg/help.cxx b/bpkg/help.cxx index 4b642e8..2584f16 100644 --- a/bpkg/help.cxx +++ b/bpkg/help.cxx @@ -1,5 +1,5 @@ // file : bpkg/help.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/bpkg/help.hxx b/bpkg/help.hxx index b8096d5..0317742 100644 --- a/bpkg/help.hxx +++ b/bpkg/help.hxx @@ -1,5 +1,5 @@ // file : bpkg/help.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 BPKG_HELP_HXX diff --git a/bpkg/manifest-utility.cxx b/bpkg/manifest-utility.cxx index 0e0c792..634f522 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/manifest-utility.hxx b/bpkg/manifest-utility.hxx index 55b1244..5e42b84 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 093f25d..373ef5e 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 ccaf6ba..788935e 100644 --- a/bpkg/package.cxx +++ b/bpkg/package.cxx @@ -1,5 +1,5 @@ // file : bpkg/package.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/bpkg/package.hxx b/bpkg/package.hxx index 94d5136..d4db971 100644 --- a/bpkg/package.hxx +++ b/bpkg/package.hxx @@ -1,5 +1,5 @@ // file : bpkg/package.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 BPKG_PACKAGE_HXX diff --git a/bpkg/package.ixx b/bpkg/package.ixx index 5834e2e..17cbd95 100644 --- a/bpkg/package.ixx +++ b/bpkg/package.ixx @@ -1,5 +1,5 @@ // file : bpkg/package.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 bpkg diff --git a/bpkg/pkg-build.cli b/bpkg/pkg-build.cli index 3674688..6bb4ce2 100644 --- a/bpkg/pkg-build.cli +++ b/bpkg/pkg-build.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-build.cli -// 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/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx index 011d841..e78244b 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-build.hxx b/bpkg/pkg-build.hxx index 7ba0d68..678ee3a 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 d671121..89e5472 100644 --- a/bpkg/pkg-checkout.cli +++ b/bpkg/pkg-checkout.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-checkout.cli -// 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/bpkg/pkg-checkout.cxx b/bpkg/pkg-checkout.cxx index e78dd9b..21af094 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-checkout.hxx b/bpkg/pkg-checkout.hxx index 084c752..d95cc77 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 aae1b9e..9e40e89 100644 --- a/bpkg/pkg-clean.cli +++ b/bpkg/pkg-clean.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-clean.cli -// 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/bpkg/pkg-clean.hxx b/bpkg/pkg-clean.hxx index 9890a16..bfea24e 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 5b1bb49..6deb1d4 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-command.hxx b/bpkg/pkg-command.hxx index 3f29c56..a08188b 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 7db9222..994e0d6 100644 --- a/bpkg/pkg-configure.cli +++ b/bpkg/pkg-configure.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-configure.cli -// 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/bpkg/pkg-configure.cxx b/bpkg/pkg-configure.cxx index cfa3d37..056b85c 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-configure.hxx b/bpkg/pkg-configure.hxx index faf37bc..f82c699 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 34e7ad2..73062b5 100644 --- a/bpkg/pkg-disfigure.cli +++ b/bpkg/pkg-disfigure.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-disfigure.cli -// 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/bpkg/pkg-disfigure.cxx b/bpkg/pkg-disfigure.cxx index 0e82f18..44a3006 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-disfigure.hxx b/bpkg/pkg-disfigure.hxx index a59e0e4..597ed79 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 dcb9110..4ef3733 100644 --- a/bpkg/pkg-drop.cli +++ b/bpkg/pkg-drop.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-drop.cli -// 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/bpkg/pkg-drop.cxx b/bpkg/pkg-drop.cxx index 5c0346b..8b22347 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-drop.hxx b/bpkg/pkg-drop.hxx index 63d6e29..83139fc 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 7228be0..ce421fd 100644 --- a/bpkg/pkg-fetch.cli +++ b/bpkg/pkg-fetch.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-fetch.cli -// 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/bpkg/pkg-fetch.cxx b/bpkg/pkg-fetch.cxx index 36aaa21..e157bd9 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-fetch.hxx b/bpkg/pkg-fetch.hxx index 5d59764..54df466 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 75d13a0..a44522e 100644 --- a/bpkg/pkg-install.cli +++ b/bpkg/pkg-install.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-install.cli -// 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/bpkg/pkg-install.hxx b/bpkg/pkg-install.hxx index 118b254..f2969e8 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 936eacf..01b21cd 100644 --- a/bpkg/pkg-purge.cli +++ b/bpkg/pkg-purge.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-purge.cli -// 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/bpkg/pkg-purge.cxx b/bpkg/pkg-purge.cxx index ba717bf..2db4249 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-purge.hxx b/bpkg/pkg-purge.hxx index d9c26c5..56724b4 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 d6fafa2..fd6cba1 100644 --- a/bpkg/pkg-status.cli +++ b/bpkg/pkg-status.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-status.cli -// 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/bpkg/pkg-status.cxx b/bpkg/pkg-status.cxx index f621281..c5f74d9 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-status.hxx b/bpkg/pkg-status.hxx index b2afd0f..8a49368 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 731c83a..885996c 100644 --- a/bpkg/pkg-test.cli +++ b/bpkg/pkg-test.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-test.cli -// 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/bpkg/pkg-test.hxx b/bpkg/pkg-test.hxx index 1fe697f..1b8b670 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 6770fbc..1ac2546 100644 --- a/bpkg/pkg-uninstall.cli +++ b/bpkg/pkg-uninstall.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-uninstall.cli -// 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/bpkg/pkg-uninstall.hxx b/bpkg/pkg-uninstall.hxx index ab45918..30bd52d 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 dc3a1c3..38e9314 100644 --- a/bpkg/pkg-unpack.cli +++ b/bpkg/pkg-unpack.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-unpack.cli -// 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/bpkg/pkg-unpack.cxx b/bpkg/pkg-unpack.cxx index 984a41e..89a737b 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-unpack.hxx b/bpkg/pkg-unpack.hxx index fd92e4c..79dfe1c 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 2082e07..a77b473 100644 --- a/bpkg/pkg-update.cli +++ b/bpkg/pkg-update.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-update.cli -// 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/bpkg/pkg-update.hxx b/bpkg/pkg-update.hxx index c2fb5ab..01c5e58 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 836791a..f4f3214 100644 --- a/bpkg/pkg-verify.cli +++ b/bpkg/pkg-verify.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-verify.cli -// 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/bpkg/pkg-verify.cxx b/bpkg/pkg-verify.cxx index a220480..bad13d3 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-verify.hxx b/bpkg/pkg-verify.hxx index a96442c..907b37c 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 1e60054..481b30a 100644 --- a/bpkg/rep-add.cli +++ b/bpkg/rep-add.cli @@ -1,5 +1,5 @@ // file : bpkg/rep-add.cli -// 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/bpkg/rep-add.cxx b/bpkg/rep-add.cxx index 280c780..49d64e5 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/rep-add.hxx b/bpkg/rep-add.hxx index 484d6a8..865fc21 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 40269ab..8c9fb39 100644 --- a/bpkg/rep-create.cli +++ b/bpkg/rep-create.cli @@ -1,5 +1,5 @@ // file : bpkg/rep-create.cli -// 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/bpkg/rep-create.cxx b/bpkg/rep-create.cxx index 73fc758..d052223 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/rep-create.hxx b/bpkg/rep-create.hxx index b177267..1d38111 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 a39aafb..0fc1c1f 100644 --- a/bpkg/rep-fetch.cli +++ b/bpkg/rep-fetch.cli @@ -1,5 +1,5 @@ // file : bpkg/rep-fetch.cli -// 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/bpkg/rep-fetch.cxx b/bpkg/rep-fetch.cxx index 92c5854..b9b4a23 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/rep-fetch.hxx b/bpkg/rep-fetch.hxx index 3b5e80d..6ea57e7 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 80f1b8e..17bf499 100644 --- a/bpkg/rep-info.cli +++ b/bpkg/rep-info.cli @@ -1,5 +1,5 @@ // file : bpkg/rep-info.cli -// 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/bpkg/rep-info.cxx b/bpkg/rep-info.cxx index f136aad..9f78a91 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/rep-info.hxx b/bpkg/rep-info.hxx index 6bd5279..1078c08 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 f25a947..e487ddc 100644 --- a/bpkg/rep-list.cli +++ b/bpkg/rep-list.cli @@ -1,5 +1,5 @@ // file : bpkg/rep-list.cli -// 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/bpkg/rep-list.cxx b/bpkg/rep-list.cxx index f1e251c..e186665 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/rep-list.hxx b/bpkg/rep-list.hxx index f0d4bab..07fde52 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 09cd372..a8928f3 100644 --- a/bpkg/rep-remove.cli +++ b/bpkg/rep-remove.cli @@ -1,5 +1,5 @@ // file : bpkg/rep-remove.cli -// 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/bpkg/rep-remove.cxx b/bpkg/rep-remove.cxx index 36a6892..192fe47 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/rep-remove.hxx b/bpkg/rep-remove.hxx index 2f8df16..ad26885 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 96c37bc..0fb59c9 100644 --- a/bpkg/repository-signing.cli +++ b/bpkg/repository-signing.cli @@ -1,5 +1,5 @@ // file : bpkg/repository-signing.cli -// 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/bpkg/repository-types.cli b/bpkg/repository-types.cli index bfb20c4..37ea28a 100644 --- a/bpkg/repository-types.cli +++ b/bpkg/repository-types.cli @@ -1,5 +1,5 @@ // file : bpkg/repository-types.cli -// 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/bpkg/satisfaction.cxx b/bpkg/satisfaction.cxx index 8a61145..a41b79a 100644 --- a/bpkg/satisfaction.cxx +++ b/bpkg/satisfaction.cxx @@ -1,5 +1,5 @@ // file : bpkg/satisfaction.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/bpkg/satisfaction.hxx b/bpkg/satisfaction.hxx index 8def6a1..85733c7 100644 --- a/bpkg/satisfaction.hxx +++ b/bpkg/satisfaction.hxx @@ -1,5 +1,5 @@ // file : bpkg/satisfaction.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 BPKG_SATISFACTION_HXX diff --git a/bpkg/system-repository.cxx b/bpkg/system-repository.cxx index 3c329d6..6735bce 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/system-repository.hxx b/bpkg/system-repository.hxx index b28e758..eeddf39 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 e6da01e..472ebcb 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/types-parsers.hxx b/bpkg/types-parsers.hxx index 349eaae..3425e9d 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file // CLI parsers, included into the generated source files. diff --git a/bpkg/types.hxx b/bpkg/types.hxx index e4e950d..e76350d 100644 --- a/bpkg/types.hxx +++ b/bpkg/types.hxx @@ -1,5 +1,5 @@ // file : bpkg/types.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 BPKG_TYPES_HXX diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx index a990d32..68a7aa1 100644 --- a/bpkg/utility.cxx +++ b/bpkg/utility.cxx @@ -1,5 +1,5 @@ // file : bpkg/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/bpkg/utility.hxx b/bpkg/utility.hxx index ae9736d..367f03d 100644 --- a/bpkg/utility.hxx +++ b/bpkg/utility.hxx @@ -1,5 +1,5 @@ // file : bpkg/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 #ifndef BPKG_UTILITY_HXX diff --git a/bpkg/utility.txx b/bpkg/utility.txx index f830478..e813f37 100644 --- a/bpkg/utility.txx +++ b/bpkg/utility.txx @@ -1,5 +1,5 @@ // file : bpkg/utility.txx -*- 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/bpkg/version.hxx.in b/bpkg/version.hxx.in index 8ccb75e..b6274fe 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 e617775..cd2042e 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_WRAPPER_TRAITS_HXX -- cgit v1.1