diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 14:25:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 14:25:57 +0200 |
commit | 699bd9bbc267e9baadbe077649c6c7e93d2bc11a (patch) | |
tree | 96fcd307bd7dea9b7111e99136d0cbab6c01c620 /boost | |
parent | 5e0128fc306acc2a2626b645214460d5bf214b39 (diff) |
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'boost')
-rw-r--r-- | boost/database.hxx | 1 | ||||
-rw-r--r-- | boost/driver.cxx | 1 | ||||
-rw-r--r-- | boost/employee.hxx | 1 | ||||
-rw-r--r-- | boost/makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/boost/database.hxx b/boost/database.hxx index db7064e..1052270 100644 --- a/boost/database.hxx +++ b/boost/database.hxx @@ -1,5 +1,4 @@ // file : boost/database.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain // diff --git a/boost/driver.cxx b/boost/driver.cxx index 6f59f90..d38eb15 100644 --- a/boost/driver.cxx +++ b/boost/driver.cxx @@ -1,5 +1,4 @@ // file : boost/driver.cxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain #include <memory> // std::auto_ptr diff --git a/boost/employee.hxx b/boost/employee.hxx index 952f065..89aec1f 100644 --- a/boost/employee.hxx +++ b/boost/employee.hxx @@ -1,5 +1,4 @@ // file : boost/employee.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain #ifndef EMPLOYEE_HXX diff --git a/boost/makefile b/boost/makefile index ae197a5..b5ae7ce 100644 --- a/boost/makefile +++ b/boost/makefile @@ -1,5 +1,4 @@ # file : boost/makefile -# author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file |