From 699bd9bbc267e9baadbe077649c6c7e93d2bc11a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 14:25:57 +0200 Subject: Remove author field from file header Too much effort to maintain. --- qt/database.hxx | 1 - qt/driver.cxx | 1 - qt/employee.hxx | 1 - qt/makefile | 1 - 4 files changed, 4 deletions(-) (limited to 'qt') 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 // 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 // copyright : not copyrighted - public domain #include 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 // 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 # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file -- cgit v1.1