From c80e1617e60e3d946ef22e28ad665e75f1f9f76c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 24 May 2018 22:12:16 +0300 Subject: Update copyright year --- 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 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'odb/boost/uuid') diff --git a/odb/boost/uuid/mssql/uuid-mapping.hxx b/odb/boost/uuid/mssql/uuid-mapping.hxx index fbb9eeb..f50af02 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 5bda4fc..5b7a9d1 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 c27323c..6efa8a1 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 688b613..ad1903c 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 2c733b1..e6a18b3 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 aa28973..7a83b4d 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 5d07eb9..32092a2 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 acfa4d7..861265b 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 1ae03a0..bf70159 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 76450b9..7e9d3c2 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 8cf5567..63f9b23 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 bb50110..0b3a1b8 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 34dc020..d14653b 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 4ff10b1..80b4599 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 3abc765..7c6e183 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 942eb2f..281958b 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file --profile boost/version -- cgit v1.1