Browse Source

+ Added header

michael 20 years ago
parent
commit
23c3b52d7f
1 changed files with 15 additions and 0 deletions
  1. 15 0
      docs/makehtm.pp

+ 15 - 0
docs/makehtm.pp

@@ -1,3 +1,18 @@
+{
+    $Id$
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 1999-2000 by the Free Pascal development team
+
+    Convert .html to htm files, together with links.
+    
+    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+}
 program makehtm;