diff options
Diffstat (limited to 'relationship')
-rw-r--r-- | relationship/database.hxx | 1 | ||||
-rw-r--r-- | relationship/driver.cxx | 1 | ||||
-rw-r--r-- | relationship/employee.hxx | 1 | ||||
-rw-r--r-- | relationship/makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/relationship/database.hxx b/relationship/database.hxx index 2f64e06..ace574f 100644 --- a/relationship/database.hxx +++ b/relationship/database.hxx @@ -1,5 +1,4 @@ // file : relationship/database.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain // diff --git a/relationship/driver.cxx b/relationship/driver.cxx index 1690d91..afd0b7f 100644 --- a/relationship/driver.cxx +++ b/relationship/driver.cxx @@ -1,5 +1,4 @@ // file : relationship/driver.cxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain #include <memory> // std::auto_ptr diff --git a/relationship/employee.hxx b/relationship/employee.hxx index 86fe82d..213047f 100644 --- a/relationship/employee.hxx +++ b/relationship/employee.hxx @@ -1,5 +1,4 @@ // file : relationship/employee.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain #ifndef EMPLOYEE_HXX diff --git a/relationship/makefile b/relationship/makefile index bf87183..d207dc3 100644 --- a/relationship/makefile +++ b/relationship/makefile @@ -1,5 +1,4 @@ # file : relationship/makefile -# author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file |