From 606ae3fb7cf26a7f76fc0d9cccaa6775e9ef354b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jan 2017 14:15:13 +0200 Subject: Update copyright year --- odb/boost/Makefile.am | 2 +- odb/boost/date-time.options | 2 +- odb/boost/date-time/exceptions.cxx | 2 +- odb/boost/date-time/exceptions.hxx | 2 +- odb/boost/date-time/gregorian-common.options | 2 +- odb/boost/date-time/gregorian-mssql.options | 2 +- odb/boost/date-time/gregorian-mysql.options | 2 +- odb/boost/date-time/gregorian-oracle.options | 2 +- odb/boost/date-time/gregorian-pgsql.options | 2 +- odb/boost/date-time/gregorian-sqlite.options | 2 +- odb/boost/date-time/mssql/gregorian-mapping.hxx | 2 +- odb/boost/date-time/mssql/gregorian-traits.hxx | 2 +- odb/boost/date-time/mssql/posix-time-mapping.hxx | 2 +- odb/boost/date-time/mssql/posix-time-traits.hxx | 2 +- odb/boost/date-time/mysql/gregorian-mapping.hxx | 2 +- odb/boost/date-time/mysql/gregorian-traits.hxx | 2 +- odb/boost/date-time/mysql/posix-time-mapping.hxx | 2 +- odb/boost/date-time/mysql/posix-time-traits.hxx | 2 +- odb/boost/date-time/oracle/gregorian-mapping.hxx | 2 +- odb/boost/date-time/oracle/gregorian-traits.hxx | 2 +- odb/boost/date-time/oracle/posix-time-mapping.hxx | 2 +- odb/boost/date-time/oracle/posix-time-traits.hxx | 2 +- odb/boost/date-time/pgsql/gregorian-mapping.hxx | 2 +- odb/boost/date-time/pgsql/gregorian-traits.hxx | 2 +- odb/boost/date-time/pgsql/posix-time-mapping.hxx | 2 +- odb/boost/date-time/pgsql/posix-time-traits.hxx | 2 +- odb/boost/date-time/posix-time-common.options | 2 +- odb/boost/date-time/posix-time-mssql.options | 2 +- odb/boost/date-time/posix-time-mysql.options | 2 +- odb/boost/date-time/posix-time-oracle.options | 2 +- odb/boost/date-time/posix-time-pgsql.options | 2 +- odb/boost/date-time/posix-time-sqlite.options | 2 +- odb/boost/date-time/sqlite/gregorian-mapping.hxx | 2 +- odb/boost/date-time/sqlite/gregorian-traits.hxx | 2 +- odb/boost/date-time/sqlite/posix-time-mapping.hxx | 2 +- odb/boost/date-time/sqlite/posix-time-traits.hxx | 2 +- odb/boost/details/config.h.in | 2 +- odb/boost/details/config.hxx | 2 +- odb/boost/details/export.hxx | 2 +- odb/boost/exception.hxx | 2 +- odb/boost/lazy-ptr.hxx | 2 +- odb/boost/makefile | 2 +- odb/boost/multi-index.options | 2 +- odb/boost/multi-index/container-traits.hxx | 2 +- odb/boost/optional.options | 2 +- odb/boost/optional/wrapper-traits.hxx | 2 +- odb/boost/smart-ptr.options | 2 +- odb/boost/smart-ptr/lazy-pointer-traits.hxx | 2 +- odb/boost/smart-ptr/lazy-ptr.hxx | 2 +- odb/boost/smart-ptr/lazy-ptr.ixx | 2 +- odb/boost/smart-ptr/lazy-ptr.txx | 2 +- odb/boost/smart-ptr/pointer-traits.hxx | 2 +- odb/boost/smart-ptr/wrapper-traits.hxx | 2 +- odb/boost/unordered.options | 2 +- odb/boost/unordered/container-traits.hxx | 2 +- odb/boost/uuid.options | 2 +- odb/boost/uuid/mssql/uuid-mapping.hxx | 2 +- odb/boost/uuid/mssql/uuid-traits.hxx | 2 +- odb/boost/uuid/mysql/uuid-mapping.hxx | 2 +- odb/boost/uuid/mysql/uuid-traits.hxx | 2 +- odb/boost/uuid/oracle/uuid-mapping.hxx | 2 +- odb/boost/uuid/oracle/uuid-traits.hxx | 2 +- odb/boost/uuid/pgsql/uuid-mapping.hxx | 2 +- odb/boost/uuid/pgsql/uuid-traits.hxx | 2 +- odb/boost/uuid/sqlite/uuid-mapping.hxx | 2 +- odb/boost/uuid/sqlite/uuid-traits.hxx | 2 +- odb/boost/uuid/uuid-common.options | 2 +- odb/boost/uuid/uuid-mssql.options | 2 +- odb/boost/uuid/uuid-mysql.options | 2 +- odb/boost/uuid/uuid-oracle.options | 2 +- odb/boost/uuid/uuid-pgsql.options | 2 +- odb/boost/uuid/uuid-sqlite.options | 2 +- odb/boost/version.hxx | 2 +- odb/boost/version.options | 2 +- 74 files changed, 74 insertions(+), 74 deletions(-) (limited to 'odb/boost') diff --git a/odb/boost/Makefile.am b/odb/boost/Makefile.am index 96e11c5..f99da83 100644 --- a/odb/boost/Makefile.am +++ b/odb/boost/Makefile.am @@ -1,5 +1,5 @@ # file : odb/boost/Makefile.am -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file lib_LTLIBRARIES = libodb-boost.la diff --git a/odb/boost/date-time.options b/odb/boost/date-time.options index c2280e7..4b699b7 100644 --- a/odb/boost/date-time.options +++ b/odb/boost/date-time.options @@ -1,5 +1,5 @@ # file : odb/boost/date-time.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/date-time/gregorian diff --git a/odb/boost/date-time/exceptions.cxx b/odb/boost/date-time/exceptions.cxx index 1fe0dbd..a2a3775 100644 --- a/odb/boost/date-time/exceptions.cxx +++ b/odb/boost/date-time/exceptions.cxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/exceptions.cxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/boost/date-time/exceptions.hxx b/odb/boost/date-time/exceptions.hxx index 2e3b408..343fdf2 100644 --- a/odb/boost/date-time/exceptions.hxx +++ b/odb/boost/date-time/exceptions.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/exceptions.hxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_EXCEPTIONS_HXX diff --git a/odb/boost/date-time/gregorian-common.options b/odb/boost/date-time/gregorian-common.options index 98f1baf..3030098 100644 --- a/odb/boost/date-time/gregorian-common.options +++ b/odb/boost/date-time/gregorian-common.options @@ -1,5 +1,5 @@ # file : odb/boost/date-time/gregorian-common.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/date-time/gregorian-mssql.options b/odb/boost/date-time/gregorian-mssql.options index a81ee92..b6d1134 100644 --- a/odb/boost/date-time/gregorian-mssql.options +++ b/odb/boost/date-time/gregorian-mssql.options @@ -1,5 +1,5 @@ # file : odb/boost/date-time/gregorian-mssql.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/date-time/gregorian-mysql.options b/odb/boost/date-time/gregorian-mysql.options index 1997b1a..8b085ec 100644 --- a/odb/boost/date-time/gregorian-mysql.options +++ b/odb/boost/date-time/gregorian-mysql.options @@ -1,5 +1,5 @@ # file : odb/boost/date-time/gregorian-mysql.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/date-time/gregorian-oracle.options b/odb/boost/date-time/gregorian-oracle.options index 1fdc717..dff2c11 100644 --- a/odb/boost/date-time/gregorian-oracle.options +++ b/odb/boost/date-time/gregorian-oracle.options @@ -1,5 +1,5 @@ # file : odb/boost/date-time/gregorian-oracle.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/date-time/gregorian-pgsql.options b/odb/boost/date-time/gregorian-pgsql.options index 6b78c68..42654c7 100644 --- a/odb/boost/date-time/gregorian-pgsql.options +++ b/odb/boost/date-time/gregorian-pgsql.options @@ -1,5 +1,5 @@ # file : odb/boost/date-time/gregorian-pgsql.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/date-time/gregorian-sqlite.options b/odb/boost/date-time/gregorian-sqlite.options index c511933..102daeb 100644 --- a/odb/boost/date-time/gregorian-sqlite.options +++ b/odb/boost/date-time/gregorian-sqlite.options @@ -1,5 +1,5 @@ # file : odb/boost/date-time/gregorian-sqlite.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/date-time/mssql/gregorian-mapping.hxx b/odb/boost/date-time/mssql/gregorian-mapping.hxx index 54de093..3438305 100644 --- a/odb/boost/date-time/mssql/gregorian-mapping.hxx +++ b/odb/boost/date-time/mssql/gregorian-mapping.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/mssql/gregorian-mapping.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_MSSQL_GREGORIAN_MAPPING_HXX diff --git a/odb/boost/date-time/mssql/gregorian-traits.hxx b/odb/boost/date-time/mssql/gregorian-traits.hxx index ca216b6..09b844f 100644 --- a/odb/boost/date-time/mssql/gregorian-traits.hxx +++ b/odb/boost/date-time/mssql/gregorian-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/mssql/gregorian-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_MSSQL_GREGORIAN_TRAITS_HXX diff --git a/odb/boost/date-time/mssql/posix-time-mapping.hxx b/odb/boost/date-time/mssql/posix-time-mapping.hxx index b0e9093..e7a02ad 100644 --- a/odb/boost/date-time/mssql/posix-time-mapping.hxx +++ b/odb/boost/date-time/mssql/posix-time-mapping.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/mssql/posix-time-mapping.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_MSSQL_POSIX_TIME_MAPPING_HXX diff --git a/odb/boost/date-time/mssql/posix-time-traits.hxx b/odb/boost/date-time/mssql/posix-time-traits.hxx index baf9b8d..114257a 100644 --- a/odb/boost/date-time/mssql/posix-time-traits.hxx +++ b/odb/boost/date-time/mssql/posix-time-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/mssql/posix-time-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_MSSQL_POSIX_TIME_TRAITS_HXX diff --git a/odb/boost/date-time/mysql/gregorian-mapping.hxx b/odb/boost/date-time/mysql/gregorian-mapping.hxx index 9020e92..dac86f3 100644 --- a/odb/boost/date-time/mysql/gregorian-mapping.hxx +++ b/odb/boost/date-time/mysql/gregorian-mapping.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/mysql/gregorian-mapping.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_MYSQL_GREGORIAN_MAPPING_HXX diff --git a/odb/boost/date-time/mysql/gregorian-traits.hxx b/odb/boost/date-time/mysql/gregorian-traits.hxx index 71e2f57..9f4b7d0 100644 --- a/odb/boost/date-time/mysql/gregorian-traits.hxx +++ b/odb/boost/date-time/mysql/gregorian-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/mysql/gregorian-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_MYSQL_GREGORIAN_TRAITS_HXX diff --git a/odb/boost/date-time/mysql/posix-time-mapping.hxx b/odb/boost/date-time/mysql/posix-time-mapping.hxx index 9cc126d..7bbdc44 100644 --- a/odb/boost/date-time/mysql/posix-time-mapping.hxx +++ b/odb/boost/date-time/mysql/posix-time-mapping.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/mysql/posix-time-mapping.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_MYSQL_POSIX_TIME_MAPPING_HXX diff --git a/odb/boost/date-time/mysql/posix-time-traits.hxx b/odb/boost/date-time/mysql/posix-time-traits.hxx index 5f3f6fd..684026f 100644 --- a/odb/boost/date-time/mysql/posix-time-traits.hxx +++ b/odb/boost/date-time/mysql/posix-time-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/mysql/posix-time-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_MYSQL_POSIX_TIME_TRAITS_HXX diff --git a/odb/boost/date-time/oracle/gregorian-mapping.hxx b/odb/boost/date-time/oracle/gregorian-mapping.hxx index 8796476..6e7fdb7 100644 --- a/odb/boost/date-time/oracle/gregorian-mapping.hxx +++ b/odb/boost/date-time/oracle/gregorian-mapping.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/oracle/gregorian-mapping.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_ORACLE_GREGORIAN_MAPPING_HXX diff --git a/odb/boost/date-time/oracle/gregorian-traits.hxx b/odb/boost/date-time/oracle/gregorian-traits.hxx index b7a69d1..d0eb3df 100644 --- a/odb/boost/date-time/oracle/gregorian-traits.hxx +++ b/odb/boost/date-time/oracle/gregorian-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/oracle/gregorian-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_ORACLE_GREGORIAN_TRAITS_HXX diff --git a/odb/boost/date-time/oracle/posix-time-mapping.hxx b/odb/boost/date-time/oracle/posix-time-mapping.hxx index dbfc1cf..9797a5d 100644 --- a/odb/boost/date-time/oracle/posix-time-mapping.hxx +++ b/odb/boost/date-time/oracle/posix-time-mapping.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/oracle/posix-time-mapping.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_ORACLE_POSIX_TIME_MAPPING_HXX diff --git a/odb/boost/date-time/oracle/posix-time-traits.hxx b/odb/boost/date-time/oracle/posix-time-traits.hxx index a48d769..d253311 100644 --- a/odb/boost/date-time/oracle/posix-time-traits.hxx +++ b/odb/boost/date-time/oracle/posix-time-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/oracle/posix-time-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_ORACLE_POSIX_TIME_TRAITS_HXX diff --git a/odb/boost/date-time/pgsql/gregorian-mapping.hxx b/odb/boost/date-time/pgsql/gregorian-mapping.hxx index 5846c1f..cca864f 100644 --- a/odb/boost/date-time/pgsql/gregorian-mapping.hxx +++ b/odb/boost/date-time/pgsql/gregorian-mapping.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/pgsql/gregorian-mapping.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_PGSQL_GREGORIAN_MAPPING_HXX diff --git a/odb/boost/date-time/pgsql/gregorian-traits.hxx b/odb/boost/date-time/pgsql/gregorian-traits.hxx index bed6dfc..f5fb6a8 100644 --- a/odb/boost/date-time/pgsql/gregorian-traits.hxx +++ b/odb/boost/date-time/pgsql/gregorian-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/pgsql/gregorian-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_PGSQL_GREGORIAN_TRAITS_HXX diff --git a/odb/boost/date-time/pgsql/posix-time-mapping.hxx b/odb/boost/date-time/pgsql/posix-time-mapping.hxx index 03f416d..11ba7fe 100644 --- a/odb/boost/date-time/pgsql/posix-time-mapping.hxx +++ b/odb/boost/date-time/pgsql/posix-time-mapping.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/pgsql/posix-time-mapping.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_PGSQL_POSIX_TIME_MAPPING_HXX diff --git a/odb/boost/date-time/pgsql/posix-time-traits.hxx b/odb/boost/date-time/pgsql/posix-time-traits.hxx index b481cea..85b415c 100644 --- a/odb/boost/date-time/pgsql/posix-time-traits.hxx +++ b/odb/boost/date-time/pgsql/posix-time-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/pgsql/posix-time-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_PGSQL_POSIX_TIME_TRAITS_HXX diff --git a/odb/boost/date-time/posix-time-common.options b/odb/boost/date-time/posix-time-common.options index 4a2c5f8..d055262 100644 --- a/odb/boost/date-time/posix-time-common.options +++ b/odb/boost/date-time/posix-time-common.options @@ -1,5 +1,5 @@ # file : odb/boost/date-time/posix-time-common.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/date-time/posix-time-mssql.options b/odb/boost/date-time/posix-time-mssql.options index 58fa2df..5ec114b 100644 --- a/odb/boost/date-time/posix-time-mssql.options +++ b/odb/boost/date-time/posix-time-mssql.options @@ -1,5 +1,5 @@ # file : odb/boost/date-time/posix-time-mssql.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/date-time/posix-time-mysql.options b/odb/boost/date-time/posix-time-mysql.options index d20d84a..5aca1cc 100644 --- a/odb/boost/date-time/posix-time-mysql.options +++ b/odb/boost/date-time/posix-time-mysql.options @@ -1,5 +1,5 @@ # file : odb/boost/date-time/posix-time-mysql.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/date-time/posix-time-oracle.options b/odb/boost/date-time/posix-time-oracle.options index 9bc953a..fd04bb7 100644 --- a/odb/boost/date-time/posix-time-oracle.options +++ b/odb/boost/date-time/posix-time-oracle.options @@ -1,5 +1,5 @@ # file : odb/boost/date-time/posix-time-oracle.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/date-time/posix-time-pgsql.options b/odb/boost/date-time/posix-time-pgsql.options index 06874aa..877f064 100644 --- a/odb/boost/date-time/posix-time-pgsql.options +++ b/odb/boost/date-time/posix-time-pgsql.options @@ -1,5 +1,5 @@ # file : odb/boost/date-time/posix-time-pgsql.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/date-time/posix-time-sqlite.options b/odb/boost/date-time/posix-time-sqlite.options index bf201c6..736d5cd 100644 --- a/odb/boost/date-time/posix-time-sqlite.options +++ b/odb/boost/date-time/posix-time-sqlite.options @@ -1,5 +1,5 @@ # file : odb/boost/date-time/posix-time-sqlite.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/date-time/sqlite/gregorian-mapping.hxx b/odb/boost/date-time/sqlite/gregorian-mapping.hxx index 3ef8643..36100da 100644 --- a/odb/boost/date-time/sqlite/gregorian-mapping.hxx +++ b/odb/boost/date-time/sqlite/gregorian-mapping.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/sqlite/gregorian-mapping.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_SQLITE_GREGORIAN_MAPPING_HXX diff --git a/odb/boost/date-time/sqlite/gregorian-traits.hxx b/odb/boost/date-time/sqlite/gregorian-traits.hxx index f6b1b2c..70699aa 100644 --- a/odb/boost/date-time/sqlite/gregorian-traits.hxx +++ b/odb/boost/date-time/sqlite/gregorian-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/sqlite/gregorian-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_SQLITE_GREGORIAN_TRAITS_HXX diff --git a/odb/boost/date-time/sqlite/posix-time-mapping.hxx b/odb/boost/date-time/sqlite/posix-time-mapping.hxx index 1290309..9a70c98 100644 --- a/odb/boost/date-time/sqlite/posix-time-mapping.hxx +++ b/odb/boost/date-time/sqlite/posix-time-mapping.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/sqlite/posix-time-mapping.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_SQLITE_POSIX_TIME_MAPPING_HXX diff --git a/odb/boost/date-time/sqlite/posix-time-traits.hxx b/odb/boost/date-time/sqlite/posix-time-traits.hxx index 7e5798f..3adb3a0 100644 --- a/odb/boost/date-time/sqlite/posix-time-traits.hxx +++ b/odb/boost/date-time/sqlite/posix-time-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/date-time/sqlite/posix-time-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DATE_TIME_SQLITE_POSIX_TIME_TRAITS_HXX diff --git a/odb/boost/details/config.h.in b/odb/boost/details/config.h.in index a80327a..3a49ecd 100644 --- a/odb/boost/details/config.h.in +++ b/odb/boost/details/config.h.in @@ -1,5 +1,5 @@ /* file : odb/boost/details/config.h.in - * copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/boost/details/config.hxx b/odb/boost/details/config.hxx index d82858a..60d8839 100644 --- a/odb/boost/details/config.hxx +++ b/odb/boost/details/config.hxx @@ -1,5 +1,5 @@ // file : odb/boost/details/config.hxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DETAILS_CONFIG_HXX diff --git a/odb/boost/details/export.hxx b/odb/boost/details/export.hxx index 004e06d..4abf3c0 100644 --- a/odb/boost/details/export.hxx +++ b/odb/boost/details/export.hxx @@ -1,5 +1,5 @@ // file : odb/boost/details/export.hxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_DETAILS_EXPORT_HXX diff --git a/odb/boost/exception.hxx b/odb/boost/exception.hxx index fa7dcec..d1fc601 100644 --- a/odb/boost/exception.hxx +++ b/odb/boost/exception.hxx @@ -1,5 +1,5 @@ // file : odb/boost/exception.hxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_EXCEPTION_HXX diff --git a/odb/boost/lazy-ptr.hxx b/odb/boost/lazy-ptr.hxx index df81e07..b903ea2 100644 --- a/odb/boost/lazy-ptr.hxx +++ b/odb/boost/lazy-ptr.hxx @@ -1,5 +1,5 @@ // file : odb/boost/lazy-ptr.hxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_LAZY_PTR_HXX diff --git a/odb/boost/makefile b/odb/boost/makefile index b5b9145..1720f6a 100644 --- a/odb/boost/makefile +++ b/odb/boost/makefile @@ -1,5 +1,5 @@ # file : odb/boost/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/odb/boost/multi-index.options b/odb/boost/multi-index.options index d4cfdb6..9cafb3c 100644 --- a/odb/boost/multi-index.options +++ b/odb/boost/multi-index.options @@ -1,5 +1,5 @@ # file : odb/boost/multi-index.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/multi-index/container-traits.hxx b/odb/boost/multi-index/container-traits.hxx index ad9f030..a49d2de 100644 --- a/odb/boost/multi-index/container-traits.hxx +++ b/odb/boost/multi-index/container-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/multi-index/container-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_MULTI_INDEX_CONTAINER_TRAITS_HXX diff --git a/odb/boost/optional.options b/odb/boost/optional.options index 69a622c..7699002 100644 --- a/odb/boost/optional.options +++ b/odb/boost/optional.options @@ -1,5 +1,5 @@ # file : odb/boost/optional.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/optional/wrapper-traits.hxx b/odb/boost/optional/wrapper-traits.hxx index dd7b289..c740b8b 100644 --- a/odb/boost/optional/wrapper-traits.hxx +++ b/odb/boost/optional/wrapper-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/optional/wrapper-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_OPTIONAL_WRAPPER_TRAITS_HXX diff --git a/odb/boost/smart-ptr.options b/odb/boost/smart-ptr.options index 1987a5e..88bf8da 100644 --- a/odb/boost/smart-ptr.options +++ b/odb/boost/smart-ptr.options @@ -1,5 +1,5 @@ # file : odb/boost/smart-ptr.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/smart-ptr/lazy-pointer-traits.hxx b/odb/boost/smart-ptr/lazy-pointer-traits.hxx index 6f344f2..725425b 100644 --- a/odb/boost/smart-ptr/lazy-pointer-traits.hxx +++ b/odb/boost/smart-ptr/lazy-pointer-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/smart-ptr/lazy-pointer-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_SMART_PTR_LAZY_POINTER_TRAITS_HXX diff --git a/odb/boost/smart-ptr/lazy-ptr.hxx b/odb/boost/smart-ptr/lazy-ptr.hxx index ded4c74..6991b97 100644 --- a/odb/boost/smart-ptr/lazy-ptr.hxx +++ b/odb/boost/smart-ptr/lazy-ptr.hxx @@ -1,5 +1,5 @@ // file : odb/boost/smart-ptr/lazy-ptr.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_SMART_PTR_LAZY_PTR_HXX diff --git a/odb/boost/smart-ptr/lazy-ptr.ixx b/odb/boost/smart-ptr/lazy-ptr.ixx index b592639..e543562 100644 --- a/odb/boost/smart-ptr/lazy-ptr.ixx +++ b/odb/boost/smart-ptr/lazy-ptr.ixx @@ -1,5 +1,5 @@ // file : odb/boost/smart-ptr/lazy-ptr.ixx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/boost/smart-ptr/lazy-ptr.txx b/odb/boost/smart-ptr/lazy-ptr.txx index 8481bb5..cac4061 100644 --- a/odb/boost/smart-ptr/lazy-ptr.txx +++ b/odb/boost/smart-ptr/lazy-ptr.txx @@ -1,5 +1,5 @@ // file : odb/boost/smart-ptr/lazy-ptr.txx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/boost/smart-ptr/pointer-traits.hxx b/odb/boost/smart-ptr/pointer-traits.hxx index 46b4c4b..dca253e 100644 --- a/odb/boost/smart-ptr/pointer-traits.hxx +++ b/odb/boost/smart-ptr/pointer-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/smart-ptr/pointer-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_SMART_PTR_POINTER_TRAITS_HXX diff --git a/odb/boost/smart-ptr/wrapper-traits.hxx b/odb/boost/smart-ptr/wrapper-traits.hxx index acecba0..e7fa8e6 100644 --- a/odb/boost/smart-ptr/wrapper-traits.hxx +++ b/odb/boost/smart-ptr/wrapper-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/smart-ptr/wrapper-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_SMART_PTR_WRAPPER_TRAITS_HXX diff --git a/odb/boost/unordered.options b/odb/boost/unordered.options index 1f5c7c4..cb16516 100644 --- a/odb/boost/unordered.options +++ b/odb/boost/unordered.options @@ -1,5 +1,5 @@ # file : odb/boost/unordered.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/unordered/container-traits.hxx b/odb/boost/unordered/container-traits.hxx index ce26ce9..7316850 100644 --- a/odb/boost/unordered/container-traits.hxx +++ b/odb/boost/unordered/container-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/unordered/container-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_UNORDERED_CONTAINER_TRAITS_HXX diff --git a/odb/boost/uuid.options b/odb/boost/uuid.options index b56b3e7..0a4f01f 100644 --- a/odb/boost/uuid.options +++ b/odb/boost/uuid.options @@ -1,5 +1,5 @@ # file : odb/boost/uuid.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/uuid/uuid diff --git a/odb/boost/uuid/mssql/uuid-mapping.hxx b/odb/boost/uuid/mssql/uuid-mapping.hxx index d3de542..fbb9eeb 100644 --- a/odb/boost/uuid/mssql/uuid-mapping.hxx +++ b/odb/boost/uuid/mssql/uuid-mapping.hxx @@ -1,5 +1,5 @@ // file : odb/boost/uuid/mssql/uuid-mapping.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_UUID_MSSQL_UUID_MAPPING_HXX diff --git a/odb/boost/uuid/mssql/uuid-traits.hxx b/odb/boost/uuid/mssql/uuid-traits.hxx index e727964..5bda4fc 100644 --- a/odb/boost/uuid/mssql/uuid-traits.hxx +++ b/odb/boost/uuid/mssql/uuid-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/uuid/mssql/uuid-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_UUID_MSSQL_UUID_TRAITS_HXX diff --git a/odb/boost/uuid/mysql/uuid-mapping.hxx b/odb/boost/uuid/mysql/uuid-mapping.hxx index 3d69ea0..c27323c 100644 --- a/odb/boost/uuid/mysql/uuid-mapping.hxx +++ b/odb/boost/uuid/mysql/uuid-mapping.hxx @@ -1,5 +1,5 @@ // file : odb/boost/uuid/mysql/uuid-mapping.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_UUID_MYSQL_UUID_MAPPING_HXX diff --git a/odb/boost/uuid/mysql/uuid-traits.hxx b/odb/boost/uuid/mysql/uuid-traits.hxx index 2b5a74a..688b613 100644 --- a/odb/boost/uuid/mysql/uuid-traits.hxx +++ b/odb/boost/uuid/mysql/uuid-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/uuid/mysql/uuid-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_UUID_MYSQL_UUID_TRAITS_HXX diff --git a/odb/boost/uuid/oracle/uuid-mapping.hxx b/odb/boost/uuid/oracle/uuid-mapping.hxx index d648ac1..2c733b1 100644 --- a/odb/boost/uuid/oracle/uuid-mapping.hxx +++ b/odb/boost/uuid/oracle/uuid-mapping.hxx @@ -1,5 +1,5 @@ // file : odb/boost/uuid/oracle/uuid-mapping.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_UUID_ORACLE_UUID_MAPPING_HXX diff --git a/odb/boost/uuid/oracle/uuid-traits.hxx b/odb/boost/uuid/oracle/uuid-traits.hxx index 9e8113f..aa28973 100644 --- a/odb/boost/uuid/oracle/uuid-traits.hxx +++ b/odb/boost/uuid/oracle/uuid-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/uuid/oracle/uuid-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_UUID_ORACLE_UUID_TRAITS_HXX diff --git a/odb/boost/uuid/pgsql/uuid-mapping.hxx b/odb/boost/uuid/pgsql/uuid-mapping.hxx index 3737474..5d07eb9 100644 --- a/odb/boost/uuid/pgsql/uuid-mapping.hxx +++ b/odb/boost/uuid/pgsql/uuid-mapping.hxx @@ -1,5 +1,5 @@ // file : odb/boost/uuid/pgsql/uuid-mapping.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_UUID_PGSQL_UUID_MAPPING_HXX diff --git a/odb/boost/uuid/pgsql/uuid-traits.hxx b/odb/boost/uuid/pgsql/uuid-traits.hxx index 235e316..acfa4d7 100644 --- a/odb/boost/uuid/pgsql/uuid-traits.hxx +++ b/odb/boost/uuid/pgsql/uuid-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/uuid/pgsql/uuid-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_UUID_PGSQL_UUID_TRAITS_HXX diff --git a/odb/boost/uuid/sqlite/uuid-mapping.hxx b/odb/boost/uuid/sqlite/uuid-mapping.hxx index 7d5e514..1ae03a0 100644 --- a/odb/boost/uuid/sqlite/uuid-mapping.hxx +++ b/odb/boost/uuid/sqlite/uuid-mapping.hxx @@ -1,5 +1,5 @@ // file : odb/boost/uuid/sqlite/uuid-mapping.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_UUID_SQLITE_UUID_MAPPING_HXX diff --git a/odb/boost/uuid/sqlite/uuid-traits.hxx b/odb/boost/uuid/sqlite/uuid-traits.hxx index 80ea61b..76450b9 100644 --- a/odb/boost/uuid/sqlite/uuid-traits.hxx +++ b/odb/boost/uuid/sqlite/uuid-traits.hxx @@ -1,5 +1,5 @@ // file : odb/boost/uuid/sqlite/uuid-traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_UUID_SQLITE_UUID_TRAITS_HXX diff --git a/odb/boost/uuid/uuid-common.options b/odb/boost/uuid/uuid-common.options index b69b240..8cf5567 100644 --- a/odb/boost/uuid/uuid-common.options +++ b/odb/boost/uuid/uuid-common.options @@ -1,5 +1,5 @@ # file : odb/boost/uuid/uuid-common.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/uuid/uuid-mssql.options b/odb/boost/uuid/uuid-mssql.options index a064f82..bb50110 100644 --- a/odb/boost/uuid/uuid-mssql.options +++ b/odb/boost/uuid/uuid-mssql.options @@ -1,5 +1,5 @@ # file : odb/boost/uuid/uuid-mssql.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/uuid/uuid-mysql.options b/odb/boost/uuid/uuid-mysql.options index 7aa1541..34dc020 100644 --- a/odb/boost/uuid/uuid-mysql.options +++ b/odb/boost/uuid/uuid-mysql.options @@ -1,5 +1,5 @@ # file : odb/boost/uuid/uuid-mysql.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/uuid/uuid-oracle.options b/odb/boost/uuid/uuid-oracle.options index e264f3b..4ff10b1 100644 --- a/odb/boost/uuid/uuid-oracle.options +++ b/odb/boost/uuid/uuid-oracle.options @@ -1,5 +1,5 @@ # file : odb/boost/uuid/uuid-oracle.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/uuid/uuid-pgsql.options b/odb/boost/uuid/uuid-pgsql.options index 2264725..3abc765 100644 --- a/odb/boost/uuid/uuid-pgsql.options +++ b/odb/boost/uuid/uuid-pgsql.options @@ -1,5 +1,5 @@ # file : odb/boost/uuid/uuid-pgsql.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/uuid/uuid-sqlite.options b/odb/boost/uuid/uuid-sqlite.options index 0bbabd3..942eb2f 100644 --- a/odb/boost/uuid/uuid-sqlite.options +++ b/odb/boost/uuid/uuid-sqlite.options @@ -1,5 +1,5 @@ # file : odb/boost/uuid/uuid-sqlite.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version diff --git a/odb/boost/version.hxx b/odb/boost/version.hxx index d831094..a0ec052 100644 --- a/odb/boost/version.hxx +++ b/odb/boost/version.hxx @@ -1,5 +1,5 @@ // file : odb/boost/version.hxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_VERSION_HXX diff --git a/odb/boost/version.options b/odb/boost/version.options index 9b890e1..2e54ad6 100644 --- a/odb/boost/version.options +++ b/odb/boost/version.options @@ -1,5 +1,5 @@ # file : odb/boost/version.options -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # Make sure the options files as seen by the ODB compiler and header -- cgit v1.1