From 7d06c193ad79cec3d810be1811929cacc5ad108e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Feb 2020 20:51:44 +0300 Subject: Use copyright extracted from LICENSE file for printing utility version --- bbot/worker/worker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bbot/worker/worker.cxx') 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; -- cgit v1.1