aboutsummaryrefslogtreecommitdiff
path: root/load
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 21:03:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 21:03:20 +0300
commit1f6d7cbc8223531f92769139c9cd73332f66de45 (patch)
tree3e3f1b657dac957c680db1421e7faa99a57b80fb /load
parent8d5f3b003d539f86ab71e168751e2df1142ac086 (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-parsers.cxx2
-rw-r--r--load/types-parsers.hxx2
5 files changed, 6 insertions, 6 deletions
diff --git a/load/buildfile b/load/buildfile
index 8be32c4..49af9e8 100644
--- a/load/buildfile
+++ b/load/buildfile
@@ -1,5 +1,5 @@
# file : load/buildfile
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 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 d61a720..6db6048 100644
--- a/load/load.cli
+++ b/load/load.cli
@@ -1,5 +1,5 @@
// file : load/load.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <vector>;
diff --git a/load/load.cxx b/load/load.cxx
index 85fb3ee..6318d97 100644
--- a/load/load.cxx
+++ b/load/load.cxx
@@ -1,5 +1,5 @@
// file : load/load.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <signal.h> // signal()
@@ -971,7 +971,7 @@ try
<< "libbbot " << LIBBBOT_VERSION_ID << endl
<< "libbpkg " << LIBBPKG_VERSION_ID << endl
<< "libbutl " << LIBBUTL_VERSION_ID << endl
- << "Copyright (c) 2014-2017 Code Synthesis Ltd" << endl
+ << "Copyright (c) 2014-2018 Code Synthesis Ltd" << endl
<< "This is free software released under the MIT license." << endl;
return 0;
diff --git a/load/types-parsers.cxx b/load/types-parsers.cxx
index c3d895f..015709a 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <load/types-parsers.hxx>
diff --git a/load/types-parsers.hxx b/load/types-parsers.hxx
index 74df66e..edd88e4 100644
--- a/load/types-parsers.hxx
+++ b/load/types-parsers.hxx
@@ -1,5 +1,5 @@
// file : load/types-parsers.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
// CLI parsers, included into the generated source files.