aboutsummaryrefslogtreecommitdiff
path: root/query
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 /query
parent5e0128fc306acc2a2626b645214460d5bf214b39 (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'query')
-rw-r--r--query/database.hxx1
-rw-r--r--query/driver.cxx1
-rw-r--r--query/makefile1
-rw-r--r--query/person.hxx1
4 files changed, 0 insertions, 4 deletions
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 <boris@codesynthesis.com>
// 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 <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <vector>
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 <boris@codesynthesis.com>
# 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 <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef PERSON_HXX