aboutsummaryrefslogtreecommitdiff
path: root/container
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 /container
parent5e0128fc306acc2a2626b645214460d5bf214b39 (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'container')
-rw-r--r--container/database.hxx1
-rw-r--r--container/driver.cxx1
-rw-r--r--container/makefile1
-rw-r--r--container/person.hxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/container/database.hxx b/container/database.hxx
index e71a225..53f1548 100644
--- a/container/database.hxx
+++ b/container/database.hxx
@@ -1,5 +1,4 @@
// file : container/database.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
//
diff --git a/container/driver.cxx b/container/driver.cxx
index 77a53fe..566f89e 100644
--- a/container/driver.cxx
+++ b/container/driver.cxx
@@ -1,5 +1,4 @@
// file : container/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/container/makefile b/container/makefile
index 8f4a463..e481148 100644
--- a/container/makefile
+++ b/container/makefile
@@ -1,5 +1,4 @@
# file : container/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/container/person.hxx b/container/person.hxx
index 941bfc6..31b90a5 100644
--- a/container/person.hxx
+++ b/container/person.hxx
@@ -1,5 +1,4 @@
// file : container/person.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef PERSON_HXX