+ Added log/header

This commit is contained in:
michael 2003-10-01 21:07:48 +00:00
parent f3219862dd
commit a690898968

View File

@ -1,3 +1,16 @@
{
$Id$
This file is part of the Free Component Library (FCL)
Copyright (c) 1999-2000 by the Free Pascal development team
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
{$mode objfpc}
{$H+}
unit dbwhtml;
@ -481,3 +494,9 @@ begin
end;
end.
{
$Log$
Revision 1.2 2003-10-01 21:07:48 michael
+ Added log/header
}