From b16111a4e4bf6b40b12ca678fcf967e554133603 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. --- odb/relational/pgsql/common.cxx | 1 - odb/relational/pgsql/common.hxx | 1 - odb/relational/pgsql/context.cxx | 1 - odb/relational/pgsql/context.hxx | 1 - odb/relational/pgsql/header.cxx | 1 - odb/relational/pgsql/model.cxx | 1 - odb/relational/pgsql/schema.cxx | 1 - odb/relational/pgsql/source.cxx | 1 - 8 files changed, 8 deletions(-) (limited to 'odb/relational/pgsql') diff --git a/odb/relational/pgsql/common.cxx b/odb/relational/pgsql/common.cxx index e2d619e..6556016 100644 --- a/odb/relational/pgsql/common.cxx +++ b/odb/relational/pgsql/common.cxx @@ -1,5 +1,4 @@ // file : odb/relational/pgsql/common.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/relational/pgsql/common.hxx b/odb/relational/pgsql/common.hxx index e62bd1c..81686ea 100644 --- a/odb/relational/pgsql/common.hxx +++ b/odb/relational/pgsql/common.hxx @@ -1,5 +1,4 @@ // file : odb/relational/pgsql/common.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/relational/pgsql/context.cxx b/odb/relational/pgsql/context.cxx index 2a5baf2..7c664ea 100644 --- a/odb/relational/pgsql/context.cxx +++ b/odb/relational/pgsql/context.cxx @@ -1,5 +1,4 @@ // file : odb/relational/pgsql/context.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/relational/pgsql/context.hxx b/odb/relational/pgsql/context.hxx index cab7095..b758caf 100644 --- a/odb/relational/pgsql/context.hxx +++ b/odb/relational/pgsql/context.hxx @@ -1,5 +1,4 @@ // file : odb/relational/pgsql/context.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/relational/pgsql/header.cxx b/odb/relational/pgsql/header.cxx index 698dd31..9e6896e 100644 --- a/odb/relational/pgsql/header.cxx +++ b/odb/relational/pgsql/header.cxx @@ -1,5 +1,4 @@ // file : odb/relational/pgsql/header.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/relational/pgsql/model.cxx b/odb/relational/pgsql/model.cxx index 83ab289..e1c84b2 100644 --- a/odb/relational/pgsql/model.cxx +++ b/odb/relational/pgsql/model.cxx @@ -1,5 +1,4 @@ // file : odb/relational/pgsql/model.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/relational/pgsql/schema.cxx b/odb/relational/pgsql/schema.cxx index fc79c00..ce4ffb0 100644 --- a/odb/relational/pgsql/schema.cxx +++ b/odb/relational/pgsql/schema.cxx @@ -1,5 +1,4 @@ // file : odb/relational/pgsql/schema.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/relational/pgsql/source.cxx b/odb/relational/pgsql/source.cxx index e5bbe5e..2ae6660 100644 --- a/odb/relational/pgsql/source.cxx +++ b/odb/relational/pgsql/source.cxx @@ -1,5 +1,4 @@ // file : odb/relational/pgsql/source.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file -- cgit v1.1