From 699bd9bbc267e9baadbe077649c6c7e93d2bc11a Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Sun, 29 Jan 2012 14:25:57 +0200
Subject: Remove author field from file header

Too much effort to maintain.
---
 schema/custom/database.hxx | 1 -
 schema/custom/driver.cxx   | 1 -
 schema/custom/employee.hxx | 1 -
 schema/custom/makefile     | 1 -
 4 files changed, 4 deletions(-)

(limited to 'schema/custom')

diff --git a/schema/custom/database.hxx b/schema/custom/database.hxx
index 9bb411d..abd0aae 100644
--- a/schema/custom/database.hxx
+++ b/schema/custom/database.hxx
@@ -1,5 +1,4 @@
 // file      : schema/custom/database.hxx
-// author    : Boris Kolpackov <boris@codesynthesis.com>
 // copyright : not copyrighted - public domain
 
 //
diff --git a/schema/custom/driver.cxx b/schema/custom/driver.cxx
index cc1f3ea..f405004 100644
--- a/schema/custom/driver.cxx
+++ b/schema/custom/driver.cxx
@@ -1,5 +1,4 @@
 // file      : schema/custom/driver.cxx
-// author    : Boris Kolpackov <boris@codesynthesis.com>
 // copyright : not copyrighted - public domain
 
 #include <memory>   // std::auto_ptr
diff --git a/schema/custom/employee.hxx b/schema/custom/employee.hxx
index f5d71c0..e149192 100644
--- a/schema/custom/employee.hxx
+++ b/schema/custom/employee.hxx
@@ -1,5 +1,4 @@
 // file      : schema/custom/employee.hxx
-// author    : Boris Kolpackov <boris@codesynthesis.com>
 // copyright : not copyrighted - public domain
 
 #ifndef EMPLOYEE_HXX
diff --git a/schema/custom/makefile b/schema/custom/makefile
index 1e36d55..464b04b 100644
--- a/schema/custom/makefile
+++ b/schema/custom/makefile
@@ -1,5 +1,4 @@
 # file      : schema/custom/makefile
-# author    : Boris Kolpackov <boris@codesynthesis.com>
 # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
 # license   : GNU GPL v2; see accompanying LICENSE file
 
-- 
cgit v1.1