aboutsummaryrefslogtreecommitdiff
path: root/bdep/bdep.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-12 20:19:32 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-12 20:19:32 +0300
commitec3d77effb6afbed1bfd082e9717b3ce1094ac8f (patch)
tree3f01ac6908279f3fbe2e16e52a66f6f60340fec0 /bdep/bdep.cxx
parent7f7af331674f52f0155b4bcba4f511d5acf4dd00 (diff)
Use copyright extracted from COPYRIGHT file for printing utility version
Diffstat (limited to 'bdep/bdep.cxx')
-rw-r--r--bdep/bdep.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/bdep.cxx b/bdep/bdep.cxx
index e397eca..17d5f7d 100644
--- a/bdep/bdep.cxx
+++ b/bdep/bdep.cxx
@@ -336,7 +336,7 @@ try
cout << "bdep " << BDEP_VERSION_ID << endl
<< "libbpkg " << LIBBPKG_VERSION_ID << endl
<< "libbutl " << LIBBUTL_VERSION_ID << endl
- << "Copyright (c) 2014-2019 Code Synthesis Ltd" << endl
+ << "Copyright (c) " << BDEP_COPYRIGHT << "." << endl
<< "This is free software released under the MIT license." << endl;
return 0;
}