aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent
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/agent
parent18baf3784407f28f61d9e8d90daf1ce99c7e86d3 (diff)
Finalize license
Diffstat (limited to 'bbot/agent')
-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
7 files changed, 8 insertions, 8 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