aboutsummaryrefslogtreecommitdiff
path: root/bbot
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-09-27 12:53:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-27 12:53:09 +0200
commitee6639c3aa1e188bae0eb645373b6c594bddf2c6 (patch)
treec37519d8184812280bf9bfe5ecc79cbb67195e95 /bbot
parent18baf3784407f28f61d9e8d90daf1ce99c7e86d3 (diff)
Finalize license
Diffstat (limited to 'bbot')
-rw-r--r--bbot/agent/agent.cli2
-rw-r--r--bbot/agent/agent.cxx4
-rw-r--r--bbot/agent/agent.hxx2
-rw-r--r--bbot/agent/machine.cxx2
-rw-r--r--bbot/agent/machine.hxx2
-rw-r--r--bbot/agent/tftp.cxx2
-rw-r--r--bbot/agent/tftp.hxx2
-rw-r--r--bbot/bootstrap-manifest.cxx2
-rw-r--r--bbot/bootstrap-manifest.hxx2
-rw-r--r--bbot/bootstrap-manifest.test.cxx2
-rw-r--r--bbot/bootstrap-manifest.test.testscript2
-rw-r--r--bbot/buildfile2
-rw-r--r--bbot/common.cli2
-rw-r--r--bbot/diagnostics.cxx2
-rw-r--r--bbot/diagnostics.hxx2
-rw-r--r--bbot/machine-manifest.cxx2
-rw-r--r--bbot/machine-manifest.hxx2
-rw-r--r--bbot/machine-manifest.test.cxx2
-rw-r--r--bbot/machine-manifest.test.testscript2
-rw-r--r--bbot/types-parsers.cxx2
-rw-r--r--bbot/types-parsers.hxx2
-rw-r--r--bbot/types.hxx2
-rw-r--r--bbot/utility.hxx2
-rw-r--r--bbot/utility.txx2
-rw-r--r--bbot/version.hxx.in2
-rw-r--r--bbot/worker/worker.cli2
-rw-r--r--bbot/worker/worker.cxx4
27 files changed, 29 insertions, 29 deletions
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 <libbbot/manifest.hxx>;
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 <bbot/agent/agent.hxx>
@@ -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 <bbot/agent/machine.hxx>
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 <bbot/agent/tftp.hxx>
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 <bbot/bootstrap-manifest.hxx>
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> // ios_base::failbit, ios_base::badbit
#include <iostream>
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 <bbot/types.hxx>;
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 <bbot/diagnostics.hxx>
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 <bbot/machine-manifest.hxx>
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> // ios_base::failbit, ios_base::badbit
#include <iostream>
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 <bbot/types-parsers.hxx>
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 <iostream> // 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 <bbot/common.cli>;
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.h> // 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;
}