aboutsummaryrefslogtreecommitdiff
path: root/optimistic
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 /optimistic
parent5e0128fc306acc2a2626b645214460d5bf214b39 (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'optimistic')
-rw-r--r--optimistic/database.hxx1
-rw-r--r--optimistic/driver.cxx1
-rw-r--r--optimistic/makefile1
-rw-r--r--optimistic/person.hxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/optimistic/database.hxx b/optimistic/database.hxx
index b014f73..8ed1447 100644
--- a/optimistic/database.hxx
+++ b/optimistic/database.hxx
@@ -1,5 +1,4 @@
// file : optimistic/database.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
//
diff --git a/optimistic/driver.cxx b/optimistic/driver.cxx
index 78cb14d..25bc9af 100644
--- a/optimistic/driver.cxx
+++ b/optimistic/driver.cxx
@@ -1,5 +1,4 @@
// file : optimistic/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/optimistic/makefile b/optimistic/makefile
index a073531..3ce5acc 100644
--- a/optimistic/makefile
+++ b/optimistic/makefile
@@ -1,5 +1,4 @@
# file : optimistic/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/optimistic/person.hxx b/optimistic/person.hxx
index 60f3082..5b7177f 100644
--- a/optimistic/person.hxx
+++ b/optimistic/person.hxx
@@ -1,5 +1,4 @@
// file : optimistic/person.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef PERSON_HXX