diff options
Diffstat (limited to 'composite')
-rw-r--r-- | composite/database.hxx | 1 | ||||
-rw-r--r-- | composite/driver.cxx | 1 | ||||
-rw-r--r-- | composite/makefile | 1 | ||||
-rw-r--r-- | composite/person.hxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/composite/database.hxx b/composite/database.hxx index 0fc9fce..3f8948d 100644 --- a/composite/database.hxx +++ b/composite/database.hxx @@ -1,5 +1,4 @@ // file : composite/database.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain // diff --git a/composite/driver.cxx b/composite/driver.cxx index 346e768..cb77acd 100644 --- a/composite/driver.cxx +++ b/composite/driver.cxx @@ -1,5 +1,4 @@ // file : composite/driver.cxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain #include <memory> // std::auto_ptr diff --git a/composite/makefile b/composite/makefile index af78ec7..08fa5e2 100644 --- a/composite/makefile +++ b/composite/makefile @@ -1,5 +1,4 @@ # file : composite/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/composite/person.hxx b/composite/person.hxx index 92da60c..4496180 100644 --- a/composite/person.hxx +++ b/composite/person.hxx @@ -1,5 +1,4 @@ // file : composite/person.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain #ifndef PERSON_HXX |