aboutsummaryrefslogtreecommitdiff
path: root/schema
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
commit699bd9bbc267e9baadbe077649c6c7e93d2bc11a (patch)
tree96fcd307bd7dea9b7111e99136d0cbab6c01c620 /schema
parent5e0128fc306acc2a2626b645214460d5bf214b39 (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'schema')
-rw-r--r--schema/custom/database.hxx1
-rw-r--r--schema/custom/driver.cxx1
-rw-r--r--schema/custom/employee.hxx1
-rw-r--r--schema/custom/makefile1
-rw-r--r--schema/embedded/database.hxx1
-rw-r--r--schema/embedded/driver.cxx1
-rw-r--r--schema/embedded/makefile1
-rw-r--r--schema/embedded/person.hxx1
8 files changed, 0 insertions, 8 deletions
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
diff --git a/schema/embedded/database.hxx b/schema/embedded/database.hxx
index a79cc4d..e5c37fc 100644
--- a/schema/embedded/database.hxx
+++ b/schema/embedded/database.hxx
@@ -1,5 +1,4 @@
// file : schema/embedded/database.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
//
diff --git a/schema/embedded/driver.cxx b/schema/embedded/driver.cxx
index aeba3ee..16ed426 100644
--- a/schema/embedded/driver.cxx
+++ b/schema/embedded/driver.cxx
@@ -1,5 +1,4 @@
// file : schema/embedded/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/schema/embedded/makefile b/schema/embedded/makefile
index 81baa23..9adb534 100644
--- a/schema/embedded/makefile
+++ b/schema/embedded/makefile
@@ -1,5 +1,4 @@
# file : schema/embedded/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/schema/embedded/person.hxx b/schema/embedded/person.hxx
index a3d44b9..e73ddcf 100644
--- a/schema/embedded/person.hxx
+++ b/schema/embedded/person.hxx
@@ -1,5 +1,4 @@
// file : schema/embedded/person.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef PERSON_HXX