From 6ee03ab00d996b2504618e5f3ce6d09e19a6cfa8 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/boost/date-time/exceptions.cxx | 1 - odb/boost/date-time/exceptions.hxx | 1 - odb/boost/date-time/gregorian-mssql.options | 1 - odb/boost/date-time/gregorian-mysql.options | 1 - odb/boost/date-time/gregorian-oracle.options | 1 - odb/boost/date-time/gregorian-pgsql.options | 1 - odb/boost/date-time/gregorian-sqlite.options | 1 - odb/boost/date-time/mssql/gregorian-mapping.hxx | 1 - odb/boost/date-time/mssql/gregorian-traits.hxx | 1 - odb/boost/date-time/mssql/posix-time-mapping.hxx | 1 - odb/boost/date-time/mssql/posix-time-traits.hxx | 1 - 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 | 1 - odb/boost/date-time/mysql/posix-time-traits.hxx | 1 - odb/boost/date-time/oracle/gregorian-mapping.hxx | 1 - odb/boost/date-time/oracle/gregorian-traits.hxx | 1 - odb/boost/date-time/oracle/posix-time-mapping.hxx | 1 - odb/boost/date-time/oracle/posix-time-traits.hxx | 1 - odb/boost/date-time/pgsql/gregorian-mapping.hxx | 1 - odb/boost/date-time/pgsql/gregorian-traits.hxx | 1 - odb/boost/date-time/pgsql/posix-time-mapping.hxx | 1 - odb/boost/date-time/pgsql/posix-time-traits.hxx | 1 - odb/boost/date-time/posix-time-mssql.options | 1 - odb/boost/date-time/posix-time-mysql.options | 1 - odb/boost/date-time/posix-time-oracle.options | 1 - odb/boost/date-time/posix-time-pgsql.options | 1 - odb/boost/date-time/posix-time-sqlite.options | 1 - odb/boost/date-time/sqlite/gregorian-mapping.hxx | 1 - odb/boost/date-time/sqlite/gregorian-traits.hxx | 1 - odb/boost/date-time/sqlite/posix-time-mapping.hxx | 1 - odb/boost/date-time/sqlite/posix-time-traits.hxx | 1 - 32 files changed, 34 deletions(-) (limited to 'odb/boost/date-time') diff --git a/odb/boost/date-time/exceptions.cxx b/odb/boost/date-time/exceptions.cxx index 9a8ef3d..a22c1f4 100644 --- a/odb/boost/date-time/exceptions.cxx +++ b/odb/boost/date-time/exceptions.cxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/exceptions.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/boost/date-time/exceptions.hxx b/odb/boost/date-time/exceptions.hxx index 3a9a929..c809dc7 100644 --- a/odb/boost/date-time/exceptions.hxx +++ b/odb/boost/date-time/exceptions.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/exceptions.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/boost/date-time/gregorian-mssql.options b/odb/boost/date-time/gregorian-mssql.options index 35f4be3..7ef4c4e 100644 --- a/odb/boost/date-time/gregorian-mssql.options +++ b/odb/boost/date-time/gregorian-mssql.options @@ -1,5 +1,4 @@ # file : odb/boost/date-time/gregorian-mssql.options -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/boost/date-time/gregorian-mysql.options b/odb/boost/date-time/gregorian-mysql.options index c406f53..c6a8891 100644 --- a/odb/boost/date-time/gregorian-mysql.options +++ b/odb/boost/date-time/gregorian-mysql.options @@ -1,5 +1,4 @@ # file : odb/boost/date-time/gregorian-mysql.options -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/boost/date-time/gregorian-oracle.options b/odb/boost/date-time/gregorian-oracle.options index 9f81b32..33cb8fe 100644 --- a/odb/boost/date-time/gregorian-oracle.options +++ b/odb/boost/date-time/gregorian-oracle.options @@ -1,5 +1,4 @@ # file : odb/boost/date-time/gregorian-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/boost/date-time/gregorian-pgsql.options b/odb/boost/date-time/gregorian-pgsql.options index f1058db..e0e26c9 100644 --- a/odb/boost/date-time/gregorian-pgsql.options +++ b/odb/boost/date-time/gregorian-pgsql.options @@ -1,5 +1,4 @@ # file : odb/boost/date-time/gregorian-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/boost/date-time/gregorian-sqlite.options b/odb/boost/date-time/gregorian-sqlite.options index 36c6081..126172a 100644 --- a/odb/boost/date-time/gregorian-sqlite.options +++ b/odb/boost/date-time/gregorian-sqlite.options @@ -1,5 +1,4 @@ # file : odb/boost/date-time/gregorian-sqlite.options -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/boost/date-time/mssql/gregorian-mapping.hxx b/odb/boost/date-time/mssql/gregorian-mapping.hxx index f5757ce..37370f4 100644 --- a/odb/boost/date-time/mssql/gregorian-mapping.hxx +++ b/odb/boost/date-time/mssql/gregorian-mapping.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/mssql/gregorian-mapping.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/boost/date-time/mssql/gregorian-traits.hxx b/odb/boost/date-time/mssql/gregorian-traits.hxx index 87767b4..52f6425 100644 --- a/odb/boost/date-time/mssql/gregorian-traits.hxx +++ b/odb/boost/date-time/mssql/gregorian-traits.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/mssql/gregorian-traits.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/boost/date-time/mssql/posix-time-mapping.hxx b/odb/boost/date-time/mssql/posix-time-mapping.hxx index 1bbdd51..09fbbaf 100644 --- a/odb/boost/date-time/mssql/posix-time-mapping.hxx +++ b/odb/boost/date-time/mssql/posix-time-mapping.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/mssql/posix-time-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/boost/date-time/mssql/posix-time-traits.hxx b/odb/boost/date-time/mssql/posix-time-traits.hxx index 66e89bd..d4ae5ec 100644 --- a/odb/boost/date-time/mssql/posix-time-traits.hxx +++ b/odb/boost/date-time/mssql/posix-time-traits.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/mssql/posix-time-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/boost/date-time/mysql/gregorian-mapping.hxx b/odb/boost/date-time/mysql/gregorian-mapping.hxx index 7816b9c..562c60e 100644 --- a/odb/boost/date-time/mysql/gregorian-mapping.hxx +++ b/odb/boost/date-time/mysql/gregorian-mapping.hxx @@ -1,6 +1,4 @@ // file : odb/boost/date-time/mysql/gregorian-mapping.hxx -// author : Constantin Michael -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/boost/date-time/mysql/gregorian-traits.hxx b/odb/boost/date-time/mysql/gregorian-traits.hxx index eeb512c..4ec5577 100644 --- a/odb/boost/date-time/mysql/gregorian-traits.hxx +++ b/odb/boost/date-time/mysql/gregorian-traits.hxx @@ -1,6 +1,4 @@ // file : odb/boost/date-time/mysql/gregorian-traits.hxx -// author : Constantin Michael -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/boost/date-time/mysql/posix-time-mapping.hxx b/odb/boost/date-time/mysql/posix-time-mapping.hxx index 8d083ca..326b11f 100644 --- a/odb/boost/date-time/mysql/posix-time-mapping.hxx +++ b/odb/boost/date-time/mysql/posix-time-mapping.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/mysql/posix-time-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/boost/date-time/mysql/posix-time-traits.hxx b/odb/boost/date-time/mysql/posix-time-traits.hxx index 515ef77..a3bf2df 100644 --- a/odb/boost/date-time/mysql/posix-time-traits.hxx +++ b/odb/boost/date-time/mysql/posix-time-traits.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/mysql/posix-time-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/boost/date-time/oracle/gregorian-mapping.hxx b/odb/boost/date-time/oracle/gregorian-mapping.hxx index aa2ea3b..cfd3298 100644 --- a/odb/boost/date-time/oracle/gregorian-mapping.hxx +++ b/odb/boost/date-time/oracle/gregorian-mapping.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/oracle/gregorian-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/boost/date-time/oracle/gregorian-traits.hxx b/odb/boost/date-time/oracle/gregorian-traits.hxx index 7bb6144..a0ad9db 100644 --- a/odb/boost/date-time/oracle/gregorian-traits.hxx +++ b/odb/boost/date-time/oracle/gregorian-traits.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/oracle/gregorian-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/boost/date-time/oracle/posix-time-mapping.hxx b/odb/boost/date-time/oracle/posix-time-mapping.hxx index 2050ef5..98dff5c 100644 --- a/odb/boost/date-time/oracle/posix-time-mapping.hxx +++ b/odb/boost/date-time/oracle/posix-time-mapping.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/oracle/posix-time-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/boost/date-time/oracle/posix-time-traits.hxx b/odb/boost/date-time/oracle/posix-time-traits.hxx index 18083c4..c74acc1 100644 --- a/odb/boost/date-time/oracle/posix-time-traits.hxx +++ b/odb/boost/date-time/oracle/posix-time-traits.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/oracle/posix-time-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/boost/date-time/pgsql/gregorian-mapping.hxx b/odb/boost/date-time/pgsql/gregorian-mapping.hxx index 073e46d..5209479 100644 --- a/odb/boost/date-time/pgsql/gregorian-mapping.hxx +++ b/odb/boost/date-time/pgsql/gregorian-mapping.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/pgsql/gregorian-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/boost/date-time/pgsql/gregorian-traits.hxx b/odb/boost/date-time/pgsql/gregorian-traits.hxx index 0bb3590..daadfe7 100644 --- a/odb/boost/date-time/pgsql/gregorian-traits.hxx +++ b/odb/boost/date-time/pgsql/gregorian-traits.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/pgsql/gregorian-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/boost/date-time/pgsql/posix-time-mapping.hxx b/odb/boost/date-time/pgsql/posix-time-mapping.hxx index 68bd30c..44b9a6a 100644 --- a/odb/boost/date-time/pgsql/posix-time-mapping.hxx +++ b/odb/boost/date-time/pgsql/posix-time-mapping.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/pgsql/posix-time-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/boost/date-time/pgsql/posix-time-traits.hxx b/odb/boost/date-time/pgsql/posix-time-traits.hxx index b3a2e43..11bca2b 100644 --- a/odb/boost/date-time/pgsql/posix-time-traits.hxx +++ b/odb/boost/date-time/pgsql/posix-time-traits.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/pgsql/posix-time-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/boost/date-time/posix-time-mssql.options b/odb/boost/date-time/posix-time-mssql.options index e9821c8..ec5fa51 100644 --- a/odb/boost/date-time/posix-time-mssql.options +++ b/odb/boost/date-time/posix-time-mssql.options @@ -1,5 +1,4 @@ # file : odb/boost/date-time/posix-time-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/boost/date-time/posix-time-mysql.options b/odb/boost/date-time/posix-time-mysql.options index ec0a5a6..d55955a 100644 --- a/odb/boost/date-time/posix-time-mysql.options +++ b/odb/boost/date-time/posix-time-mysql.options @@ -1,5 +1,4 @@ # file : odb/boost/date-time/posix-time-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/boost/date-time/posix-time-oracle.options b/odb/boost/date-time/posix-time-oracle.options index bdc4c6f..55888ac 100644 --- a/odb/boost/date-time/posix-time-oracle.options +++ b/odb/boost/date-time/posix-time-oracle.options @@ -1,5 +1,4 @@ # file : odb/boost/date-time/posix-time-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/boost/date-time/posix-time-pgsql.options b/odb/boost/date-time/posix-time-pgsql.options index 2ff573f..5758a57 100644 --- a/odb/boost/date-time/posix-time-pgsql.options +++ b/odb/boost/date-time/posix-time-pgsql.options @@ -1,5 +1,4 @@ # file : odb/boost/date-time/posix-time-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/boost/date-time/posix-time-sqlite.options b/odb/boost/date-time/posix-time-sqlite.options index 0d869a5..a079920 100644 --- a/odb/boost/date-time/posix-time-sqlite.options +++ b/odb/boost/date-time/posix-time-sqlite.options @@ -1,5 +1,4 @@ # file : odb/boost/date-time/posix-time-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/boost/date-time/sqlite/gregorian-mapping.hxx b/odb/boost/date-time/sqlite/gregorian-mapping.hxx index 1baffac..c433b52 100644 --- a/odb/boost/date-time/sqlite/gregorian-mapping.hxx +++ b/odb/boost/date-time/sqlite/gregorian-mapping.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/sqlite/gregorian-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/boost/date-time/sqlite/gregorian-traits.hxx b/odb/boost/date-time/sqlite/gregorian-traits.hxx index b50c8f0..f3b5db3 100644 --- a/odb/boost/date-time/sqlite/gregorian-traits.hxx +++ b/odb/boost/date-time/sqlite/gregorian-traits.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/sqlite/gregorian-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/boost/date-time/sqlite/posix-time-mapping.hxx b/odb/boost/date-time/sqlite/posix-time-mapping.hxx index a0efca0..6d6c680 100644 --- a/odb/boost/date-time/sqlite/posix-time-mapping.hxx +++ b/odb/boost/date-time/sqlite/posix-time-mapping.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/sqlite/posix-time-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/boost/date-time/sqlite/posix-time-traits.hxx b/odb/boost/date-time/sqlite/posix-time-traits.hxx index c8026fa..3ded052 100644 --- a/odb/boost/date-time/sqlite/posix-time-traits.hxx +++ b/odb/boost/date-time/sqlite/posix-time-traits.hxx @@ -1,5 +1,4 @@ // file : odb/boost/date-time/sqlite/posix-time-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