From ee6639c3aa1e188bae0eb645373b6c594bddf2c6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Sep 2021 12:53:09 +0200 Subject: Finalize license --- bbot/agent/agent.cli | 2 +- bbot/agent/agent.cxx | 4 ++-- bbot/agent/agent.hxx | 2 +- bbot/agent/machine.cxx | 2 +- bbot/agent/machine.hxx | 2 +- bbot/agent/tftp.cxx | 2 +- bbot/agent/tftp.hxx | 2 +- bbot/bootstrap-manifest.cxx | 2 +- bbot/bootstrap-manifest.hxx | 2 +- bbot/bootstrap-manifest.test.cxx | 2 +- bbot/bootstrap-manifest.test.testscript | 2 +- bbot/buildfile | 2 +- bbot/common.cli | 2 +- bbot/diagnostics.cxx | 2 +- bbot/diagnostics.hxx | 2 +- bbot/machine-manifest.cxx | 2 +- bbot/machine-manifest.hxx | 2 +- bbot/machine-manifest.test.cxx | 2 +- bbot/machine-manifest.test.testscript | 2 +- bbot/types-parsers.cxx | 2 +- bbot/types-parsers.hxx | 2 +- bbot/types.hxx | 2 +- bbot/utility.hxx | 2 +- bbot/utility.txx | 2 +- bbot/version.hxx.in | 2 +- bbot/worker/worker.cli | 2 +- bbot/worker/worker.cxx | 4 ++-- 27 files changed, 29 insertions(+), 29 deletions(-) (limited to 'bbot') diff --git a/bbot/agent/agent.cli b/bbot/agent/agent.cli index b50a43a..22dc088 100644 --- a/bbot/agent/agent.cli +++ b/bbot/agent/agent.cli @@ -1,5 +1,5 @@ // file : bbot/agent.cli -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file include ; diff --git a/bbot/agent/agent.cxx b/bbot/agent/agent.cxx index 60f7271..ee8c48c 100644 --- a/bbot/agent/agent.cxx +++ b/bbot/agent/agent.cxx @@ -1,5 +1,5 @@ // file : bbot/agent/agent.cxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #include @@ -1175,7 +1175,7 @@ try << "libbpkg " << LIBBPKG_VERSION_ID << endl << "libbutl " << LIBBUTL_VERSION_ID << endl << "Copyright (c) " << BBOT_COPYRIGHT << "." << endl - << "TBC; All rights reserved" << endl; + << "This is free software released under the MIT license." << endl; return 0; } diff --git a/bbot/agent/agent.hxx b/bbot/agent/agent.hxx index ba3719e..72b819b 100644 --- a/bbot/agent/agent.hxx +++ b/bbot/agent/agent.hxx @@ -1,5 +1,5 @@ // file : bbot/agent/agent.hxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #ifndef BBOT_AGENT_AGENT_HXX #define BBOT_AGENT_AGENT_HXX diff --git a/bbot/agent/machine.cxx b/bbot/agent/machine.cxx index a7dc192..1ce831e 100644 --- a/bbot/agent/machine.cxx +++ b/bbot/agent/machine.cxx @@ -1,5 +1,5 @@ // file : bbot/agent/machine.cxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #include diff --git a/bbot/agent/machine.hxx b/bbot/agent/machine.hxx index 9a47d12..adace1f 100644 --- a/bbot/agent/machine.hxx +++ b/bbot/agent/machine.hxx @@ -1,5 +1,5 @@ // file : bbot/agent/machine.hxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #ifndef BBOT_AGENT_MACHINE_HXX #define BBOT_AGENT_MACHINE_HXX diff --git a/bbot/agent/tftp.cxx b/bbot/agent/tftp.cxx index 0df0d1b..b671060 100644 --- a/bbot/agent/tftp.cxx +++ b/bbot/agent/tftp.cxx @@ -1,5 +1,5 @@ // file : bbot/agent/tftp.cxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #include diff --git a/bbot/agent/tftp.hxx b/bbot/agent/tftp.hxx index 2d02b29..103c9d6 100644 --- a/bbot/agent/tftp.hxx +++ b/bbot/agent/tftp.hxx @@ -1,5 +1,5 @@ // file : bbot/agent/tftp.hxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #ifndef BBOT_AGENT_TFTP_HXX #define BBOT_AGENT_TFTP_HXX diff --git a/bbot/bootstrap-manifest.cxx b/bbot/bootstrap-manifest.cxx index d8597d6..9e3bcc5 100644 --- a/bbot/bootstrap-manifest.cxx +++ b/bbot/bootstrap-manifest.cxx @@ -1,5 +1,5 @@ // file : bbot/bootstrap-manifest.cxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #include diff --git a/bbot/bootstrap-manifest.hxx b/bbot/bootstrap-manifest.hxx index 5474882..57b6a4a 100644 --- a/bbot/bootstrap-manifest.hxx +++ b/bbot/bootstrap-manifest.hxx @@ -1,5 +1,5 @@ // file : bbot/bootstrap-manifest.hxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #ifndef BBOT_BOOTSTRAP_MANIFEST_HXX #define BBOT_BOOTSTRAP_MANIFEST_HXX diff --git a/bbot/bootstrap-manifest.test.cxx b/bbot/bootstrap-manifest.test.cxx index 9d6e18e..2f5306c 100644 --- a/bbot/bootstrap-manifest.test.cxx +++ b/bbot/bootstrap-manifest.test.cxx @@ -1,5 +1,5 @@ // file : bbot/bootstrap-manifest.test.cxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #include // ios_base::failbit, ios_base::badbit #include diff --git a/bbot/bootstrap-manifest.test.testscript b/bbot/bootstrap-manifest.test.testscript index 9d835eb..decddff 100644 --- a/bbot/bootstrap-manifest.test.testscript +++ b/bbot/bootstrap-manifest.test.testscript @@ -1,5 +1,5 @@ # file : bbot/bootstrap-manifest.test.testscript -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file : bootstrap-manifest : diff --git a/bbot/buildfile b/bbot/buildfile index ce74c7a..66ec74a 100644 --- a/bbot/buildfile +++ b/bbot/buildfile @@ -1,5 +1,5 @@ # file : bbot/buildfile -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file # Systemd .service file. # diff --git a/bbot/common.cli b/bbot/common.cli index 494f4fa..15c4bea 100644 --- a/bbot/common.cli +++ b/bbot/common.cli @@ -1,5 +1,5 @@ // file : bbot/common.cli -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file include ; diff --git a/bbot/diagnostics.cxx b/bbot/diagnostics.cxx index fc85f3a..39f95aa 100644 --- a/bbot/diagnostics.cxx +++ b/bbot/diagnostics.cxx @@ -1,5 +1,5 @@ // file : bbot/diagnostics.cxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #include diff --git a/bbot/diagnostics.hxx b/bbot/diagnostics.hxx index 63441ed..575e91b 100644 --- a/bbot/diagnostics.hxx +++ b/bbot/diagnostics.hxx @@ -1,5 +1,5 @@ // file : bbot/diagnostics.hxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #ifndef BBOT_DIAGNOSTICS_HXX #define BBOT_DIAGNOSTICS_HXX diff --git a/bbot/machine-manifest.cxx b/bbot/machine-manifest.cxx index 0292824..256f4f7 100644 --- a/bbot/machine-manifest.cxx +++ b/bbot/machine-manifest.cxx @@ -1,5 +1,5 @@ // file : bbot/machine-manifest.cxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #include diff --git a/bbot/machine-manifest.hxx b/bbot/machine-manifest.hxx index c29493f..1e3a4c3 100644 --- a/bbot/machine-manifest.hxx +++ b/bbot/machine-manifest.hxx @@ -1,5 +1,5 @@ // file : bbot/machine-manifest.hxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #ifndef BBOT_MACHINE_MANIFEST_HXX #define BBOT_MACHINE_MANIFEST_HXX diff --git a/bbot/machine-manifest.test.cxx b/bbot/machine-manifest.test.cxx index c59ede5..0d1b9f9 100644 --- a/bbot/machine-manifest.test.cxx +++ b/bbot/machine-manifest.test.cxx @@ -1,5 +1,5 @@ // file : bbot/machine-manifest.test.cxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #include // ios_base::failbit, ios_base::badbit #include diff --git a/bbot/machine-manifest.test.testscript b/bbot/machine-manifest.test.testscript index 5ef1a45..55f0fe8 100644 --- a/bbot/machine-manifest.test.testscript +++ b/bbot/machine-manifest.test.testscript @@ -1,5 +1,5 @@ # file : bbot/machine-manifest.test.testscript -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file : machine-manifest : diff --git a/bbot/types-parsers.cxx b/bbot/types-parsers.cxx index c4eff70..ae98caa 100644 --- a/bbot/types-parsers.cxx +++ b/bbot/types-parsers.cxx @@ -1,5 +1,5 @@ // file : bbot/types-parsers.cxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #include diff --git a/bbot/types-parsers.hxx b/bbot/types-parsers.hxx index 23fc95b..f1414a5 100644 --- a/bbot/types-parsers.hxx +++ b/bbot/types-parsers.hxx @@ -1,5 +1,5 @@ // file : bbot/types-parsers.hxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file // CLI parsers, included into the generated source files. // diff --git a/bbot/types.hxx b/bbot/types.hxx index a39abe2..4996425 100644 --- a/bbot/types.hxx +++ b/bbot/types.hxx @@ -1,5 +1,5 @@ // file : bbot/types.hxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #ifndef BBOT_TYPES_HXX #define BBOT_TYPES_HXX diff --git a/bbot/utility.hxx b/bbot/utility.hxx index b93f8b6..a396322 100644 --- a/bbot/utility.hxx +++ b/bbot/utility.hxx @@ -1,5 +1,5 @@ // file : bbot/utility.hxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #ifndef BBOT_UTILITY_HXX #define BBOT_UTILITY_HXX diff --git a/bbot/utility.txx b/bbot/utility.txx index e7db0ee..13a32d1 100644 --- a/bbot/utility.txx +++ b/bbot/utility.txx @@ -1,5 +1,5 @@ // file : bbot/utility.txx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #include // cin diff --git a/bbot/version.hxx.in b/bbot/version.hxx.in index 46fb7e0..1720804 100644 --- a/bbot/version.hxx.in +++ b/bbot/version.hxx.in @@ -1,5 +1,5 @@ // file : bbot/version.hxx.in -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #ifndef BBOT_VERSION // Note: using the version macro itself. diff --git a/bbot/worker/worker.cli b/bbot/worker/worker.cli index 0edefe0..cd7159a 100644 --- a/bbot/worker/worker.cli +++ b/bbot/worker/worker.cli @@ -1,5 +1,5 @@ // file : bbot/worker.cli -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file include ; diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx index 10509ff..8dd06de 100644 --- a/bbot/worker/worker.cxx +++ b/bbot/worker/worker.cxx @@ -1,5 +1,5 @@ // file : bbot/worker.cxx -*- C++ -*- -// license : TBC; see accompanying LICENSE file +// license : MIT; see accompanying LICENSE file #ifndef _WIN32 # include // signal() @@ -3068,7 +3068,7 @@ try << "libbpkg " << LIBBPKG_VERSION_ID << endl << "libbutl " << LIBBUTL_VERSION_ID << endl << "Copyright (c) " << BBOT_COPYRIGHT << "." << endl - << "TBC; All rights reserved" << endl; + << "This is free software released under the MIT license." << endl; return 0; } -- cgit v1.1