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/worker.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bbot/worker.cxx') 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