aboutsummaryrefslogtreecommitdiff
path: root/load
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-05 16:01:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-05 16:01:24 +0200
commit18f888e389aaeabdd7828aa584c0b7c9b9fd2dc1 (patch)
tree9ccbd3434a7e380d5a6f86471ea49a4d027da905 /load
parente06c0a160271fda8cb56a4cfda5593ec92508d4f (diff)
Update copyright year
Diffstat (limited to 'load')
-rw-r--r--load/buildfile2
-rw-r--r--load/load.cli2
-rw-r--r--load/load.cxx4
-rw-r--r--load/types-parsers2
-rw-r--r--load/types-parsers.cxx2
5 files changed, 6 insertions, 6 deletions
diff --git a/load/buildfile b/load/buildfile
index 6912546..1eab23f 100644
--- a/load/buildfile
+++ b/load/buildfile
@@ -1,5 +1,5 @@
# file : load/buildfile
-# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libodb%lib{odb}
diff --git a/load/load.cli b/load/load.cli
index c86df0f..a3fcdb4 100644
--- a/load/load.cli
+++ b/load/load.cli
@@ -1,5 +1,5 @@
// file : load/load.cli
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <vector>;
diff --git a/load/load.cxx b/load/load.cxx
index 6845120..b2c19f3 100644
--- a/load/load.cxx
+++ b/load/load.cxx
@@ -1,5 +1,5 @@
// file : load/load.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <cstring> // strncmp()
@@ -961,7 +961,7 @@ try
<< "libbrep " << LIBBREP_VERSION_STR << endl
<< "libbpkg " << LIBBPKG_VERSION_STR << endl
<< "libbutl " << LIBBUTL_VERSION_STR << endl
- << "Copyright (c) 2014-2016 Code Synthesis Ltd" << endl
+ << "Copyright (c) 2014-2017 Code Synthesis Ltd" << endl
<< "MIT; see accompanying LICENSE file" << endl;
return 0;
diff --git a/load/types-parsers b/load/types-parsers
index cfbcd13..96acc07 100644
--- a/load/types-parsers
+++ b/load/types-parsers
@@ -1,5 +1,5 @@
// file : load/types-parsers -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
// CLI parsers, included into the generated source files.
diff --git a/load/types-parsers.cxx b/load/types-parsers.cxx
index 6c61daf..c388bda 100644
--- a/load/types-parsers.cxx
+++ b/load/types-parsers.cxx
@@ -1,5 +1,5 @@
// file : load/types-parsers.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <load/types-parsers>