MG: added copyright

git-svn-id: trunk@3157 -
This commit is contained in:
lazarus 2002-08-18 16:50:07 +00:00
parent 619e882233
commit 7f229dadde

View File

@ -1,4 +1,30 @@
{
/***************************************************************************
stringhashlist.pas
------------------
Component Library Code
***************************************************************************/
*****************************************************************************
* *
* This file is part of the Lazarus Component Library (LCL) *
* *
* See the file COPYING.LCL, 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. *
* *
*****************************************************************************
Thx to Markus Waldenburg.
}
unit StringHashList;
{$mode objfpc}{$H+}
interface