aboutsummaryrefslogtreecommitdiff
path: root/template
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 /template
parent5e0128fc306acc2a2626b645214460d5bf214b39 (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.am1
-rw-r--r--template/database.hxx1
-rw-r--r--template/driver.cxx1
-rw-r--r--template/makefile1
-rw-r--r--template/person.hxx1
5 files changed, 0 insertions, 5 deletions
diff --git a/template/Makefile.am b/template/Makefile.am
index f96beca..d59aa5b 100644
--- a/template/Makefile.am
+++ b/template/Makefile.am
@@ -1,5 +1,4 @@
# file : template/Makefile.am
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : not copyrighted - public domain
EXTRA_DIST = __file__(extra_dist)
diff --git a/template/database.hxx b/template/database.hxx
index c3088d2..3d2ed75 100644
--- a/template/database.hxx
+++ b/template/database.hxx
@@ -1,5 +1,4 @@
// file : template/database.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
//
diff --git a/template/driver.cxx b/template/driver.cxx
index 8f647df..7160587 100644
--- a/template/driver.cxx
+++ b/template/driver.cxx
@@ -1,5 +1,4 @@
// file : template/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/template/makefile b/template/makefile
index ad0431f..23aa0ca 100644
--- a/template/makefile
+++ b/template/makefile
@@ -1,5 +1,4 @@
# file : template/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/template/person.hxx b/template/person.hxx
index 1127e78..7b7a50a 100644
--- a/template/person.hxx
+++ b/template/person.hxx
@@ -1,5 +1,4 @@
// file : template/person.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef PERSON_HXX