From 617bfeed4843cb2e54faf02c36b33807d383be1f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 24 May 2018 21:47:21 +0300 Subject: Update copyright year --- odb/sqlite/Makefile.am | 2 +- odb/sqlite/auto-handle.hxx | 2 +- odb/sqlite/binding.hxx | 2 +- odb/sqlite/blob-stream.hxx | 2 +- odb/sqlite/blob.hxx | 2 +- odb/sqlite/buildfile | 2 +- odb/sqlite/connection-factory.cxx | 2 +- odb/sqlite/connection-factory.hxx | 2 +- odb/sqlite/connection.cxx | 2 +- odb/sqlite/connection.hxx | 2 +- odb/sqlite/connection.ixx | 2 +- odb/sqlite/container-statements.hxx | 2 +- odb/sqlite/container-statements.txx | 2 +- odb/sqlite/database.cxx | 2 +- odb/sqlite/database.hxx | 2 +- odb/sqlite/database.ixx | 2 +- odb/sqlite/details/build2/config-stub.h | 2 +- odb/sqlite/details/build2/config-vc-stub.h | 2 +- odb/sqlite/details/build2/config-vc.h | 2 +- odb/sqlite/details/build2/config.h | 2 +- odb/sqlite/details/config-vc.h | 2 +- odb/sqlite/details/config.h.in | 2 +- odb/sqlite/details/config.hxx | 2 +- odb/sqlite/details/conversion.hxx | 2 +- odb/sqlite/details/export.hxx | 2 +- odb/sqlite/details/options.cli | 2 +- odb/sqlite/error.cxx | 2 +- odb/sqlite/error.hxx | 2 +- odb/sqlite/exceptions.cxx | 2 +- odb/sqlite/exceptions.hxx | 2 +- odb/sqlite/forward.hxx | 2 +- odb/sqlite/makefile | 2 +- odb/sqlite/no-id-object-result.hxx | 2 +- odb/sqlite/no-id-object-result.txx | 2 +- odb/sqlite/no-id-object-statements.hxx | 2 +- odb/sqlite/no-id-object-statements.txx | 2 +- odb/sqlite/polymorphic-object-result.hxx | 2 +- odb/sqlite/polymorphic-object-result.txx | 2 +- odb/sqlite/polymorphic-object-statements.hxx | 2 +- odb/sqlite/polymorphic-object-statements.txx | 2 +- odb/sqlite/prepared-query.cxx | 2 +- odb/sqlite/prepared-query.hxx | 2 +- odb/sqlite/query-const-expr.cxx | 2 +- odb/sqlite/query-dynamic.cxx | 2 +- odb/sqlite/query-dynamic.hxx | 2 +- odb/sqlite/query-dynamic.ixx | 2 +- odb/sqlite/query-dynamic.txx | 2 +- odb/sqlite/query.cxx | 2 +- odb/sqlite/query.hxx | 2 +- odb/sqlite/query.ixx | 2 +- odb/sqlite/query.txx | 2 +- odb/sqlite/section-statements.hxx | 2 +- odb/sqlite/section-statements.txx | 2 +- odb/sqlite/simple-object-result.hxx | 2 +- odb/sqlite/simple-object-result.txx | 2 +- odb/sqlite/simple-object-statements.cxx | 2 +- odb/sqlite/simple-object-statements.hxx | 2 +- odb/sqlite/simple-object-statements.ixx | 2 +- odb/sqlite/simple-object-statements.txx | 2 +- odb/sqlite/sqlite-types.hxx | 2 +- odb/sqlite/statement-cache.cxx | 2 +- odb/sqlite/statement-cache.hxx | 2 +- odb/sqlite/statement-cache.txx | 2 +- odb/sqlite/statement.cxx | 2 +- odb/sqlite/statement.hxx | 2 +- odb/sqlite/statements-base.cxx | 2 +- odb/sqlite/statements-base.hxx | 2 +- odb/sqlite/stream.cxx | 2 +- odb/sqlite/stream.hxx | 2 +- odb/sqlite/text-stream.hxx | 2 +- odb/sqlite/text.hxx | 2 +- odb/sqlite/tracer.cxx | 2 +- odb/sqlite/tracer.hxx | 2 +- odb/sqlite/traits-calls.hxx | 2 +- odb/sqlite/traits.cxx | 2 +- odb/sqlite/traits.hxx | 2 +- odb/sqlite/transaction-impl.cxx | 2 +- odb/sqlite/transaction-impl.hxx | 2 +- odb/sqlite/transaction-impl.ixx | 2 +- odb/sqlite/transaction.cxx | 2 +- odb/sqlite/transaction.hxx | 2 +- odb/sqlite/transaction.ixx | 2 +- odb/sqlite/version-build2-stub.hxx | 2 +- odb/sqlite/version-build2.hxx.in | 2 +- odb/sqlite/version.hxx | 2 +- odb/sqlite/view-result.hxx | 2 +- odb/sqlite/view-result.txx | 2 +- odb/sqlite/view-statements.hxx | 2 +- odb/sqlite/view-statements.txx | 2 +- 89 files changed, 89 insertions(+), 89 deletions(-) (limited to 'odb') diff --git a/odb/sqlite/Makefile.am b/odb/sqlite/Makefile.am index 1fed793..aba72f8 100644 --- a/odb/sqlite/Makefile.am +++ b/odb/sqlite/Makefile.am @@ -1,5 +1,5 @@ # file : odb/sqlite/Makefile.am -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file lib_LTLIBRARIES = libodb-sqlite.la diff --git a/odb/sqlite/auto-handle.hxx b/odb/sqlite/auto-handle.hxx index 7b4592b..e6ec555 100644 --- a/odb/sqlite/auto-handle.hxx +++ b/odb/sqlite/auto-handle.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/auto-handle.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_AUTO_HANDLE_HXX diff --git a/odb/sqlite/binding.hxx b/odb/sqlite/binding.hxx index aff2125..ce76f9b 100644 --- a/odb/sqlite/binding.hxx +++ b/odb/sqlite/binding.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/binding.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_BINDING_HXX diff --git a/odb/sqlite/blob-stream.hxx b/odb/sqlite/blob-stream.hxx index 30befbc..68459aa 100644 --- a/odb/sqlite/blob-stream.hxx +++ b/odb/sqlite/blob-stream.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/blob-stream.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_BLOB_STREAM_HXX diff --git a/odb/sqlite/blob.hxx b/odb/sqlite/blob.hxx index 448a717..a5128d1 100644 --- a/odb/sqlite/blob.hxx +++ b/odb/sqlite/blob.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/blob.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_BLOB_HXX diff --git a/odb/sqlite/buildfile b/odb/sqlite/buildfile index 52a96c9..9c88a0e 100644 --- a/odb/sqlite/buildfile +++ b/odb/sqlite/buildfile @@ -1,5 +1,5 @@ # file : odb/sqlite/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file import int_libs = libodb%lib{odb} diff --git a/odb/sqlite/connection-factory.cxx b/odb/sqlite/connection-factory.cxx index 9f7b919..b4bbcf1 100644 --- a/odb/sqlite/connection-factory.cxx +++ b/odb/sqlite/connection-factory.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/connection-factory.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/connection-factory.hxx b/odb/sqlite/connection-factory.hxx index 2765ba1..90a582a 100644 --- a/odb/sqlite/connection-factory.hxx +++ b/odb/sqlite/connection-factory.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/connection-factory.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_CONNECTION_FACTORY_HXX diff --git a/odb/sqlite/connection.cxx b/odb/sqlite/connection.cxx index 8351ed6..9fc413a 100644 --- a/odb/sqlite/connection.cxx +++ b/odb/sqlite/connection.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/connection.cxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::bad_alloc diff --git a/odb/sqlite/connection.hxx b/odb/sqlite/connection.hxx index 188d259..d57cf80 100644 --- a/odb/sqlite/connection.hxx +++ b/odb/sqlite/connection.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/connection.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_CONNECTION_HXX diff --git a/odb/sqlite/connection.ixx b/odb/sqlite/connection.ixx index 525ac96..7e874e2 100644 --- a/odb/sqlite/connection.ixx +++ b/odb/sqlite/connection.ixx @@ -1,5 +1,5 @@ // file : odb/sqlite/connection.ixx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/sqlite/container-statements.hxx b/odb/sqlite/container-statements.hxx index c9a6e24..15a1349 100644 --- a/odb/sqlite/container-statements.hxx +++ b/odb/sqlite/container-statements.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/container-statements.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_CONTAINER_STATEMENTS_HXX diff --git a/odb/sqlite/container-statements.txx b/odb/sqlite/container-statements.txx index 5b11198..187bf23 100644 --- a/odb/sqlite/container-statements.txx +++ b/odb/sqlite/container-statements.txx @@ -1,5 +1,5 @@ // file : odb/sqlite/container-statements.txx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::size_t diff --git a/odb/sqlite/database.cxx b/odb/sqlite/database.cxx index 5fd41d7..4e06896 100644 --- a/odb/sqlite/database.cxx +++ b/odb/sqlite/database.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/database.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifdef _WIN32 diff --git a/odb/sqlite/database.hxx b/odb/sqlite/database.hxx index 9c3c88f..dd9bbc5 100644 --- a/odb/sqlite/database.hxx +++ b/odb/sqlite/database.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/database.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_DATABASE_HXX diff --git a/odb/sqlite/database.ixx b/odb/sqlite/database.ixx index 8861db8..3c2248e 100644 --- a/odb/sqlite/database.ixx +++ b/odb/sqlite/database.ixx @@ -1,5 +1,5 @@ // file : odb/sqlite/database.ixx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // move() diff --git a/odb/sqlite/details/build2/config-stub.h b/odb/sqlite/details/build2/config-stub.h index 3777383..253cecc 100644 --- a/odb/sqlite/details/build2/config-stub.h +++ b/odb/sqlite/details/build2/config-stub.h @@ -1,5 +1,5 @@ /* file : odb/sqlite/details/build2/config-stub.h - * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/sqlite/details/build2/config-vc-stub.h b/odb/sqlite/details/build2/config-vc-stub.h index 2499c76..7d444fe 100644 --- a/odb/sqlite/details/build2/config-vc-stub.h +++ b/odb/sqlite/details/build2/config-vc-stub.h @@ -1,5 +1,5 @@ /* file : odb/sqlite/details/build2/config-vc-stub.h - * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/sqlite/details/build2/config-vc.h b/odb/sqlite/details/build2/config-vc.h index 01e040d..294664f 100644 --- a/odb/sqlite/details/build2/config-vc.h +++ b/odb/sqlite/details/build2/config-vc.h @@ -1,5 +1,5 @@ /* file : odb/sqlite/details/build2/config-vc.h - * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/sqlite/details/build2/config.h b/odb/sqlite/details/build2/config.h index 7d97a32..e950514 100644 --- a/odb/sqlite/details/build2/config.h +++ b/odb/sqlite/details/build2/config.h @@ -1,5 +1,5 @@ /* file : odb/sqlite/details/build2/config.h - * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/sqlite/details/config-vc.h b/odb/sqlite/details/config-vc.h index b6e86e1..8aeee10 100644 --- a/odb/sqlite/details/config-vc.h +++ b/odb/sqlite/details/config-vc.h @@ -1,5 +1,5 @@ /* file : odb/sqlite/details/config-vc.h - * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/sqlite/details/config.h.in b/odb/sqlite/details/config.h.in index 48af4c3..8d0a919 100644 --- a/odb/sqlite/details/config.h.in +++ b/odb/sqlite/details/config.h.in @@ -1,5 +1,5 @@ /* file : odb/sqlite/details/config.h.in - * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/sqlite/details/config.hxx b/odb/sqlite/details/config.hxx index 9214dbe..ca27215 100644 --- a/odb/sqlite/details/config.hxx +++ b/odb/sqlite/details/config.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/details/config.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_DETAILS_CONFIG_HXX diff --git a/odb/sqlite/details/conversion.hxx b/odb/sqlite/details/conversion.hxx index ca9ec55..f5be930 100644 --- a/odb/sqlite/details/conversion.hxx +++ b/odb/sqlite/details/conversion.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/details/conversion.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_DETAILS_CONVERSION_HXX diff --git a/odb/sqlite/details/export.hxx b/odb/sqlite/details/export.hxx index 2dac338..e3223ef 100644 --- a/odb/sqlite/details/export.hxx +++ b/odb/sqlite/details/export.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/details/export.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_DETAILS_EXPORT_HXX diff --git a/odb/sqlite/details/options.cli b/odb/sqlite/details/options.cli index 36f06c0..a738f5b 100644 --- a/odb/sqlite/details/options.cli +++ b/odb/sqlite/details/options.cli @@ -1,5 +1,5 @@ // file : odb/sqlite/details/options.cli -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file include ; diff --git a/odb/sqlite/error.cxx b/odb/sqlite/error.cxx index e7d39d5..f251571 100644 --- a/odb/sqlite/error.cxx +++ b/odb/sqlite/error.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/error.cxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/error.hxx b/odb/sqlite/error.hxx index 6148d79..391434d 100644 --- a/odb/sqlite/error.hxx +++ b/odb/sqlite/error.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/error.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_ERROR_HXX diff --git a/odb/sqlite/exceptions.cxx b/odb/sqlite/exceptions.cxx index 16f093e..8dd2159 100644 --- a/odb/sqlite/exceptions.cxx +++ b/odb/sqlite/exceptions.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/exceptions.cxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/exceptions.hxx b/odb/sqlite/exceptions.hxx index edd2901..0bb7cd6 100644 --- a/odb/sqlite/exceptions.hxx +++ b/odb/sqlite/exceptions.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/exceptions.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_EXCEPTIONS_HXX diff --git a/odb/sqlite/forward.hxx b/odb/sqlite/forward.hxx index 180ce25..f5ac3b1 100644 --- a/odb/sqlite/forward.hxx +++ b/odb/sqlite/forward.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/forward.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_FORWARD_HXX diff --git a/odb/sqlite/makefile b/odb/sqlite/makefile index 37e697e..9501370 100644 --- a/odb/sqlite/makefile +++ b/odb/sqlite/makefile @@ -1,5 +1,5 @@ # file : odb/sqlite/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/odb/sqlite/no-id-object-result.hxx b/odb/sqlite/no-id-object-result.hxx index 991b597..b69177d 100644 --- a/odb/sqlite/no-id-object-result.hxx +++ b/odb/sqlite/no-id-object-result.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/no-id-object-result.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_NO_ID_OBJECT_RESULT_HXX diff --git a/odb/sqlite/no-id-object-result.txx b/odb/sqlite/no-id-object-result.txx index 721d75d..cd47d40 100644 --- a/odb/sqlite/no-id-object-result.txx +++ b/odb/sqlite/no-id-object-result.txx @@ -1,5 +1,5 @@ // file : odb/sqlite/no-id-object-result.txx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/no-id-object-statements.hxx b/odb/sqlite/no-id-object-statements.hxx index 913da0c..26729b7 100644 --- a/odb/sqlite/no-id-object-statements.hxx +++ b/odb/sqlite/no-id-object-statements.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/no-id-object-statements.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_NO_ID_OBJECT_STATEMENTS_HXX diff --git a/odb/sqlite/no-id-object-statements.txx b/odb/sqlite/no-id-object-statements.txx index 36f349b..0283457 100644 --- a/odb/sqlite/no-id-object-statements.txx +++ b/odb/sqlite/no-id-object-statements.txx @@ -1,5 +1,5 @@ // file : odb/sqlite/no-id-object-statements.txx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::memset diff --git a/odb/sqlite/polymorphic-object-result.hxx b/odb/sqlite/polymorphic-object-result.hxx index 4990835..66f839b 100644 --- a/odb/sqlite/polymorphic-object-result.hxx +++ b/odb/sqlite/polymorphic-object-result.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/polymorphic-object-result.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_POLYMORPHIC_OBJECT_RESULT_HXX diff --git a/odb/sqlite/polymorphic-object-result.txx b/odb/sqlite/polymorphic-object-result.txx index 133231b..96597a4 100644 --- a/odb/sqlite/polymorphic-object-result.txx +++ b/odb/sqlite/polymorphic-object-result.txx @@ -1,5 +1,5 @@ // file : odb/sqlite/polymorphic-object-result.txx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/polymorphic-object-statements.hxx b/odb/sqlite/polymorphic-object-statements.hxx index e0504b0..1700dfa 100644 --- a/odb/sqlite/polymorphic-object-statements.hxx +++ b/odb/sqlite/polymorphic-object-statements.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/polymorphic-object-statements.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_POLYMORPHIC_OBJECT_STATEMENTS_HXX diff --git a/odb/sqlite/polymorphic-object-statements.txx b/odb/sqlite/polymorphic-object-statements.txx index ecf5da9..d7b3acd 100644 --- a/odb/sqlite/polymorphic-object-statements.txx +++ b/odb/sqlite/polymorphic-object-statements.txx @@ -1,5 +1,5 @@ // file : odb/sqlite/polymorphic-object-statements.txx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::memset diff --git a/odb/sqlite/prepared-query.cxx b/odb/sqlite/prepared-query.cxx index d9521bd..73821ea 100644 --- a/odb/sqlite/prepared-query.cxx +++ b/odb/sqlite/prepared-query.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/prepared-query.cxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/prepared-query.hxx b/odb/sqlite/prepared-query.hxx index 9bc5906..dcb32cc 100644 --- a/odb/sqlite/prepared-query.hxx +++ b/odb/sqlite/prepared-query.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/prepared-query.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_PREPARED_QUERY_HXX diff --git a/odb/sqlite/query-const-expr.cxx b/odb/sqlite/query-const-expr.cxx index 9f4b6b9..6c47d19 100644 --- a/odb/sqlite/query-const-expr.cxx +++ b/odb/sqlite/query-const-expr.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/query-const-expr.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/query-dynamic.cxx b/odb/sqlite/query-dynamic.cxx index b887de1..437b226 100644 --- a/odb/sqlite/query-dynamic.cxx +++ b/odb/sqlite/query-dynamic.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/query-dynamic.cxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::size_t diff --git a/odb/sqlite/query-dynamic.hxx b/odb/sqlite/query-dynamic.hxx index 4e68f9e..32f825e 100644 --- a/odb/sqlite/query-dynamic.hxx +++ b/odb/sqlite/query-dynamic.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/query-dynamic.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_QUERY_DYNAMIC_HXX diff --git a/odb/sqlite/query-dynamic.ixx b/odb/sqlite/query-dynamic.ixx index 42aa4dd..298bcc8 100644 --- a/odb/sqlite/query-dynamic.ixx +++ b/odb/sqlite/query-dynamic.ixx @@ -1,5 +1,5 @@ // file : odb/sqlite/query-dynamic.ixx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/sqlite/query-dynamic.txx b/odb/sqlite/query-dynamic.txx index fc63bed..72eaeba 100644 --- a/odb/sqlite/query-dynamic.txx +++ b/odb/sqlite/query-dynamic.txx @@ -1,5 +1,5 @@ // file : odb/sqlite/query-dynamic.txx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/sqlite/query.cxx b/odb/sqlite/query.cxx index 31d81be..9e56621 100644 --- a/odb/sqlite/query.cxx +++ b/odb/sqlite/query.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/query.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::size_t diff --git a/odb/sqlite/query.hxx b/odb/sqlite/query.hxx index c057a47..11368fa 100644 --- a/odb/sqlite/query.hxx +++ b/odb/sqlite/query.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/query.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_QUERY_HXX diff --git a/odb/sqlite/query.ixx b/odb/sqlite/query.ixx index a9deb4f..980fb6a 100644 --- a/odb/sqlite/query.ixx +++ b/odb/sqlite/query.ixx @@ -1,5 +1,5 @@ // file : odb/sqlite/query.ixx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/sqlite/query.txx b/odb/sqlite/query.txx index 409e3db..3fb5462 100644 --- a/odb/sqlite/query.txx +++ b/odb/sqlite/query.txx @@ -1,5 +1,5 @@ // file : odb/sqlite/query.txx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/sqlite/section-statements.hxx b/odb/sqlite/section-statements.hxx index 26d2685..5730d2a 100644 --- a/odb/sqlite/section-statements.hxx +++ b/odb/sqlite/section-statements.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/section-statements.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_SECTION_STATEMENTS_HXX diff --git a/odb/sqlite/section-statements.txx b/odb/sqlite/section-statements.txx index d77c84c..992b579 100644 --- a/odb/sqlite/section-statements.txx +++ b/odb/sqlite/section-statements.txx @@ -1,5 +1,5 @@ // file : odb/sqlite/section-statements.txx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::memset diff --git a/odb/sqlite/simple-object-result.hxx b/odb/sqlite/simple-object-result.hxx index 5b41968..67c19f0 100644 --- a/odb/sqlite/simple-object-result.hxx +++ b/odb/sqlite/simple-object-result.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/simple-object-result.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_SIMPLE_OBJECT_RESULT_HXX diff --git a/odb/sqlite/simple-object-result.txx b/odb/sqlite/simple-object-result.txx index 3f330ae..96ee818 100644 --- a/odb/sqlite/simple-object-result.txx +++ b/odb/sqlite/simple-object-result.txx @@ -1,5 +1,5 @@ // file : odb/sqlite/simple-object-result.txx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/simple-object-statements.cxx b/odb/sqlite/simple-object-statements.cxx index 7c3fc1a..812ed79 100644 --- a/odb/sqlite/simple-object-statements.cxx +++ b/odb/sqlite/simple-object-statements.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/simple-object-statements.cxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/simple-object-statements.hxx b/odb/sqlite/simple-object-statements.hxx index 7003960..dae4171 100644 --- a/odb/sqlite/simple-object-statements.hxx +++ b/odb/sqlite/simple-object-statements.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/simple-object-statements.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_SIMPLE_OBJECT_STATEMENTS_HXX diff --git a/odb/sqlite/simple-object-statements.ixx b/odb/sqlite/simple-object-statements.ixx index 17f008d..b67a7ad 100644 --- a/odb/sqlite/simple-object-statements.ixx +++ b/odb/sqlite/simple-object-statements.ixx @@ -1,5 +1,5 @@ // file : odb/sqlite/simple-object-statements.ixx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/sqlite/simple-object-statements.txx b/odb/sqlite/simple-object-statements.txx index f6b9419..a76906a 100644 --- a/odb/sqlite/simple-object-statements.txx +++ b/odb/sqlite/simple-object-statements.txx @@ -1,5 +1,5 @@ // file : odb/sqlite/simple-object-statements.txx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::memset diff --git a/odb/sqlite/sqlite-types.hxx b/odb/sqlite/sqlite-types.hxx index 7c6ca60..5772b09 100644 --- a/odb/sqlite/sqlite-types.hxx +++ b/odb/sqlite/sqlite-types.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/sqlite-types.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_SQLITE_TYPES_HXX diff --git a/odb/sqlite/statement-cache.cxx b/odb/sqlite/statement-cache.cxx index 55cbc4e..fe17cdd 100644 --- a/odb/sqlite/statement-cache.cxx +++ b/odb/sqlite/statement-cache.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/statement-cache.cxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/statement-cache.hxx b/odb/sqlite/statement-cache.hxx index 75e72b9..926a507 100644 --- a/odb/sqlite/statement-cache.hxx +++ b/odb/sqlite/statement-cache.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/statement-cache.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_STATEMENT_CACHE_HXX diff --git a/odb/sqlite/statement-cache.txx b/odb/sqlite/statement-cache.txx index 2a7565d..35d332a 100644 --- a/odb/sqlite/statement-cache.txx +++ b/odb/sqlite/statement-cache.txx @@ -1,5 +1,5 @@ // file : odb/sqlite/statement-cache.txx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/statement.cxx b/odb/sqlite/statement.cxx index 30b3f59..f0eca7b 100644 --- a/odb/sqlite/statement.cxx +++ b/odb/sqlite/statement.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/statement.cxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/statement.hxx b/odb/sqlite/statement.hxx index 1fd0acf..aec9746 100644 --- a/odb/sqlite/statement.hxx +++ b/odb/sqlite/statement.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/statement.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_STATEMENT_HXX diff --git a/odb/sqlite/statements-base.cxx b/odb/sqlite/statements-base.cxx index dd07803..4282cb5 100644 --- a/odb/sqlite/statements-base.cxx +++ b/odb/sqlite/statements-base.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/statements-base.cxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/statements-base.hxx b/odb/sqlite/statements-base.hxx index a4c29e2..1ed75b9 100644 --- a/odb/sqlite/statements-base.hxx +++ b/odb/sqlite/statements-base.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/statements-base.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_STATEMENTS_BASE_HXX diff --git a/odb/sqlite/stream.cxx b/odb/sqlite/stream.cxx index 7ff02e8..6d966f7 100644 --- a/odb/sqlite/stream.cxx +++ b/odb/sqlite/stream.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/stream.cxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/stream.hxx b/odb/sqlite/stream.hxx index 3630d46..0216497 100644 --- a/odb/sqlite/stream.hxx +++ b/odb/sqlite/stream.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/stream.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_STREAM_HXX diff --git a/odb/sqlite/text-stream.hxx b/odb/sqlite/text-stream.hxx index e1d4ea0..1cd8c48 100644 --- a/odb/sqlite/text-stream.hxx +++ b/odb/sqlite/text-stream.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/text-stream.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_TEXT_STREAM_HXX diff --git a/odb/sqlite/text.hxx b/odb/sqlite/text.hxx index 893efc9..cb29cfb 100644 --- a/odb/sqlite/text.hxx +++ b/odb/sqlite/text.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/text.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_TEXT_HXX diff --git a/odb/sqlite/tracer.cxx b/odb/sqlite/tracer.cxx index 13f8d70..a5df2a7 100644 --- a/odb/sqlite/tracer.cxx +++ b/odb/sqlite/tracer.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/tracer.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/tracer.hxx b/odb/sqlite/tracer.hxx index 4b3129e..73e08ed 100644 --- a/odb/sqlite/tracer.hxx +++ b/odb/sqlite/tracer.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/tracer.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_TRACER_HXX diff --git a/odb/sqlite/traits-calls.hxx b/odb/sqlite/traits-calls.hxx index 3368994..ece0b05 100644 --- a/odb/sqlite/traits-calls.hxx +++ b/odb/sqlite/traits-calls.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/traits-calls.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_TRAITS_CALLS_HXX diff --git a/odb/sqlite/traits.cxx b/odb/sqlite/traits.cxx index 44d2afc..598eb12 100644 --- a/odb/sqlite/traits.cxx +++ b/odb/sqlite/traits.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/traits.cxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/traits.hxx b/odb/sqlite/traits.hxx index 13caade..084868e 100644 --- a/odb/sqlite/traits.hxx +++ b/odb/sqlite/traits.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/traits.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_TRAITS_HXX diff --git a/odb/sqlite/transaction-impl.cxx b/odb/sqlite/transaction-impl.cxx index baae085..7aab780 100644 --- a/odb/sqlite/transaction-impl.cxx +++ b/odb/sqlite/transaction-impl.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/transaction-impl.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/transaction-impl.hxx b/odb/sqlite/transaction-impl.hxx index 9dae372..fc7ca44 100644 --- a/odb/sqlite/transaction-impl.hxx +++ b/odb/sqlite/transaction-impl.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/transaction-impl.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_TRANSACTION_IMPL_HXX diff --git a/odb/sqlite/transaction-impl.ixx b/odb/sqlite/transaction-impl.ixx index 61f03f0..a9b5413 100644 --- a/odb/sqlite/transaction-impl.ixx +++ b/odb/sqlite/transaction-impl.ixx @@ -1,5 +1,5 @@ // file : odb/sqlite/transaction-impl.ixx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/sqlite/transaction.cxx b/odb/sqlite/transaction.cxx index 1719679..7ff93df 100644 --- a/odb/sqlite/transaction.cxx +++ b/odb/sqlite/transaction.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/transaction.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/transaction.hxx b/odb/sqlite/transaction.hxx index 5b9c5c5..f819be3 100644 --- a/odb/sqlite/transaction.hxx +++ b/odb/sqlite/transaction.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/transaction.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_TRANSACTION_HXX diff --git a/odb/sqlite/transaction.ixx b/odb/sqlite/transaction.ixx index 13720e8..0d45402 100644 --- a/odb/sqlite/transaction.ixx +++ b/odb/sqlite/transaction.ixx @@ -1,5 +1,5 @@ // file : odb/sqlite/transaction.ixx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/version-build2-stub.hxx b/odb/sqlite/version-build2-stub.hxx index 437b309..9eb6301 100644 --- a/odb/sqlite/version-build2-stub.hxx +++ b/odb/sqlite/version-build2-stub.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/version-build2-stub.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/version-build2.hxx.in b/odb/sqlite/version-build2.hxx.in index 9c48376..a6b1645 100644 --- a/odb/sqlite/version-build2.hxx.in +++ b/odb/sqlite/version-build2.hxx.in @@ -1,5 +1,5 @@ // file : odb/sqlite/version-build2.hxx.in -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef LIBODB_SQLITE_VERSION // Note: using the version macro itself. diff --git a/odb/sqlite/version.hxx b/odb/sqlite/version.hxx index baedabe..d47113b 100644 --- a/odb/sqlite/version.hxx +++ b/odb/sqlite/version.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/version.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifdef LIBODB_SQLITE_BUILD2 diff --git a/odb/sqlite/view-result.hxx b/odb/sqlite/view-result.hxx index b8b8106..1b51e9d 100644 --- a/odb/sqlite/view-result.hxx +++ b/odb/sqlite/view-result.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/view-result.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_VIEW_RESULT_HXX diff --git a/odb/sqlite/view-result.txx b/odb/sqlite/view-result.txx index 7b2b4e2..4273f7d 100644 --- a/odb/sqlite/view-result.txx +++ b/odb/sqlite/view-result.txx @@ -1,5 +1,5 @@ // file : odb/sqlite/view-result.txx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/view-statements.hxx b/odb/sqlite/view-statements.hxx index 6e22918..d05a000 100644 --- a/odb/sqlite/view-statements.hxx +++ b/odb/sqlite/view-statements.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/view-statements.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_VIEW_STATEMENTS_HXX diff --git a/odb/sqlite/view-statements.txx b/odb/sqlite/view-statements.txx index cbca5a6..d07e39c 100644 --- a/odb/sqlite/view-statements.txx +++ b/odb/sqlite/view-statements.txx @@ -1,5 +1,5 @@ // file : odb/sqlite/view-statements.txx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::size_t -- cgit v1.1