aboutsummaryrefslogtreecommitdiff
path: root/inverse
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 /inverse
parent5e0128fc306acc2a2626b645214460d5bf214b39 (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'inverse')
-rw-r--r--inverse/database.hxx1
-rw-r--r--inverse/driver.cxx1
-rw-r--r--inverse/employee.hxx1
-rw-r--r--inverse/makefile1
4 files changed, 0 insertions, 4 deletions
diff --git a/inverse/database.hxx b/inverse/database.hxx
index 69a04b2..5a6d590 100644
--- a/inverse/database.hxx
+++ b/inverse/database.hxx
@@ -1,5 +1,4 @@
// file : inverse/database.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
//
diff --git a/inverse/driver.cxx b/inverse/driver.cxx
index 3da8226..9184e4f 100644
--- a/inverse/driver.cxx
+++ b/inverse/driver.cxx
@@ -1,5 +1,4 @@
// file : inverse/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/inverse/employee.hxx b/inverse/employee.hxx
index 8c10e34..2c23789 100644
--- a/inverse/employee.hxx
+++ b/inverse/employee.hxx
@@ -1,5 +1,4 @@
// file : inverse/employee.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef EMPLOYEE_HXX
diff --git a/inverse/makefile b/inverse/makefile
index bc0c41e..c594f91 100644
--- a/inverse/makefile
+++ b/inverse/makefile
@@ -1,5 +1,4 @@
# file : inverse/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file