aboutsummaryrefslogtreecommitdiff
path: root/bdep/bdep.cxx
diff options
context:
space:
mode:
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;
}