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. --- relationship/database.hxx | 1 - relationship/driver.cxx | 1 - relationship/employee.hxx | 1 - relationship/makefile | 1 - 4 files changed, 4 deletions(-) (limited to 'relationship') diff --git a/relationship/database.hxx b/relationship/database.hxx index 2f64e06..ace574f 100644 --- a/relationship/database.hxx +++ b/relationship/database.hxx @@ -1,5 +1,4 @@ // file : relationship/database.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // diff --git a/relationship/driver.cxx b/relationship/driver.cxx index 1690d91..afd0b7f 100644 --- a/relationship/driver.cxx +++ b/relationship/driver.cxx @@ -1,5 +1,4 @@ // file : relationship/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/relationship/employee.hxx b/relationship/employee.hxx index 86fe82d..213047f 100644 --- a/relationship/employee.hxx +++ b/relationship/employee.hxx @@ -1,5 +1,4 @@ // file : relationship/employee.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef EMPLOYEE_HXX diff --git a/relationship/makefile b/relationship/makefile index bf87183..d207dc3 100644 --- a/relationship/makefile +++ b/relationship/makefile @@ -1,5 +1,4 @@ # file : relationship/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file -- cgit v1.1