aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker/worker.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-12 20:51:44 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-12 20:51:44 +0300
commit7d06c193ad79cec3d810be1811929cacc5ad108e (patch)
treeea9a3f709d1504ba17f77294f1c423eb783635ae /bbot/worker/worker.cxx
parent9985db9c65fe02fa5d3743021f4985eee17822b8 (diff)
Use copyright extracted from LICENSE file for printing utility version
Diffstat (limited to 'bbot/worker/worker.cxx')
-rw-r--r--bbot/worker/worker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index a290020..dc19ece 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -1620,7 +1620,7 @@ try
<< "libbbot " << LIBBBOT_VERSION_ID << endl
<< "libbpkg " << LIBBPKG_VERSION_ID << endl
<< "libbutl " << LIBBUTL_VERSION_ID << endl
- << "Copyright (c) 2014-2019 Code Synthesis Ltd" << endl
+ << "Copyright (c) " << BBOT_COPYRIGHT << "." << endl
<< "TBC; All rights reserved" << endl;
return 0;