diff --git a/docs/makehtm.pp b/docs/makehtm.pp index c40c098ae7..c84f99bbbe 100644 --- a/docs/makehtm.pp +++ b/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;