From f38fa3d9a5ee0ab92ac6c8b07b935724bbbcef1e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Apr 2017 15:47:02 +0200 Subject: Change license to TBC (to be confirmed) --- bbot/agent | 2 +- bbot/agent.cli | 2 +- bbot/agent.cxx | 4 ++-- bbot/bootstrap-manifest | 2 +- bbot/bootstrap-manifest.cxx | 2 +- bbot/buildfile | 2 +- bbot/common.cli | 2 +- bbot/diagnostics | 2 +- bbot/diagnostics.cxx | 2 +- bbot/machine | 2 +- bbot/machine-manifest | 2 +- bbot/machine-manifest.cxx | 2 +- bbot/machine.cxx | 2 +- bbot/tftp | 2 +- bbot/tftp.cxx | 2 +- bbot/types | 2 +- bbot/types-parsers | 2 +- bbot/types-parsers.cxx | 2 +- bbot/utility | 2 +- bbot/utility.cxx | 2 +- bbot/utility.txx | 2 +- bbot/version-impl | 2 +- bbot/worker.cli | 2 +- bbot/worker.cxx | 4 ++-- 24 files changed, 26 insertions(+), 26 deletions(-) (limited to 'bbot') 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 ; 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 @@ -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 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 ; 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 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 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 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 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 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 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 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 ; 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() @@ -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; } -- cgit v1.1