mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 06:40:36 +02:00
MG: added copyright
git-svn-id: trunk@3157 -
This commit is contained in:
parent
619e882233
commit
7f229dadde
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user