From 94ad197a8b1dc7faeacd69cd269a9f80681036cd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 14:25:56 +0200 Subject: Remove author field from file header Too much effort to maintain. --- odb/qt/basic/basic-mssql.options | 1 - odb/qt/basic/basic-mysql.options | 1 - odb/qt/basic/basic-oracle.options | 1 - odb/qt/basic/basic-pgsql.options | 1 - odb/qt/basic/basic-sqlite.options | 1 - odb/qt/basic/mssql/default-mapping.hxx | 1 - odb/qt/basic/mssql/qbyte-array-traits.hxx | 1 - odb/qt/basic/mssql/qstring-traits.hxx | 1 - odb/qt/basic/mysql/default-mapping.hxx | 1 - odb/qt/basic/mysql/qbyte-array-traits.hxx | 1 - odb/qt/basic/mysql/qstring-traits.hxx | 1 - odb/qt/basic/oracle/default-mapping.hxx | 1 - odb/qt/basic/oracle/qbyte-array-traits.hxx | 1 - odb/qt/basic/oracle/qstring-traits.hxx | 1 - odb/qt/basic/pgsql/default-mapping.hxx | 1 - odb/qt/basic/pgsql/qbyte-array-traits.hxx | 1 - odb/qt/basic/pgsql/qstring-traits.hxx | 1 - odb/qt/basic/sqlite/default-mapping.hxx | 1 - odb/qt/basic/sqlite/qbyte-array-traits.hxx | 1 - odb/qt/basic/sqlite/qstring-traits.hxx | 1 - 20 files changed, 20 deletions(-) (limited to 'odb/qt/basic') diff --git a/odb/qt/basic/basic-mssql.options b/odb/qt/basic/basic-mssql.options index c7ce788..12a995d 100644 --- a/odb/qt/basic/basic-mssql.options +++ b/odb/qt/basic/basic-mssql.options @@ -1,5 +1,4 @@ # file : odb/qt/basic/basic-mssql.options -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/basic-mysql.options b/odb/qt/basic/basic-mysql.options index a1e4c5e..fa5d3f4 100644 --- a/odb/qt/basic/basic-mysql.options +++ b/odb/qt/basic/basic-mysql.options @@ -1,5 +1,4 @@ # file : odb/qt/basic/basic-mysql.options -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/basic-oracle.options b/odb/qt/basic/basic-oracle.options index 41d0192..b85b9d6 100644 --- a/odb/qt/basic/basic-oracle.options +++ b/odb/qt/basic/basic-oracle.options @@ -1,5 +1,4 @@ # file : odb/qt/basic/basic-oracle.options -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/basic-pgsql.options b/odb/qt/basic/basic-pgsql.options index 99a7b82..81d58f0 100644 --- a/odb/qt/basic/basic-pgsql.options +++ b/odb/qt/basic/basic-pgsql.options @@ -1,5 +1,4 @@ # file : odb/qt/basic/basic-pgsql.options -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/basic-sqlite.options b/odb/qt/basic/basic-sqlite.options index e33b896..f34a2a7 100644 --- a/odb/qt/basic/basic-sqlite.options +++ b/odb/qt/basic/basic-sqlite.options @@ -1,5 +1,4 @@ # file : odb/qt/basic/basic-sqlite.options -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/mssql/default-mapping.hxx b/odb/qt/basic/mssql/default-mapping.hxx index 7e50a8e..8dd2e96 100644 --- a/odb/qt/basic/mssql/default-mapping.hxx +++ b/odb/qt/basic/mssql/default-mapping.hxx @@ -1,5 +1,4 @@ // file : odb/qt/basic/mssql/default-mapping.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/mssql/qbyte-array-traits.hxx b/odb/qt/basic/mssql/qbyte-array-traits.hxx index 70b7019..f93bf67 100644 --- a/odb/qt/basic/mssql/qbyte-array-traits.hxx +++ b/odb/qt/basic/mssql/qbyte-array-traits.hxx @@ -1,5 +1,4 @@ // file : odb/qt/basic/mssql/qbyte-array-traits.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/mssql/qstring-traits.hxx b/odb/qt/basic/mssql/qstring-traits.hxx index 9db8fd5..22bdd14 100644 --- a/odb/qt/basic/mssql/qstring-traits.hxx +++ b/odb/qt/basic/mssql/qstring-traits.hxx @@ -1,5 +1,4 @@ // file : odb/qt/basic/mssql/qstring-traits.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/mysql/default-mapping.hxx b/odb/qt/basic/mysql/default-mapping.hxx index ce692bf..6a0c152 100644 --- a/odb/qt/basic/mysql/default-mapping.hxx +++ b/odb/qt/basic/mysql/default-mapping.hxx @@ -1,5 +1,4 @@ // file : odb/qt/basic/mysql/default-mapping.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/mysql/qbyte-array-traits.hxx b/odb/qt/basic/mysql/qbyte-array-traits.hxx index a80187d..15e0690 100644 --- a/odb/qt/basic/mysql/qbyte-array-traits.hxx +++ b/odb/qt/basic/mysql/qbyte-array-traits.hxx @@ -1,5 +1,4 @@ // file : odb/qt/basic/mysql/qbyte-array-traits.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/mysql/qstring-traits.hxx b/odb/qt/basic/mysql/qstring-traits.hxx index 668d3c4..92eadac 100644 --- a/odb/qt/basic/mysql/qstring-traits.hxx +++ b/odb/qt/basic/mysql/qstring-traits.hxx @@ -1,5 +1,4 @@ // file : odb/qt/basic/mysql/qstring-traits.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/oracle/default-mapping.hxx b/odb/qt/basic/oracle/default-mapping.hxx index 08a0d7c..dbc819f 100644 --- a/odb/qt/basic/oracle/default-mapping.hxx +++ b/odb/qt/basic/oracle/default-mapping.hxx @@ -1,5 +1,4 @@ // file : odb/qt/basic/oracle/default-mapping.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/oracle/qbyte-array-traits.hxx b/odb/qt/basic/oracle/qbyte-array-traits.hxx index 2b8340e..41f9e26 100644 --- a/odb/qt/basic/oracle/qbyte-array-traits.hxx +++ b/odb/qt/basic/oracle/qbyte-array-traits.hxx @@ -1,5 +1,4 @@ // file : odb/qt/basic/oracle/qbyte-array-traits.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/oracle/qstring-traits.hxx b/odb/qt/basic/oracle/qstring-traits.hxx index 06c9c93..79eedeb 100644 --- a/odb/qt/basic/oracle/qstring-traits.hxx +++ b/odb/qt/basic/oracle/qstring-traits.hxx @@ -1,5 +1,4 @@ // file : odb/qt/basic/oracle/qstring-traits.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/pgsql/default-mapping.hxx b/odb/qt/basic/pgsql/default-mapping.hxx index 17882e4..1b7fdd6 100644 --- a/odb/qt/basic/pgsql/default-mapping.hxx +++ b/odb/qt/basic/pgsql/default-mapping.hxx @@ -1,5 +1,4 @@ // file : odb/qt/basic/pgsql/default-mapping.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/pgsql/qbyte-array-traits.hxx b/odb/qt/basic/pgsql/qbyte-array-traits.hxx index 8491794..9026104 100644 --- a/odb/qt/basic/pgsql/qbyte-array-traits.hxx +++ b/odb/qt/basic/pgsql/qbyte-array-traits.hxx @@ -1,5 +1,4 @@ // file : odb/qt/basic/pgsql/qbyte-array-traits.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/pgsql/qstring-traits.hxx b/odb/qt/basic/pgsql/qstring-traits.hxx index 047509b..1cc6727 100644 --- a/odb/qt/basic/pgsql/qstring-traits.hxx +++ b/odb/qt/basic/pgsql/qstring-traits.hxx @@ -1,5 +1,4 @@ // file : odb/qt/basic/pgsql/qstring-traits.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/sqlite/default-mapping.hxx b/odb/qt/basic/sqlite/default-mapping.hxx index 2526121..6b4a105 100644 --- a/odb/qt/basic/sqlite/default-mapping.hxx +++ b/odb/qt/basic/sqlite/default-mapping.hxx @@ -1,5 +1,4 @@ // file : odb/qt/basic/sqlite/default-mapping.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/sqlite/qbyte-array-traits.hxx b/odb/qt/basic/sqlite/qbyte-array-traits.hxx index 9c563f3..b1d5a7d 100644 --- a/odb/qt/basic/sqlite/qbyte-array-traits.hxx +++ b/odb/qt/basic/sqlite/qbyte-array-traits.hxx @@ -1,5 +1,4 @@ // file : odb/qt/basic/sqlite/qbyte-array-traits.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/qt/basic/sqlite/qstring-traits.hxx b/odb/qt/basic/sqlite/qstring-traits.hxx index fdcbbfe..b95c9aa 100644 --- a/odb/qt/basic/sqlite/qstring-traits.hxx +++ b/odb/qt/basic/sqlite/qstring-traits.hxx @@ -1,5 +1,4 @@ // file : odb/qt/basic/sqlite/qstring-traits.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -- cgit v1.1