diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 14:25:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 14:25:57 +0200 |
commit | dae71f180120d7a7e22262220410913d77aa1767 (patch) | |
tree | 643a6529864e6e0e22446f2180707124c71847d0 /pgsql/types | |
parent | d3905b172b7d3cd1df933f57072aee652d10c186 (diff) |
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'pgsql/types')
-rw-r--r-- | pgsql/types/driver.cxx | 1 | ||||
-rw-r--r-- | pgsql/types/makefile | 1 | ||||
-rw-r--r-- | pgsql/types/test.hxx | 1 | ||||
-rw-r--r-- | pgsql/types/traits.hxx | 1 |
4 files changed, 0 insertions, 4 deletions
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 |