aboutsummaryrefslogtreecommitdiff
path: root/mapping
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 /mapping
parent5e0128fc306acc2a2626b645214460d5bf214b39 (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'mapping')
-rw-r--r--mapping/database.hxx1
-rw-r--r--mapping/driver.cxx1
-rw-r--r--mapping/makefile1
-rw-r--r--mapping/person.hxx1
-rw-r--r--mapping/traits-mssql.hxx1
-rw-r--r--mapping/traits-mysql.hxx1
-rw-r--r--mapping/traits-oracle.hxx1
-rw-r--r--mapping/traits-pgsql.hxx1
-rw-r--r--mapping/traits-sqlite.hxx1
-rw-r--r--mapping/traits.hxx1
10 files changed, 0 insertions, 10 deletions
diff --git a/mapping/database.hxx b/mapping/database.hxx
index a3ab8f9..aadaa62 100644
--- a/mapping/database.hxx
+++ b/mapping/database.hxx
@@ -1,5 +1,4 @@
// file : mapping/database.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
//
diff --git a/mapping/driver.cxx b/mapping/driver.cxx
index 2d8315f..ea392d5 100644
--- a/mapping/driver.cxx
+++ b/mapping/driver.cxx
@@ -1,5 +1,4 @@
// file : mapping/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/mapping/makefile b/mapping/makefile
index 31ffdb2..b0021c2 100644
--- a/mapping/makefile
+++ b/mapping/makefile
@@ -1,5 +1,4 @@
# file : mapping/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/mapping/person.hxx b/mapping/person.hxx
index 1638ff5..c1a43b9 100644
--- a/mapping/person.hxx
+++ b/mapping/person.hxx
@@ -1,5 +1,4 @@
// file : mapping/person.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef PERSON_HXX
diff --git a/mapping/traits-mssql.hxx b/mapping/traits-mssql.hxx
index 264a657..3713f82 100644
--- a/mapping/traits-mssql.hxx
+++ b/mapping/traits-mssql.hxx
@@ -1,5 +1,4 @@
// file : mapping/traits-mssql.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef TRAITS_MSSQL_HXX
diff --git a/mapping/traits-mysql.hxx b/mapping/traits-mysql.hxx
index 893571e..a15d1c9 100644
--- a/mapping/traits-mysql.hxx
+++ b/mapping/traits-mysql.hxx
@@ -1,5 +1,4 @@
// file : mapping/traits-mysql.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef TRAITS_MYSQL_HXX
diff --git a/mapping/traits-oracle.hxx b/mapping/traits-oracle.hxx
index 2a2a02b..a5683c6 100644
--- a/mapping/traits-oracle.hxx
+++ b/mapping/traits-oracle.hxx
@@ -1,5 +1,4 @@
// file : mapping/traits-oracle.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef TRAITS_ORACLE_HXX
diff --git a/mapping/traits-pgsql.hxx b/mapping/traits-pgsql.hxx
index beaaac3..aeefa52 100644
--- a/mapping/traits-pgsql.hxx
+++ b/mapping/traits-pgsql.hxx
@@ -1,5 +1,4 @@
// file : mapping/traits-pgsql.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef TRAITS_PGSQL_HXX
diff --git a/mapping/traits-sqlite.hxx b/mapping/traits-sqlite.hxx
index 5aaba87..cd7afc3 100644
--- a/mapping/traits-sqlite.hxx
+++ b/mapping/traits-sqlite.hxx
@@ -1,5 +1,4 @@
// file : mapping/traits-sqlite.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef TRAITS_SQLITE_HXX
diff --git a/mapping/traits.hxx b/mapping/traits.hxx
index c2bec55..5579f0c 100644
--- a/mapping/traits.hxx
+++ b/mapping/traits.hxx
@@ -1,5 +1,4 @@
// file : mapping/traits.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef TRAITS_HXX