vinayc 02/05/14 15:47:16
Modified: altrmi/src/test/org/apache/excalibur/altrmi/test/generator
TestRemoteInterface.java TestInvocationHandler.java
BCELProxyGeneratorTestCase.java
Log:
Opps ! Missed the Apache license header
Revision Changes Path
1.2 +7 -3
jakarta-avalon-excalibur/altrmi/src/test/org/apache/excalibur/altrmi/test/generator/TestRemoteInterface.java
Index: TestRemoteInterface.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/altrmi/src/test/org/apache/excalibur/altrmi/test/generator/TestRemoteInterface.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TestRemoteInterface.java 14 May 2002 21:41:22 -0000 1.1
+++ TestRemoteInterface.java 14 May 2002 22:47:16 -0000 1.2
@@ -1,7 +1,11 @@
/*
- * (c) Copyright 2001 MyCorporation.
- * All Rights Reserved.
+ * 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.txt file.
*/
+
package org.apache.excalibur.altrmi.test.generator;
/**
* Interface TestRemoteInterface
@@ -12,7 +16,7 @@
* the invocationhandler associated with the proxy will
* be used to complete the test cycle for the client side stub
* @version 1.0
- * @author
+ * @author <a href="mailto:[EMAIL PROTECTED]">Vinay Chandran</a>
*/
public interface TestRemoteInterface
{
1.3 +7 -3
jakarta-avalon-excalibur/altrmi/src/test/org/apache/excalibur/altrmi/test/generator/TestInvocationHandler.java
Index: TestInvocationHandler.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/altrmi/src/test/org/apache/excalibur/altrmi/test/generator/TestInvocationHandler.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TestInvocationHandler.java 14 May 2002 22:24:04 -0000 1.2
+++ TestInvocationHandler.java 14 May 2002 22:47:16 -0000 1.3
@@ -1,7 +1,11 @@
/*
- * (c) Copyright 2001 MyCorporation.
- * All Rights Reserved.
+ * 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.txt file.
*/
+
package org.apache.excalibur.altrmi.test.generator;
import java.lang.reflect.Method;
@@ -17,7 +21,7 @@
/**
* TestInvocationHandler
* @version 1.0
- * @author
+ * @author <a href="mailto:[EMAIL PROTECTED]">Vinay Chandran</a>
*/
public class TestInvocationHandler extends AbstractClientInvocationHandler{
1.2 +6 -2
jakarta-avalon-excalibur/altrmi/src/test/org/apache/excalibur/altrmi/test/generator/BCELProxyGeneratorTestCase.java
Index: BCELProxyGeneratorTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/altrmi/src/test/org/apache/excalibur/altrmi/test/generator/BCELProxyGeneratorTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- BCELProxyGeneratorTestCase.java 14 May 2002 21:41:22 -0000 1.1
+++ BCELProxyGeneratorTestCase.java 14 May 2002 22:47:16 -0000 1.2
@@ -1,7 +1,11 @@
/*
- * (c) Copyright 2001 MyCorporation.
- * All Rights Reserved.
+ * 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.txt file.
*/
+
package org.apache.excalibur.altrmi.test.generator;
import java.lang.reflect.Constructor;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>