From 3b325f173c430a11c59c151c9bea9d7f96845674 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 6 Feb 2015 09:31:16 +0200 Subject: Update copyright --- odb/sqlite/Makefile.am | 2 +- odb/sqlite/auto-handle.hxx | 2 +- odb/sqlite/binding.hxx | 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/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/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.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 +- 75 files changed, 75 insertions(+), 75 deletions(-) (limited to 'odb/sqlite') diff --git a/odb/sqlite/Makefile.am b/odb/sqlite/Makefile.am index 98d6698..6430131 100644 --- a/odb/sqlite/Makefile.am +++ b/odb/sqlite/Makefile.am @@ -1,5 +1,5 @@ # file : odb/sqlite/Makefile.am -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 65f365d..3a42099 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 2a682fa..f6cef5b 100644 --- a/odb/sqlite/binding.hxx +++ b/odb/sqlite/binding.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/binding.hxx -// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_BINDING_HXX diff --git a/odb/sqlite/connection-factory.cxx b/odb/sqlite/connection-factory.cxx index dec85bf..c40190a 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 7994785..c0d15ff 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 188d59f..dd30f1f 100644 --- a/odb/sqlite/connection.cxx +++ b/odb/sqlite/connection.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/connection.cxx -// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 241e626..8e54388 100644 --- a/odb/sqlite/connection.hxx +++ b/odb/sqlite/connection.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/connection.hxx -// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 02ad3ec..e0ed736 100644 --- a/odb/sqlite/connection.ixx +++ b/odb/sqlite/connection.ixx @@ -1,5 +1,5 @@ // file : odb/sqlite/connection.ixx -// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 4871fe8..fb8412d 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 6458be8..6a764c5 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 bed0b32..60e65b0 100644 --- a/odb/sqlite/database.cxx +++ b/odb/sqlite/database.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/database.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 f3d8248..906d91b 100644 --- a/odb/sqlite/database.hxx +++ b/odb/sqlite/database.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/database.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 5b21e36..becf308 100644 --- a/odb/sqlite/database.ixx +++ b/odb/sqlite/database.ixx @@ -1,5 +1,5 @@ // file : odb/sqlite/database.ixx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/details/config.h.in b/odb/sqlite/details/config.h.in index 3f54ae0..c8158be 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-2013 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2015 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 b19a9fc..5d19aad 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 690fe7f..fb53f66 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 3411407..30e9f8b 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 1e5646d..737a3d1 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 6fae9d5..ce320a1 100644 --- a/odb/sqlite/error.cxx +++ b/odb/sqlite/error.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/error.cxx -// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 0548680..3b48d39 100644 --- a/odb/sqlite/error.hxx +++ b/odb/sqlite/error.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/error.hxx -// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 ece5def..77436ae 100644 --- a/odb/sqlite/exceptions.cxx +++ b/odb/sqlite/exceptions.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/exceptions.cxx -// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 6bae164..067abcc 100644 --- a/odb/sqlite/exceptions.hxx +++ b/odb/sqlite/exceptions.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/exceptions.hxx -// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 8904011..4d9a063 100644 --- a/odb/sqlite/forward.hxx +++ b/odb/sqlite/forward.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/forward.hxx -// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 1e16007..cd80e53 100644 --- a/odb/sqlite/makefile +++ b/odb/sqlite/makefile @@ -1,5 +1,5 @@ # file : odb/sqlite/makefile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 49576c3..0e0df00 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 cf0fc15..87d919b 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 a42616d..4fec8ef 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 096f13e..287a5d8 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 7192a26..fa0a3d3 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 6d761b5..277aa98 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 4464fa3..53b1e31 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 b97cd14..0565ae0 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 d181f4f..c204de6 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 63d8bbc..4a63786 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 a2d969f..e26fb30 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 343e42c..dd89e78 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 bf0b48f..cb03393 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 86b86b8..b691d7b 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 083e42f..67af539 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 fc1a046..a1bc5ac 100644 --- a/odb/sqlite/query.cxx +++ b/odb/sqlite/query.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/query.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 31bd922..6d7dd0d 100644 --- a/odb/sqlite/query.hxx +++ b/odb/sqlite/query.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/query.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 56c8e80..70fadec 100644 --- a/odb/sqlite/query.ixx +++ b/odb/sqlite/query.ixx @@ -1,5 +1,5 @@ // file : odb/sqlite/query.ixx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 ed2e5b4..b51b45a 100644 --- a/odb/sqlite/query.txx +++ b/odb/sqlite/query.txx @@ -1,5 +1,5 @@ // file : odb/sqlite/query.txx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 f52d531..40ac4d1 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 19f6968..3c4d10e 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 3888a56..ec42bf5 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 2c4340d..b1563bb 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 47a4790..1bec013 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 801f791..6ea7f6d 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 e5951df..5a7407d 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 552806c..fe46063 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 d6b49ee..38376d9 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 e29f83e..8723e42 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 f943ffc..f9ce7a1 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 8d8e358..9f15a15 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 5601047..3bd5e4c 100644 --- a/odb/sqlite/statement.cxx +++ b/odb/sqlite/statement.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/statement.cxx -// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 84d90d7..1be0cab 100644 --- a/odb/sqlite/statement.hxx +++ b/odb/sqlite/statement.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/statement.hxx -// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 b46e753..4a5aa6e 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 1df53cd..6ed5813 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_STATEMENTS_BASE_HXX diff --git a/odb/sqlite/tracer.cxx b/odb/sqlite/tracer.cxx index 1b48793..10ce0b0 100644 --- a/odb/sqlite/tracer.cxx +++ b/odb/sqlite/tracer.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/tracer.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 4ee7b19..023ac6b 100644 --- a/odb/sqlite/tracer.hxx +++ b/odb/sqlite/tracer.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/tracer.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 1e5bd8d..d1fb72f 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 dae008c..9258d5b 100644 --- a/odb/sqlite/traits.cxx +++ b/odb/sqlite/traits.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/traits.cxx -// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 b9d3b39..de8e3c3 100644 --- a/odb/sqlite/traits.hxx +++ b/odb/sqlite/traits.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/traits.hxx -// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 3df1250..2f83071 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 d0894de..92de110 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 64c24d9..40eeb5a 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 caa6eb4..9cd9303 100644 --- a/odb/sqlite/transaction.cxx +++ b/odb/sqlite/transaction.cxx @@ -1,5 +1,5 @@ // file : odb/sqlite/transaction.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 dcbbf09..5651694 100644 --- a/odb/sqlite/transaction.hxx +++ b/odb/sqlite/transaction.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/transaction.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 58ee7b9..3757175 100644 --- a/odb/sqlite/transaction.ixx +++ b/odb/sqlite/transaction.ixx @@ -1,5 +1,5 @@ // file : odb/sqlite/transaction.ixx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/version.hxx b/odb/sqlite/version.hxx index 6f7d99b..c8857ce 100644 --- a/odb/sqlite/version.hxx +++ b/odb/sqlite/version.hxx @@ -1,5 +1,5 @@ // file : odb/sqlite/version.hxx -// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_VERSION_HXX diff --git a/odb/sqlite/view-result.hxx b/odb/sqlite/view-result.hxx index 0e05adb..2b3b167 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 d13b58e..6b88971 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 63e48e7..6ecaaaa 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 46cb506..bd46aa3 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::size_t -- cgit v1.1