diff options
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 |