--- projects/cms/source/corbaservices/uk/org/iscream/cms/corbaservices/CorbaServices.java 2003/02/21 13:45:47 1.12 +++ projects/cms/source/corbaservices/uk/org/iscream/cms/corbaservices/CorbaServices.java 2004/08/01 10:40:20 1.13 @@ -1,6 +1,6 @@ /* * i-scream central monitoring system - * http://www.i-scream.org.uk + * http://www.i-scream.org * Copyright (C) 2000-2002 i-scream * * This program is free software; you can redistribute it and/or @@ -37,7 +37,7 @@ import java.net.*; * required. * * @author $Author: tdb $ - * @version $Id: CorbaServices.java,v 1.12 2003/02/21 13:45:47 tdb Exp $ + * @version $Id: CorbaServices.java,v 1.13 2004/08/01 10:40:20 tdb Exp $ */ class CorbaServices { @@ -46,7 +46,7 @@ class CorbaServices { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.12 $"; + public static final String REVISION = "$Revision: 1.13 $"; /** * Default path to "ok URL's" list @@ -84,7 +84,7 @@ class CorbaServices { System.out.println("-----------------------------------------"); System.out.println("--- i-scream CORBA Services Manager ---"); System.out.println("--- (c) 2001 The i-scream Project ---"); - System.out.println("--- (http://www.i-scream.org.uk) ---"); + System.out.println("--- (http://www.i-scream.org) ---"); System.out.println("-----------------------------------------"); System.out.println("--- Starting System ---");