aboutsummaryrefslogtreecommitdiff
path: root/inheritance
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 /inheritance
parent5e0128fc306acc2a2626b645214460d5bf214b39 (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'inheritance')
-rw-r--r--inheritance/database.hxx1
-rw-r--r--inheritance/driver.cxx1
-rw-r--r--inheritance/employee.hxx1
-rw-r--r--inheritance/makefile1
4 files changed, 0 insertions, 4 deletions
diff --git a/inheritance/database.hxx b/inheritance/database.hxx
index c5eae71..74f686b 100644
--- a/inheritance/database.hxx
+++ b/inheritance/database.hxx
@@ -1,5 +1,4 @@
// file : inheritance/database.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
//
diff --git a/inheritance/driver.cxx b/inheritance/driver.cxx
index 44fd721..38964af 100644
--- a/inheritance/driver.cxx
+++ b/inheritance/driver.cxx
@@ -1,5 +1,4 @@
// file : inheritance/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/inheritance/employee.hxx b/inheritance/employee.hxx
index 7b68b52..62b1330 100644
--- a/inheritance/employee.hxx
+++ b/inheritance/employee.hxx
@@ -1,5 +1,4 @@
// file : inheritance/employee.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef EMPLOYEE_HXX
diff --git a/inheritance/makefile b/inheritance/makefile
index e21a9de..6551c55 100644
--- a/inheritance/makefile
+++ b/inheritance/makefile
@@ -1,5 +1,4 @@
# file : inheritance/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file