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. --- pgsql/Makefile.am | 1 - pgsql/makefile | 1 - pgsql/native/driver.cxx | 1 - pgsql/native/makefile | 1 - pgsql/template/Makefile.am | 1 - pgsql/template/driver.cxx | 1 - pgsql/template/makefile | 1 - pgsql/template/test.hxx | 1 - pgsql/test.bat | 1 - pgsql/truncation/driver.cxx | 2 -- pgsql/truncation/makefile | 1 - pgsql/truncation/test.hxx | 2 -- pgsql/types/driver.cxx | 1 - pgsql/types/makefile | 1 - pgsql/types/test.hxx | 1 - pgsql/types/traits.hxx | 1 - 16 files changed, 18 deletions(-) (limited to 'pgsql') diff --git a/pgsql/Makefile.am b/pgsql/Makefile.am index 11dd4cc..e7a0d57 100644 --- a/pgsql/Makefile.am +++ b/pgsql/Makefile.am @@ -1,5 +1,4 @@ # file : 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/pgsql/makefile b/pgsql/makefile index 1fee285..097072e 100644 --- a/pgsql/makefile +++ b/pgsql/makefile @@ -1,5 +1,4 @@ # file : pgsql/makefile -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file diff --git a/pgsql/native/driver.cxx b/pgsql/native/driver.cxx index 7fc63f6..c2389a0 100644 --- a/pgsql/native/driver.cxx +++ b/pgsql/native/driver.cxx @@ -1,5 +1,4 @@ // file : pgsql/native/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/pgsql/native/makefile b/pgsql/native/makefile index 5b85f42..940cfee 100644 --- a/pgsql/native/makefile +++ b/pgsql/native/makefile @@ -1,5 +1,4 @@ # file : pgsql/native/makefile -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/pgsql/template/Makefile.am b/pgsql/template/Makefile.am index 9781646..a34a5c3 100644 --- a/pgsql/template/Makefile.am +++ b/pgsql/template/Makefile.am @@ -1,5 +1,4 @@ # file : 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/pgsql/template/driver.cxx b/pgsql/template/driver.cxx index 1ebb890..7f3ec12 100644 --- a/pgsql/template/driver.cxx +++ b/pgsql/template/driver.cxx @@ -1,5 +1,4 @@ // file : 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/pgsql/template/makefile b/pgsql/template/makefile index bf6b9c3..d1edd41 100644 --- a/pgsql/template/makefile +++ b/pgsql/template/makefile @@ -1,5 +1,4 @@ # file : 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/pgsql/template/test.hxx b/pgsql/template/test.hxx index a142b7f..be89561 100644 --- a/pgsql/template/test.hxx +++ b/pgsql/template/test.hxx @@ -1,5 +1,4 @@ // file : 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/pgsql/test.bat b/pgsql/test.bat index 4075d5c..cd93b22 100644 --- a/pgsql/test.bat +++ b/pgsql/test.bat @@ -1,6 +1,5 @@ @echo off rem file : 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/pgsql/truncation/driver.cxx b/pgsql/truncation/driver.cxx index bbfa99e..810f422 100644 --- a/pgsql/truncation/driver.cxx +++ b/pgsql/truncation/driver.cxx @@ -1,6 +1,4 @@ // file : pgsql/truncation/driver.cxx -// author : Boris Kolpackov -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/pgsql/truncation/makefile b/pgsql/truncation/makefile index 6bfe835..152250c 100644 --- a/pgsql/truncation/makefile +++ b/pgsql/truncation/makefile @@ -1,5 +1,4 @@ # file : pgsql/truncation/makefile -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/pgsql/truncation/test.hxx b/pgsql/truncation/test.hxx index d472b52..1fbba44 100644 --- a/pgsql/truncation/test.hxx +++ b/pgsql/truncation/test.hxx @@ -1,6 +1,4 @@ // file : pgsql/truncation/test.hxx -// author : Boris Kolpackov -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/pgsql/types/driver.cxx b/pgsql/types/driver.cxx index d6d675c..e69f3a5 100644 --- a/pgsql/types/driver.cxx +++ b/pgsql/types/driver.cxx @@ -1,5 +1,4 @@ // file : pgsql/types/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/pgsql/types/makefile b/pgsql/types/makefile index 0ba6bec..41c890c 100644 --- a/pgsql/types/makefile +++ b/pgsql/types/makefile @@ -1,5 +1,4 @@ # file : pgsql/types/makefile -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/pgsql/types/test.hxx b/pgsql/types/test.hxx index 500887a..354a190 100644 --- a/pgsql/types/test.hxx +++ b/pgsql/types/test.hxx @@ -1,5 +1,4 @@ // file : pgsql/types/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/pgsql/types/traits.hxx b/pgsql/types/traits.hxx index ae3bd9e..eadc94a 100644 --- a/pgsql/types/traits.hxx +++ b/pgsql/types/traits.hxx @@ -1,5 +1,4 @@ // file : pgsql/types/traits.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -- cgit v1.1