From 3c0c4fc96622c8643b000b2f683d7da8ad07cdbb Mon Sep 17 00:00:00 2001
From: marco <marco@freepascal.org>
Date: Tue, 9 Jun 2009 20:07:07 +0000
Subject: [PATCH]  * copyright and added to buildunit

git-svn-id: trunk@13251 -
---
 .../winunits-base/src/buildwinutilsbase.pp    |  2 +-
 packages/winunits-base/src/htmlhelp.pp        | 23 +++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/packages/winunits-base/src/buildwinutilsbase.pp b/packages/winunits-base/src/buildwinutilsbase.pp
index 76d1324c06..9ada8f9333 100644
--- a/packages/winunits-base/src/buildwinutilsbase.pp
+++ b/packages/winunits-base/src/buildwinutilsbase.pp
@@ -23,7 +23,7 @@ interface
 uses
     flatsb, winver, mmsystem, comconst, commctrl, comobj, commdlg,
     ole2, activex, shellapi, shlobj, oleserver,  shfolder, richedit,
-    imagehlp, wininet, uxtheme, dwmapi, multimon;
+    imagehlp, wininet, uxtheme, dwmapi, multimon, htmlhelp;
 
 implementation
 
diff --git a/packages/winunits-base/src/htmlhelp.pp b/packages/winunits-base/src/htmlhelp.pp
index 31485c6d82..7af16c94dc 100644
--- a/packages/winunits-base/src/htmlhelp.pp
+++ b/packages/winunits-base/src/htmlhelp.pp
@@ -1,3 +1,26 @@
+{
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 2009 by Marco van de Voort
+    member of 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.
+
+    Original copyright statement follows.
+
+/****************************************************************************
+*                                                                           *
+* HtmlHelp.h                                                                *
+*                                                                           *
+* Copyright (c) 1996-1997, Microsoft Corp. All rights reserved.             *
+*                                                                           *
+****************************************************************************/
+}
+
 unit htmlhelp;
 
 interface