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 | 699bd9bbc267e9baadbe077649c6c7e93d2bc11a (patch) | |
tree | 96fcd307bd7dea9b7111e99136d0cbab6c01c620 /hello | |
parent | 5e0128fc306acc2a2626b645214460d5bf214b39 (diff) |
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'hello')
-rw-r--r-- | hello/database.hxx | 1 | ||||
-rw-r--r-- | hello/driver.cxx | 1 | ||||
-rw-r--r-- | hello/makefile | 1 | ||||
-rw-r--r-- | hello/person.hxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/hello/database.hxx b/hello/database.hxx index 7872297..1bf7b4c 100644 --- a/hello/database.hxx +++ b/hello/database.hxx @@ -1,5 +1,4 @@ // file : hello/database.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain // diff --git a/hello/driver.cxx b/hello/driver.cxx index 98251cf..a049c79 100644 --- a/hello/driver.cxx +++ b/hello/driver.cxx @@ -1,5 +1,4 @@ // file : hello/driver.cxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain #include <memory> // std::auto_ptr diff --git a/hello/makefile b/hello/makefile index ea93bfb..21684e0 100644 --- a/hello/makefile +++ b/hello/makefile @@ -1,5 +1,4 @@ # file : hello/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/hello/person.hxx b/hello/person.hxx index f480723..81a9321 100644 --- a/hello/person.hxx +++ b/hello/person.hxx @@ -1,5 +1,4 @@ // file : hello/person.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain #ifndef PERSON_HXX |