--- projects/cms/source/TemplateClass.java 2001/03/22 21:50:41 1.11 +++ projects/cms/source/TemplateClass.java 2004/08/01 10:39:57 1.16 @@ -1,15 +1,35 @@ +/* + * 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--- //---IMPORTS--- -import uk.org.iscream.util.*; -import uk.org.iscream.componentmanager.*; +import uk.org.iscream.cms.util.*; +import uk.org.iscream.cms.server.componentmanager.*; /** * * * * @author $Author: tdb $ - * @version $Id: TemplateClass.java,v 1.11 2001/03/22 21:50:41 tdb Exp $ + * @version $Id: TemplateClass.java,v 1.16 2004/08/01 10:39:57 tdb Exp $ */ class TemplateClass { @@ -18,7 +38,7 @@ class TemplateClass { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.11 $"; + public static final String REVISION = "$Revision: 1.16 $"; //---STATIC METHODS--- @@ -30,7 +50,7 @@ class TemplateClass { * Overrides the {@link java.lang.Object#toString() Object.toString()} * method to provide clean logging (every class should have this). * - * This uses the uk.ac.ukc.iscream.util.FormatName class + * This uses the uk.org.iscream.cms.util.FormatName class * to format the toString() * * @return the name of this class and its CVS revision