gdamour 2004/03/10 01:58:45
Modified: modules/core maven.xml project.xml
modules/core/src/conf jndi.properties
modules/core/src/deploy connector-service.xml
mx4j-service.xml security-service.xml
modules/core/src/etc/logging/META-INF geronimo-service.xml
modules/core/src/etc/serverinfo/META-INF
geronimo-service.xml
modules/core/src/java/org/apache/geronimo/cache
InstanceCache.java InstanceFactory.java
InstancePool.java LRUInstanceCache.java
LRURunner.java SimpleInstanceCache.java
SimpleInstancePool.java
modules/core/src/java/org/apache/geronimo/console/cli
DConfigBeanConfigurator.java Deployer.java
DeploymentContext.java ModuleInfo.java
TextController.java
modules/core/src/java/org/apache/geronimo/console/cli/controller
AddServer.java ControlDeployments.java
DeploymentOptions.java EditServerSpecificDD.java
InitializeEJBJAR.java InitializeWAR.java
ListDeployments.java LoadServerSpecificDD.java
ProgressMonitor.java SaveServerSpecificDD.java
SelectDistributedModules.java SelectModule.java
SelectServer.java TopLevel.java WorkWithEJBJAR.java
WorkWithWAR.java
modules/core/src/java/org/apache/geronimo/console/cli/module
EJBJARInfo.java WARInfo.java
modules/core/src/java/org/apache/geronimo/core/service
Component.java Container.java Interceptor.java
Invocation.java InvocationKey.java
InvocationResult.java InvocationType.java
ManagedComponent.java ManagedContainer.java
RPCContainer.java SimpleInvocation.java
SimpleInvocationResult.java StackThreadLocal.java
StringInvocationKey.java
modules/core/src/java/org/apache/geronimo/ejb/metadata
TransactionDemarcation.java
modules/core/src/java/org/apache/geronimo/enterprise/deploy/tool
AbstractDeployableObject.java DDBeanImpl.java
DDBeanRootImpl.java EjbDeployableObject.java
WebDeployableObject.java
modules/core/src/java/org/apache/geronimo/lock
ConcurrentInstanceLock.java InstanceLock.java
LockContext.java LockDomain.java
LockReentranceException.java NoTxLockContext.java
TxLockContext.java WriterPreferredInstanceLock.java
WriterPreferredInstanceLock2.java
WriterPreferredInstanceLock3.java
modules/core/src/java/org/apache/geronimo/proxy
MarshalledMethod.java ProxyContainer.java
ProxyInvocation.java ReflexiveInterceptor.java
SimpleComponent.java SimpleContainer.java
SimpleRPCContainer.java
modules/core/src/java/org/apache/geronimo/rmi
RMIClassLoaderSpiImpl.java
modules/core/src/java/org/apache/geronimo/validator
AbstractValidator.java ValidationContext.java
ValidationException.java ValidationResult.java
ValidationTest.java Validator.java
modules/core/src/java/org/apache/geronimo/validator/ejb
BaseEjbJarTest.java EjbValidator.java
SessionBeanTests.java
modules/core/src/test/org/apache/geronimo/cache
AbstractInstanceCacheTest.java
LRUInstanceCacheTest.java MockLRURunner.java
SimpleInstanceCacheTest.java
SimpleInstancePoolTest.java
modules/core/src/test/org/apache/geronimo/common
InvocationTypeTest.java SimpleInvocationTest.java
StackThreadLocalTest.java
modules/core/src/test/org/apache/geronimo/management
NotificationTypeTest.java StateTest.java
modules/core/src/test/org/apache/geronimo/rmi
RMIClassLoaderSpiImplTest.java
modules/core/src/test/org/apache/geronimo/test/protocol/mockproto
Handler.java MockInputStream.java
MockURLConnection.java
modules/core/src/test/org/apache/geronimo/test/util
ServerUtil.java
modules/core/src/test-data jndi.properties
modules/core/src/test-data/xml/deployment
geronimo-app-client.xml simple-app-client.xml
simple-dtd-example.xml simple-geronimo-ejb-jar.xml
modules/core/src/test-data/xml/deployment/connector_1_0
geronimo-ra.xml ra.xml
modules/core/src/test-data/xml/deployment/connector_1_5
geronimo-ra.xml ra.xml
modules/core/xdocs index.html navigation.xml
Added: modules/core NOTICE.txt
Log:
Reporters: David Jencks, Dain Sundstrom.
Copyright range fix subsequent to the License migration 1.1 => 2.0.
Revision Changes Path
1.28 +18 -1 incubator-geronimo/modules/core/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/core/maven.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- maven.xml 12 Feb 2004 18:17:17 -0000 1.27
+++ maven.xml 10 Mar 2004 09:58:40 -0000 1.28
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+ Copyright 2003-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<!-- $Revision$ $Date$ -->
1.49 +18 -1 incubator-geronimo/modules/core/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/core/project.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- project.xml 19 Feb 2004 09:00:27 -0000 1.48
+++ project.xml 10 Mar 2004 09:58:40 -0000 1.49
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+ Copyright 2003-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<!-- $Revision$ $Date$ -->
1.1 incubator-geronimo/modules/core/NOTICE.txt
Index: NOTICE.txt
===================================================================
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
1.4 +18 -1 incubator-geronimo/modules/core/src/conf/jndi.properties
Index: jndi.properties
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/core/src/conf/jndi.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jndi.properties 28 Aug 2003 13:29:30 -0000 1.3
+++ jndi.properties 10 Mar 2004 09:58:41 -0000 1.4
@@ -1,4 +1,21 @@
##
+##
+## Copyright 2003-2004 The Apache Software Foundation
+##
+## Licensed under the Apache License, Version 2.0 (the "License");
+## you may not use this file except in compliance with the License.
+## You may obtain a copy of the License at
+##
+## http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+##
+
+##
## Default JNDI Properties
##
## $Revision$ $Date$
1.4 +17 -0
incubator-geronimo/modules/core/src/deploy/connector-service.xml
Index: connector-service.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/deploy/connector-service.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- connector-service.xml 9 Dec 2003 04:20:49 -0000 1.3
+++ connector-service.xml 10 Mar 2004 09:58:41 -0000 1.4
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2003-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<components>
<class-space name="geronimo.system:role=ClassSpace,name=System"/>
1.3 +17 -0
incubator-geronimo/modules/core/src/deploy/mx4j-service.xml
Index: mx4j-service.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/deploy/mx4j-service.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mx4j-service.xml 16 Nov 2003 05:26:32 -0000 1.2
+++ mx4j-service.xml 10 Mar 2004 09:58:41 -0000 1.3
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2003-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<components>
<class-space name="geronimo.system:role=ClassSpace,name=System"/>
1.3 +17 -0
incubator-geronimo/modules/core/src/deploy/security-service.xml
Index: security-service.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/deploy/security-service.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- security-service.xml 4 Jan 2004 23:00:02 -0000 1.2
+++ security-service.xml 10 Mar 2004 09:58:41 -0000 1.3
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2003-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<components>
<class-space name="geronimo.system:role=ClassSpace,name=System"/>
1.2 +17 -0
incubator-geronimo/modules/core/src/etc/logging/META-INF/geronimo-service.xml
Index: geronimo-service.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/etc/logging/META-INF/geronimo-service.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geronimo-service.xml 11 Feb 2004 03:14:10 -0000 1.1
+++ geronimo-service.xml 10 Mar 2004 09:58:41 -0000 1.2
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<gbeans>
<path>..</path>
<path>log4j-1.2.8.jar</path>
1.2 +17 -0
incubator-geronimo/modules/core/src/etc/serverinfo/META-INF/geronimo-service.xml
Index: geronimo-service.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/etc/serverinfo/META-INF/geronimo-service.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geronimo-service.xml 11 Feb 2004 03:14:11 -0000 1.1
+++ geronimo-service.xml 10 Mar 2004 09:58:41 -0000 1.2
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<gbeans>
<path>..</path>
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/cache/InstanceCache.java
Index: InstanceCache.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/cache/InstanceCache.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- InstanceCache.java 25 Feb 2004 09:57:25 -0000 1.3
+++ InstanceCache.java 10 Mar 2004 09:58:41 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/cache/InstanceFactory.java
Index: InstanceFactory.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/cache/InstanceFactory.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- InstanceFactory.java 25 Feb 2004 09:57:25 -0000 1.4
+++ InstanceFactory.java 10 Mar 2004 09:58:41 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/cache/InstancePool.java
Index: InstancePool.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/cache/InstancePool.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- InstancePool.java 25 Feb 2004 09:57:25 -0000 1.3
+++ InstancePool.java 10 Mar 2004 09:58:41 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/cache/LRUInstanceCache.java
Index: LRUInstanceCache.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/cache/LRUInstanceCache.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- LRUInstanceCache.java 25 Feb 2004 09:57:25 -0000 1.3
+++ LRUInstanceCache.java 10 Mar 2004 09:58:41 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/cache/LRURunner.java
Index: LRURunner.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/cache/LRURunner.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- LRURunner.java 25 Feb 2004 09:57:25 -0000 1.3
+++ LRURunner.java 10 Mar 2004 09:58:41 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/cache/SimpleInstanceCache.java
Index: SimpleInstanceCache.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/cache/SimpleInstanceCache.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- SimpleInstanceCache.java 25 Feb 2004 09:57:25 -0000 1.4
+++ SimpleInstanceCache.java 10 Mar 2004 09:58:41 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/cache/SimpleInstancePool.java
Index: SimpleInstancePool.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/cache/SimpleInstancePool.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SimpleInstancePool.java 25 Feb 2004 09:57:25 -0000 1.3
+++ SimpleInstancePool.java 10 Mar 2004 09:58:41 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/DConfigBeanConfigurator.java
Index: DConfigBeanConfigurator.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/DConfigBeanConfigurator.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DConfigBeanConfigurator.java 25 Feb 2004 09:57:25 -0000 1.2
+++ DConfigBeanConfigurator.java 10 Mar 2004 09:58:41 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.9 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/Deployer.java
Index: Deployer.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/Deployer.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Deployer.java 25 Feb 2004 09:57:25 -0000 1.8
+++ Deployer.java 10 Mar 2004 09:58:41 -0000 1.9
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/DeploymentContext.java
Index: DeploymentContext.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/DeploymentContext.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DeploymentContext.java 25 Feb 2004 09:57:25 -0000 1.3
+++ DeploymentContext.java 10 Mar 2004 09:58:41 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/ModuleInfo.java
Index: ModuleInfo.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/ModuleInfo.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ModuleInfo.java 25 Feb 2004 09:57:25 -0000 1.2
+++ ModuleInfo.java 10 Mar 2004 09:58:41 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/TextController.java
Index: TextController.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/TextController.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TextController.java 25 Feb 2004 09:57:25 -0000 1.3
+++ TextController.java 10 Mar 2004 09:58:41 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/AddServer.java
Index: AddServer.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/AddServer.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AddServer.java 25 Feb 2004 09:57:26 -0000 1.2
+++ AddServer.java 10 Mar 2004 09:58:41 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/ControlDeployments.java
Index: ControlDeployments.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/ControlDeployments.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ControlDeployments.java 25 Feb 2004 09:57:26 -0000 1.3
+++ ControlDeployments.java 10 Mar 2004 09:58:41 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/DeploymentOptions.java
Index: DeploymentOptions.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/DeploymentOptions.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DeploymentOptions.java 25 Feb 2004 09:57:26 -0000 1.3
+++ DeploymentOptions.java 10 Mar 2004 09:58:41 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/EditServerSpecificDD.java
Index: EditServerSpecificDD.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/EditServerSpecificDD.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- EditServerSpecificDD.java 25 Feb 2004 09:57:26 -0000 1.2
+++ EditServerSpecificDD.java 10 Mar 2004 09:58:41 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/InitializeEJBJAR.java
Index: InitializeEJBJAR.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/InitializeEJBJAR.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InitializeEJBJAR.java 25 Feb 2004 09:57:26 -0000 1.2
+++ InitializeEJBJAR.java 10 Mar 2004 09:58:41 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/InitializeWAR.java
Index: InitializeWAR.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/InitializeWAR.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InitializeWAR.java 25 Feb 2004 09:57:26 -0000 1.2
+++ InitializeWAR.java 10 Mar 2004 09:58:41 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/ListDeployments.java
Index: ListDeployments.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/ListDeployments.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ListDeployments.java 25 Feb 2004 09:57:26 -0000 1.3
+++ ListDeployments.java 10 Mar 2004 09:58:41 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/LoadServerSpecificDD.java
Index: LoadServerSpecificDD.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/LoadServerSpecificDD.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- LoadServerSpecificDD.java 25 Feb 2004 09:57:26 -0000 1.2
+++ LoadServerSpecificDD.java 10 Mar 2004 09:58:41 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/ProgressMonitor.java
Index: ProgressMonitor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/ProgressMonitor.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ProgressMonitor.java 25 Feb 2004 09:57:26 -0000 1.3
+++ ProgressMonitor.java 10 Mar 2004 09:58:41 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/SaveServerSpecificDD.java
Index: SaveServerSpecificDD.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/SaveServerSpecificDD.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SaveServerSpecificDD.java 25 Feb 2004 09:57:26 -0000 1.2
+++ SaveServerSpecificDD.java 10 Mar 2004 09:58:41 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/SelectDistributedModules.java
Index: SelectDistributedModules.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/SelectDistributedModules.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SelectDistributedModules.java 25 Feb 2004 09:57:26 -0000 1.2
+++ SelectDistributedModules.java 10 Mar 2004 09:58:41 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/SelectModule.java
Index: SelectModule.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/SelectModule.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SelectModule.java 25 Feb 2004 09:57:26 -0000 1.2
+++ SelectModule.java 10 Mar 2004 09:58:41 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/SelectServer.java
Index: SelectServer.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/SelectServer.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SelectServer.java 25 Feb 2004 09:57:26 -0000 1.2
+++ SelectServer.java 10 Mar 2004 09:58:41 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/TopLevel.java
Index: TopLevel.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/TopLevel.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TopLevel.java 25 Feb 2004 09:57:26 -0000 1.2
+++ TopLevel.java 10 Mar 2004 09:58:41 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/WorkWithEJBJAR.java
Index: WorkWithEJBJAR.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/WorkWithEJBJAR.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- WorkWithEJBJAR.java 25 Feb 2004 09:57:26 -0000 1.3
+++ WorkWithEJBJAR.java 10 Mar 2004 09:58:41 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/WorkWithWAR.java
Index: WorkWithWAR.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/controller/WorkWithWAR.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- WorkWithWAR.java 25 Feb 2004 09:57:26 -0000 1.3
+++ WorkWithWAR.java 10 Mar 2004 09:58:41 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/module/EJBJARInfo.java
Index: EJBJARInfo.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/module/EJBJARInfo.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- EJBJARInfo.java 25 Feb 2004 09:57:26 -0000 1.2
+++ EJBJARInfo.java 10 Mar 2004 09:58:42 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/module/WARInfo.java
Index: WARInfo.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/console/cli/module/WARInfo.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- WARInfo.java 25 Feb 2004 09:57:26 -0000 1.2
+++ WARInfo.java 10 Mar 2004 09:58:42 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/Component.java
Index: Component.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/Component.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Component.java 25 Feb 2004 09:57:27 -0000 1.3
+++ Component.java 10 Mar 2004 09:58:42 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/Container.java
Index: Container.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/Container.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Container.java 25 Feb 2004 09:57:27 -0000 1.2
+++ Container.java 10 Mar 2004 09:58:42 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/Interceptor.java
Index: Interceptor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/Interceptor.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Interceptor.java 25 Feb 2004 09:57:27 -0000 1.3
+++ Interceptor.java 10 Mar 2004 09:58:42 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/Invocation.java
Index: Invocation.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/Invocation.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Invocation.java 25 Feb 2004 09:57:27 -0000 1.2
+++ Invocation.java 10 Mar 2004 09:58:42 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/InvocationKey.java
Index: InvocationKey.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/InvocationKey.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InvocationKey.java 25 Feb 2004 09:57:27 -0000 1.2
+++ InvocationKey.java 10 Mar 2004 09:58:42 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/InvocationResult.java
Index: InvocationResult.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/InvocationResult.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InvocationResult.java 25 Feb 2004 09:57:27 -0000 1.2
+++ InvocationResult.java 10 Mar 2004 09:58:42 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/InvocationType.java
Index: InvocationType.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/InvocationType.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- InvocationType.java 25 Feb 2004 09:57:27 -0000 1.3
+++ InvocationType.java 10 Mar 2004 09:58:42 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/ManagedComponent.java
Index: ManagedComponent.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/ManagedComponent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ManagedComponent.java 25 Feb 2004 09:57:27 -0000 1.2
+++ ManagedComponent.java 10 Mar 2004 09:58:42 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/ManagedContainer.java
Index: ManagedContainer.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/ManagedContainer.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ManagedContainer.java 25 Feb 2004 09:57:27 -0000 1.2
+++ ManagedContainer.java 10 Mar 2004 09:58:42 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/RPCContainer.java
Index: RPCContainer.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/RPCContainer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- RPCContainer.java 25 Feb 2004 09:57:27 -0000 1.3
+++ RPCContainer.java 10 Mar 2004 09:58:42 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/SimpleInvocation.java
Index: SimpleInvocation.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/SimpleInvocation.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SimpleInvocation.java 25 Feb 2004 09:57:27 -0000 1.2
+++ SimpleInvocation.java 10 Mar 2004 09:58:42 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/SimpleInvocationResult.java
Index: SimpleInvocationResult.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/SimpleInvocationResult.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SimpleInvocationResult.java 25 Feb 2004 09:57:27 -0000 1.3
+++ SimpleInvocationResult.java 10 Mar 2004 09:58:42 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/StackThreadLocal.java
Index: StackThreadLocal.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/StackThreadLocal.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- StackThreadLocal.java 25 Feb 2004 09:57:27 -0000 1.2
+++ StackThreadLocal.java 10 Mar 2004 09:58:42 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/StringInvocationKey.java
Index: StringInvocationKey.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/service/StringInvocationKey.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- StringInvocationKey.java 25 Feb 2004 09:57:27 -0000 1.2
+++ StringInvocationKey.java 10 Mar 2004 09:58:42 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.6 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/ejb/metadata/TransactionDemarcation.java
Index: TransactionDemarcation.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/ejb/metadata/TransactionDemarcation.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- TransactionDemarcation.java 25 Feb 2004 09:57:28 -0000 1.5
+++ TransactionDemarcation.java 10 Mar 2004 09:58:43 -0000 1.6
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/enterprise/deploy/tool/AbstractDeployableObject.java
Index: AbstractDeployableObject.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/enterprise/deploy/tool/AbstractDeployableObject.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AbstractDeployableObject.java 25 Feb 2004 09:57:28 -0000 1.2
+++ AbstractDeployableObject.java 10 Mar 2004 09:58:43 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/enterprise/deploy/tool/DDBeanImpl.java
Index: DDBeanImpl.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/enterprise/deploy/tool/DDBeanImpl.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DDBeanImpl.java 25 Feb 2004 09:57:28 -0000 1.3
+++ DDBeanImpl.java 10 Mar 2004 09:58:43 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/enterprise/deploy/tool/DDBeanRootImpl.java
Index: DDBeanRootImpl.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/enterprise/deploy/tool/DDBeanRootImpl.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DDBeanRootImpl.java 25 Feb 2004 09:57:28 -0000 1.3
+++ DDBeanRootImpl.java 10 Mar 2004 09:58:43 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/enterprise/deploy/tool/EjbDeployableObject.java
Index: EjbDeployableObject.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/enterprise/deploy/tool/EjbDeployableObject.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- EjbDeployableObject.java 25 Feb 2004 09:57:28 -0000 1.2
+++ EjbDeployableObject.java 10 Mar 2004 09:58:43 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/enterprise/deploy/tool/WebDeployableObject.java
Index: WebDeployableObject.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/enterprise/deploy/tool/WebDeployableObject.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- WebDeployableObject.java 25 Feb 2004 09:57:28 -0000 1.2
+++ WebDeployableObject.java 10 Mar 2004 09:58:43 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/ConcurrentInstanceLock.java
Index: ConcurrentInstanceLock.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/ConcurrentInstanceLock.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ConcurrentInstanceLock.java 25 Feb 2004 09:57:28 -0000 1.4
+++ ConcurrentInstanceLock.java 10 Mar 2004 09:58:43 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/InstanceLock.java
Index: InstanceLock.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/InstanceLock.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- InstanceLock.java 25 Feb 2004 09:57:28 -0000 1.3
+++ InstanceLock.java 10 Mar 2004 09:58:43 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/LockContext.java
Index: LockContext.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/LockContext.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- LockContext.java 25 Feb 2004 09:57:28 -0000 1.4
+++ LockContext.java 10 Mar 2004 09:58:43 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/LockDomain.java
Index: LockDomain.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/LockDomain.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- LockDomain.java 25 Feb 2004 09:57:28 -0000 1.4
+++ LockDomain.java 10 Mar 2004 09:58:43 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/LockReentranceException.java
Index: LockReentranceException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/LockReentranceException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- LockReentranceException.java 25 Feb 2004 09:57:28 -0000 1.3
+++ LockReentranceException.java 10 Mar 2004 09:58:43 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/NoTxLockContext.java
Index: NoTxLockContext.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/NoTxLockContext.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- NoTxLockContext.java 25 Feb 2004 09:57:28 -0000 1.3
+++ NoTxLockContext.java 10 Mar 2004 09:58:43 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/TxLockContext.java
Index: TxLockContext.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/TxLockContext.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TxLockContext.java 25 Feb 2004 09:57:28 -0000 1.3
+++ TxLockContext.java 10 Mar 2004 09:58:43 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/WriterPreferredInstanceLock.java
Index: WriterPreferredInstanceLock.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/WriterPreferredInstanceLock.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- WriterPreferredInstanceLock.java 25 Feb 2004 09:57:28 -0000 1.4
+++ WriterPreferredInstanceLock.java 10 Mar 2004 09:58:43 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/WriterPreferredInstanceLock2.java
Index: WriterPreferredInstanceLock2.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/WriterPreferredInstanceLock2.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- WriterPreferredInstanceLock2.java 25 Feb 2004 09:57:29 -0000 1.4
+++ WriterPreferredInstanceLock2.java 10 Mar 2004 09:58:43 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/WriterPreferredInstanceLock3.java
Index: WriterPreferredInstanceLock3.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/lock/WriterPreferredInstanceLock3.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- WriterPreferredInstanceLock3.java 25 Feb 2004 09:57:29 -0000 1.4
+++ WriterPreferredInstanceLock3.java 10 Mar 2004 09:58:43 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/proxy/MarshalledMethod.java
Index: MarshalledMethod.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/proxy/MarshalledMethod.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MarshalledMethod.java 25 Feb 2004 09:57:29 -0000 1.2
+++ MarshalledMethod.java 10 Mar 2004 09:58:43 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.9 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/proxy/ProxyContainer.java
Index: ProxyContainer.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/proxy/ProxyContainer.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ProxyContainer.java 25 Feb 2004 09:57:29 -0000 1.8
+++ ProxyContainer.java 10 Mar 2004 09:58:43 -0000 1.9
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.6 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/proxy/ProxyInvocation.java
Index: ProxyInvocation.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/proxy/ProxyInvocation.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ProxyInvocation.java 25 Feb 2004 09:57:29 -0000 1.5
+++ ProxyInvocation.java 10 Mar 2004 09:58:43 -0000 1.6
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.7 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/proxy/ReflexiveInterceptor.java
Index: ReflexiveInterceptor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/proxy/ReflexiveInterceptor.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ReflexiveInterceptor.java 25 Feb 2004 09:57:29 -0000 1.6
+++ ReflexiveInterceptor.java 10 Mar 2004 09:58:43 -0000 1.7
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/proxy/SimpleComponent.java
Index: SimpleComponent.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/proxy/SimpleComponent.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SimpleComponent.java 25 Feb 2004 09:57:29 -0000 1.3
+++ SimpleComponent.java 10 Mar 2004 09:58:43 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/proxy/SimpleContainer.java
Index: SimpleContainer.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/proxy/SimpleContainer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SimpleContainer.java 25 Feb 2004 09:57:29 -0000 1.3
+++ SimpleContainer.java 10 Mar 2004 09:58:43 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.6 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/proxy/SimpleRPCContainer.java
Index: SimpleRPCContainer.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/proxy/SimpleRPCContainer.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- SimpleRPCContainer.java 25 Feb 2004 09:57:29 -0000 1.5
+++ SimpleRPCContainer.java 10 Mar 2004 09:58:43 -0000 1.6
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/rmi/RMIClassLoaderSpiImpl.java
Index: RMIClassLoaderSpiImpl.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/rmi/RMIClassLoaderSpiImpl.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- RMIClassLoaderSpiImpl.java 25 Feb 2004 09:57:29 -0000 1.3
+++ RMIClassLoaderSpiImpl.java 10 Mar 2004 09:58:44 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/AbstractValidator.java
Index: AbstractValidator.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/AbstractValidator.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AbstractValidator.java 25 Feb 2004 09:57:29 -0000 1.3
+++ AbstractValidator.java 10 Mar 2004 09:58:44 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/ValidationContext.java
Index: ValidationContext.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/ValidationContext.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ValidationContext.java 25 Feb 2004 09:57:29 -0000 1.3
+++ ValidationContext.java 10 Mar 2004 09:58:44 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/ValidationException.java
Index: ValidationException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/ValidationException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ValidationException.java 25 Feb 2004 09:57:29 -0000 1.2
+++ ValidationException.java 10 Mar 2004 09:58:44 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/ValidationResult.java
Index: ValidationResult.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/ValidationResult.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ValidationResult.java 25 Feb 2004 09:57:29 -0000 1.2
+++ ValidationResult.java 10 Mar 2004 09:58:44 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/ValidationTest.java
Index: ValidationTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/ValidationTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ValidationTest.java 25 Feb 2004 09:57:29 -0000 1.3
+++ ValidationTest.java 10 Mar 2004 09:58:44 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/Validator.java
Index: Validator.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/Validator.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Validator.java 25 Feb 2004 09:57:29 -0000 1.3
+++ Validator.java 10 Mar 2004 09:58:44 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/ejb/BaseEjbJarTest.java
Index: BaseEjbJarTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/ejb/BaseEjbJarTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- BaseEjbJarTest.java 25 Feb 2004 09:57:29 -0000 1.3
+++ BaseEjbJarTest.java 10 Mar 2004 09:58:44 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.6 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/ejb/EjbValidator.java
Index: EjbValidator.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/ejb/EjbValidator.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- EjbValidator.java 25 Feb 2004 09:57:29 -0000 1.5
+++ EjbValidator.java 10 Mar 2004 09:58:44 -0000 1.6
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/ejb/SessionBeanTests.java
Index: SessionBeanTests.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/validator/ejb/SessionBeanTests.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- SessionBeanTests.java 25 Feb 2004 09:57:29 -0000 1.4
+++ SessionBeanTests.java 10 Mar 2004 09:58:44 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/test/org/apache/geronimo/cache/AbstractInstanceCacheTest.java
Index: AbstractInstanceCacheTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/cache/AbstractInstanceCacheTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AbstractInstanceCacheTest.java 25 Feb 2004 09:57:30 -0000 1.3
+++ AbstractInstanceCacheTest.java 10 Mar 2004 09:58:44 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/test/org/apache/geronimo/cache/LRUInstanceCacheTest.java
Index: LRUInstanceCacheTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/cache/LRUInstanceCacheTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- LRUInstanceCacheTest.java 25 Feb 2004 09:57:30 -0000 1.2
+++ LRUInstanceCacheTest.java 10 Mar 2004 09:58:44 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/test/org/apache/geronimo/cache/MockLRURunner.java
Index: MockLRURunner.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/cache/MockLRURunner.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MockLRURunner.java 25 Feb 2004 09:57:30 -0000 1.3
+++ MockLRURunner.java 10 Mar 2004 09:58:44 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/test/org/apache/geronimo/cache/SimpleInstanceCacheTest.java
Index: SimpleInstanceCacheTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/cache/SimpleInstanceCacheTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SimpleInstanceCacheTest.java 25 Feb 2004 09:57:30 -0000 1.3
+++ SimpleInstanceCacheTest.java 10 Mar 2004 09:58:44 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +1 -1
incubator-geronimo/modules/core/src/test/org/apache/geronimo/cache/SimpleInstancePoolTest.java
Index: SimpleInstancePoolTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/cache/SimpleInstancePoolTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- SimpleInstancePoolTest.java 25 Feb 2004 09:57:30 -0000 1.4
+++ SimpleInstancePoolTest.java 10 Mar 2004 09:58:44 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/core/src/test/org/apache/geronimo/common/InvocationTypeTest.java
Index: InvocationTypeTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/common/InvocationTypeTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- InvocationTypeTest.java 25 Feb 2004 09:57:30 -0000 1.4
+++ InvocationTypeTest.java 10 Mar 2004 09:58:44 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/core/src/test/org/apache/geronimo/common/SimpleInvocationTest.java
Index: SimpleInvocationTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/common/SimpleInvocationTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- SimpleInvocationTest.java 25 Feb 2004 09:57:30 -0000 1.4
+++ SimpleInvocationTest.java 10 Mar 2004 09:58:44 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/core/src/test/org/apache/geronimo/common/StackThreadLocalTest.java
Index: StackThreadLocalTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/common/StackThreadLocalTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- StackThreadLocalTest.java 25 Feb 2004 09:57:30 -0000 1.4
+++ StackThreadLocalTest.java 10 Mar 2004 09:58:44 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/core/src/test/org/apache/geronimo/management/NotificationTypeTest.java
Index: NotificationTypeTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/management/NotificationTypeTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- NotificationTypeTest.java 25 Feb 2004 09:57:30 -0000 1.4
+++ NotificationTypeTest.java 10 Mar 2004 09:58:44 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/test/org/apache/geronimo/management/StateTest.java
Index: StateTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/management/StateTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- StateTest.java 25 Feb 2004 09:57:30 -0000 1.3
+++ StateTest.java 10 Mar 2004 09:58:44 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/core/src/test/org/apache/geronimo/rmi/RMIClassLoaderSpiImplTest.java
Index: RMIClassLoaderSpiImplTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/rmi/RMIClassLoaderSpiImplTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- RMIClassLoaderSpiImplTest.java 25 Feb 2004 09:57:30 -0000 1.3
+++ RMIClassLoaderSpiImplTest.java 10 Mar 2004 09:58:44 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/test/org/apache/geronimo/test/protocol/mockproto/Handler.java
Index: Handler.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/test/protocol/mockproto/Handler.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Handler.java 25 Feb 2004 09:57:30 -0000 1.2
+++ Handler.java 10 Mar 2004 09:58:44 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/core/src/test/org/apache/geronimo/test/protocol/mockproto/MockInputStream.java
Index: MockInputStream.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/test/protocol/mockproto/MockInputStream.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MockInputStream.java 25 Feb 2004 09:57:30 -0000 1.4
+++ MockInputStream.java 10 Mar 2004 09:58:44 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/core/src/test/org/apache/geronimo/test/protocol/mockproto/MockURLConnection.java
Index: MockURLConnection.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/test/protocol/mockproto/MockURLConnection.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MockURLConnection.java 25 Feb 2004 09:57:30 -0000 1.2
+++ MockURLConnection.java 10 Mar 2004 09:58:44 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.6 +2 -2
incubator-geronimo/modules/core/src/test/org/apache/geronimo/test/util/ServerUtil.java
Index: ServerUtil.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/test/util/ServerUtil.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ServerUtil.java 25 Feb 2004 09:57:30 -0000 1.5
+++ ServerUtil.java 10 Mar 2004 09:58:44 -0000 1.6
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.2 +18 -1
incubator-geronimo/modules/core/src/test-data/jndi.properties
Index: jndi.properties
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test-data/jndi.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jndi.properties 11 Feb 2004 03:14:11 -0000 1.1
+++ jndi.properties 10 Mar 2004 09:58:44 -0000 1.2
@@ -1,4 +1,21 @@
##
+##
+## Copyright 2004 The Apache Software Foundation
+##
+## Licensed under the Apache License, Version 2.0 (the "License");
+## you may not use this file except in compliance with the License.
+## You may obtain a copy of the License at
+##
+## http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+##
+
+##
## Default JNDI Properties
##
## $Revision$ $Date$
1.2 +17 -0
incubator-geronimo/modules/core/src/test-data/xml/deployment/geronimo-app-client.xml
Index: geronimo-app-client.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test-data/xml/deployment/geronimo-app-client.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geronimo-app-client.xml 5 Sep 2003 20:18:04 -0000 1.1
+++ geronimo-app-client.xml 10 Mar 2004 09:58:44 -0000 1.2
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2003-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<application-client
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:ger="http://geronimo.apache.org/xml/schema/j2ee"
1.2 +17 -0
incubator-geronimo/modules/core/src/test-data/xml/deployment/simple-app-client.xml
Index: simple-app-client.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test-data/xml/deployment/simple-app-client.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- simple-app-client.xml 2 Sep 2003 02:55:49 -0000 1.1
+++ simple-app-client.xml 10 Mar 2004 09:58:44 -0000 1.2
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2003-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<application-client
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1.2 +17 -0
incubator-geronimo/modules/core/src/test-data/xml/deployment/simple-dtd-example.xml
Index: simple-dtd-example.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test-data/xml/deployment/simple-dtd-example.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- simple-dtd-example.xml 5 Jan 2004 00:05:36 -0000 1.1
+++ simple-dtd-example.xml 10 Mar 2004 09:58:44 -0000 1.2
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
1.7 +17 -0
incubator-geronimo/modules/core/src/test-data/xml/deployment/simple-geronimo-ejb-jar.xml
Index: simple-geronimo-ejb-jar.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test-data/xml/deployment/simple-geronimo-ejb-jar.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- simple-geronimo-ejb-jar.xml 19 Nov 2003 08:01:53 -0000 1.6
+++ simple-geronimo-ejb-jar.xml 10 Mar 2004 09:58:44 -0000 1.7
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2003-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ger="http://geronimo.apache.org/xml/schema/j2ee"
1.2 +17 -0
incubator-geronimo/modules/core/src/test-data/xml/deployment/connector_1_0/geronimo-ra.xml
Index: geronimo-ra.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test-data/xml/deployment/connector_1_0/geronimo-ra.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geronimo-ra.xml 11 Nov 2003 21:11:59 -0000 1.1
+++ geronimo-ra.xml 10 Mar 2004 09:58:44 -0000 1.2
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2003-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<connector version="1.5">
<!--WRONG NAMESPACE
xmlns="http://java.sun.com/xml/ns/j2ee"
1.3 +17 -0
incubator-geronimo/modules/core/src/test-data/xml/deployment/connector_1_0/ra.xml
Index: ra.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test-data/xml/deployment/connector_1_0/ra.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ra.xml 5 Jan 2004 00:00:28 -0000 1.2
+++ ra.xml 10 Mar 2004 09:58:44 -0000 1.3
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2003-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<!DOCTYPE connector PUBLIC "-//Sun Microsystems, Inc.//DTD Connector 1.0//EN"
"http://java.sun.com/dtd/connector_1_0.dtd">
1.4 +17 -0
incubator-geronimo/modules/core/src/test-data/xml/deployment/connector_1_5/geronimo-ra.xml
Index: geronimo-ra.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test-data/xml/deployment/connector_1_5/geronimo-ra.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- geronimo-ra.xml 21 Jan 2004 22:21:27 -0000 1.3
+++ geronimo-ra.xml 10 Mar 2004 09:58:45 -0000 1.4
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2003-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<connector version="1.5">
<!--WRONG NAMESPACE
xmlns="http://java.sun.com/xml/ns/j2ee"
1.3 +17 -0
incubator-geronimo/modules/core/src/test-data/xml/deployment/connector_1_5/ra.xml
Index: ra.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/test-data/xml/deployment/connector_1_5/ra.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ra.xml 5 Jan 2004 00:00:28 -0000 1.2
+++ ra.xml 10 Mar 2004 09:58:45 -0000 1.3
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2003-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<connector xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
1.4 +18 -1 incubator-geronimo/modules/core/xdocs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/core/xdocs/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.html 1 Sep 2003 10:19:35 -0000 1.3
+++ index.html 10 Mar 2004 09:58:45 -0000 1.4
@@ -1,3 +1,20 @@
+<!--
+
+ Copyright 2003-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- $Revision$ $Date$ -->
1.4 +18 -1 incubator-geronimo/modules/core/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/core/xdocs/navigation.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- navigation.xml 25 Nov 2003 05:30:27 -0000 1.3
+++ navigation.xml 10 Mar 2004 09:58:45 -0000 1.4
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2003-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<!-- $Revision$ $Date$ -->