From dae71f180120d7a7e22262220410913d77aa1767 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 14:25:57 +0200 Subject: Remove author field from file header Too much effort to maintain. --- common/Makefile.am | 1 - common/auto/driver.cxx | 1 - common/auto/makefile | 1 - common/auto/test.hxx | 1 - common/blob/driver.cxx | 1 - common/blob/makefile | 1 - common/blob/test.hxx | 1 - common/callback/driver.cxx | 1 - common/callback/makefile | 1 - common/callback/test.hxx | 1 - common/composite/driver.cxx | 1 - common/composite/makefile | 1 - common/composite/test.hxx | 1 - common/const-member/driver.cxx | 1 - common/const-member/makefile | 1 - common/const-member/test.hxx | 1 - common/const-object/driver.cxx | 1 - common/const-object/makefile | 1 - common/const-object/test.hxx | 1 - common/container/driver.cxx | 1 - common/container/makefile | 1 - common/container/test.hxx | 1 - common/ctor/driver.cxx | 1 - common/ctor/makefile | 1 - common/ctor/test.hxx | 1 - common/default/driver.cxx | 1 - common/default/makefile | 1 - common/default/test.hxx | 1 - common/enum/driver.cxx | 1 - common/enum/makefile | 1 - common/enum/test.hxx | 1 - common/erase-query/driver.cxx | 1 - common/erase-query/makefile | 1 - common/erase-query/test.hxx | 1 - common/include/driver.cxx | 1 - common/include/makefile | 1 - common/include/obj1.hxx | 1 - common/include/obj2.hxx | 1 - common/include/obj3.hxx | 1 - common/include/objs1.hxx | 1 - common/include/objs2.hxx | 1 - common/include/objs3.hxx | 1 - common/include/objs4.hxx | 1 - common/include/test1.hxx | 1 - common/include/test2.hxx | 1 - common/include/test3.hxx | 1 - common/include/test4.hxx | 1 - common/inheritance/driver.cxx | 1 - common/inheritance/makefile | 1 - common/inheritance/test.hxx | 1 - common/inverse/driver.cxx | 1 - common/inverse/makefile | 1 - common/inverse/test.hxx | 1 - common/lazy-ptr/driver.cxx | 1 - common/lazy-ptr/makefile | 1 - common/lazy-ptr/test.hxx | 1 - common/lifecycle/driver.cxx | 1 - common/lifecycle/makefile | 1 - common/lifecycle/test.hxx | 1 - common/makefile | 1 - common/no-id/driver.cxx | 1 - common/no-id/makefile | 1 - common/no-id/test.hxx | 1 - common/optimistic/driver.cxx | 1 - common/optimistic/makefile | 1 - common/optimistic/test.hxx | 1 - common/pragma/driver.cxx | 1 - common/pragma/makefile | 1 - common/pragma/test.hxx | 1 - common/query/driver.cxx | 1 - common/query/makefile | 1 - common/query/test.hxx | 1 - common/readonly/driver.cxx | 1 - common/readonly/makefile | 1 - common/readonly/test.hxx | 1 - common/relationship-query/driver.cxx | 1 - common/relationship-query/makefile | 1 - common/relationship-query/test.hxx | 1 - common/relationship/driver.cxx | 1 - common/relationship/makefile | 1 - common/relationship/test.hxx | 1 - common/schema/driver.cxx | 1 - common/schema/makefile | 1 - common/schema/test.hxx | 1 - common/template/Makefile.am | 1 - common/template/driver.cxx | 1 - common/template/makefile | 1 - common/template/test.hxx | 1 - common/test.bat | 1 - common/threads/driver.cxx | 1 - common/threads/makefile | 1 - common/threads/test.hxx | 1 - common/transaction/driver.cxx | 1 - common/transaction/makefile | 1 - common/types/driver.cxx | 1 - common/types/makefile | 1 - common/types/test.hxx | 1 - common/view/driver.cxx | 1 - common/view/makefile | 1 - common/view/test.hxx | 1 - common/wrapper/driver.cxx | 1 - common/wrapper/makefile | 1 - common/wrapper/test.hxx | 1 - 103 files changed, 103 deletions(-) (limited to 'common') diff --git a/common/Makefile.am b/common/Makefile.am index 2e6e958..c461ea0 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,5 +1,4 @@ # file : common/Makefile.am -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/auto/driver.cxx b/common/auto/driver.cxx index 121cbe8..441c547 100644 --- a/common/auto/driver.cxx +++ b/common/auto/driver.cxx @@ -1,5 +1,4 @@ // file : common/auto/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/auto/makefile b/common/auto/makefile index da798c6..a06c50f 100644 --- a/common/auto/makefile +++ b/common/auto/makefile @@ -1,5 +1,4 @@ # file : common/auto/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/auto/test.hxx b/common/auto/test.hxx index 6810767..0fd27be 100644 --- a/common/auto/test.hxx +++ b/common/auto/test.hxx @@ -1,5 +1,4 @@ // file : common/auto/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/blob/driver.cxx b/common/blob/driver.cxx index f123577..3b25d8d 100644 --- a/common/blob/driver.cxx +++ b/common/blob/driver.cxx @@ -1,5 +1,4 @@ // file : common/blob/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/blob/makefile b/common/blob/makefile index ae0ea11..09350fd 100644 --- a/common/blob/makefile +++ b/common/blob/makefile @@ -1,5 +1,4 @@ # file : common/blob/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/blob/test.hxx b/common/blob/test.hxx index 2a0f880..2c8f20a 100644 --- a/common/blob/test.hxx +++ b/common/blob/test.hxx @@ -1,5 +1,4 @@ // file : common/blob/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/callback/driver.cxx b/common/callback/driver.cxx index b22d543..fc4832a 100644 --- a/common/callback/driver.cxx +++ b/common/callback/driver.cxx @@ -1,5 +1,4 @@ // file : common/callback/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/callback/makefile b/common/callback/makefile index 6dca289..0c57905 100644 --- a/common/callback/makefile +++ b/common/callback/makefile @@ -1,5 +1,4 @@ # file : common/callback/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/callback/test.hxx b/common/callback/test.hxx index 058a327..f0112c5 100644 --- a/common/callback/test.hxx +++ b/common/callback/test.hxx @@ -1,5 +1,4 @@ // file : common/callback/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/composite/driver.cxx b/common/composite/driver.cxx index a3825e1..94b6b8c 100644 --- a/common/composite/driver.cxx +++ b/common/composite/driver.cxx @@ -1,5 +1,4 @@ // file : common/composite/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/composite/makefile b/common/composite/makefile index 58fa6eb..454d043 100644 --- a/common/composite/makefile +++ b/common/composite/makefile @@ -1,5 +1,4 @@ # file : common/composite/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/composite/test.hxx b/common/composite/test.hxx index d846c9c..3823d7d 100644 --- a/common/composite/test.hxx +++ b/common/composite/test.hxx @@ -1,5 +1,4 @@ // file : common/composite/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/const-member/driver.cxx b/common/const-member/driver.cxx index 8cd815e..51f0581 100644 --- a/common/const-member/driver.cxx +++ b/common/const-member/driver.cxx @@ -1,5 +1,4 @@ // file : common/const-member/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/const-member/makefile b/common/const-member/makefile index 40516dd..05c904f 100644 --- a/common/const-member/makefile +++ b/common/const-member/makefile @@ -1,5 +1,4 @@ # file : common/const-member/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/const-member/test.hxx b/common/const-member/test.hxx index c987cf8..eefb041 100644 --- a/common/const-member/test.hxx +++ b/common/const-member/test.hxx @@ -1,5 +1,4 @@ // file : common/const-member/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/const-object/driver.cxx b/common/const-object/driver.cxx index 6fb4cde..41bf745 100644 --- a/common/const-object/driver.cxx +++ b/common/const-object/driver.cxx @@ -1,5 +1,4 @@ // file : common/const-object/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/const-object/makefile b/common/const-object/makefile index 73d6715..a1e4ac5 100644 --- a/common/const-object/makefile +++ b/common/const-object/makefile @@ -1,5 +1,4 @@ # file : common/const-object/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/const-object/test.hxx b/common/const-object/test.hxx index 82635f0..40e2635 100644 --- a/common/const-object/test.hxx +++ b/common/const-object/test.hxx @@ -1,5 +1,4 @@ // file : common/const-object/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/container/driver.cxx b/common/container/driver.cxx index 0705794..d743d40 100644 --- a/common/container/driver.cxx +++ b/common/container/driver.cxx @@ -1,5 +1,4 @@ // file : common/container/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/container/makefile b/common/container/makefile index a482d9b..25e66d9 100644 --- a/common/container/makefile +++ b/common/container/makefile @@ -1,5 +1,4 @@ # file : common/container/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/container/test.hxx b/common/container/test.hxx index 2e267f6..280a60d 100644 --- a/common/container/test.hxx +++ b/common/container/test.hxx @@ -1,5 +1,4 @@ // file : common/container/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/ctor/driver.cxx b/common/ctor/driver.cxx index a83724c..0298190 100644 --- a/common/ctor/driver.cxx +++ b/common/ctor/driver.cxx @@ -1,5 +1,4 @@ // file : common/ctor/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/ctor/makefile b/common/ctor/makefile index 98e9e3a..a08fa92 100644 --- a/common/ctor/makefile +++ b/common/ctor/makefile @@ -1,5 +1,4 @@ # file : common/ctor/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/ctor/test.hxx b/common/ctor/test.hxx index 09a3686..6b3af25 100644 --- a/common/ctor/test.hxx +++ b/common/ctor/test.hxx @@ -1,5 +1,4 @@ // file : common/ctor/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/default/driver.cxx b/common/default/driver.cxx index 5fef85c..87dc631 100644 --- a/common/default/driver.cxx +++ b/common/default/driver.cxx @@ -1,5 +1,4 @@ // file : common/default/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/default/makefile b/common/default/makefile index 2f66e7a..7a4eb8c 100644 --- a/common/default/makefile +++ b/common/default/makefile @@ -1,5 +1,4 @@ # file : common/default/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/default/test.hxx b/common/default/test.hxx index a676753..45ae390 100644 --- a/common/default/test.hxx +++ b/common/default/test.hxx @@ -1,5 +1,4 @@ // file : common/default/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/enum/driver.cxx b/common/enum/driver.cxx index 833eebb..e7ad7ff 100644 --- a/common/enum/driver.cxx +++ b/common/enum/driver.cxx @@ -1,5 +1,4 @@ // file : common/enum/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/enum/makefile b/common/enum/makefile index bbfb1e1..39e7649 100644 --- a/common/enum/makefile +++ b/common/enum/makefile @@ -1,5 +1,4 @@ # file : common/enum/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/enum/test.hxx b/common/enum/test.hxx index bb264d5..675a530 100644 --- a/common/enum/test.hxx +++ b/common/enum/test.hxx @@ -1,5 +1,4 @@ // file : common/enum/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/erase-query/driver.cxx b/common/erase-query/driver.cxx index 0880f62..563bd50 100644 --- a/common/erase-query/driver.cxx +++ b/common/erase-query/driver.cxx @@ -1,5 +1,4 @@ // file : common/erase-query/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/erase-query/makefile b/common/erase-query/makefile index 4ea31a2..b9fd06a 100644 --- a/common/erase-query/makefile +++ b/common/erase-query/makefile @@ -1,5 +1,4 @@ # file : common/erase-query/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/erase-query/test.hxx b/common/erase-query/test.hxx index 781eedd..6857f88 100644 --- a/common/erase-query/test.hxx +++ b/common/erase-query/test.hxx @@ -1,5 +1,4 @@ // file : common/erase-query/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/include/driver.cxx b/common/include/driver.cxx index d588a62..f9cf7e5 100644 --- a/common/include/driver.cxx +++ b/common/include/driver.cxx @@ -1,5 +1,4 @@ // file : common/include/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/include/makefile b/common/include/makefile index 7053d75..b4ad846 100644 --- a/common/include/makefile +++ b/common/include/makefile @@ -1,5 +1,4 @@ # file : common/include/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/include/obj1.hxx b/common/include/obj1.hxx index cdf6a66..30a8169 100644 --- a/common/include/obj1.hxx +++ b/common/include/obj1.hxx @@ -1,5 +1,4 @@ // file : common/include/obj1.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/include/obj2.hxx b/common/include/obj2.hxx index 4c98d7d..8da9834 100644 --- a/common/include/obj2.hxx +++ b/common/include/obj2.hxx @@ -1,5 +1,4 @@ // file : common/include/obj2.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/include/obj3.hxx b/common/include/obj3.hxx index b73673a..222fe9a 100644 --- a/common/include/obj3.hxx +++ b/common/include/obj3.hxx @@ -1,5 +1,4 @@ // file : common/include/obj3.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/include/objs1.hxx b/common/include/objs1.hxx index 5e592a4..b2befc6 100644 --- a/common/include/objs1.hxx +++ b/common/include/objs1.hxx @@ -1,5 +1,4 @@ // file : common/include/objs1.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/include/objs2.hxx b/common/include/objs2.hxx index f2cfee0..40cafa0 100644 --- a/common/include/objs2.hxx +++ b/common/include/objs2.hxx @@ -1,5 +1,4 @@ // file : common/include/objs2.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/include/objs3.hxx b/common/include/objs3.hxx index d9bc01a..29b6206 100644 --- a/common/include/objs3.hxx +++ b/common/include/objs3.hxx @@ -1,5 +1,4 @@ // file : common/include/objs3.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/include/objs4.hxx b/common/include/objs4.hxx index fc5f1de..e7ab43a 100644 --- a/common/include/objs4.hxx +++ b/common/include/objs4.hxx @@ -1,5 +1,4 @@ // file : common/include/objs1.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/include/test1.hxx b/common/include/test1.hxx index 15972c1..fb639cf 100644 --- a/common/include/test1.hxx +++ b/common/include/test1.hxx @@ -1,5 +1,4 @@ // file : common/include/test1.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/include/test2.hxx b/common/include/test2.hxx index ee26994..5af2ac1 100644 --- a/common/include/test2.hxx +++ b/common/include/test2.hxx @@ -1,5 +1,4 @@ // file : common/include/test2.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/include/test3.hxx b/common/include/test3.hxx index a2b2096..44117c3 100644 --- a/common/include/test3.hxx +++ b/common/include/test3.hxx @@ -1,5 +1,4 @@ // file : common/include/test3.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/include/test4.hxx b/common/include/test4.hxx index 49180bc..e385af4 100644 --- a/common/include/test4.hxx +++ b/common/include/test4.hxx @@ -1,5 +1,4 @@ // file : common/include/test3.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/inheritance/driver.cxx b/common/inheritance/driver.cxx index 0106b5b..bf47406 100644 --- a/common/inheritance/driver.cxx +++ b/common/inheritance/driver.cxx @@ -1,5 +1,4 @@ // file : common/inheritance/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/inheritance/makefile b/common/inheritance/makefile index 4e95c68..fae47d7 100644 --- a/common/inheritance/makefile +++ b/common/inheritance/makefile @@ -1,5 +1,4 @@ # file : common/inheritance/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/inheritance/test.hxx b/common/inheritance/test.hxx index 5ef2ea4..6e3cec4 100644 --- a/common/inheritance/test.hxx +++ b/common/inheritance/test.hxx @@ -1,5 +1,4 @@ // file : common/inheritance/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/inverse/driver.cxx b/common/inverse/driver.cxx index 17fc5d6..812cf1a 100644 --- a/common/inverse/driver.cxx +++ b/common/inverse/driver.cxx @@ -1,5 +1,4 @@ // file : common/inverse/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/inverse/makefile b/common/inverse/makefile index 3b5fa1b..7d52021 100644 --- a/common/inverse/makefile +++ b/common/inverse/makefile @@ -1,5 +1,4 @@ # file : common/inverse/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/inverse/test.hxx b/common/inverse/test.hxx index 12eddfb..b98d65b 100644 --- a/common/inverse/test.hxx +++ b/common/inverse/test.hxx @@ -1,5 +1,4 @@ // file : common/inverse/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/lazy-ptr/driver.cxx b/common/lazy-ptr/driver.cxx index d215240..32677e0 100644 --- a/common/lazy-ptr/driver.cxx +++ b/common/lazy-ptr/driver.cxx @@ -1,5 +1,4 @@ // file : common/lazy-ptr/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/lazy-ptr/makefile b/common/lazy-ptr/makefile index d11a87b..7d5da5f 100644 --- a/common/lazy-ptr/makefile +++ b/common/lazy-ptr/makefile @@ -1,5 +1,4 @@ # file : common/lazy-ptr/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/lazy-ptr/test.hxx b/common/lazy-ptr/test.hxx index 32f6a43..8394f0e 100644 --- a/common/lazy-ptr/test.hxx +++ b/common/lazy-ptr/test.hxx @@ -1,5 +1,4 @@ // file : common/lazy-ptr/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/lifecycle/driver.cxx b/common/lifecycle/driver.cxx index 8323694..5476c78 100644 --- a/common/lifecycle/driver.cxx +++ b/common/lifecycle/driver.cxx @@ -1,5 +1,4 @@ // file : common/lifecycle/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/lifecycle/makefile b/common/lifecycle/makefile index d1cd9ad..a0a0a84 100644 --- a/common/lifecycle/makefile +++ b/common/lifecycle/makefile @@ -1,5 +1,4 @@ # file : common/lifecycle/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/lifecycle/test.hxx b/common/lifecycle/test.hxx index 4f591ec..879149d 100644 --- a/common/lifecycle/test.hxx +++ b/common/lifecycle/test.hxx @@ -1,5 +1,4 @@ // file : common/lifecycle/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/makefile b/common/makefile index 8534034..adbe7a8 100644 --- a/common/makefile +++ b/common/makefile @@ -1,5 +1,4 @@ # file : common/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file diff --git a/common/no-id/driver.cxx b/common/no-id/driver.cxx index a2171a0..45acf21 100644 --- a/common/no-id/driver.cxx +++ b/common/no-id/driver.cxx @@ -1,5 +1,4 @@ // file : common/no-id/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/no-id/makefile b/common/no-id/makefile index 11cd2e2..2b20cf1 100644 --- a/common/no-id/makefile +++ b/common/no-id/makefile @@ -1,5 +1,4 @@ # file : common/no-id/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/no-id/test.hxx b/common/no-id/test.hxx index 3508d88..ccf4e19 100644 --- a/common/no-id/test.hxx +++ b/common/no-id/test.hxx @@ -1,5 +1,4 @@ // file : common/no-id/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/optimistic/driver.cxx b/common/optimistic/driver.cxx index 46929d4..84f54e9 100644 --- a/common/optimistic/driver.cxx +++ b/common/optimistic/driver.cxx @@ -1,5 +1,4 @@ // file : common/optimistic/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/optimistic/makefile b/common/optimistic/makefile index 9945ca5..f22f056 100644 --- a/common/optimistic/makefile +++ b/common/optimistic/makefile @@ -1,5 +1,4 @@ # file : common/optimistic/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/optimistic/test.hxx b/common/optimistic/test.hxx index 5346e1c..746c5a0 100644 --- a/common/optimistic/test.hxx +++ b/common/optimistic/test.hxx @@ -1,5 +1,4 @@ // file : common/optimistic/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/pragma/driver.cxx b/common/pragma/driver.cxx index 65b384d..549da67 100644 --- a/common/pragma/driver.cxx +++ b/common/pragma/driver.cxx @@ -1,5 +1,4 @@ // file : common/pragma/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/pragma/makefile b/common/pragma/makefile index 449fcaf..b66d04a 100644 --- a/common/pragma/makefile +++ b/common/pragma/makefile @@ -1,5 +1,4 @@ # file : common/pragma/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/pragma/test.hxx b/common/pragma/test.hxx index d7f21b0..cf80998 100644 --- a/common/pragma/test.hxx +++ b/common/pragma/test.hxx @@ -1,5 +1,4 @@ // file : common/template/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/query/driver.cxx b/common/query/driver.cxx index ee5a76c..fd001dd 100644 --- a/common/query/driver.cxx +++ b/common/query/driver.cxx @@ -1,5 +1,4 @@ // file : common/query/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/query/makefile b/common/query/makefile index 63c0e77..7d5972c 100644 --- a/common/query/makefile +++ b/common/query/makefile @@ -1,5 +1,4 @@ # file : common/query/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/query/test.hxx b/common/query/test.hxx index 9e8b0ff..10d2dac 100644 --- a/common/query/test.hxx +++ b/common/query/test.hxx @@ -1,5 +1,4 @@ // file : common/query/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/readonly/driver.cxx b/common/readonly/driver.cxx index 0432c69..f30dceb 100644 --- a/common/readonly/driver.cxx +++ b/common/readonly/driver.cxx @@ -1,5 +1,4 @@ // file : common/readonly/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/readonly/makefile b/common/readonly/makefile index d8fd474..f3632c5 100644 --- a/common/readonly/makefile +++ b/common/readonly/makefile @@ -1,5 +1,4 @@ # file : common/readonly/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/readonly/test.hxx b/common/readonly/test.hxx index 3a0095f..8205d27 100644 --- a/common/readonly/test.hxx +++ b/common/readonly/test.hxx @@ -1,5 +1,4 @@ // file : common/readonly/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/relationship-query/driver.cxx b/common/relationship-query/driver.cxx index 2e0068e..7d92783 100644 --- a/common/relationship-query/driver.cxx +++ b/common/relationship-query/driver.cxx @@ -1,5 +1,4 @@ // file : common/relationship-query/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/relationship-query/makefile b/common/relationship-query/makefile index 2097823..8ade97e 100644 --- a/common/relationship-query/makefile +++ b/common/relationship-query/makefile @@ -1,5 +1,4 @@ # file : common/relationship-query/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/relationship-query/test.hxx b/common/relationship-query/test.hxx index c832405..427f4eb 100644 --- a/common/relationship-query/test.hxx +++ b/common/relationship-query/test.hxx @@ -1,5 +1,4 @@ // file : common/relationship-query/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/relationship/driver.cxx b/common/relationship/driver.cxx index e2ac749..71ad9ae 100644 --- a/common/relationship/driver.cxx +++ b/common/relationship/driver.cxx @@ -1,5 +1,4 @@ // file : common/relationship/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/relationship/makefile b/common/relationship/makefile index 71ab773..ca9fbf4 100644 --- a/common/relationship/makefile +++ b/common/relationship/makefile @@ -1,5 +1,4 @@ # file : common/relationship/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/relationship/test.hxx b/common/relationship/test.hxx index b9ad7c2..51e610a 100644 --- a/common/relationship/test.hxx +++ b/common/relationship/test.hxx @@ -1,5 +1,4 @@ // file : common/relationship/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/schema/driver.cxx b/common/schema/driver.cxx index eb1358e..a68a0fe 100644 --- a/common/schema/driver.cxx +++ b/common/schema/driver.cxx @@ -1,5 +1,4 @@ // file : common/schema/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/schema/makefile b/common/schema/makefile index 043e8a1..03593b1 100644 --- a/common/schema/makefile +++ b/common/schema/makefile @@ -1,5 +1,4 @@ # file : common/schema/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/schema/test.hxx b/common/schema/test.hxx index 6c1bbd4..f8c6f45 100644 --- a/common/schema/test.hxx +++ b/common/schema/test.hxx @@ -1,5 +1,4 @@ // file : common/schema/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/template/Makefile.am b/common/template/Makefile.am index 3cd0fb2..779ba36 100644 --- a/common/template/Makefile.am +++ b/common/template/Makefile.am @@ -1,5 +1,4 @@ # file : common/template/Makefile.am -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/template/driver.cxx b/common/template/driver.cxx index ad95809..1d99ff1 100644 --- a/common/template/driver.cxx +++ b/common/template/driver.cxx @@ -1,5 +1,4 @@ // file : common/template/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/template/makefile b/common/template/makefile index 820fcb3..1fbb708 100644 --- a/common/template/makefile +++ b/common/template/makefile @@ -1,5 +1,4 @@ # file : common/template/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/template/test.hxx b/common/template/test.hxx index 6e528c7..e9ff3a5 100644 --- a/common/template/test.hxx +++ b/common/template/test.hxx @@ -1,5 +1,4 @@ // file : common/template/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/test.bat b/common/test.bat index 4c6db0b..73ad3a6 100644 --- a/common/test.bat +++ b/common/test.bat @@ -1,6 +1,5 @@ @echo off rem file : common/test.bat -rem author : Boris Kolpackov rem copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/threads/driver.cxx b/common/threads/driver.cxx index 192a3b7..848030b 100644 --- a/common/threads/driver.cxx +++ b/common/threads/driver.cxx @@ -1,5 +1,4 @@ // file : common/threads/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/threads/makefile b/common/threads/makefile index e9aef66..351980a 100644 --- a/common/threads/makefile +++ b/common/threads/makefile @@ -1,5 +1,4 @@ # file : common/threads/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/threads/test.hxx b/common/threads/test.hxx index 3f129f2..90e5b7c 100644 --- a/common/threads/test.hxx +++ b/common/threads/test.hxx @@ -1,5 +1,4 @@ // file : common/template/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/transaction/driver.cxx b/common/transaction/driver.cxx index 00aff29..13e6bd6 100644 --- a/common/transaction/driver.cxx +++ b/common/transaction/driver.cxx @@ -1,5 +1,4 @@ // file : common/transaction/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/transaction/makefile b/common/transaction/makefile index 7c0889b..9b9aff7 100644 --- a/common/transaction/makefile +++ b/common/transaction/makefile @@ -1,5 +1,4 @@ # file : common/transaction/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/types/driver.cxx b/common/types/driver.cxx index 11e15d7..b601c84 100644 --- a/common/types/driver.cxx +++ b/common/types/driver.cxx @@ -1,5 +1,4 @@ // file : common/types/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/types/makefile b/common/types/makefile index 4081ee8..95588a3 100644 --- a/common/types/makefile +++ b/common/types/makefile @@ -1,5 +1,4 @@ # file : common/types/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/types/test.hxx b/common/types/test.hxx index a36b5d5..8945eda 100644 --- a/common/types/test.hxx +++ b/common/types/test.hxx @@ -1,5 +1,4 @@ // file : common/types/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/view/driver.cxx b/common/view/driver.cxx index f6dd613..01d06ca 100644 --- a/common/view/driver.cxx +++ b/common/view/driver.cxx @@ -1,5 +1,4 @@ // file : common/view/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/view/makefile b/common/view/makefile index 3b7c03d..b8bc105 100644 --- a/common/view/makefile +++ b/common/view/makefile @@ -1,5 +1,4 @@ # file : common/view/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/view/test.hxx b/common/view/test.hxx index 5cbd171..51862c1 100644 --- a/common/view/test.hxx +++ b/common/view/test.hxx @@ -1,5 +1,4 @@ // file : common/view/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/wrapper/driver.cxx b/common/wrapper/driver.cxx index af6a3d1..20bfa31 100644 --- a/common/wrapper/driver.cxx +++ b/common/wrapper/driver.cxx @@ -1,5 +1,4 @@ // file : common/wrapper/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/wrapper/makefile b/common/wrapper/makefile index a6c82b1..520fadc 100644 --- a/common/wrapper/makefile +++ b/common/wrapper/makefile @@ -1,5 +1,4 @@ # file : common/wrapper/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/wrapper/test.hxx b/common/wrapper/test.hxx index baf6346..1545d23 100644 --- a/common/wrapper/test.hxx +++ b/common/wrapper/test.hxx @@ -1,5 +1,4 @@ // file : common/wrapper/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -- cgit v1.1