aboutsummaryrefslogtreecommitdiff
path: root/odb/details
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:54 +0200
commita73b35b1944a1dc2f5564f6aa2087af090c87e05 (patch)
treec495163425dabd7c0f52aff7e79cc57092671aa7 /odb/details
parent0043065406061c4b09435f75be3cdee237b92764 (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'odb/details')
-rw-r--r--odb/details/buffer.cxx1
-rw-r--r--odb/details/buffer.hxx1
-rw-r--r--odb/details/condition.cxx1
-rw-r--r--odb/details/condition.hxx1
-rw-r--r--odb/details/config-vc.h1
-rw-r--r--odb/details/config.h.in1
-rw-r--r--odb/details/config.hxx1
-rw-r--r--odb/details/exception.hxx1
-rw-r--r--odb/details/export.hxx1
-rw-r--r--odb/details/lock.cxx1
-rw-r--r--odb/details/lock.hxx1
-rw-r--r--odb/details/meta/answer.hxx1
-rw-r--r--odb/details/meta/class-p.hxx1
-rw-r--r--odb/details/meta/polymorphic-p.hxx1
-rw-r--r--odb/details/meta/remove-const-volatile.hxx1
-rw-r--r--odb/details/meta/remove-const.hxx1
-rw-r--r--odb/details/meta/remove-pointer.hxx1
-rw-r--r--odb/details/meta/remove-volatile.hxx1
-rw-r--r--odb/details/mutex.cxx1
-rw-r--r--odb/details/mutex.hxx1
-rw-r--r--odb/details/posix/condition.hxx1
-rw-r--r--odb/details/posix/condition.ixx1
-rw-r--r--odb/details/posix/exceptions.cxx1
-rw-r--r--odb/details/posix/exceptions.hxx1
-rw-r--r--odb/details/posix/mutex.hxx1
-rw-r--r--odb/details/posix/mutex.ixx1
-rw-r--r--odb/details/posix/thread.cxx1
-rw-r--r--odb/details/posix/thread.hxx1
-rw-r--r--odb/details/posix/thread.ixx1
-rw-r--r--odb/details/posix/tls.hxx1
-rw-r--r--odb/details/posix/tls.ixx1
-rw-r--r--odb/details/posix/tls.txx1
-rw-r--r--odb/details/shared-ptr-fwd.hxx1
-rw-r--r--odb/details/shared-ptr.hxx1
-rw-r--r--odb/details/shared-ptr/base.cxx1
-rw-r--r--odb/details/shared-ptr/base.hxx1
-rw-r--r--odb/details/shared-ptr/base.ixx1
-rw-r--r--odb/details/shared-ptr/base.txx1
-rw-r--r--odb/details/shared-ptr/counter-type.hxx1
-rw-r--r--odb/details/thread.hxx1
-rw-r--r--odb/details/tls.hxx1
-rw-r--r--odb/details/type-info.hxx1
-rw-r--r--odb/details/unused.hxx1
-rw-r--r--odb/details/win32/condition.cxx1
-rw-r--r--odb/details/win32/condition.hxx1
-rw-r--r--odb/details/win32/condition.ixx1
-rw-r--r--odb/details/win32/dll.cxx1
-rw-r--r--odb/details/win32/exceptions.cxx1
-rw-r--r--odb/details/win32/exceptions.hxx1
-rw-r--r--odb/details/win32/init.cxx1
-rw-r--r--odb/details/win32/init.hxx1
-rw-r--r--odb/details/win32/lock.hxx1
-rw-r--r--odb/details/win32/mutex.hxx1
-rw-r--r--odb/details/win32/mutex.ixx1
-rw-r--r--odb/details/win32/once-init.hxx1
-rw-r--r--odb/details/win32/once.cxx1
-rw-r--r--odb/details/win32/once.hxx1
-rw-r--r--odb/details/win32/once.ixx1
-rw-r--r--odb/details/win32/thread.cxx1
-rw-r--r--odb/details/win32/thread.hxx1
-rw-r--r--odb/details/win32/tls-init.hxx1
-rw-r--r--odb/details/win32/tls.cxx1
-rw-r--r--odb/details/win32/tls.hxx1
-rw-r--r--odb/details/win32/tls.ixx1
-rw-r--r--odb/details/win32/tls.txx1
-rw-r--r--odb/details/wrapper-p.hxx1
66 files changed, 0 insertions, 66 deletions
diff --git a/odb/details/buffer.cxx b/odb/details/buffer.cxx
index af863a9..daba745 100644
--- a/odb/details/buffer.cxx
+++ b/odb/details/buffer.cxx
@@ -1,5 +1,4 @@
// file : odb/details/buffer.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/buffer.hxx b/odb/details/buffer.hxx
index 3dc1c03..9af8773 100644
--- a/odb/details/buffer.hxx
+++ b/odb/details/buffer.hxx
@@ -1,5 +1,4 @@
// file : odb/details/buffer.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/condition.cxx b/odb/details/condition.cxx
index 1a778fe..53119ed 100644
--- a/odb/details/condition.cxx
+++ b/odb/details/condition.cxx
@@ -1,5 +1,4 @@
// file : odb/details/condition.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/condition.hxx b/odb/details/condition.hxx
index 9d8bfd3..eb444ad 100644
--- a/odb/details/condition.hxx
+++ b/odb/details/condition.hxx
@@ -1,5 +1,4 @@
// file : odb/details/condition.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/config-vc.h b/odb/details/config-vc.h
index e0c5e3c..385164b 100644
--- a/odb/details/config-vc.h
+++ b/odb/details/config-vc.h
@@ -1,5 +1,4 @@
/* file : odb/details/config-vc.h
- * author : Boris Kolpackov <boris@codesynthesis.com>
* copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
* license : GNU GPL v2; see accompanying LICENSE file
*/
diff --git a/odb/details/config.h.in b/odb/details/config.h.in
index 2afd2e1..8a16174 100644
--- a/odb/details/config.h.in
+++ b/odb/details/config.h.in
@@ -1,5 +1,4 @@
/* file : odb/details/config.h.in
- * author : Boris Kolpackov <boris@codesynthesis.com>
* copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
* license : GNU GPL v2; see accompanying LICENSE file
*/
diff --git a/odb/details/config.hxx b/odb/details/config.hxx
index 413b475..a34dc6f 100644
--- a/odb/details/config.hxx
+++ b/odb/details/config.hxx
@@ -1,5 +1,4 @@
// file : odb/details/config.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/exception.hxx b/odb/details/exception.hxx
index 08c2ffd..b806858 100644
--- a/odb/details/exception.hxx
+++ b/odb/details/exception.hxx
@@ -1,5 +1,4 @@
// file : odb/details/exception.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/export.hxx b/odb/details/export.hxx
index f3b00e0..4744736 100644
--- a/odb/details/export.hxx
+++ b/odb/details/export.hxx
@@ -1,5 +1,4 @@
// file : odb/details/export.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/lock.cxx b/odb/details/lock.cxx
index 5db78ba..49ec627 100644
--- a/odb/details/lock.cxx
+++ b/odb/details/lock.cxx
@@ -1,5 +1,4 @@
// file : odb/details/lock.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/lock.hxx b/odb/details/lock.hxx
index 9a79e03..1fb5aad 100644
--- a/odb/details/lock.hxx
+++ b/odb/details/lock.hxx
@@ -1,5 +1,4 @@
// file : odb/details/lock.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/meta/answer.hxx b/odb/details/meta/answer.hxx
index 484507e..5de5204 100644
--- a/odb/details/meta/answer.hxx
+++ b/odb/details/meta/answer.hxx
@@ -1,5 +1,4 @@
// file : odb/details/meta/answer.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/meta/class-p.hxx b/odb/details/meta/class-p.hxx
index 80c1b27..3a51026 100644
--- a/odb/details/meta/class-p.hxx
+++ b/odb/details/meta/class-p.hxx
@@ -1,5 +1,4 @@
// file : odb/details/meta/class-p.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/meta/polymorphic-p.hxx b/odb/details/meta/polymorphic-p.hxx
index 3215d63..f169434 100644
--- a/odb/details/meta/polymorphic-p.hxx
+++ b/odb/details/meta/polymorphic-p.hxx
@@ -1,5 +1,4 @@
// file : odb/details/meta/polymorphic-p.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/meta/remove-const-volatile.hxx b/odb/details/meta/remove-const-volatile.hxx
index 92f5e4f..3325f8d 100644
--- a/odb/details/meta/remove-const-volatile.hxx
+++ b/odb/details/meta/remove-const-volatile.hxx
@@ -1,5 +1,4 @@
// file : odb/details/meta/remove-const-volatile.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/meta/remove-const.hxx b/odb/details/meta/remove-const.hxx
index 93e1f5f..8b2d8cc 100644
--- a/odb/details/meta/remove-const.hxx
+++ b/odb/details/meta/remove-const.hxx
@@ -1,5 +1,4 @@
// file : odb/details/meta/remove-const.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/meta/remove-pointer.hxx b/odb/details/meta/remove-pointer.hxx
index 0c7ebf3..b6af027 100644
--- a/odb/details/meta/remove-pointer.hxx
+++ b/odb/details/meta/remove-pointer.hxx
@@ -1,5 +1,4 @@
// file : odb/details/meta/remove-pointer.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/meta/remove-volatile.hxx b/odb/details/meta/remove-volatile.hxx
index ed194fa..fdcd58f 100644
--- a/odb/details/meta/remove-volatile.hxx
+++ b/odb/details/meta/remove-volatile.hxx
@@ -1,5 +1,4 @@
// file : odb/details/meta/remove-volatile.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/mutex.cxx b/odb/details/mutex.cxx
index 9bd0524..38b0b57 100644
--- a/odb/details/mutex.cxx
+++ b/odb/details/mutex.cxx
@@ -1,5 +1,4 @@
// file : odb/details/mutex.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/mutex.hxx b/odb/details/mutex.hxx
index 3c073b3..f10d192 100644
--- a/odb/details/mutex.hxx
+++ b/odb/details/mutex.hxx
@@ -1,5 +1,4 @@
// file : odb/details/mutex.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/posix/condition.hxx b/odb/details/posix/condition.hxx
index 3175d62..7ed825e 100644
--- a/odb/details/posix/condition.hxx
+++ b/odb/details/posix/condition.hxx
@@ -1,5 +1,4 @@
// file : odb/details/posix/condition.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/posix/condition.ixx b/odb/details/posix/condition.ixx
index 4d15441..1446311 100644
--- a/odb/details/posix/condition.ixx
+++ b/odb/details/posix/condition.ixx
@@ -1,5 +1,4 @@
// file : odb/details/posix/condition.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/posix/exceptions.cxx b/odb/details/posix/exceptions.cxx
index 1b7741d..5301cfe 100644
--- a/odb/details/posix/exceptions.cxx
+++ b/odb/details/posix/exceptions.cxx
@@ -1,5 +1,4 @@
// file : odb/details/posix/exceptions.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/posix/exceptions.hxx b/odb/details/posix/exceptions.hxx
index 8441d29..ddef9d6 100644
--- a/odb/details/posix/exceptions.hxx
+++ b/odb/details/posix/exceptions.hxx
@@ -1,5 +1,4 @@
// file : odb/details/posix/exceptions.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/posix/mutex.hxx b/odb/details/posix/mutex.hxx
index 0f66b49..d10b4b0 100644
--- a/odb/details/posix/mutex.hxx
+++ b/odb/details/posix/mutex.hxx
@@ -1,5 +1,4 @@
// file : odb/details/posix/mutex.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/posix/mutex.ixx b/odb/details/posix/mutex.ixx
index 45d10f2..fa03676 100644
--- a/odb/details/posix/mutex.ixx
+++ b/odb/details/posix/mutex.ixx
@@ -1,5 +1,4 @@
// file : odb/details/posix/mutex.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/posix/thread.cxx b/odb/details/posix/thread.cxx
index 4099f36..46448ae 100644
--- a/odb/details/posix/thread.cxx
+++ b/odb/details/posix/thread.cxx
@@ -1,5 +1,4 @@
// file : odb/details/posix/thread.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/posix/thread.hxx b/odb/details/posix/thread.hxx
index 23e3c87..310a724 100644
--- a/odb/details/posix/thread.hxx
+++ b/odb/details/posix/thread.hxx
@@ -1,5 +1,4 @@
// file : odb/details/posix/thread.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/posix/thread.ixx b/odb/details/posix/thread.ixx
index 1ed6cca..39c889c 100644
--- a/odb/details/posix/thread.ixx
+++ b/odb/details/posix/thread.ixx
@@ -1,5 +1,4 @@
// file : odb/details/posix/thread.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/posix/tls.hxx b/odb/details/posix/tls.hxx
index c238851..400f155 100644
--- a/odb/details/posix/tls.hxx
+++ b/odb/details/posix/tls.hxx
@@ -1,5 +1,4 @@
// file : odb/details/posix/tls.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/posix/tls.ixx b/odb/details/posix/tls.ixx
index 8f08ca6..4fec9e6 100644
--- a/odb/details/posix/tls.ixx
+++ b/odb/details/posix/tls.ixx
@@ -1,5 +1,4 @@
// file : odb/details/posix/tls.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/posix/tls.txx b/odb/details/posix/tls.txx
index 3c339c4..8272efc 100644
--- a/odb/details/posix/tls.txx
+++ b/odb/details/posix/tls.txx
@@ -1,5 +1,4 @@
// file : odb/details/posix/tls.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/shared-ptr-fwd.hxx b/odb/details/shared-ptr-fwd.hxx
index 4483b90..d30e007 100644
--- a/odb/details/shared-ptr-fwd.hxx
+++ b/odb/details/shared-ptr-fwd.hxx
@@ -1,5 +1,4 @@
// file : odb/details/shared-ptr-fwd.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/shared-ptr.hxx b/odb/details/shared-ptr.hxx
index c795318..9b60191 100644
--- a/odb/details/shared-ptr.hxx
+++ b/odb/details/shared-ptr.hxx
@@ -1,5 +1,4 @@
// file : odb/details/shared-ptr.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/shared-ptr/base.cxx b/odb/details/shared-ptr/base.cxx
index 3331db7..9b3f2ba 100644
--- a/odb/details/shared-ptr/base.cxx
+++ b/odb/details/shared-ptr/base.cxx
@@ -1,5 +1,4 @@
// file : odb/details/shared-ptr/base.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/shared-ptr/base.hxx b/odb/details/shared-ptr/base.hxx
index 3bc2df1..ad3cb73 100644
--- a/odb/details/shared-ptr/base.hxx
+++ b/odb/details/shared-ptr/base.hxx
@@ -1,5 +1,4 @@
// file : odb/details/shared-ptr/base.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/shared-ptr/base.ixx b/odb/details/shared-ptr/base.ixx
index 12ea779..c82156b 100644
--- a/odb/details/shared-ptr/base.ixx
+++ b/odb/details/shared-ptr/base.ixx
@@ -1,5 +1,4 @@
// file : odb/details/shared-ptr/base.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/shared-ptr/base.txx b/odb/details/shared-ptr/base.txx
index 641ef3c..5384d44 100644
--- a/odb/details/shared-ptr/base.txx
+++ b/odb/details/shared-ptr/base.txx
@@ -1,5 +1,4 @@
// file : odb/details/shared-ptr/base.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/shared-ptr/counter-type.hxx b/odb/details/shared-ptr/counter-type.hxx
index f208a4f..969ee92 100644
--- a/odb/details/shared-ptr/counter-type.hxx
+++ b/odb/details/shared-ptr/counter-type.hxx
@@ -1,5 +1,4 @@
// file : odb/details/shared-ptr/counter-type.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/thread.hxx b/odb/details/thread.hxx
index 8a70e9b..5639046 100644
--- a/odb/details/thread.hxx
+++ b/odb/details/thread.hxx
@@ -1,5 +1,4 @@
// file : odb/details/thread.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/tls.hxx b/odb/details/tls.hxx
index 0b3c3d4..35437a5 100644
--- a/odb/details/tls.hxx
+++ b/odb/details/tls.hxx
@@ -1,5 +1,4 @@
// file : odb/details/tls.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/type-info.hxx b/odb/details/type-info.hxx
index 0abc563..ee578c4 100644
--- a/odb/details/type-info.hxx
+++ b/odb/details/type-info.hxx
@@ -1,5 +1,4 @@
// file : odb/details/type-info.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/unused.hxx b/odb/details/unused.hxx
index 31ceb52..a6839a0 100644
--- a/odb/details/unused.hxx
+++ b/odb/details/unused.hxx
@@ -1,5 +1,4 @@
// file : odb/details/unused.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/condition.cxx b/odb/details/win32/condition.cxx
index e13a91f..f4313c0 100644
--- a/odb/details/win32/condition.cxx
+++ b/odb/details/win32/condition.cxx
@@ -1,5 +1,4 @@
// file : odb/details/win32/condition.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/condition.hxx b/odb/details/win32/condition.hxx
index 434b6a2..67a569e 100644
--- a/odb/details/win32/condition.hxx
+++ b/odb/details/win32/condition.hxx
@@ -1,5 +1,4 @@
// file : odb/details/win32/condition.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/condition.ixx b/odb/details/win32/condition.ixx
index f1c8343..a2aa218 100644
--- a/odb/details/win32/condition.ixx
+++ b/odb/details/win32/condition.ixx
@@ -1,5 +1,4 @@
// file : odb/details/win32/condition.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/dll.cxx b/odb/details/win32/dll.cxx
index 130fbd0..17bce62 100644
--- a/odb/details/win32/dll.cxx
+++ b/odb/details/win32/dll.cxx
@@ -1,5 +1,4 @@
// file : odb/details/win32/dll.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/exceptions.cxx b/odb/details/win32/exceptions.cxx
index 624b92b..2807977 100644
--- a/odb/details/win32/exceptions.cxx
+++ b/odb/details/win32/exceptions.cxx
@@ -1,5 +1,4 @@
// file : odb/details/win32/exceptions.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/exceptions.hxx b/odb/details/win32/exceptions.hxx
index 1688148..23df6c7 100644
--- a/odb/details/win32/exceptions.hxx
+++ b/odb/details/win32/exceptions.hxx
@@ -1,5 +1,4 @@
// file : odb/details/win32/exceptions.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/init.cxx b/odb/details/win32/init.cxx
index 33a7ada..052452c 100644
--- a/odb/details/win32/init.cxx
+++ b/odb/details/win32/init.cxx
@@ -1,5 +1,4 @@
// file : odb/details/win32/init.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/init.hxx b/odb/details/win32/init.hxx
index 09cd06c..1b717cc 100644
--- a/odb/details/win32/init.hxx
+++ b/odb/details/win32/init.hxx
@@ -1,5 +1,4 @@
// file : odb/details/win32/init.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/lock.hxx b/odb/details/win32/lock.hxx
index e42ec27..6251a4c 100644
--- a/odb/details/win32/lock.hxx
+++ b/odb/details/win32/lock.hxx
@@ -1,5 +1,4 @@
// file : odb/details/win32/lock.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/mutex.hxx b/odb/details/win32/mutex.hxx
index 97ef6c0..b95789d 100644
--- a/odb/details/win32/mutex.hxx
+++ b/odb/details/win32/mutex.hxx
@@ -1,5 +1,4 @@
// file : odb/details/win32/mutex.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/mutex.ixx b/odb/details/win32/mutex.ixx
index 0a165f7..d52bb0c 100644
--- a/odb/details/win32/mutex.ixx
+++ b/odb/details/win32/mutex.ixx
@@ -1,5 +1,4 @@
// file : odb/details/win32/mutex.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/once-init.hxx b/odb/details/win32/once-init.hxx
index 82070bc..cd07a86 100644
--- a/odb/details/win32/once-init.hxx
+++ b/odb/details/win32/once-init.hxx
@@ -1,5 +1,4 @@
// file : odb/details/win32/once-init.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/once.cxx b/odb/details/win32/once.cxx
index 730c95f..61c3ef5 100644
--- a/odb/details/win32/once.cxx
+++ b/odb/details/win32/once.cxx
@@ -1,5 +1,4 @@
// file : odb/details/win32/once.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/once.hxx b/odb/details/win32/once.hxx
index 61bfb79..775b46d 100644
--- a/odb/details/win32/once.hxx
+++ b/odb/details/win32/once.hxx
@@ -1,5 +1,4 @@
// file : odb/details/win32/once.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/once.ixx b/odb/details/win32/once.ixx
index 6b0a4be..8dabf06 100644
--- a/odb/details/win32/once.ixx
+++ b/odb/details/win32/once.ixx
@@ -1,5 +1,4 @@
// file : odb/details/win32/once.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/thread.cxx b/odb/details/win32/thread.cxx
index d969d6f..9f3bf3d 100644
--- a/odb/details/win32/thread.cxx
+++ b/odb/details/win32/thread.cxx
@@ -1,5 +1,4 @@
// file : odb/details/win32/thread.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/thread.hxx b/odb/details/win32/thread.hxx
index 5ce04d4..f91a80f 100644
--- a/odb/details/win32/thread.hxx
+++ b/odb/details/win32/thread.hxx
@@ -1,5 +1,4 @@
// file : odb/details/win32/thread.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/tls-init.hxx b/odb/details/win32/tls-init.hxx
index 8a5bebf..8c5e12e 100644
--- a/odb/details/win32/tls-init.hxx
+++ b/odb/details/win32/tls-init.hxx
@@ -1,5 +1,4 @@
// file : odb/details/win32/tls-init.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/tls.cxx b/odb/details/win32/tls.cxx
index d76d560..8bcea22 100644
--- a/odb/details/win32/tls.cxx
+++ b/odb/details/win32/tls.cxx
@@ -1,5 +1,4 @@
// file : odb/details/win32/tls.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/tls.hxx b/odb/details/win32/tls.hxx
index d880754..9e36bff 100644
--- a/odb/details/win32/tls.hxx
+++ b/odb/details/win32/tls.hxx
@@ -1,5 +1,4 @@
// file : odb/details/win32/tls.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/tls.ixx b/odb/details/win32/tls.ixx
index 886bd50..a7a5f14 100644
--- a/odb/details/win32/tls.ixx
+++ b/odb/details/win32/tls.ixx
@@ -1,5 +1,4 @@
// file : odb/details/win32/tls.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/win32/tls.txx b/odb/details/win32/tls.txx
index 0cab285..e2c9e78 100644
--- a/odb/details/win32/tls.txx
+++ b/odb/details/win32/tls.txx
@@ -1,5 +1,4 @@
// file : odb/details/win32/tls.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/details/wrapper-p.hxx b/odb/details/wrapper-p.hxx
index 7736fc9..e7c4838 100644
--- a/odb/details/wrapper-p.hxx
+++ b/odb/details/wrapper-p.hxx
@@ -1,5 +1,4 @@
// file : odb/details/wrapper-p.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file