diff options
Diffstat (limited to 'load')
-rw-r--r-- | load/buildfile | 2 | ||||
-rw-r--r-- | load/load.cli | 2 | ||||
-rw-r--r-- | load/load.cxx | 4 | ||||
-rw-r--r-- | load/types-parsers.cxx | 2 | ||||
-rw-r--r-- | load/types-parsers.hxx | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/load/buildfile b/load/buildfile index 49af9e8..790e1d9 100644 --- a/load/buildfile +++ b/load/buildfile @@ -1,5 +1,5 @@ # file : load/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 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 babaaf6..6dc6e48 100644 --- a/load/load.cli +++ b/load/load.cli @@ -1,5 +1,5 @@ // file : load/load.cli -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include <vector>; diff --git a/load/load.cxx b/load/load.cxx index 1865c3d..8e640ad 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -1,5 +1,5 @@ // file : load/load.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <signal.h> // signal() @@ -1069,7 +1069,7 @@ try << "libbbot " << LIBBBOT_VERSION_ID << endl << "libbpkg " << LIBBPKG_VERSION_ID << endl << "libbutl " << LIBBUTL_VERSION_ID << endl - << "Copyright (c) 2014-2018 Code Synthesis Ltd" << endl + << "Copyright (c) 2014-2019 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 015709a..bc829f3 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 edd88e4..de7f001 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file // CLI parsers, included into the generated source files. |