--- projects/cms/source/util/uk/org/iscream/cms/util/XMLPacketMaker.java 2001/05/29 17:02:35 1.16 +++ projects/cms/source/util/uk/org/iscream/cms/util/XMLPacketMaker.java 2004/08/01 10:41:08 1.20 @@ -1,5 +1,25 @@ +/* + * i-scream central monitoring system + * http://www.i-scream.org + * Copyright (C) 2000-2002 i-scream + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + //---PACKAGE DECLARATION--- -package uk.org.iscream.cms.server.util; +package uk.org.iscream.cms.util; //---IMPORTS--- import java.io.*; @@ -10,7 +30,7 @@ import javax.xml.parsers.*; * XMLPacketMaker - Creates an XMLPacket object. * * @author $Author: tdb $ - * @version $Id: XMLPacketMaker.java,v 1.16 2001/05/29 17:02:35 tdb Exp $ + * @version $Id: XMLPacketMaker.java,v 1.20 2004/08/01 10:41:08 tdb Exp $ */ public class XMLPacketMaker { @@ -19,7 +39,7 @@ public class XMLPacketMaker { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.16 $"; + public final String REVISION = "$Revision: 1.20 $"; /** * A reference to the system saxParser factory