colus 02/01/10 20:46:33
Modified:
apps/demo/src/java/org/apache/avalon/cornerstone/demos/rmihelloworldserver
RMIHelloWorldServer.java
RMIHelloWorldServerImpl.java
Log:
Missed license banner.
Revision Changes Path
1.3 +7 -0
jakarta-avalon-cornerstone/apps/demo/src/java/org/apache/avalon/cornerstone/demos/rmihelloworldserver/RMIHelloWorldServer.java
Index: RMIHelloWorldServer.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-cornerstone/apps/demo/src/java/org/apache/avalon/cornerstone/demos/rmihelloworldserver/RMIHelloWorldServer.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RMIHelloWorldServer.java 11 Jan 2002 04:35:37 -0000 1.2
+++ RMIHelloWorldServer.java 11 Jan 2002 04:46:33 -0000 1.3
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) The Apache Software Foundation. All rights reserved.
+ *
+ * This software is published under the terms of the Apache Software License
+ * version 1.1, a copy of which has been included with this distribution in
+ * the LICENSE file.
+ */
package org.apache.avalon.cornerstone.demos.rmihelloworldserver;
import java.rmi.Remote;
1.3 +7 -0
jakarta-avalon-cornerstone/apps/demo/src/java/org/apache/avalon/cornerstone/demos/rmihelloworldserver/RMIHelloWorldServerImpl.java
Index: RMIHelloWorldServerImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-cornerstone/apps/demo/src/java/org/apache/avalon/cornerstone/demos/rmihelloworldserver/RMIHelloWorldServerImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RMIHelloWorldServerImpl.java 11 Jan 2002 04:35:37 -0000 1.2
+++ RMIHelloWorldServerImpl.java 11 Jan 2002 04:46:33 -0000 1.3
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) The Apache Software Foundation. All rights reserved.
+ *
+ * This software is published under the terms of the Apache Software License
+ * version 1.1, a copy of which has been included with this distribution in
+ * the LICENSE file.
+ */
package org.apache.avalon.cornerstone.demos.rmihelloworldserver;
import java.rmi.RemoteException;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>