From c10d24b1b9c1f03567b3bd60c291f1a8cea5811e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 20:53:37 +0300 Subject: Update copyright year --- load/buildfile | 2 +- load/load.cli | 2 +- load/load.cxx | 4 ++-- load/types-parsers.cxx | 2 +- load/types-parsers.hxx | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'load') 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 ; 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() @@ -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 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. -- cgit v1.1