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. --- query/database.hxx | 1 - query/driver.cxx | 1 - query/makefile | 1 - query/person.hxx | 1 - 4 files changed, 4 deletions(-) (limited to 'query') diff --git a/query/database.hxx b/query/database.hxx index e01b284..713e233 100644 --- a/query/database.hxx +++ b/query/database.hxx @@ -1,5 +1,4 @@ // file : query/database.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // diff --git a/query/driver.cxx b/query/driver.cxx index 1be6107..fbd148d 100644 --- a/query/driver.cxx +++ b/query/driver.cxx @@ -1,5 +1,4 @@ // file : query/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/query/makefile b/query/makefile index 2f0b79b..61d200c 100644 --- a/query/makefile +++ b/query/makefile @@ -1,5 +1,4 @@ # file : query/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/query/person.hxx b/query/person.hxx index db312f2..59e0721 100644 --- a/query/person.hxx +++ b/query/person.hxx @@ -1,5 +1,4 @@ // file : query/person.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef PERSON_HXX -- cgit v1.1