diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 21:03:20 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 21:03:20 +0300 |
commit | 1f6d7cbc8223531f92769139c9cd73332f66de45 (patch) | |
tree | 3e3f1b657dac957c680db1421e7faa99a57b80fb /clean | |
parent | 8d5f3b003d539f86ab71e168751e2df1142ac086 (diff) |
Update copyright year
Diffstat (limited to 'clean')
-rw-r--r-- | clean/buildfile | 2 | ||||
-rw-r--r-- | clean/clean.cli | 2 | ||||
-rw-r--r-- | clean/clean.cxx | 4 | ||||
-rw-r--r-- | clean/options-types.hxx | 2 | ||||
-rw-r--r-- | clean/types-parsers.cxx | 2 | ||||
-rw-r--r-- | clean/types-parsers.hxx | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/clean/buildfile b/clean/buildfile index cdf8792..31a03df 100644 --- a/clean/buildfile +++ b/clean/buildfile @@ -1,5 +1,5 @@ # file : clean/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/clean/clean.cli b/clean/clean.cli index b74cd9e..01bc57c 100644 --- a/clean/clean.cli +++ b/clean/clean.cli @@ -1,5 +1,5 @@ // file : clean/clean.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/clean/clean.cxx b/clean/clean.cxx index fa6d08c..00da55c 100644 --- a/clean/clean.cxx +++ b/clean/clean.cxx @@ -1,5 +1,5 @@ // file : clean/clean.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 <set> @@ -51,7 +51,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/clean/options-types.hxx b/clean/options-types.hxx index 183c0df..7190396 100644 --- a/clean/options-types.hxx +++ b/clean/options-types.hxx @@ -1,5 +1,5 @@ // file : clean/options-types.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef CLEAN_OPTIONS_TYPES_HXX diff --git a/clean/types-parsers.cxx b/clean/types-parsers.cxx index 8718435..31f3a8d 100644 --- a/clean/types-parsers.cxx +++ b/clean/types-parsers.cxx @@ -1,5 +1,5 @@ // file : clean/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 <chrono> diff --git a/clean/types-parsers.hxx b/clean/types-parsers.hxx index 46fd483..fe7c77c 100644 --- a/clean/types-parsers.hxx +++ b/clean/types-parsers.hxx @@ -1,5 +1,5 @@ // file : clean/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. |