diff options
Diffstat (limited to 'container')
-rw-r--r-- | container/database.hxx | 1 | ||||
-rw-r--r-- | container/driver.cxx | 1 | ||||
-rw-r--r-- | container/makefile | 1 | ||||
-rw-r--r-- | container/person.hxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/container/database.hxx b/container/database.hxx index e71a225..53f1548 100644 --- a/container/database.hxx +++ b/container/database.hxx @@ -1,5 +1,4 @@ // file : container/database.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain // diff --git a/container/driver.cxx b/container/driver.cxx index 77a53fe..566f89e 100644 --- a/container/driver.cxx +++ b/container/driver.cxx @@ -1,5 +1,4 @@ // file : container/driver.cxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain #include <memory> // std::auto_ptr diff --git a/container/makefile b/container/makefile index 8f4a463..e481148 100644 --- a/container/makefile +++ b/container/makefile @@ -1,5 +1,4 @@ # file : container/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/container/person.hxx b/container/person.hxx index 941bfc6..31b90a5 100644 --- a/container/person.hxx +++ b/container/person.hxx @@ -1,5 +1,4 @@ // file : container/person.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain #ifndef PERSON_HXX |