From a49149ba35d4fb138c7c325f506f658a475f847e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 9 Jan 2016 08:46:34 +0200 Subject: Update copyright year --- loader/loader.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'loader/loader.cxx') 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 @@ -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; -- cgit v1.1