From 7a1192e719b93711014648d7d753c8a64aa366fe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 5 Jan 2017 16:01:24 +0200 Subject: Update copyright year --- LICENSE | 2 +- bpkg/archive | 2 +- bpkg/archive.cxx | 2 +- bpkg/auth | 2 +- bpkg/auth.cxx | 2 +- bpkg/bpkg-version | 2 +- bpkg/bpkg.cli | 2 +- bpkg/bpkg.cxx | 4 ++-- bpkg/buildfile | 2 +- bpkg/cfg-create | 2 +- bpkg/cfg-create.cli | 2 +- bpkg/cfg-create.cxx | 2 +- bpkg/checksum | 2 +- bpkg/checksum.cxx | 2 +- bpkg/common.cli | 2 +- bpkg/configuration.cli | 2 +- bpkg/database | 2 +- bpkg/database.cxx | 2 +- bpkg/diagnostics | 2 +- bpkg/diagnostics.cxx | 2 +- bpkg/fetch | 2 +- bpkg/fetch.cxx | 2 +- bpkg/forward | 2 +- bpkg/help | 2 +- bpkg/help.cli | 2 +- bpkg/help.cxx | 2 +- bpkg/manifest-utility | 2 +- bpkg/manifest-utility.cxx | 2 +- bpkg/openssl | 2 +- bpkg/openssl.cxx | 2 +- bpkg/options-types | 2 +- bpkg/package | 2 +- bpkg/package.cxx | 2 +- bpkg/package.ixx | 2 +- bpkg/pkg-build | 2 +- bpkg/pkg-build.cli | 2 +- bpkg/pkg-build.cxx | 2 +- bpkg/pkg-clean | 2 +- bpkg/pkg-clean.cli | 2 +- bpkg/pkg-command | 2 +- bpkg/pkg-command.cxx | 2 +- bpkg/pkg-configure | 2 +- bpkg/pkg-configure.cli | 2 +- bpkg/pkg-configure.cxx | 2 +- bpkg/pkg-disfigure | 2 +- bpkg/pkg-disfigure.cli | 2 +- bpkg/pkg-disfigure.cxx | 2 +- bpkg/pkg-drop | 2 +- bpkg/pkg-drop.cli | 2 +- bpkg/pkg-drop.cxx | 2 +- bpkg/pkg-fetch | 2 +- bpkg/pkg-fetch.cli | 2 +- bpkg/pkg-fetch.cxx | 2 +- bpkg/pkg-install | 2 +- bpkg/pkg-install.cli | 2 +- bpkg/pkg-purge | 2 +- bpkg/pkg-purge.cli | 2 +- bpkg/pkg-purge.cxx | 2 +- bpkg/pkg-status | 2 +- bpkg/pkg-status.cli | 2 +- bpkg/pkg-status.cxx | 2 +- bpkg/pkg-test | 2 +- bpkg/pkg-test.cli | 2 +- bpkg/pkg-uninstall | 2 +- bpkg/pkg-uninstall.cli | 2 +- bpkg/pkg-unpack | 2 +- bpkg/pkg-unpack.cli | 2 +- bpkg/pkg-unpack.cxx | 2 +- bpkg/pkg-update | 2 +- bpkg/pkg-update.cli | 2 +- bpkg/pkg-verify | 2 +- bpkg/pkg-verify.cli | 2 +- bpkg/pkg-verify.cxx | 2 +- bpkg/rep-add | 2 +- bpkg/rep-add.cli | 2 +- bpkg/rep-add.cxx | 2 +- bpkg/rep-create | 2 +- bpkg/rep-create.cli | 2 +- bpkg/rep-create.cxx | 2 +- bpkg/rep-fetch | 2 +- bpkg/rep-fetch.cli | 2 +- bpkg/rep-fetch.cxx | 2 +- bpkg/rep-info | 2 +- bpkg/rep-info.cli | 2 +- bpkg/rep-info.cxx | 2 +- bpkg/repository-signing.cli | 2 +- bpkg/satisfaction | 2 +- bpkg/satisfaction.cxx | 2 +- bpkg/system-repository | 2 +- bpkg/system-repository.cxx | 2 +- bpkg/types | 2 +- bpkg/types-parsers | 2 +- bpkg/types-parsers.cxx | 2 +- bpkg/utility | 2 +- bpkg/utility.cxx | 2 +- bpkg/wrapper-traits | 2 +- build/bootstrap.build | 2 +- build/root.build | 2 +- buildfile | 2 +- doc/buildfile | 2 +- doc/cli.sh | 4 ++-- doc/manual.cli | 2 +- 102 files changed, 104 insertions(+), 104 deletions(-) diff --git a/LICENSE b/LICENSE index ec7646c..91c0877 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2016 Code Synthesis Ltd +Copyright (c) 2014-2017 Code Synthesis Ltd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/bpkg/archive b/bpkg/archive index 4d90384..918734c 100644 --- a/bpkg/archive +++ b/bpkg/archive @@ -1,5 +1,5 @@ // file : bpkg/archive -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_ARCHIVE diff --git a/bpkg/archive.cxx b/bpkg/archive.cxx index 96ba950..fb7956d 100644 --- a/bpkg/archive.cxx +++ b/bpkg/archive.cxx @@ -1,5 +1,5 @@ // file : bpkg/archive.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/auth b/bpkg/auth index a608667..5c32824 100644 --- a/bpkg/auth +++ b/bpkg/auth @@ -1,5 +1,5 @@ // file : bpkg/auth -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_AUTH diff --git a/bpkg/auth.cxx b/bpkg/auth.cxx index 8cb1ed4..b736dd6 100644 --- a/bpkg/auth.cxx +++ b/bpkg/auth.cxx @@ -1,5 +1,5 @@ // file : bpkg/auth.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/bpkg-version b/bpkg/bpkg-version index 9d52141..05a93c1 100644 --- a/bpkg/bpkg-version +++ b/bpkg/bpkg-version @@ -1,5 +1,5 @@ // file : bpkg/bpkg-version -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_VERSION // Note: using the version macro itself. diff --git a/bpkg/bpkg.cli b/bpkg/bpkg.cli index cf6da7b..e3b801f 100644 --- a/bpkg/bpkg.cli +++ b/bpkg/bpkg.cli @@ -1,5 +1,5 @@ // file : bpkg/bpkg.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/bpkg.cxx b/bpkg/bpkg.cxx index b5e2a2d..beecfc8 100644 --- a/bpkg/bpkg.cxx +++ b/bpkg/bpkg.cxx @@ -1,5 +1,5 @@ // file : bpkg/bpkg.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifdef _WIN32 @@ -142,7 +142,7 @@ try cout << "bpkg " << BPKG_VERSION_STR << endl << "libbpkg " << LIBBPKG_VERSION_STR << endl << "libbutl " << LIBBUTL_VERSION_STR << endl - << "Copyright (c) 2014-2016 Code Synthesis Ltd" << endl + << "Copyright (c) 2014-2017 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 b7ae6f2..b47afd8 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -1,5 +1,5 @@ # file : bpkg/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbpkg%lib{bpkg} diff --git a/bpkg/cfg-create b/bpkg/cfg-create index 1099b91..88247f2 100644 --- a/bpkg/cfg-create +++ b/bpkg/cfg-create @@ -1,5 +1,5 @@ // file : bpkg/cfg-create -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_CFG_CREATE diff --git a/bpkg/cfg-create.cli b/bpkg/cfg-create.cli index c01c039..8da3b99 100644 --- a/bpkg/cfg-create.cli +++ b/bpkg/cfg-create.cli @@ -1,5 +1,5 @@ // file : bpkg/cfg-create.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/cfg-create.cxx b/bpkg/cfg-create.cxx index 2c8bd0a..488d22e 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/checksum b/bpkg/checksum index c0dbb6b..002162b 100644 --- a/bpkg/checksum +++ b/bpkg/checksum @@ -1,5 +1,5 @@ // file : bpkg/checksum -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_CHECKSUM diff --git a/bpkg/checksum.cxx b/bpkg/checksum.cxx index 3d90edc..d0424dc 100644 --- a/bpkg/checksum.cxx +++ b/bpkg/checksum.cxx @@ -1,5 +1,5 @@ // file : bpkg/checksum.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/common.cli b/bpkg/common.cli index 09b23d2..8b99038 100644 --- a/bpkg/common.cli +++ b/bpkg/common.cli @@ -1,5 +1,5 @@ // file : bpkg/common.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/configuration.cli b/bpkg/configuration.cli index 5b174b9..bb7d252 100644 --- a/bpkg/configuration.cli +++ b/bpkg/configuration.cli @@ -1,5 +1,5 @@ // file : bpkg/configuration.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/database b/bpkg/database index b9b9943..aa32d5c 100644 --- a/bpkg/database +++ b/bpkg/database @@ -1,5 +1,5 @@ // file : bpkg/database -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_DATABASE diff --git a/bpkg/database.cxx b/bpkg/database.cxx index c5b17a8..4b5aad9 100644 --- a/bpkg/database.cxx +++ b/bpkg/database.cxx @@ -1,5 +1,5 @@ // file : bpkg/database.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/diagnostics b/bpkg/diagnostics index 79c87aa..3ae1b72 100644 --- a/bpkg/diagnostics +++ b/bpkg/diagnostics @@ -1,5 +1,5 @@ // file : bpkg/diagnostics -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_DIAGNOSTICS diff --git a/bpkg/diagnostics.cxx b/bpkg/diagnostics.cxx index 82ebb8c..c15d7d5 100644 --- a/bpkg/diagnostics.cxx +++ b/bpkg/diagnostics.cxx @@ -1,5 +1,5 @@ // file : bpkg/diagnostics.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/fetch b/bpkg/fetch index 2153df4..d85bf9b 100644 --- a/bpkg/fetch +++ b/bpkg/fetch @@ -1,5 +1,5 @@ // file : bpkg/fetch -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_FETCH diff --git a/bpkg/fetch.cxx b/bpkg/fetch.cxx index 4ad476b..978d61c 100644 --- a/bpkg/fetch.cxx +++ b/bpkg/fetch.cxx @@ -1,5 +1,5 @@ // file : bpkg/fetch.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/forward b/bpkg/forward index 4231113..b91e282 100644 --- a/bpkg/forward +++ b/bpkg/forward @@ -1,5 +1,5 @@ // file : bpkg/forward -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_FORWARD diff --git a/bpkg/help b/bpkg/help index 6026cc4..99c261b 100644 --- a/bpkg/help +++ b/bpkg/help @@ -1,5 +1,5 @@ // file : bpkg/help -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_HELP diff --git a/bpkg/help.cli b/bpkg/help.cli index f50841e..b7f5c77 100644 --- a/bpkg/help.cli +++ b/bpkg/help.cli @@ -1,5 +1,5 @@ // file : bpkg/help.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/help.cxx b/bpkg/help.cxx index 92253bd..53f59ca 100644 --- a/bpkg/help.cxx +++ b/bpkg/help.cxx @@ -1,5 +1,5 @@ // file : bpkg/help.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/manifest-utility b/bpkg/manifest-utility index 9b1b3ee..c6d9ab8 100644 --- a/bpkg/manifest-utility +++ b/bpkg/manifest-utility @@ -1,5 +1,5 @@ // file : bpkg/manifest-utility -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_MANIFEST_UTILITY diff --git a/bpkg/manifest-utility.cxx b/bpkg/manifest-utility.cxx index 95b0089..901655b 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/openssl b/bpkg/openssl index c2f8712..c665521 100644 --- a/bpkg/openssl +++ b/bpkg/openssl @@ -1,5 +1,5 @@ // file : bpkg/openssl -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_OPENSSL diff --git a/bpkg/openssl.cxx b/bpkg/openssl.cxx index a17ae73..d4ac747 100644 --- a/bpkg/openssl.cxx +++ b/bpkg/openssl.cxx @@ -1,5 +1,5 @@ // file : bpkg/openssl.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/options-types b/bpkg/options-types index 88e6b67..b252191 100644 --- a/bpkg/options-types +++ b/bpkg/options-types @@ -1,5 +1,5 @@ // file : bpkg/options-types -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_OPTIONS_TYPES diff --git a/bpkg/package b/bpkg/package index 2eab8ff..0bf0a41 100644 --- a/bpkg/package +++ b/bpkg/package @@ -1,5 +1,5 @@ // file : bpkg/package -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PACKAGE diff --git a/bpkg/package.cxx b/bpkg/package.cxx index 6089c23..37ed214 100644 --- a/bpkg/package.cxx +++ b/bpkg/package.cxx @@ -1,5 +1,5 @@ // file : bpkg/package.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/package.ixx b/bpkg/package.ixx index 887cbaa..26f63ff 100644 --- a/bpkg/package.ixx +++ b/bpkg/package.ixx @@ -1,5 +1,5 @@ // file : bpkg/package.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace bpkg diff --git a/bpkg/pkg-build b/bpkg/pkg-build index 566b456..2566965 100644 --- a/bpkg/pkg-build +++ b/bpkg/pkg-build @@ -1,5 +1,5 @@ // file : bpkg/pkg-build -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_BUILD diff --git a/bpkg/pkg-build.cli b/bpkg/pkg-build.cli index f741e7a..f322a07 100644 --- a/bpkg/pkg-build.cli +++ b/bpkg/pkg-build.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-build.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx index 79fc90c..385ec81 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-clean b/bpkg/pkg-clean index 0bc5a60..be8f4db 100644 --- a/bpkg/pkg-clean +++ b/bpkg/pkg-clean @@ -1,5 +1,5 @@ // file : bpkg/pkg-clean -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_CLEAN diff --git a/bpkg/pkg-clean.cli b/bpkg/pkg-clean.cli index e03138e..69a0cc0 100644 --- a/bpkg/pkg-clean.cli +++ b/bpkg/pkg-clean.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-clean.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/pkg-command b/bpkg/pkg-command index 21699c4..4706c59 100644 --- a/bpkg/pkg-command +++ b/bpkg/pkg-command @@ -1,5 +1,5 @@ // file : bpkg/pkg-command -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_COMMAND diff --git a/bpkg/pkg-command.cxx b/bpkg/pkg-command.cxx index 469e3a0..6e6542f 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-configure b/bpkg/pkg-configure index fc09ac5..5867428 100644 --- a/bpkg/pkg-configure +++ b/bpkg/pkg-configure @@ -1,5 +1,5 @@ // file : bpkg/pkg-configure -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_CONFIGURE diff --git a/bpkg/pkg-configure.cli b/bpkg/pkg-configure.cli index c5fa586..0ee1586 100644 --- a/bpkg/pkg-configure.cli +++ b/bpkg/pkg-configure.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-configure.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/pkg-configure.cxx b/bpkg/pkg-configure.cxx index 2bb834f..bc55be3 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-disfigure b/bpkg/pkg-disfigure index f23bb87..6dfe60b 100644 --- a/bpkg/pkg-disfigure +++ b/bpkg/pkg-disfigure @@ -1,5 +1,5 @@ // file : bpkg/pkg-disfigure -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_DISFIGURE diff --git a/bpkg/pkg-disfigure.cli b/bpkg/pkg-disfigure.cli index 41fbbcd..e7708e0 100644 --- a/bpkg/pkg-disfigure.cli +++ b/bpkg/pkg-disfigure.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-disfigure.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/pkg-disfigure.cxx b/bpkg/pkg-disfigure.cxx index 37a2989..09b3056 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-drop b/bpkg/pkg-drop index 23974af..ffb7b35 100644 --- a/bpkg/pkg-drop +++ b/bpkg/pkg-drop @@ -1,5 +1,5 @@ // file : bpkg/pkg-drop -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_DROP diff --git a/bpkg/pkg-drop.cli b/bpkg/pkg-drop.cli index 49d4f98..7f9dc19 100644 --- a/bpkg/pkg-drop.cli +++ b/bpkg/pkg-drop.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-drop.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/pkg-drop.cxx b/bpkg/pkg-drop.cxx index 065d652..85ad897 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-fetch b/bpkg/pkg-fetch index bda8adf..2ce0cb5 100644 --- a/bpkg/pkg-fetch +++ b/bpkg/pkg-fetch @@ -1,5 +1,5 @@ // file : bpkg/pkg-fetch -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_FETCH diff --git a/bpkg/pkg-fetch.cli b/bpkg/pkg-fetch.cli index cefb74e..55d2a22 100644 --- a/bpkg/pkg-fetch.cli +++ b/bpkg/pkg-fetch.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-fetch.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/pkg-fetch.cxx b/bpkg/pkg-fetch.cxx index e37a6e3..9995db3 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-install b/bpkg/pkg-install index aafa367..eaaef09 100644 --- a/bpkg/pkg-install +++ b/bpkg/pkg-install @@ -1,5 +1,5 @@ // file : bpkg/pkg-install -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_INSTALL diff --git a/bpkg/pkg-install.cli b/bpkg/pkg-install.cli index 5b30f71..1466f36 100644 --- a/bpkg/pkg-install.cli +++ b/bpkg/pkg-install.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-install.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/pkg-purge b/bpkg/pkg-purge index 6172e49..4e6f0c2 100644 --- a/bpkg/pkg-purge +++ b/bpkg/pkg-purge @@ -1,5 +1,5 @@ // file : bpkg/pkg-purge -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_PURGE diff --git a/bpkg/pkg-purge.cli b/bpkg/pkg-purge.cli index 490f316..936eacf 100644 --- a/bpkg/pkg-purge.cli +++ b/bpkg/pkg-purge.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-purge.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/pkg-purge.cxx b/bpkg/pkg-purge.cxx index c61658e..1b61c5c 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-status b/bpkg/pkg-status index b3eb637..f2d5493 100644 --- a/bpkg/pkg-status +++ b/bpkg/pkg-status @@ -1,5 +1,5 @@ // file : bpkg/pkg-status -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_STATUS diff --git a/bpkg/pkg-status.cli b/bpkg/pkg-status.cli index 5bec10c..3721262 100644 --- a/bpkg/pkg-status.cli +++ b/bpkg/pkg-status.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-status.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/pkg-status.cxx b/bpkg/pkg-status.cxx index 0cb4168..56d4c6a 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-test b/bpkg/pkg-test index 252be03..dffcdd7 100644 --- a/bpkg/pkg-test +++ b/bpkg/pkg-test @@ -1,5 +1,5 @@ // file : bpkg/pkg-test -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_TEST diff --git a/bpkg/pkg-test.cli b/bpkg/pkg-test.cli index 574da31..0373820 100644 --- a/bpkg/pkg-test.cli +++ b/bpkg/pkg-test.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-test.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/pkg-uninstall b/bpkg/pkg-uninstall index 47b133d..9033ce4 100644 --- a/bpkg/pkg-uninstall +++ b/bpkg/pkg-uninstall @@ -1,5 +1,5 @@ // file : bpkg/pkg-uninstall -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_UNINSTALL diff --git a/bpkg/pkg-uninstall.cli b/bpkg/pkg-uninstall.cli index ece8f1e..5bc3347 100644 --- a/bpkg/pkg-uninstall.cli +++ b/bpkg/pkg-uninstall.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-uninstall.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/pkg-unpack b/bpkg/pkg-unpack index 748ce9c..a7eaab7 100644 --- a/bpkg/pkg-unpack +++ b/bpkg/pkg-unpack @@ -1,5 +1,5 @@ // file : bpkg/pkg-unpack -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_UNPACK diff --git a/bpkg/pkg-unpack.cli b/bpkg/pkg-unpack.cli index 67f37b7..87ac6e4 100644 --- a/bpkg/pkg-unpack.cli +++ b/bpkg/pkg-unpack.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-unpack.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/pkg-unpack.cxx b/bpkg/pkg-unpack.cxx index 44ee7ba..29e765b 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/pkg-update b/bpkg/pkg-update index 5d24c49..7c6fe02 100644 --- a/bpkg/pkg-update +++ b/bpkg/pkg-update @@ -1,5 +1,5 @@ // file : bpkg/pkg-update -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_UPDATE diff --git a/bpkg/pkg-update.cli b/bpkg/pkg-update.cli index 9383ad4..7922a34 100644 --- a/bpkg/pkg-update.cli +++ b/bpkg/pkg-update.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-update.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/pkg-verify b/bpkg/pkg-verify index 2f21ea1..ac43bf1 100644 --- a/bpkg/pkg-verify +++ b/bpkg/pkg-verify @@ -1,5 +1,5 @@ // file : bpkg/pkg-verify -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_VERIFY diff --git a/bpkg/pkg-verify.cli b/bpkg/pkg-verify.cli index c810c51..1b733c7 100644 --- a/bpkg/pkg-verify.cli +++ b/bpkg/pkg-verify.cli @@ -1,5 +1,5 @@ // file : bpkg/pkg-verify.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/pkg-verify.cxx b/bpkg/pkg-verify.cxx index c26f8e9..e214654 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/rep-add b/bpkg/rep-add index 7dcb9b0..e687dea 100644 --- a/bpkg/rep-add +++ b/bpkg/rep-add @@ -1,5 +1,5 @@ // file : bpkg/rep-add -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_REP_ADD diff --git a/bpkg/rep-add.cli b/bpkg/rep-add.cli index c1130c0..cbd73a4 100644 --- a/bpkg/rep-add.cli +++ b/bpkg/rep-add.cli @@ -1,5 +1,5 @@ // file : bpkg/rep-add.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/rep-add.cxx b/bpkg/rep-add.cxx index da5bd4b..93d9925 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/rep-create b/bpkg/rep-create index b215e1f..8f1d906 100644 --- a/bpkg/rep-create +++ b/bpkg/rep-create @@ -1,5 +1,5 @@ // file : bpkg/rep-create -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_REP_CREATE diff --git a/bpkg/rep-create.cli b/bpkg/rep-create.cli index a48922e..970125d 100644 --- a/bpkg/rep-create.cli +++ b/bpkg/rep-create.cli @@ -1,5 +1,5 @@ // file : bpkg/rep-create.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/rep-create.cxx b/bpkg/rep-create.cxx index 43f052c..eb91c2b 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/rep-fetch b/bpkg/rep-fetch index 2adf59a..4569e93 100644 --- a/bpkg/rep-fetch +++ b/bpkg/rep-fetch @@ -1,5 +1,5 @@ // file : bpkg/rep-fetch -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_REP_FETCH diff --git a/bpkg/rep-fetch.cli b/bpkg/rep-fetch.cli index cada453..ce41d5c 100644 --- a/bpkg/rep-fetch.cli +++ b/bpkg/rep-fetch.cli @@ -1,5 +1,5 @@ // file : bpkg/rep-fetch.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/rep-fetch.cxx b/bpkg/rep-fetch.cxx index d42ae6c..996b604 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/rep-info b/bpkg/rep-info index 62c5121..fffea10 100644 --- a/bpkg/rep-info +++ b/bpkg/rep-info @@ -1,5 +1,5 @@ // file : bpkg/rep-info -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_REP_INFO diff --git a/bpkg/rep-info.cli b/bpkg/rep-info.cli index faa6456..8bad234 100644 --- a/bpkg/rep-info.cli +++ b/bpkg/rep-info.cli @@ -1,5 +1,5 @@ // file : bpkg/rep-info.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/rep-info.cxx b/bpkg/rep-info.cxx index b5ef751..9acbdcc 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/repository-signing.cli b/bpkg/repository-signing.cli index ad3f5ff..a702fd8 100644 --- a/bpkg/repository-signing.cli +++ b/bpkg/repository-signing.cli @@ -1,5 +1,5 @@ // file : bpkg/repository-signing.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/bpkg/satisfaction b/bpkg/satisfaction index ae78a98..6f8ce45 100644 --- a/bpkg/satisfaction +++ b/bpkg/satisfaction @@ -1,5 +1,5 @@ // file : bpkg/satisfaction -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_SATISFACTION diff --git a/bpkg/satisfaction.cxx b/bpkg/satisfaction.cxx index 206a2e7..4e707dd 100644 --- a/bpkg/satisfaction.cxx +++ b/bpkg/satisfaction.cxx @@ -1,5 +1,5 @@ // file : bpkg/satisfaction.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/system-repository b/bpkg/system-repository index 9e2f3e4..44b8c4e 100644 --- a/bpkg/system-repository +++ b/bpkg/system-repository @@ -1,5 +1,5 @@ // file : bpkg/system-repository -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_SYSTEM_REPOSITORY diff --git a/bpkg/system-repository.cxx b/bpkg/system-repository.cxx index b2a892d..3d0a0c0 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/types b/bpkg/types index e20acfb..1171444 100644 --- a/bpkg/types +++ b/bpkg/types @@ -1,5 +1,5 @@ // file : bpkg/types -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_TYPES diff --git a/bpkg/types-parsers b/bpkg/types-parsers index 41fab10..d32a6cf 100644 --- a/bpkg/types-parsers +++ b/bpkg/types-parsers @@ -1,5 +1,5 @@ // file : bpkg/types-parsers -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file // CLI parsers, included into the generated source files. diff --git a/bpkg/types-parsers.cxx b/bpkg/types-parsers.cxx index 6a61a3d..7067a9e 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/utility b/bpkg/utility index d9f25c3..12b0603 100644 --- a/bpkg/utility +++ b/bpkg/utility @@ -1,5 +1,5 @@ // file : bpkg/utility -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_UTILITY diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx index 6f4c3b4..15c4728 100644 --- a/bpkg/utility.cxx +++ b/bpkg/utility.cxx @@ -1,5 +1,5 @@ // file : bpkg/utility.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bpkg/wrapper-traits b/bpkg/wrapper-traits index ffd1c5a..0da2de4 100644 --- a/bpkg/wrapper-traits +++ b/bpkg/wrapper-traits @@ -1,5 +1,5 @@ // file : bpkg/wrapper-traits -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_WRAPPER_TRAITS diff --git a/build/bootstrap.build b/build/bootstrap.build index b5b999c..cc27662 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,5 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file project = bpkg diff --git a/build/root.build b/build/root.build index dafc786..84a7a3e 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,5 @@ # file : build/root.build -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cxx.std = latest diff --git a/buildfile b/buildfile index 16b3e82..cb97388 100644 --- a/buildfile +++ b/buildfile @@ -1,5 +1,5 @@ # file : buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file d = bpkg/ doc/ diff --git a/doc/buildfile b/doc/buildfile index 20b8f09..1eec6cc 100644 --- a/doc/buildfile +++ b/doc/buildfile @@ -1,5 +1,5 @@ # file : doc/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cmds = \ diff --git a/doc/cli.sh b/doc/cli.sh index f5cb8ea..c705f7b 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash -version="0.4.0" -date="September 2016" +version="0.5.0" +date="January 2017" trap 'exit 1' ERR set -o errtrace # Trap in functions. diff --git a/doc/manual.cli b/doc/manual.cli index 8fe03bf..01e688f 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -1,5 +1,5 @@ // file : doc/manual.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file "\name=build2-package-manager-manual" -- cgit v1.1