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 /qt | |
parent | 5e0128fc306acc2a2626b645214460d5bf214b39 (diff) |
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'qt')
-rw-r--r-- | qt/database.hxx | 1 | ||||
-rw-r--r-- | qt/driver.cxx | 1 | ||||
-rw-r--r-- | qt/employee.hxx | 1 | ||||
-rw-r--r-- | qt/makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/qt/database.hxx b/qt/database.hxx index 22eb459..be62c70 100644 --- a/qt/database.hxx +++ b/qt/database.hxx @@ -1,5 +1,4 @@ // file : qt/database.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain // diff --git a/qt/driver.cxx b/qt/driver.cxx index 726b9c9..3d05703 100644 --- a/qt/driver.cxx +++ b/qt/driver.cxx @@ -1,5 +1,4 @@ // file : qt/driver.cxx -// author : Constantin Michael <constantin@codesynthesis.com> // copyright : not copyrighted - public domain #include <iostream> diff --git a/qt/employee.hxx b/qt/employee.hxx index 33eb46f..f2c34da 100644 --- a/qt/employee.hxx +++ b/qt/employee.hxx @@ -1,5 +1,4 @@ // file : qt/employee.hxx -// author : Constantin Michael <constantin@codesynthesis.com> // copyright : not copyrighted - public domain #ifndef EMPLOYEE_HXX diff --git a/qt/makefile b/qt/makefile index fc4a6ef..ca26c14 100644 --- a/qt/makefile +++ b/qt/makefile @@ -1,5 +1,4 @@ # file : qt/makefile -# author : Constantin Michael <constantin@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file |