Browse Source

+ Added log/header

michael 22 years ago
parent
commit
a690898968
1 changed files with 19 additions and 0 deletions
  1. 19 0
      fcl/db/dbwhtml.pp

+ 19 - 0
fcl/db/dbwhtml.pp

@@ -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}
 {$mode objfpc}
 {$H+}
 {$H+}
 unit dbwhtml;
 unit dbwhtml;
@@ -481,3 +494,9 @@ begin
 end;
 end;
 
 
 end.
 end.
+{
+  $Log$
+  Revision 1.2  2003-10-01 21:07:48  michael
+  + Added log/header
+
+}