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. --- inheritance/database.hxx | 1 - inheritance/driver.cxx | 1 - inheritance/employee.hxx | 1 - inheritance/makefile | 1 - 4 files changed, 4 deletions(-) (limited to 'inheritance') 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 // 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 // copyright : not copyrighted - public domain #include // 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 // 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 # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file -- cgit v1.1