aboutsummaryrefslogtreecommitdiff
path: root/pgsql
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:57 +0200
commitdae71f180120d7a7e22262220410913d77aa1767 (patch)
tree643a6529864e6e0e22446f2180707124c71847d0 /pgsql
parentd3905b172b7d3cd1df933f57072aee652d10c186 (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'pgsql')
-rw-r--r--pgsql/Makefile.am1
-rw-r--r--pgsql/makefile1
-rw-r--r--pgsql/native/driver.cxx1
-rw-r--r--pgsql/native/makefile1
-rw-r--r--pgsql/template/Makefile.am1
-rw-r--r--pgsql/template/driver.cxx1
-rw-r--r--pgsql/template/makefile1
-rw-r--r--pgsql/template/test.hxx1
-rw-r--r--pgsql/test.bat1
-rw-r--r--pgsql/truncation/driver.cxx2
-rw-r--r--pgsql/truncation/makefile1
-rw-r--r--pgsql/truncation/test.hxx2
-rw-r--r--pgsql/types/driver.cxx1
-rw-r--r--pgsql/types/makefile1
-rw-r--r--pgsql/types/test.hxx1
-rw-r--r--pgsql/types/traits.hxx1
16 files changed, 0 insertions, 18 deletions
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 <constantin@codesynthesis.com>
# 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 <constantin@codesynthesis.com>
# 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 <constantin@codesynthesis.com>
// 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 <constantin@codesynthesis.com>
# 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 <constantin@codesynthesis.com>
# 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 <constantin@codesynthesis.com>
// 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 <constantin@codesynthesis.com>
# 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 <constantin@codesynthesis.com>
// 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 <constantin@codesynthesis.com>
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 <boris@codesynthesis.com>
-// author : Constantin Michael <constantin@codesynthesis.com>
// 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 <constantin@codesynthesis.com>
# 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 <boris@codesynthesis.com>
-// author : Constantin Michael <constantin@codesynthesis.com>
// 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 <constantin@codesynthesis.com>
// 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 <constantin@codesynthesis.com>
# 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 <constantin@codesynthesis.com>
// 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 <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file