--- projects/cms/source/corbaservices/uk/org/iscream/cms/corbaservices/MiniWebServer.java 2002/05/18 18:15:56 1.8 +++ projects/cms/source/corbaservices/uk/org/iscream/cms/corbaservices/MiniWebServer.java 2002/05/21 16:47:11 1.9 @@ -1,5 +1,6 @@ /* - * i-scream central monitoring system + * i-scream central monitoring system + * http://www.i-scream.org.uk * Copyright (C) 2000-2002 i-scream * * This program is free software; you can redistribute it and/or @@ -32,7 +33,7 @@ import java.util.*; * This could easily serve other text files, but not binaries. * * @author $Author: tdb $ - * @version $Id: MiniWebServer.java,v 1.8 2002/05/18 18:15:56 tdb Exp $ + * @version $Id: MiniWebServer.java,v 1.9 2002/05/21 16:47:11 tdb Exp $ */ public class MiniWebServer extends Thread { @@ -41,7 +42,7 @@ public class MiniWebServer extends Thread { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.8 $"; + public static final String REVISION = "$Revision: 1.9 $"; //---STATIC METHODS---