--- experimental/agents/AgentSystem.java 2001/05/04 02:04:35 1.1 +++ experimental/agents/AgentSystem.java 2004/08/01 10:39:49 1.2 @@ -5,8 +5,8 @@ /** * A bootstrap class that starts up the agent system * - * @author $Author: ajm $ - * @version $Id: AgentSystem.java,v 1.1 2001/05/04 02:04:35 ajm Exp $ + * @author $Author: tdb $ + * @version $Id: AgentSystem.java,v 1.2 2004/08/01 10:39:49 tdb Exp $ */ class AgentSystem { @@ -15,7 +15,7 @@ class AgentSystem { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.1 $"; + public static final String REVISION = "$Revision: 1.2 $"; /** * The toString() of this class @@ -35,7 +35,7 @@ class AgentSystem { System.out.println("-----------------------------------------"); System.out.println("--- i-scream Agent System ---"); 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 ---"); System.out.println(toString + ": coming up");