aboutsummaryrefslogtreecommitdiff
path: root/loader
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
commita49149ba35d4fb138c7c325f506f658a475f847e (patch)
tree18110edf543d2589fe7fb660aa0872a47f4b2c09 /loader
parenta8bbc544cac714378e18f85b5f18d2988a752c5f (diff)
Update copyright year
Diffstat (limited to 'loader')
-rw-r--r--loader/buildfile2
-rw-r--r--loader/loader.cxx4
-rw-r--r--loader/options.cli2
3 files changed, 4 insertions, 4 deletions
diff --git a/loader/buildfile b/loader/buildfile
index d40b643..477cebd 100644
--- a/loader/buildfile
+++ b/loader/buildfile
@@ -1,5 +1,5 @@
# file : loader/buildfile
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs += libbpkg%lib{bpkg}
diff --git a/loader/loader.cxx b/loader/loader.cxx
index 6457adf..994ec9a 100644
--- a/loader/loader.cxx
+++ b/loader/loader.cxx
@@ -1,5 +1,5 @@
// file : loader/loader.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 <sstream>
@@ -712,7 +712,7 @@ main (int argc, char* argv[])
<< "libbrep " << LIBBREP_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
<< "MIT; see accompanying LICENSE file" << endl;
return 0;
diff --git a/loader/options.cli b/loader/options.cli
index 2539a0c..0899156 100644
--- a/loader/options.cli
+++ b/loader/options.cli
@@ -1,5 +1,5 @@
// file : loader/options.cli
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <string>;