From 699bd9bbc267e9baadbe077649c6c7e93d2bc11a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 14:25:57 +0200 Subject: Remove author field from file header Too much effort to maintain. --- template/Makefile.am | 1 - template/database.hxx | 1 - template/driver.cxx | 1 - template/makefile | 1 - template/person.hxx | 1 - 5 files changed, 5 deletions(-) (limited to 'template') 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 # 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 // 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 // copyright : not copyrighted - public domain #include // 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 # 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 // copyright : not copyrighted - public domain #ifndef PERSON_HXX -- cgit v1.1