added a note about HTMLParser to the file. thanks to Sebastian for

the suggestion and reminder.

peter lin


git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@324272 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 3438292369
This commit is contained in:
Peter Lin 2004-02-12 15:20:13 +00:00
parent 345dec3ba5
commit 67de93e044
1 changed files with 15 additions and 1 deletions

16
NOTICE
View File

@ -9,4 +9,18 @@ JDOM Project (http://www.jdom.org/).
Unit testing support is provided by JUnit
under the Common Public License Version 1.0: http://www.opensource.org/licenses/cpl.php
See http://www.junit.org/
See http://www.junit.org/
===========
This project makes use of HTMLParser.
For detailed information about HTMLParser, the project is
hosted on Sourceforge at http://htmlparser.sourceforge.net/
The developers of JMeter and Apache are greatful to the developers
of HTMLParser for giving Apache Software Foundation a non-exclusive
license.
HTMLParser was originally created by Somik Raha in 2000.
Derrick Oswald is the current lead developer and was kind
enough to assist JMeter.
===============