diff options
Diffstat (limited to 'inverse')
-rw-r--r-- | inverse/database.hxx | 1 | ||||
-rw-r--r-- | inverse/driver.cxx | 1 | ||||
-rw-r--r-- | inverse/employee.hxx | 1 | ||||
-rw-r--r-- | inverse/makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/inverse/database.hxx b/inverse/database.hxx index 69a04b2..5a6d590 100644 --- a/inverse/database.hxx +++ b/inverse/database.hxx @@ -1,5 +1,4 @@ // file : inverse/database.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain // diff --git a/inverse/driver.cxx b/inverse/driver.cxx index 3da8226..9184e4f 100644 --- a/inverse/driver.cxx +++ b/inverse/driver.cxx @@ -1,5 +1,4 @@ // file : inverse/driver.cxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain #include <memory> // std::auto_ptr diff --git a/inverse/employee.hxx b/inverse/employee.hxx index 8c10e34..2c23789 100644 --- a/inverse/employee.hxx +++ b/inverse/employee.hxx @@ -1,5 +1,4 @@ // file : inverse/employee.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain #ifndef EMPLOYEE_HXX diff --git a/inverse/makefile b/inverse/makefile index bc0c41e..c594f91 100644 --- a/inverse/makefile +++ b/inverse/makefile @@ -1,5 +1,4 @@ # file : inverse/makefile -# author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file |