From 3b396e922e62adf786b699da0f5c8557b20866a0 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/oracle/Makefile.am | 1 - odb/oracle/auto-descriptor.cxx | 1 - odb/oracle/auto-descriptor.hxx | 1 - odb/oracle/auto-handle.cxx | 1 - odb/oracle/auto-handle.hxx | 1 - odb/oracle/binding.hxx | 1 - odb/oracle/connection-factory.cxx | 1 - odb/oracle/connection-factory.hxx | 1 - odb/oracle/connection.cxx | 1 - odb/oracle/connection.hxx | 1 - odb/oracle/container-statements.hxx | 1 - odb/oracle/container-statements.txx | 1 - odb/oracle/database.cxx | 1 - odb/oracle/database.hxx | 1 - odb/oracle/database.ixx | 1 - odb/oracle/details/config.h.in | 1 - odb/oracle/details/config.hxx | 1 - odb/oracle/details/date.hxx | 1 - odb/oracle/details/export.hxx | 1 - odb/oracle/details/number.cxx | 1 - odb/oracle/details/number.hxx | 1 - odb/oracle/details/options.cli | 1 - odb/oracle/error.cxx | 1 - odb/oracle/error.hxx | 1 - odb/oracle/exceptions.cxx | 1 - odb/oracle/exceptions.hxx | 1 - odb/oracle/forward.hxx | 1 - odb/oracle/makefile | 3 +-- odb/oracle/object-result.hxx | 1 - odb/oracle/object-result.txx | 1 - odb/oracle/object-statements.cxx | 1 - odb/oracle/object-statements.hxx | 1 - odb/oracle/object-statements.ixx | 1 - odb/oracle/object-statements.txx | 1 - odb/oracle/oracle-fwd.hxx | 1 - odb/oracle/oracle-types.cxx | 1 - odb/oracle/oracle-types.hxx | 1 - odb/oracle/query-const-expr.cxx | 1 - odb/oracle/query.cxx | 1 - odb/oracle/query.hxx | 1 - odb/oracle/query.ixx | 1 - odb/oracle/query.txx | 1 - odb/oracle/result.hxx | 1 - odb/oracle/statement-cache.hxx | 1 - odb/oracle/statement.cxx | 1 - odb/oracle/statement.hxx | 1 - odb/oracle/statements-base.cxx | 1 - odb/oracle/statements-base.hxx | 1 - odb/oracle/tracer.cxx | 1 - odb/oracle/tracer.hxx | 1 - odb/oracle/traits.cxx | 1 - odb/oracle/traits.hxx | 1 - odb/oracle/traits.txx | 1 - odb/oracle/transaction-impl.cxx | 1 - odb/oracle/transaction-impl.hxx | 1 - odb/oracle/transaction-impl.ixx | 1 - odb/oracle/transaction.cxx | 1 - odb/oracle/transaction.hxx | 1 - odb/oracle/transaction.ixx | 1 - odb/oracle/version.hxx | 1 - odb/oracle/view-result.hxx | 1 - odb/oracle/view-result.txx | 1 - odb/oracle/view-statements.hxx | 1 - odb/oracle/view-statements.txx | 1 - 64 files changed, 1 insertion(+), 65 deletions(-) (limited to 'odb') diff --git a/odb/oracle/Makefile.am b/odb/oracle/Makefile.am index 800eea1..912db44 100644 --- a/odb/oracle/Makefile.am +++ b/odb/oracle/Makefile.am @@ -1,5 +1,4 @@ # file : odb/oracle/Makefile.am -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/auto-descriptor.cxx b/odb/oracle/auto-descriptor.cxx index b78eb79..2226be8 100644 --- a/odb/oracle/auto-descriptor.cxx +++ b/odb/oracle/auto-descriptor.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/auto-descriptor.cxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/auto-descriptor.hxx b/odb/oracle/auto-descriptor.hxx index 2d11641..322d691 100644 --- a/odb/oracle/auto-descriptor.hxx +++ b/odb/oracle/auto-descriptor.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/auto-descriptor.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/auto-handle.cxx b/odb/oracle/auto-handle.cxx index fea92bd..8162b86 100644 --- a/odb/oracle/auto-handle.cxx +++ b/odb/oracle/auto-handle.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/auto-handle.cxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/auto-handle.hxx b/odb/oracle/auto-handle.hxx index dcb6f0d..c87b8ae 100644 --- a/odb/oracle/auto-handle.hxx +++ b/odb/oracle/auto-handle.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/auto-handle.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/binding.hxx b/odb/oracle/binding.hxx index 64f4782..03d9d46 100644 --- a/odb/oracle/binding.hxx +++ b/odb/oracle/binding.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/binding.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/connection-factory.cxx b/odb/oracle/connection-factory.cxx index 30aa63f..43da7d8 100644 --- a/odb/oracle/connection-factory.cxx +++ b/odb/oracle/connection-factory.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/connection-factory.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/connection-factory.hxx b/odb/oracle/connection-factory.hxx index 76bc874..2a748dc 100644 --- a/odb/oracle/connection-factory.hxx +++ b/odb/oracle/connection-factory.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/connection-factory.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/connection.cxx b/odb/oracle/connection.cxx index adf89b3..376f584 100644 --- a/odb/oracle/connection.cxx +++ b/odb/oracle/connection.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/connection.cxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/connection.hxx b/odb/oracle/connection.hxx index 45444c1..3d15710 100644 --- a/odb/oracle/connection.hxx +++ b/odb/oracle/connection.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/connection.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/container-statements.hxx b/odb/oracle/container-statements.hxx index 24fe98c..1ed035d 100644 --- a/odb/oracle/container-statements.hxx +++ b/odb/oracle/container-statements.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/container-statements.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/container-statements.txx b/odb/oracle/container-statements.txx index 4ff9e4e..15d811a 100644 --- a/odb/oracle/container-statements.txx +++ b/odb/oracle/container-statements.txx @@ -1,5 +1,4 @@ // file : odb/oracle/container-statements.txx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/database.cxx b/odb/oracle/database.cxx index a8f70f3..9cb3d7c 100644 --- a/odb/oracle/database.cxx +++ b/odb/oracle/database.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/database.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/database.hxx b/odb/oracle/database.hxx index 5e410ef..8431516 100644 --- a/odb/oracle/database.hxx +++ b/odb/oracle/database.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/database.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/database.ixx b/odb/oracle/database.ixx index 763ff90..637b668 100644 --- a/odb/oracle/database.ixx +++ b/odb/oracle/database.ixx @@ -1,5 +1,4 @@ // file : odb/oracle/database.ixx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/details/config.h.in b/odb/oracle/details/config.h.in index 7cbd297..63abfe4 100644 --- a/odb/oracle/details/config.h.in +++ b/odb/oracle/details/config.h.in @@ -1,5 +1,4 @@ /* file : odb/oracle/details/config.h.in - * author : Constantin Michael * copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC * license : ODB NCUEL; see accompanying LICENSE file */ diff --git a/odb/oracle/details/config.hxx b/odb/oracle/details/config.hxx index bf62c5c..4d400e6 100644 --- a/odb/oracle/details/config.hxx +++ b/odb/oracle/details/config.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/details/config.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/details/date.hxx b/odb/oracle/details/date.hxx index 4e6ac3e..f4484b6 100644 --- a/odb/oracle/details/date.hxx +++ b/odb/oracle/details/date.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/details/date.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/details/export.hxx b/odb/oracle/details/export.hxx index bee88f5..64b89d0 100644 --- a/odb/oracle/details/export.hxx +++ b/odb/oracle/details/export.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/details/export.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/details/number.cxx b/odb/oracle/details/number.cxx index 6c0a56c..61b6510 100644 --- a/odb/oracle/details/number.cxx +++ b/odb/oracle/details/number.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/details/number.cxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/details/number.hxx b/odb/oracle/details/number.hxx index 3b10a3c..ca26aba 100644 --- a/odb/oracle/details/number.hxx +++ b/odb/oracle/details/number.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/details/number.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/details/options.cli b/odb/oracle/details/options.cli index dac9b47..549dde8 100644 --- a/odb/oracle/details/options.cli +++ b/odb/oracle/details/options.cli @@ -1,5 +1,4 @@ // file : odb/oracle/details/options.cli -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/error.cxx b/odb/oracle/error.cxx index 8df1960..d4b9e9e 100644 --- a/odb/oracle/error.cxx +++ b/odb/oracle/error.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/error.cxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/error.hxx b/odb/oracle/error.hxx index 62639db..00c38b3 100644 --- a/odb/oracle/error.hxx +++ b/odb/oracle/error.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/error.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/exceptions.cxx b/odb/oracle/exceptions.cxx index 38dd27c..15337f4 100644 --- a/odb/oracle/exceptions.cxx +++ b/odb/oracle/exceptions.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/exceptions.cxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/exceptions.hxx b/odb/oracle/exceptions.hxx index 9720f36..18ff418 100644 --- a/odb/oracle/exceptions.hxx +++ b/odb/oracle/exceptions.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/exceptions.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/forward.hxx b/odb/oracle/forward.hxx index baad4af..a8e7723 100644 --- a/odb/oracle/forward.hxx +++ b/odb/oracle/forward.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/forward.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/makefile b/odb/oracle/makefile index c2fb892..754fc85 100644 --- a/odb/oracle/makefile +++ b/odb/oracle/makefile @@ -1,5 +1,4 @@ # file : odb/oracle/makefile -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file @@ -75,7 +74,7 @@ $(gen): cli_options += \ $(out_base)/details/config.h: | $(out_base)/details/. @echo '/* file : odb/oracle/details/config.h' >$@ - @echo ' * author : automatically generated' >>$@ + @echo ' * note : automatically generated' >>$@ @echo ' */' >>$@ @echo '' >>$@ @echo '#ifndef ODB_ORACLE_DETAILS_CONFIG_H' >>$@ diff --git a/odb/oracle/object-result.hxx b/odb/oracle/object-result.hxx index 76335d4..5fbaf3e 100644 --- a/odb/oracle/object-result.hxx +++ b/odb/oracle/object-result.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/object-result.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/object-result.txx b/odb/oracle/object-result.txx index 6b68fac..fd400e7 100644 --- a/odb/oracle/object-result.txx +++ b/odb/oracle/object-result.txx @@ -1,5 +1,4 @@ // file : odb/oracle/object-result.txx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/object-statements.cxx b/odb/oracle/object-statements.cxx index fbe0743..4fdeedb 100644 --- a/odb/oracle/object-statements.cxx +++ b/odb/oracle/object-statements.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/object-statements.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/object-statements.hxx b/odb/oracle/object-statements.hxx index 4b35892..d21f7c4 100644 --- a/odb/oracle/object-statements.hxx +++ b/odb/oracle/object-statements.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/object-statements.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/object-statements.ixx b/odb/oracle/object-statements.ixx index 6f21438..b30281e 100644 --- a/odb/oracle/object-statements.ixx +++ b/odb/oracle/object-statements.ixx @@ -1,5 +1,4 @@ // file : odb/oracle/object-statements.ixx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/object-statements.txx b/odb/oracle/object-statements.txx index ffa8c46..17a157a 100644 --- a/odb/oracle/object-statements.txx +++ b/odb/oracle/object-statements.txx @@ -1,5 +1,4 @@ // file : odb/oracle/object-statements.txx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/oracle-fwd.hxx b/odb/oracle/oracle-fwd.hxx index dee5736..e869c4f 100644 --- a/odb/oracle/oracle-fwd.hxx +++ b/odb/oracle/oracle-fwd.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/oracle-fwd.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/oracle-types.cxx b/odb/oracle/oracle-types.cxx index 7036c9a..e136dea 100644 --- a/odb/oracle/oracle-types.cxx +++ b/odb/oracle/oracle-types.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/oracle-types.cxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/oracle-types.hxx b/odb/oracle/oracle-types.hxx index f2e5792..2ec6e4f 100644 --- a/odb/oracle/oracle-types.hxx +++ b/odb/oracle/oracle-types.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/oracle-types.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/query-const-expr.cxx b/odb/oracle/query-const-expr.cxx index e5fa2d0..da8663d 100644 --- a/odb/oracle/query-const-expr.cxx +++ b/odb/oracle/query-const-expr.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/query-const-expr.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/query.cxx b/odb/oracle/query.cxx index b49a007..7bb2152 100644 --- a/odb/oracle/query.cxx +++ b/odb/oracle/query.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/query.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/query.hxx b/odb/oracle/query.hxx index b50848b..6e85810 100644 --- a/odb/oracle/query.hxx +++ b/odb/oracle/query.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/query.hxx -// author : Contantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/query.ixx b/odb/oracle/query.ixx index 5e61f4e..3d6edb8 100644 --- a/odb/oracle/query.ixx +++ b/odb/oracle/query.ixx @@ -1,5 +1,4 @@ // file : odb/oracle/query.ixx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/query.txx b/odb/oracle/query.txx index 68a950b..3aa9141 100644 --- a/odb/oracle/query.txx +++ b/odb/oracle/query.txx @@ -1,5 +1,4 @@ // file : odb/oracle/query.txx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/result.hxx b/odb/oracle/result.hxx index df6ff5e..e338a36 100644 --- a/odb/oracle/result.hxx +++ b/odb/oracle/result.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/result.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/statement-cache.hxx b/odb/oracle/statement-cache.hxx index 7480eb2..f95a86f 100644 --- a/odb/oracle/statement-cache.hxx +++ b/odb/oracle/statement-cache.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/statement-cache.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/statement.cxx b/odb/oracle/statement.cxx index 709d07a..4137cc2 100644 --- a/odb/oracle/statement.cxx +++ b/odb/oracle/statement.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/statement.cxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/statement.hxx b/odb/oracle/statement.hxx index 6aa16e9..75651fd 100644 --- a/odb/oracle/statement.hxx +++ b/odb/oracle/statement.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/statement.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/statements-base.cxx b/odb/oracle/statements-base.cxx index acd4dc9..4ed99ed 100644 --- a/odb/oracle/statements-base.cxx +++ b/odb/oracle/statements-base.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/statements-base.cxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/statements-base.hxx b/odb/oracle/statements-base.hxx index c43ec58..2b95ceb 100644 --- a/odb/oracle/statements-base.hxx +++ b/odb/oracle/statements-base.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/statements-base.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/tracer.cxx b/odb/oracle/tracer.cxx index 98a8c1e..cf8bcd0 100644 --- a/odb/oracle/tracer.cxx +++ b/odb/oracle/tracer.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/tracer.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/tracer.hxx b/odb/oracle/tracer.hxx index 906f418..71e104f 100644 --- a/odb/oracle/tracer.hxx +++ b/odb/oracle/tracer.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/tracer.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/traits.cxx b/odb/oracle/traits.cxx index eabfe28..e001a57 100644 --- a/odb/oracle/traits.cxx +++ b/odb/oracle/traits.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/traits.cxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/traits.hxx b/odb/oracle/traits.hxx index 903502c..149ab6a 100644 --- a/odb/oracle/traits.hxx +++ b/odb/oracle/traits.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/traits.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/traits.txx b/odb/oracle/traits.txx index 6ead173..b9195df 100644 --- a/odb/oracle/traits.txx +++ b/odb/oracle/traits.txx @@ -1,5 +1,4 @@ // file : odb/oracle/traits.txx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/transaction-impl.cxx b/odb/oracle/transaction-impl.cxx index 865b9d2..c4fcc9e 100644 --- a/odb/oracle/transaction-impl.cxx +++ b/odb/oracle/transaction-impl.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/transaction-impl.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/transaction-impl.hxx b/odb/oracle/transaction-impl.hxx index 72ff6a2..4c0a1ad 100644 --- a/odb/oracle/transaction-impl.hxx +++ b/odb/oracle/transaction-impl.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/transaction-impl.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/transaction-impl.ixx b/odb/oracle/transaction-impl.ixx index d6f668f..5ec11f0 100644 --- a/odb/oracle/transaction-impl.ixx +++ b/odb/oracle/transaction-impl.ixx @@ -1,5 +1,4 @@ // file : odb/oracle/transaction-impl.ixx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/transaction.cxx b/odb/oracle/transaction.cxx index 412328b..c221f56 100644 --- a/odb/oracle/transaction.cxx +++ b/odb/oracle/transaction.cxx @@ -1,5 +1,4 @@ // file : odb/oracle/transaction.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/transaction.hxx b/odb/oracle/transaction.hxx index 7b2999c..f66329f 100644 --- a/odb/oracle/transaction.hxx +++ b/odb/oracle/transaction.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/transaction.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/transaction.ixx b/odb/oracle/transaction.ixx index acfa613..9c394ab 100644 --- a/odb/oracle/transaction.ixx +++ b/odb/oracle/transaction.ixx @@ -1,5 +1,4 @@ // file : odb/oracle/transaction.ixx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/version.hxx b/odb/oracle/version.hxx index 9750b2f..20c94e1 100644 --- a/odb/oracle/version.hxx +++ b/odb/oracle/version.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/version.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/view-result.hxx b/odb/oracle/view-result.hxx index b0d96de..1dd4a62 100644 --- a/odb/oracle/view-result.hxx +++ b/odb/oracle/view-result.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/view-result.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/view-result.txx b/odb/oracle/view-result.txx index ed9b411..3b10ddc 100644 --- a/odb/oracle/view-result.txx +++ b/odb/oracle/view-result.txx @@ -1,5 +1,4 @@ // file : odb/oracle/view-result.txx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/view-statements.hxx b/odb/oracle/view-statements.hxx index 231ca0a..ebe3f34 100644 --- a/odb/oracle/view-statements.hxx +++ b/odb/oracle/view-statements.hxx @@ -1,5 +1,4 @@ // file : odb/oracle/view-statements.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/view-statements.txx b/odb/oracle/view-statements.txx index 3b292e5..9b54f59 100644 --- a/odb/oracle/view-statements.txx +++ b/odb/oracle/view-statements.txx @@ -1,5 +1,4 @@ // file : odb/oracle/view-statements.txx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file -- cgit v1.1