diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/database.hxx | 1 | ||||
-rw-r--r-- | view/driver.cxx | 1 | ||||
-rw-r--r-- | view/employee.hxx | 1 | ||||
-rw-r--r-- | view/makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/view/database.hxx b/view/database.hxx index 016bfa7..3378245 100644 --- a/view/database.hxx +++ b/view/database.hxx @@ -1,5 +1,4 @@ // file : view/database.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain // diff --git a/view/driver.cxx b/view/driver.cxx index ce3cff5..8003152 100644 --- a/view/driver.cxx +++ b/view/driver.cxx @@ -1,5 +1,4 @@ // file : view/driver.cxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain #include <memory> // std::auto_ptr diff --git a/view/employee.hxx b/view/employee.hxx index 848a30c..c39141b 100644 --- a/view/employee.hxx +++ b/view/employee.hxx @@ -1,5 +1,4 @@ // file : view/employee.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain #ifndef EMPLOYEE_HXX diff --git a/view/makefile b/view/makefile index d1aeeec..b95a45d 100644 --- a/view/makefile +++ b/view/makefile @@ -1,5 +1,4 @@ # file : view/makefile -# author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file |