diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 14:25:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 14:25:57 +0200 |
commit | dae71f180120d7a7e22262220410913d77aa1767 (patch) | |
tree | 643a6529864e6e0e22446f2180707124c71847d0 /common/relationship-query | |
parent | d3905b172b7d3cd1df933f57072aee652d10c186 (diff) |
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'common/relationship-query')
-rw-r--r-- | common/relationship-query/driver.cxx | 1 | ||||
-rw-r--r-- | common/relationship-query/makefile | 1 | ||||
-rw-r--r-- | common/relationship-query/test.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/common/relationship-query/driver.cxx b/common/relationship-query/driver.cxx index 2e0068e..7d92783 100644 --- a/common/relationship-query/driver.cxx +++ b/common/relationship-query/driver.cxx @@ -1,5 +1,4 @@ // file : common/relationship-query/driver.cxx -// 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/common/relationship-query/makefile b/common/relationship-query/makefile index 2097823..8ade97e 100644 --- a/common/relationship-query/makefile +++ b/common/relationship-query/makefile @@ -1,5 +1,4 @@ # file : common/relationship-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/common/relationship-query/test.hxx b/common/relationship-query/test.hxx index c832405..427f4eb 100644 --- a/common/relationship-query/test.hxx +++ b/common/relationship-query/test.hxx @@ -1,5 +1,4 @@ // file : common/relationship-query/test.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file |