aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/worker.cxx')
-rw-r--r--bbot/worker.cxx4
1 files changed, 2 insertions, 2 deletions
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;
}