aboutsummaryrefslogtreecommitdiff
path: root/bbot
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-11 15:47:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-11 15:47:02 +0200
commitf38fa3d9a5ee0ab92ac6c8b07b935724bbbcef1e (patch)
tree0ea742acba37f00aa0e7168b29003a4abbb00004 /bbot
parent5e2eafd7c43545740efb0c3304ff68bba1f4d0a6 (diff)
Change license to TBC (to be confirmed)
Diffstat (limited to 'bbot')
-rw-r--r--bbot/agent2
-rw-r--r--bbot/agent.cli2
-rw-r--r--bbot/agent.cxx4
-rw-r--r--bbot/bootstrap-manifest2
-rw-r--r--bbot/bootstrap-manifest.cxx2
-rw-r--r--bbot/buildfile2
-rw-r--r--bbot/common.cli2
-rw-r--r--bbot/diagnostics2
-rw-r--r--bbot/diagnostics.cxx2
-rw-r--r--bbot/machine2
-rw-r--r--bbot/machine-manifest2
-rw-r--r--bbot/machine-manifest.cxx2
-rw-r--r--bbot/machine.cxx2
-rw-r--r--bbot/tftp2
-rw-r--r--bbot/tftp.cxx2
-rw-r--r--bbot/types2
-rw-r--r--bbot/types-parsers2
-rw-r--r--bbot/types-parsers.cxx2
-rw-r--r--bbot/utility2
-rw-r--r--bbot/utility.cxx2
-rw-r--r--bbot/utility.txx2
-rw-r--r--bbot/version-impl2
-rw-r--r--bbot/worker.cli2
-rw-r--r--bbot/worker.cxx4
24 files changed, 26 insertions, 26 deletions
diff --git a/bbot/agent b/bbot/agent
index 619fb36..c53c5c9 100644
--- a/bbot/agent
+++ b/bbot/agent
@@ -1,6 +1,6 @@
// file : bbot/agent -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#ifndef BBOT_AGENT
#define BBOT_AGENT
diff --git a/bbot/agent.cli b/bbot/agent.cli
index 7a6c201..a10889e 100644
--- a/bbot/agent.cli
+++ b/bbot/agent.cli
@@ -1,6 +1,6 @@
// file : bbot/agent.cli
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
include <bbot/common.cli>;
diff --git a/bbot/agent.cxx b/bbot/agent.cxx
index 2489ce4..8a47483 100644
--- a/bbot/agent.cxx
+++ b/bbot/agent.cxx
@@ -1,6 +1,6 @@
// file : bbot/agent.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#include <bbot/agent>
@@ -519,7 +519,7 @@ try
<< "libbbot " << LIBBBOT_VERSION_STR << endl
<< "libbutl " << LIBBUTL_VERSION_STR << endl
<< "Copyright (c) 2014-2017 Code Synthesis Ltd" << endl
- << "MIT; see accompanying LICENSE file" << endl;
+ << "TBC; All rights reserved" << endl;
return 0;
}
diff --git a/bbot/bootstrap-manifest b/bbot/bootstrap-manifest
index 48139ad..35feaba 100644
--- a/bbot/bootstrap-manifest
+++ b/bbot/bootstrap-manifest
@@ -1,6 +1,6 @@
// file : bbot/bootstrap-manifest -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#ifndef BBOT_BOOTSTRAP_MANIFEST
#define BBOT_BOOTSTRAP_MANIFEST
diff --git a/bbot/bootstrap-manifest.cxx b/bbot/bootstrap-manifest.cxx
index 231e56a..d08322a 100644
--- a/bbot/bootstrap-manifest.cxx
+++ b/bbot/bootstrap-manifest.cxx
@@ -1,6 +1,6 @@
// file : bbot/bootstrap-manifest.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#include <bbot/bootstrap-manifest>
diff --git a/bbot/buildfile b/bbot/buildfile
index 7e35a29..5498458 100644
--- a/bbot/buildfile
+++ b/bbot/buildfile
@@ -1,6 +1,6 @@
# file : bbot/buildfile
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-# license : MIT; see accompanying LICENSE file
+# license : TBC; see accompanying LICENSE file
# Systemd .service file.
#
diff --git a/bbot/common.cli b/bbot/common.cli
index 3b9f5bd..6bbd48b 100644
--- a/bbot/common.cli
+++ b/bbot/common.cli
@@ -1,6 +1,6 @@
// file : bbot/common.cli
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
include <bbot/types>;
diff --git a/bbot/diagnostics b/bbot/diagnostics
index ebf658d..81cedcd 100644
--- a/bbot/diagnostics
+++ b/bbot/diagnostics
@@ -1,6 +1,6 @@
// file : bbot/diagnostics -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#ifndef BBOT_DIAGNOSTICS
#define BBOT_DIAGNOSTICS
diff --git a/bbot/diagnostics.cxx b/bbot/diagnostics.cxx
index 2779770..6ad2151 100644
--- a/bbot/diagnostics.cxx
+++ b/bbot/diagnostics.cxx
@@ -1,6 +1,6 @@
// file : bbot/diagnostics.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#include <bbot/diagnostics>
diff --git a/bbot/machine b/bbot/machine
index ecdce22..c2942ac 100644
--- a/bbot/machine
+++ b/bbot/machine
@@ -1,6 +1,6 @@
// file : bbot/machine -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#ifndef BBOT_MACHINE
#define BBOT_MACHINE
diff --git a/bbot/machine-manifest b/bbot/machine-manifest
index 0d71bd7..77f1c78 100644
--- a/bbot/machine-manifest
+++ b/bbot/machine-manifest
@@ -1,6 +1,6 @@
// file : bbot/machine-manifest -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#ifndef BBOT_MACHINE_MANIFEST
#define BBOT_MACHINE_MANIFEST
diff --git a/bbot/machine-manifest.cxx b/bbot/machine-manifest.cxx
index 9145ed4..8e5100c 100644
--- a/bbot/machine-manifest.cxx
+++ b/bbot/machine-manifest.cxx
@@ -1,6 +1,6 @@
// file : bbot/machine-manifest.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#include <bbot/machine-manifest>
diff --git a/bbot/machine.cxx b/bbot/machine.cxx
index 6677de5..94a81ab 100644
--- a/bbot/machine.cxx
+++ b/bbot/machine.cxx
@@ -1,6 +1,6 @@
// file : bbot/machine.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#include <bbot/machine>
diff --git a/bbot/tftp b/bbot/tftp
index cc39419..cdcbfe0 100644
--- a/bbot/tftp
+++ b/bbot/tftp
@@ -1,6 +1,6 @@
// file : bbot/tftp -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#ifndef BBOT_TFTP
#define BBOT_TFTP
diff --git a/bbot/tftp.cxx b/bbot/tftp.cxx
index a7398be..b47eef4 100644
--- a/bbot/tftp.cxx
+++ b/bbot/tftp.cxx
@@ -1,6 +1,6 @@
// file : bbot/tftp.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#include <bbot/tftp>
diff --git a/bbot/types b/bbot/types
index bd052aa..e6ad1fb 100644
--- a/bbot/types
+++ b/bbot/types
@@ -1,6 +1,6 @@
// file : bbot/types -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#ifndef BBOT_TYPES
#define BBOT_TYPES
diff --git a/bbot/types-parsers b/bbot/types-parsers
index 1cb78f7..de3deb8 100644
--- a/bbot/types-parsers
+++ b/bbot/types-parsers
@@ -1,6 +1,6 @@
// file : bbot/types-parsers -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
// CLI parsers, included into the generated source files.
//
diff --git a/bbot/types-parsers.cxx b/bbot/types-parsers.cxx
index 6a0e899..83a67d6 100644
--- a/bbot/types-parsers.cxx
+++ b/bbot/types-parsers.cxx
@@ -1,6 +1,6 @@
// file : bbot/types-parsers.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#include <bbot/types-parsers>
diff --git a/bbot/utility b/bbot/utility
index 4abb5a2..91bce64 100644
--- a/bbot/utility
+++ b/bbot/utility
@@ -1,6 +1,6 @@
// file : bbot/utility -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#ifndef BBOT_UTILITY
#define BBOT_UTILITY
diff --git a/bbot/utility.cxx b/bbot/utility.cxx
index 95c31e9..6b7a8ca 100644
--- a/bbot/utility.cxx
+++ b/bbot/utility.cxx
@@ -1,6 +1,6 @@
// file : bbot/utility.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#include <bbot/utility>
diff --git a/bbot/utility.txx b/bbot/utility.txx
index 383db74..a613b11 100644
--- a/bbot/utility.txx
+++ b/bbot/utility.txx
@@ -1,6 +1,6 @@
// file : bbot/utility.txx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#include <butl/fdstream>
diff --git a/bbot/version-impl b/bbot/version-impl
index 0205167..8139bb4 100644
--- a/bbot/version-impl
+++ b/bbot/version-impl
@@ -1,6 +1,6 @@
// file : bbot/version-impl -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#ifndef BBOT_VERSION // Note: using the version macro itself.
diff --git a/bbot/worker.cli b/bbot/worker.cli
index 7457790..3691b2d 100644
--- a/bbot/worker.cli
+++ b/bbot/worker.cli
@@ -1,6 +1,6 @@
// file : bbot/worker.cli
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
include <bbot/common.cli>;
diff --git a/bbot/worker.cxx b/bbot/worker.cxx
index a1d81f5..07d92c3 100644
--- a/bbot/worker.cxx
+++ b/bbot/worker.cxx
@@ -1,6 +1,6 @@
// file : bbot/worker.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
+// license : TBC; see accompanying LICENSE file
#ifndef _WIN32
# include <signal.h> // signal()
@@ -72,7 +72,7 @@ try
<< "libbbot " << LIBBBOT_VERSION_STR << endl
<< "libbutl " << LIBBUTL_VERSION_STR << endl
<< "Copyright (c) 2014-2017 Code Synthesis Ltd" << endl
- << "MIT; see accompanying LICENSE file" << endl;
+ << "TBC; All rights reserved" << endl;
return 0;
}