Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/codeMetrics
In directory sc8-pr-cvs1:/tmp/cvs-serv26018/htmlparser/src/org/htmlparser/tests/codeMetrics
Modified Files:
LineCounter.java
Log Message:
Update version headers to 1.4-20030727 and update changelog.
Index: LineCounter.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/codeMetrics/LineCounter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** LineCounter.java 28 Dec 2002 09:18:52 -0000 1.1
--- LineCounter.java 27 Jul 2003 19:19:20 -0000 1.2
***************
*** 1,2 ****
--- 1,31 ----
+ // HTMLParser Library v1_4_20030727 - 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.tests.codeMetrics;
|