[Htmlparser-cvs] htmlparser/src/org/htmlparser/lexerapplications/tabby package.html,1.1,1.2
Brought to you by:
derrickoswald
From: <der...@us...> - 2004-01-02 16:25:35
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexerapplications/tabby In directory sc8-pr-cvs1:/tmp/cvs-serv2062/htmlparser/src/org/htmlparser/lexerapplications/tabby Modified Files: package.html Log Message: Update the integration procedure to use a CVS tag, rather than changing the version in every file header. Index: package.html =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexerapplications/tabby/package.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package.html 10 Sep 2003 03:38:26 -0000 1.1 --- package.html 2 Jan 2004 16:24:53 -0000 1.2 *************** *** 3,6 **** --- 3,32 ---- <HTML> <HEAD> + <!-- + HTMLParser Library $Name$ - A java-based parser for HTML + http://sourceforge.org/projects/htmlparser + Copyright (C) 2004 Derrick Oswald + + Revision Control Information + + $Source$ + $Author$ + $Date$ + $Revision$ + + 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 + --> <TITLE>Tabby</TITLE> </HEAD> |