Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserHelper
In directory sc8-pr-cvs1:/tmp/cvs-serv14782/htmlparser/src/org/htmlparser/parserHelper
Modified Files:
AttributeParser.java CompositeTagScannerHelper.java
ParserHelper.java StringParser.java TagParser.java
Log Message:
update version headers to 1.3-20030518 and update changelog
Index: AttributeParser.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserHelper/AttributeParser.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** AttributeParser.java 12 May 2003 01:37:43 -0000 1.21
--- AttributeParser.java 19 May 2003 02:49:57 -0000 1.22
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030511 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: CompositeTagScannerHelper.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserHelper/CompositeTagScannerHelper.java,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** CompositeTagScannerHelper.java 12 May 2003 01:37:43 -0000 1.31
--- CompositeTagScannerHelper.java 19 May 2003 02:49:57 -0000 1.32
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030511 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: ParserHelper.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserHelper/ParserHelper.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ParserHelper.java 6 May 2003 11:37:02 -0000 1.2
--- ParserHelper.java 19 May 2003 02:49:57 -0000 1.3
***************
*** 1,2 ****
--- 1,30 ----
+ // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
+ // Copyright (C) Dec 31, 2000 Somik Raha
+ //
+ // This library is free software; you can redistribute it and/or
+ // modify it under the terms of the GNU Lesser General Public
+ // License as published by the Free Software Foundation; either
+ // version 2.1 of the License, or (at your option) any later version.
+ //
+ // This library 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. See the GNU
+ // Lesser General Public License for more details.
+ //
+ // You should have received a copy of the GNU Lesser General Public
+ // License along with this library; if not, write to the Free Software
+ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ //
+ // For any questions or suggestions, you can write to me at :
+ // Email :so...@in...
+ //
+ // Postal Address :
+ // Somik Raha
+ // Extreme Programmer & Coach
+ // Industrial Logic Corporation
+ // 2583 Cedar Street, Berkeley,
+ // CA 94708, USA
+ // Website : http://www.industriallogic.com
+
package org.htmlparser.parserHelper;
Index: StringParser.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserHelper/StringParser.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** StringParser.java 12 May 2003 01:37:44 -0000 1.19
--- StringParser.java 19 May 2003 02:49:57 -0000 1.20
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030511 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TagParser.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserHelper/TagParser.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** TagParser.java 12 May 2003 01:37:44 -0000 1.27
--- TagParser.java 19 May 2003 02:49:57 -0000 1.28
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030511 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
|