diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/Makefile.am | 1 | ||||
-rw-r--r-- | template/database.hxx | 1 | ||||
-rw-r--r-- | template/driver.cxx | 1 | ||||
-rw-r--r-- | template/makefile | 1 | ||||
-rw-r--r-- | template/person.hxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/template/Makefile.am b/template/Makefile.am index f96beca..d59aa5b 100644 --- a/template/Makefile.am +++ b/template/Makefile.am @@ -1,5 +1,4 @@ # file : template/Makefile.am -# author : Boris Kolpackov <boris@codesynthesis.com> # copyright : not copyrighted - public domain EXTRA_DIST = __file__(extra_dist) diff --git a/template/database.hxx b/template/database.hxx index c3088d2..3d2ed75 100644 --- a/template/database.hxx +++ b/template/database.hxx @@ -1,5 +1,4 @@ // file : template/database.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain // diff --git a/template/driver.cxx b/template/driver.cxx index 8f647df..7160587 100644 --- a/template/driver.cxx +++ b/template/driver.cxx @@ -1,5 +1,4 @@ // file : template/driver.cxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain #include <memory> // std::auto_ptr diff --git a/template/makefile b/template/makefile index ad0431f..23aa0ca 100644 --- a/template/makefile +++ b/template/makefile @@ -1,5 +1,4 @@ # file : template/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/template/person.hxx b/template/person.hxx index 1127e78..7b7a50a 100644 --- a/template/person.hxx +++ b/template/person.hxx @@ -1,5 +1,4 @@ // file : template/person.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain #ifndef PERSON_HXX |