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. --- boost/Makefile.am | 1 - boost/build.bat | 1 - boost/common/Makefile.am | 1 - boost/common/makefile | 1 - boost/common/optional/driver.cxx | 1 - boost/common/optional/makefile | 1 - boost/common/optional/test.hxx | 1 - boost/common/smart-ptr/driver.cxx | 1 - boost/common/smart-ptr/makefile | 1 - boost/common/smart-ptr/test.hxx | 1 - boost/common/template/Makefile.am | 1 - boost/common/template/driver.cxx | 1 - boost/common/template/makefile | 1 - boost/common/template/test.hxx | 1 - boost/common/test.bat | 1 - boost/common/unordered/driver.cxx | 1 - boost/common/unordered/makefile | 1 - boost/common/unordered/test.hxx | 1 - boost/makefile | 1 - boost/mssql/Makefile.am | 1 - boost/mssql/date-time/driver.cxx | 1 - boost/mssql/date-time/makefile | 1 - boost/mssql/date-time/test.hxx | 1 - boost/mssql/makefile | 1 - boost/mssql/template/Makefile.am | 1 - boost/mssql/template/driver.cxx | 1 - boost/mssql/template/makefile | 1 - boost/mssql/template/test.hxx | 1 - boost/mssql/test.bat | 1 - boost/mysql/Makefile.am | 1 - boost/mysql/date-time/driver.cxx | 1 - boost/mysql/date-time/makefile | 1 - boost/mysql/date-time/test.hxx | 1 - boost/mysql/makefile | 1 - boost/mysql/template/Makefile.am | 1 - boost/mysql/template/driver.cxx | 1 - boost/mysql/template/makefile | 1 - boost/mysql/template/test.hxx | 1 - boost/mysql/test.bat | 1 - boost/oracle/Makefile.am | 1 - boost/oracle/date-time/driver.cxx | 1 - boost/oracle/date-time/makefile | 1 - boost/oracle/date-time/test.hxx | 1 - boost/oracle/makefile | 1 - boost/oracle/template/Makefile.am | 1 - boost/oracle/template/driver.cxx | 1 - boost/oracle/template/makefile | 1 - boost/oracle/template/test.hxx | 1 - boost/oracle/test.bat | 1 - boost/pgsql/Makefile.am | 1 - boost/pgsql/date-time/driver.cxx | 1 - boost/pgsql/date-time/makefile | 1 - boost/pgsql/date-time/test.hxx | 1 - boost/pgsql/makefile | 1 - boost/pgsql/template/Makefile.am | 1 - boost/pgsql/template/driver.cxx | 1 - boost/pgsql/template/makefile | 1 - boost/pgsql/template/test.hxx | 1 - boost/pgsql/test.bat | 1 - boost/sqlite/Makefile.am | 1 - boost/sqlite/date-time/driver.cxx | 1 - boost/sqlite/date-time/makefile | 1 - boost/sqlite/date-time/test.hxx | 1 - boost/sqlite/makefile | 1 - boost/sqlite/template/Makefile.am | 1 - boost/sqlite/template/driver.cxx | 1 - boost/sqlite/template/makefile | 1 - boost/sqlite/template/test.hxx | 1 - boost/sqlite/test.bat | 1 - 69 files changed, 69 deletions(-) (limited to 'boost') diff --git a/boost/Makefile.am b/boost/Makefile.am index 5363e6f..3874e15 100644 --- a/boost/Makefile.am +++ b/boost/Makefile.am @@ -1,5 +1,4 @@ # file : boost/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/boost/build.bat b/boost/build.bat index 9f1d742..34d7a76 100644 --- a/boost/build.bat +++ b/boost/build.bat @@ -1,6 +1,5 @@ @echo off rem file : boost/build.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/boost/common/Makefile.am b/boost/common/Makefile.am index 2b3806b..0398585 100644 --- a/boost/common/Makefile.am +++ b/boost/common/Makefile.am @@ -1,5 +1,4 @@ # file : boost/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/boost/common/makefile b/boost/common/makefile index 8b44c63..3bbd3d5 100644 --- a/boost/common/makefile +++ b/boost/common/makefile @@ -1,5 +1,4 @@ # file : boost/common/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file diff --git a/boost/common/optional/driver.cxx b/boost/common/optional/driver.cxx index 7673e68..6956cd0 100644 --- a/boost/common/optional/driver.cxx +++ b/boost/common/optional/driver.cxx @@ -1,5 +1,4 @@ // file : boost/common/optional/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/boost/common/optional/makefile b/boost/common/optional/makefile index ca0a94d..843f645 100644 --- a/boost/common/optional/makefile +++ b/boost/common/optional/makefile @@ -1,5 +1,4 @@ # file : boost/common/optional/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/common/optional/test.hxx b/boost/common/optional/test.hxx index 519ed94..732683d 100644 --- a/boost/common/optional/test.hxx +++ b/boost/common/optional/test.hxx @@ -1,5 +1,4 @@ // file : boost/common/optional/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/boost/common/smart-ptr/driver.cxx b/boost/common/smart-ptr/driver.cxx index af5767c..ff583b3 100644 --- a/boost/common/smart-ptr/driver.cxx +++ b/boost/common/smart-ptr/driver.cxx @@ -1,5 +1,4 @@ // file : boost/common/smart-ptr/driver.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/common/smart-ptr/makefile b/boost/common/smart-ptr/makefile index 79c943a..c4e1ee4 100644 --- a/boost/common/smart-ptr/makefile +++ b/boost/common/smart-ptr/makefile @@ -1,5 +1,4 @@ # file : boost/common/smart-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/boost/common/smart-ptr/test.hxx b/boost/common/smart-ptr/test.hxx index 62a9ae6..99270c4 100644 --- a/boost/common/smart-ptr/test.hxx +++ b/boost/common/smart-ptr/test.hxx @@ -1,5 +1,4 @@ // file : boost/common/smart-ptr/test.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/common/template/Makefile.am b/boost/common/template/Makefile.am index 6cd68eb..e8bf277 100644 --- a/boost/common/template/Makefile.am +++ b/boost/common/template/Makefile.am @@ -1,5 +1,4 @@ # file : boost/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/boost/common/template/driver.cxx b/boost/common/template/driver.cxx index 5865289..734dcf9 100644 --- a/boost/common/template/driver.cxx +++ b/boost/common/template/driver.cxx @@ -1,5 +1,4 @@ // file : boost/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/boost/common/template/makefile b/boost/common/template/makefile index 8fe2fa6..14e9af1 100644 --- a/boost/common/template/makefile +++ b/boost/common/template/makefile @@ -1,5 +1,4 @@ # file : boost/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/boost/common/template/test.hxx b/boost/common/template/test.hxx index ca19cba..21dbc05 100644 --- a/boost/common/template/test.hxx +++ b/boost/common/template/test.hxx @@ -1,5 +1,4 @@ // file : boost/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/boost/common/test.bat b/boost/common/test.bat index a5f035a..58d6f7b 100644 --- a/boost/common/test.bat +++ b/boost/common/test.bat @@ -1,6 +1,5 @@ @echo off rem file : boost/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/boost/common/unordered/driver.cxx b/boost/common/unordered/driver.cxx index 3750e58..5240004 100644 --- a/boost/common/unordered/driver.cxx +++ b/boost/common/unordered/driver.cxx @@ -1,5 +1,4 @@ // file : boost/common/unordered/driver.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/common/unordered/makefile b/boost/common/unordered/makefile index 7ea4e60..85073db 100644 --- a/boost/common/unordered/makefile +++ b/boost/common/unordered/makefile @@ -1,5 +1,4 @@ # file : boost/common/unordered/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/common/unordered/test.hxx b/boost/common/unordered/test.hxx index 02ed5bd..e0f7a48 100644 --- a/boost/common/unordered/test.hxx +++ b/boost/common/unordered/test.hxx @@ -1,5 +1,4 @@ // file : boost/common/unordered/test.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/makefile b/boost/makefile index a8edf49..40d8ae7 100644 --- a/boost/makefile +++ b/boost/makefile @@ -1,5 +1,4 @@ # file : boost/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file diff --git a/boost/mssql/Makefile.am b/boost/mssql/Makefile.am index 76af29a..dbab009 100644 --- a/boost/mssql/Makefile.am +++ b/boost/mssql/Makefile.am @@ -1,5 +1,4 @@ # file : boost/mssql/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/boost/mssql/date-time/driver.cxx b/boost/mssql/date-time/driver.cxx index 55cbdb0..ed1519e 100644 --- a/boost/mssql/date-time/driver.cxx +++ b/boost/mssql/date-time/driver.cxx @@ -1,5 +1,4 @@ // file : boost/mssql/date-time/driver.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/mssql/date-time/makefile b/boost/mssql/date-time/makefile index 4c97299..3917061 100644 --- a/boost/mssql/date-time/makefile +++ b/boost/mssql/date-time/makefile @@ -1,5 +1,4 @@ # file : boost/mssql/date-time/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/mssql/date-time/test.hxx b/boost/mssql/date-time/test.hxx index ddf38f6..4757153 100644 --- a/boost/mssql/date-time/test.hxx +++ b/boost/mssql/date-time/test.hxx @@ -1,5 +1,4 @@ // file : boost/mssql/date-time/test.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/mssql/makefile b/boost/mssql/makefile index 1f43f40..8bdd349 100644 --- a/boost/mssql/makefile +++ b/boost/mssql/makefile @@ -1,5 +1,4 @@ # file : boost/mssql/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file diff --git a/boost/mssql/template/Makefile.am b/boost/mssql/template/Makefile.am index 6ac8d13..59051f9 100644 --- a/boost/mssql/template/Makefile.am +++ b/boost/mssql/template/Makefile.am @@ -1,5 +1,4 @@ # file : boost/mssql/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/boost/mssql/template/driver.cxx b/boost/mssql/template/driver.cxx index e43fd72..3c55864 100644 --- a/boost/mssql/template/driver.cxx +++ b/boost/mssql/template/driver.cxx @@ -1,5 +1,4 @@ // file : boost/mssql/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/boost/mssql/template/makefile b/boost/mssql/template/makefile index 06d9ba7..8d1ef71 100644 --- a/boost/mssql/template/makefile +++ b/boost/mssql/template/makefile @@ -1,5 +1,4 @@ # file : boost/mssql/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/boost/mssql/template/test.hxx b/boost/mssql/template/test.hxx index ab41549..881fce7 100644 --- a/boost/mssql/template/test.hxx +++ b/boost/mssql/template/test.hxx @@ -1,5 +1,4 @@ // file : boost/mssql/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/boost/mssql/test.bat b/boost/mssql/test.bat index a13b843..ba03581 100644 --- a/boost/mssql/test.bat +++ b/boost/mssql/test.bat @@ -1,6 +1,5 @@ @echo off rem file : boost/mssql/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/boost/mysql/Makefile.am b/boost/mysql/Makefile.am index 8d1c143..d641b42 100644 --- a/boost/mysql/Makefile.am +++ b/boost/mysql/Makefile.am @@ -1,5 +1,4 @@ # file : boost/mysql/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/boost/mysql/date-time/driver.cxx b/boost/mysql/date-time/driver.cxx index 5dfd374..59e94e6 100644 --- a/boost/mysql/date-time/driver.cxx +++ b/boost/mysql/date-time/driver.cxx @@ -1,5 +1,4 @@ // file : boost/mysql/date-time/driver.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/mysql/date-time/makefile b/boost/mysql/date-time/makefile index 9f9584b..183d8c5 100644 --- a/boost/mysql/date-time/makefile +++ b/boost/mysql/date-time/makefile @@ -1,5 +1,4 @@ # file : boost/mysql/date-time/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/mysql/date-time/test.hxx b/boost/mysql/date-time/test.hxx index b84bf0f..6036e8f 100644 --- a/boost/mysql/date-time/test.hxx +++ b/boost/mysql/date-time/test.hxx @@ -1,5 +1,4 @@ // file : boost/mysql/date-time/test.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/mysql/makefile b/boost/mysql/makefile index 6aa5a48..5089f41 100644 --- a/boost/mysql/makefile +++ b/boost/mysql/makefile @@ -1,5 +1,4 @@ # file : boost/mysql/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file diff --git a/boost/mysql/template/Makefile.am b/boost/mysql/template/Makefile.am index 6bab1d5..3a7ce53 100644 --- a/boost/mysql/template/Makefile.am +++ b/boost/mysql/template/Makefile.am @@ -1,5 +1,4 @@ # file : boost/mysql/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/boost/mysql/template/driver.cxx b/boost/mysql/template/driver.cxx index 2a92ab4..db7c237 100644 --- a/boost/mysql/template/driver.cxx +++ b/boost/mysql/template/driver.cxx @@ -1,5 +1,4 @@ // file : boost/mysql/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/boost/mysql/template/makefile b/boost/mysql/template/makefile index 0cba62b..3571228 100644 --- a/boost/mysql/template/makefile +++ b/boost/mysql/template/makefile @@ -1,5 +1,4 @@ # file : boost/mysql/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/boost/mysql/template/test.hxx b/boost/mysql/template/test.hxx index c89562b..5105c6c 100644 --- a/boost/mysql/template/test.hxx +++ b/boost/mysql/template/test.hxx @@ -1,5 +1,4 @@ // file : boost/mysql/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/boost/mysql/test.bat b/boost/mysql/test.bat index e9b2e5d..387ad26 100644 --- a/boost/mysql/test.bat +++ b/boost/mysql/test.bat @@ -1,6 +1,5 @@ @echo off rem file : boost/mysql/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/boost/oracle/Makefile.am b/boost/oracle/Makefile.am index 6237668..796d9c2 100644 --- a/boost/oracle/Makefile.am +++ b/boost/oracle/Makefile.am @@ -1,5 +1,4 @@ # file : boost/oracle/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/boost/oracle/date-time/driver.cxx b/boost/oracle/date-time/driver.cxx index 7c1733e..6c8c240 100644 --- a/boost/oracle/date-time/driver.cxx +++ b/boost/oracle/date-time/driver.cxx @@ -1,5 +1,4 @@ // file : boost/oracle/date-time/driver.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/oracle/date-time/makefile b/boost/oracle/date-time/makefile index c2a8711..ac1680d 100644 --- a/boost/oracle/date-time/makefile +++ b/boost/oracle/date-time/makefile @@ -1,5 +1,4 @@ # file : boost/oracle/date-time/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/oracle/date-time/test.hxx b/boost/oracle/date-time/test.hxx index ef5455a..9a5fe8b 100644 --- a/boost/oracle/date-time/test.hxx +++ b/boost/oracle/date-time/test.hxx @@ -1,5 +1,4 @@ // file : boost/oracle/date-time/test.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/oracle/makefile b/boost/oracle/makefile index 929fa8b..1e3fc52 100644 --- a/boost/oracle/makefile +++ b/boost/oracle/makefile @@ -1,5 +1,4 @@ # file : boost/oracle/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file diff --git a/boost/oracle/template/Makefile.am b/boost/oracle/template/Makefile.am index 2e5e5f8..23f695f 100644 --- a/boost/oracle/template/Makefile.am +++ b/boost/oracle/template/Makefile.am @@ -1,5 +1,4 @@ # file : boost/oracle/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/boost/oracle/template/driver.cxx b/boost/oracle/template/driver.cxx index b1442e0..b77f0f5 100644 --- a/boost/oracle/template/driver.cxx +++ b/boost/oracle/template/driver.cxx @@ -1,5 +1,4 @@ // file : boost/oracle/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/boost/oracle/template/makefile b/boost/oracle/template/makefile index 551cfb0..a2fb64d 100644 --- a/boost/oracle/template/makefile +++ b/boost/oracle/template/makefile @@ -1,5 +1,4 @@ # file : boost/oracle/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/boost/oracle/template/test.hxx b/boost/oracle/template/test.hxx index 2bb9244..65123a7 100644 --- a/boost/oracle/template/test.hxx +++ b/boost/oracle/template/test.hxx @@ -1,5 +1,4 @@ // file : boost/oracle/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/boost/oracle/test.bat b/boost/oracle/test.bat index d323b10..fcc0945 100644 --- a/boost/oracle/test.bat +++ b/boost/oracle/test.bat @@ -1,6 +1,5 @@ @echo off rem file : boost/oracle/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/boost/pgsql/Makefile.am b/boost/pgsql/Makefile.am index cf1cda7..92fca3e 100644 --- a/boost/pgsql/Makefile.am +++ b/boost/pgsql/Makefile.am @@ -1,5 +1,4 @@ # file : boost/pgsql/Makefile.am -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/pgsql/date-time/driver.cxx b/boost/pgsql/date-time/driver.cxx index 6827bd6..4012fd6 100644 --- a/boost/pgsql/date-time/driver.cxx +++ b/boost/pgsql/date-time/driver.cxx @@ -1,5 +1,4 @@ // file : boost/pgsql/date-time/driver.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/pgsql/date-time/makefile b/boost/pgsql/date-time/makefile index 27f3f6d..bebe279 100644 --- a/boost/pgsql/date-time/makefile +++ b/boost/pgsql/date-time/makefile @@ -1,5 +1,4 @@ # file : boost/pgsql/date-time/makefile -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/pgsql/date-time/test.hxx b/boost/pgsql/date-time/test.hxx index 9f6746e..68e26e5 100644 --- a/boost/pgsql/date-time/test.hxx +++ b/boost/pgsql/date-time/test.hxx @@ -1,5 +1,4 @@ // file : boost/pgsql/date-time/test.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/pgsql/makefile b/boost/pgsql/makefile index 9b69e32..dbf8a6d 100644 --- a/boost/pgsql/makefile +++ b/boost/pgsql/makefile @@ -1,5 +1,4 @@ # file : boost/pgsql/makefile -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file diff --git a/boost/pgsql/template/Makefile.am b/boost/pgsql/template/Makefile.am index 2c9f50a..8e75803 100644 --- a/boost/pgsql/template/Makefile.am +++ b/boost/pgsql/template/Makefile.am @@ -1,5 +1,4 @@ # file : boost/pgsql/template/Makefile.am -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/pgsql/template/driver.cxx b/boost/pgsql/template/driver.cxx index e670008..2f7d3e1 100644 --- a/boost/pgsql/template/driver.cxx +++ b/boost/pgsql/template/driver.cxx @@ -1,5 +1,4 @@ // file : boost/pgsql/template/driver.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/pgsql/template/makefile b/boost/pgsql/template/makefile index 986926b..bbb2bcf 100644 --- a/boost/pgsql/template/makefile +++ b/boost/pgsql/template/makefile @@ -1,5 +1,4 @@ # file : boost/pgsql/template/makefile -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/pgsql/template/test.hxx b/boost/pgsql/template/test.hxx index fd4a879..09b1b82 100644 --- a/boost/pgsql/template/test.hxx +++ b/boost/pgsql/template/test.hxx @@ -1,5 +1,4 @@ // file : boost/pgsql/template/test.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/pgsql/test.bat b/boost/pgsql/test.bat index bcbab16..48ec426 100644 --- a/boost/pgsql/test.bat +++ b/boost/pgsql/test.bat @@ -1,6 +1,5 @@ @echo off rem file : boost/pgsql/test.bat -rem author : Constantin Michael rem copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/sqlite/Makefile.am b/boost/sqlite/Makefile.am index d32821a..649d587 100644 --- a/boost/sqlite/Makefile.am +++ b/boost/sqlite/Makefile.am @@ -1,5 +1,4 @@ # file : boost/sqlite/Makefile.am -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/sqlite/date-time/driver.cxx b/boost/sqlite/date-time/driver.cxx index e4c619f..877f659 100644 --- a/boost/sqlite/date-time/driver.cxx +++ b/boost/sqlite/date-time/driver.cxx @@ -1,5 +1,4 @@ // file : boost/sqlite/date-time/driver.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/sqlite/date-time/makefile b/boost/sqlite/date-time/makefile index fbaccaf..e218727 100644 --- a/boost/sqlite/date-time/makefile +++ b/boost/sqlite/date-time/makefile @@ -1,5 +1,4 @@ # file : boost/sqlite/date-time/makefile -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/sqlite/date-time/test.hxx b/boost/sqlite/date-time/test.hxx index 020bc7d..b966d37 100644 --- a/boost/sqlite/date-time/test.hxx +++ b/boost/sqlite/date-time/test.hxx @@ -1,5 +1,4 @@ // file : boost/sqlite/date-time/test.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/sqlite/makefile b/boost/sqlite/makefile index e23ec20..e5b67a6 100644 --- a/boost/sqlite/makefile +++ b/boost/sqlite/makefile @@ -1,5 +1,4 @@ # file : boost/sqlite/makefile -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file diff --git a/boost/sqlite/template/Makefile.am b/boost/sqlite/template/Makefile.am index 0203290..aa4cb4b 100644 --- a/boost/sqlite/template/Makefile.am +++ b/boost/sqlite/template/Makefile.am @@ -1,5 +1,4 @@ # file : boost/sqlite/template/Makefile.am -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/sqlite/template/driver.cxx b/boost/sqlite/template/driver.cxx index 0878f2e..b853f9c 100644 --- a/boost/sqlite/template/driver.cxx +++ b/boost/sqlite/template/driver.cxx @@ -1,5 +1,4 @@ // file : boost/sqlite/template/driver.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/sqlite/template/makefile b/boost/sqlite/template/makefile index 9c107ff..de0059d 100644 --- a/boost/sqlite/template/makefile +++ b/boost/sqlite/template/makefile @@ -1,5 +1,4 @@ # file : boost/sqlite/template/makefile -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/sqlite/template/test.hxx b/boost/sqlite/template/test.hxx index b6cd18e..289cbd9 100644 --- a/boost/sqlite/template/test.hxx +++ b/boost/sqlite/template/test.hxx @@ -1,5 +1,4 @@ // file : boost/sqlite/template/test.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/boost/sqlite/test.bat b/boost/sqlite/test.bat index dd6fe87..4aceba1 100644 --- a/boost/sqlite/test.bat +++ b/boost/sqlite/test.bat @@ -1,6 +1,5 @@ @echo off rem file : boost/sqlite/test.bat -rem author : Constantin Michael rem copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file -- cgit v1.1