From 29214c1065dee16f06c0a2720e4ec0e75caca3eb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 6 Feb 2015 09:31:17 +0200 Subject: Update copyright --- 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 d41b52d..96e11c5 100644 --- a/odb/boost/Makefile.am +++ b/odb/boost/Makefile.am @@ -1,5 +1,5 @@ # file : odb/boost/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-boost.la diff --git a/odb/boost/date-time.options b/odb/boost/date-time.options index 2b9257a..c2280e7 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 554a9a8..cd868bc 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-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/boost/date-time/exceptions.hxx b/odb/boost/date-time/exceptions.hxx index 731c06e..b180579 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 a00bf3b..98f1baf 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 835151f..a81ee92 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 6f267e2..1997b1a 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 b7cd9cc..1fdc717 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 6a12dd1..6b78c68 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 f24443b..c511933 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 d3a02d3..54de093 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 cc11315..ca216b6 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 34e4127..b0e9093 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 2899f13..baf9b8d 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 f7ac3ab..9020e92 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 1277aa2..71e2f57 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 90c2f9a..9cc126d 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 9750d12..5f3f6fd 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 460ef98..8796476 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 4e69970..b7a69d1 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 c004613..dbfc1cf 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 49e5073..a48d769 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 db1c326..5846c1f 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 e18cb6e..bed6dfc 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 23c698e..03f416d 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 233af8c..b481cea 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 6b5f45f..4a2c5f8 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 6ce1934..58fa2df 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 a713046..d20d84a 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 e38835e..9bc953a 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 62ca79a..06874aa 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 3115a6c..bf201c6 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 5a83eb5..3ef8643 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 c5b8292..f6b1b2c 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 c4877da..1290309 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 4075f4b..7e5798f 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 ebd0ff8..a80327a 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-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/boost/details/config.hxx b/odb/boost/details/config.hxx index d56ca10..d82858a 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 e60aefb..004e06d 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 e16cad5..3cfb4a8 100644 --- a/odb/boost/exception.hxx +++ b/odb/boost/exception.hxx @@ -1,5 +1,5 @@ // file : odb/boost/exception.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_BOOST_EXCEPTION_HXX diff --git a/odb/boost/lazy-ptr.hxx b/odb/boost/lazy-ptr.hxx index 7e79094..df81e07 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2015 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 fc8c40c..b5b9145 100644 --- a/odb/boost/makefile +++ b/odb/boost/makefile @@ -1,5 +1,5 @@ # file : odb/boost/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/boost/multi-index.options b/odb/boost/multi-index.options index 64fef05..d4cfdb6 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 532f24f..ad9f030 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 12042b0..69a622c 100644 --- a/odb/boost/optional.options +++ b/odb/boost/optional.options @@ -1,5 +1,5 @@ # file : odb/boost/optional.options -# 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 --profile boost/version diff --git a/odb/boost/optional/wrapper-traits.hxx b/odb/boost/optional/wrapper-traits.hxx index 45a9eaf..dd7b289 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 8d0c83c..1987a5e 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 3cbfd92..6f344f2 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 8f523ac..5050e16 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 b695787..3a6eae4 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-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/boost/smart-ptr/lazy-ptr.txx b/odb/boost/smart-ptr/lazy-ptr.txx index fefddc5..9087bbb 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-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/boost/smart-ptr/pointer-traits.hxx b/odb/boost/smart-ptr/pointer-traits.hxx index 8935e7d..46b4c4b 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 5334ef9..acecba0 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 6af91a3..1f5c7c4 100644 --- a/odb/boost/unordered.options +++ b/odb/boost/unordered.options @@ -1,5 +1,5 @@ # file : odb/boost/unordered.options -# 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 --profile boost/version diff --git a/odb/boost/unordered/container-traits.hxx b/odb/boost/unordered/container-traits.hxx index d88c7a1..ce26ce9 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 a0ed61d..b56b3e7 100644 --- a/odb/boost/uuid.options +++ b/odb/boost/uuid.options @@ -1,5 +1,5 @@ # file : odb/boost/uuid.options -# 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 --profile boost/uuid/uuid diff --git a/odb/boost/uuid/mssql/uuid-mapping.hxx b/odb/boost/uuid/mssql/uuid-mapping.hxx index 1df91fa..d3de542 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 f5be538..e727964 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 19829f3..3d69ea0 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 307abd0..2b5a74a 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 c5fa420..d648ac1 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 dce1d42..9e8113f 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 5623416..3737474 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 9011f09..f0f10ac 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 31b4ce8..7d5e514 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 2af7999..80ea61b 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 bcefb21..b69b240 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 e6d3c67..a064f82 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 3997853..7aa1541 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 c809e85..e264f3b 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 d9e7e52..2264725 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 4a6e390..0bbabd3 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-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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 0265d9f..1d94ab8 100644 --- a/odb/boost/version.hxx +++ b/odb/boost/version.hxx @@ -1,5 +1,5 @@ // file : odb/boost/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_BOOST_VERSION_HXX diff --git a/odb/boost/version.options b/odb/boost/version.options index ac466d9..5893fd5 100644 --- a/odb/boost/version.options +++ b/odb/boost/version.options @@ -1,5 +1,5 @@ # file : odb/boost/version.options -# 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 # Make sure the options files as seen by the ODB compiler and header -- cgit v1.1