aboutsummaryrefslogtreecommitdiff
path: root/bpkg/bpkg.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-09 08:46:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-09 08:46:34 +0200
commit7cf5e1c7520b02efcddd16628cb9e18860c4c9d8 (patch)
treeb914f59f121f1d432fd6c53b8d374b7f2b674a00 /bpkg/bpkg.cxx
parent4b074f21d097e02a8343a4c1d8ad48e6661d622a (diff)
Update copyright year
Diffstat (limited to 'bpkg/bpkg.cxx')
-rw-r--r--bpkg/bpkg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/bpkg.cxx b/bpkg/bpkg.cxx
index dc428ed..182471c 100644
--- a/bpkg/bpkg.cxx
+++ b/bpkg/bpkg.cxx
@@ -1,5 +1,5 @@
// file : bpkg/bpkg.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <iostream>
@@ -81,7 +81,7 @@ try
cout << "bpkg " << BPKG_VERSION_STR << endl
<< "libbpkg " << LIBBPKG_VERSION_STR << endl
<< "libbutl " << LIBBUTL_VERSION_STR << endl
- << "Copyright (c) 2014-2015 Code Synthesis Ltd" << endl
+ << "Copyright (c) 2014-2016 Code Synthesis Ltd" << endl
<< "This is free software released under the MIT license." << endl;
return 0;
}