[Htmlparser-cvs] htmlparser/src/org/htmlparser/parserHelper ScriptScannerHelper.java,1.1,1.2
Brought to you by:
derrickoswald
From: <so...@us...> - 2003-06-17 01:33:04
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserHelper In directory sc8-pr-cvs1:/tmp/cvs-serv5788/src/org/htmlparser/parserHelper Modified Files: ScriptScannerHelper.java Log Message: added header Index: ScriptScannerHelper.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserHelper/ScriptScannerHelper.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ScriptScannerHelper.java 17 Jun 2003 01:32:06 -0000 1.1 --- ScriptScannerHelper.java 17 Jun 2003 01:33:01 -0000 1.2 *************** *** 1,2 **** --- 1,29 ---- + //HTMLParser Library v1_4_20030601 - 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, Inc. + //2583 Cedar Street, Berkeley, + //CA 94708, USA + //Website : http://www.industriallogic.com package org.htmlparser.parserHelper; |