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 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'bbot/agent') 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 -- cgit v1.1