gdamour 2004/03/10 01:58:27
Modified: modules/common project.xml
modules/common/src/java/org/apache/geronimo/common
Classes.java CloneableObject.java
CoercionException.java Counter.java
DataConversionException.java Duration.java
InvalidArgumentException.java LongCounter.java
NotCoercibleException.java
NullArgumentException.java
ParameterizedException.java
ParameterizedRuntimeException.java Primitives.java
StringValueParser.java ThrowableHandler.java
ThrowableListener.java package.html
modules/common/src/java/org/apache/geronimo/common/jmx
JMXExceptionDecoder.java MBeanProxyContext.java
MBeanProxyException.java MBeanProxyHandler.java
modules/common/src/java/org/apache/geronimo/common/mutable
MuBoolean.java MuByte.java MuCharacter.java
MuDouble.java MuFloat.java MuInteger.java
MuLong.java MuNumber.java MuShort.java Mutable.java
modules/common/src/java/org/apache/geronimo/common/propertyeditor
ArrayListEditor.java
ArrayPropertyEditorAdapter.java
BigDecimalEditor.java ClassEditor.java
CollectionEditor.java DateEditor.java
FileEditor.java HashSetEditor.java
IteratorEditor.java LinkedListEditor.java
ListEditor.java ListIteratorEditor.java
ObjectNameEditor.java PropertiesEditor.java
PropertyEditorException.java PropertyEditors.java
SetEditor.java StackEditor.java
TextPropertyEditorSupport.java TreeSetEditor.java
URIEditor.java URLEditor.java VectorEditor.java
modules/common/src/test/org/apache/geronimo/common
ClassesTest.java CloneableObjectTest.java
CounterTest.java DurationTest.java
LongCounterTest.java MockThrowableListener.java
NotCoercibleExceptionTest.java
NullArgumentExceptionTest.java
ParameterizedExceptionTest.java
ParameterizedRuntimeExceptionTest.java
PrimitivesTest.java StringValueParserTest.java
ThrowableHandlerTest.java
modules/common/src/test/org/apache/geronimo/common/jmx
JMXExceptionDecoderTest.java
MBeanProxyExceptionTest.java
MBeanProxyFactoryTest.java
MBeanProxyHandlerTest.java MockObject.java
modules/common/src/test/org/apache/geronimo/common/mutable
MuBooleanTest.java MuByteTest.java
MuCharacterTest.java MuDoubleTest.java
MuFloatTest.java MuIntegerTest.java MuLongTest.java
MuShortTest.java
modules/common/src/test/org/apache/geronimo/common/propertyeditor
ArrayPropertyEditorAdapterTest.java
PropertyEditorsTest.java
modules/common/xdocs navigation.xml
Added: modules/common NOTICE.txt
Log:
Reporters: David Jencks, Dain Sundstrom.
Copyright range fix subsequent to the License migration 1.1 => 2.0.
Revision Changes Path
1.22 +18 -1 incubator-geronimo/modules/common/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/common/project.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- project.xml 19 Feb 2004 09:00:27 -0000 1.21
+++ project.xml 10 Mar 2004 09:58:25 -0000 1.22
@@ -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$ -->
1.1 incubator-geronimo/modules/common/NOTICE.txt
Index: NOTICE.txt
===================================================================
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
1.11 +2 -2
incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/Classes.java
Index: Classes.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/Classes.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Classes.java 25 Feb 2004 09:57:02 -0000 1.10
+++ Classes.java 10 Mar 2004 09:58:25 -0000 1.11
@@ -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/common/src/java/org/apache/geronimo/common/CloneableObject.java
Index: CloneableObject.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/CloneableObject.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- CloneableObject.java 25 Feb 2004 09:57:02 -0000 1.6
+++ CloneableObject.java 10 Mar 2004 09:58:25 -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.3 +2 -2
incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/CoercionException.java
Index: CoercionException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/CoercionException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CoercionException.java 25 Feb 2004 09:57:02 -0000 1.2
+++ CoercionException.java 10 Mar 2004 09:58:25 -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/common/src/java/org/apache/geronimo/common/Counter.java
Index: Counter.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/Counter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Counter.java 25 Feb 2004 09:57:02 -0000 1.2
+++ Counter.java 10 Mar 2004 09:58:25 -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/common/src/java/org/apache/geronimo/common/DataConversionException.java
Index: DataConversionException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/DataConversionException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DataConversionException.java 25 Feb 2004 09:57:02 -0000 1.3
+++ DataConversionException.java 10 Mar 2004 09:58:25 -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/common/src/java/org/apache/geronimo/common/Duration.java
Index: Duration.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/Duration.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Duration.java 25 Feb 2004 09:57:02 -0000 1.3
+++ Duration.java 10 Mar 2004 09:58:25 -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/common/src/java/org/apache/geronimo/common/InvalidArgumentException.java
Index: InvalidArgumentException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/InvalidArgumentException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InvalidArgumentException.java 25 Feb 2004 09:57:02 -0000 1.2
+++ InvalidArgumentException.java 10 Mar 2004 09:58:25 -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/common/src/java/org/apache/geronimo/common/LongCounter.java
Index: LongCounter.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/LongCounter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- LongCounter.java 25 Feb 2004 09:57:02 -0000 1.2
+++ LongCounter.java 10 Mar 2004 09:58:25 -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/common/src/java/org/apache/geronimo/common/NotCoercibleException.java
Index: NotCoercibleException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/NotCoercibleException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NotCoercibleException.java 25 Feb 2004 09:57:02 -0000 1.2
+++ NotCoercibleException.java 10 Mar 2004 09:58:25 -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.11 +2 -2
incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/NullArgumentException.java
Index: NullArgumentException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/NullArgumentException.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- NullArgumentException.java 25 Feb 2004 09:57:02 -0000 1.10
+++ NullArgumentException.java 10 Mar 2004 09:58:25 -0000 1.11
@@ -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/common/src/java/org/apache/geronimo/common/ParameterizedException.java
Index: ParameterizedException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/ParameterizedException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ParameterizedException.java 25 Feb 2004 09:57:02 -0000 1.2
+++ ParameterizedException.java 10 Mar 2004 09:58:25 -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/common/src/java/org/apache/geronimo/common/ParameterizedRuntimeException.java
Index: ParameterizedRuntimeException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/ParameterizedRuntimeException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ParameterizedRuntimeException.java 25 Feb 2004 09:57:02 -0000
1.2
+++ ParameterizedRuntimeException.java 10 Mar 2004 09:58:25 -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/common/src/java/org/apache/geronimo/common/Primitives.java
Index: Primitives.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/Primitives.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Primitives.java 10 Mar 2004 00:03:36 -0000 1.5
+++ Primitives.java 10 Mar 2004 09:58:25 -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/common/src/java/org/apache/geronimo/common/StringValueParser.java
Index: StringValueParser.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/StringValueParser.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- StringValueParser.java 25 Feb 2004 09:57:02 -0000 1.3
+++ StringValueParser.java 10 Mar 2004 09:58:25 -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.7 +2 -2
incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/ThrowableHandler.java
Index: ThrowableHandler.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/ThrowableHandler.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ThrowableHandler.java 25 Feb 2004 09:57:02 -0000 1.6
+++ ThrowableHandler.java 10 Mar 2004 09:58:25 -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.6 +2 -2
incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/ThrowableListener.java
Index: ThrowableListener.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/ThrowableListener.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ThrowableListener.java 25 Feb 2004 09:57:02 -0000 1.5
+++ ThrowableListener.java 10 Mar 2004 09:58:25 -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 +17 -0
incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/package.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- package.html 26 Aug 2003 10:54:18 -0000 1.1
+++ package.html 10 Mar 2004 09:58:25 -0000 1.2
@@ -1,3 +1,20 @@
+<!--
+
+ 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 HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
1.3 +2 -2
incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/jmx/JMXExceptionDecoder.java
Index: JMXExceptionDecoder.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/jmx/JMXExceptionDecoder.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- JMXExceptionDecoder.java 25 Feb 2004 09:57:02 -0000 1.2
+++ JMXExceptionDecoder.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/jmx/MBeanProxyContext.java
Index: MBeanProxyContext.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/jmx/MBeanProxyContext.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MBeanProxyContext.java 25 Feb 2004 09:57:02 -0000 1.2
+++ MBeanProxyContext.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/jmx/MBeanProxyException.java
Index: MBeanProxyException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/jmx/MBeanProxyException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MBeanProxyException.java 25 Feb 2004 09:57:02 -0000 1.2
+++ MBeanProxyException.java 10 Mar 2004 09:58:26 -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.8 +2 -2
incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/jmx/MBeanProxyHandler.java
Index: MBeanProxyHandler.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/jmx/MBeanProxyHandler.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- MBeanProxyHandler.java 25 Feb 2004 09:57:02 -0000 1.7
+++ MBeanProxyHandler.java 10 Mar 2004 09:58:26 -0000 1.8
@@ -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/common/src/java/org/apache/geronimo/common/mutable/MuBoolean.java
Index: MuBoolean.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/mutable/MuBoolean.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MuBoolean.java 25 Feb 2004 09:57:03 -0000 1.3
+++ MuBoolean.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/mutable/MuByte.java
Index: MuByte.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/mutable/MuByte.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MuByte.java 25 Feb 2004 09:57:03 -0000 1.3
+++ MuByte.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/mutable/MuCharacter.java
Index: MuCharacter.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/mutable/MuCharacter.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MuCharacter.java 25 Feb 2004 09:57:03 -0000 1.4
+++ MuCharacter.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/mutable/MuDouble.java
Index: MuDouble.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/mutable/MuDouble.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MuDouble.java 25 Feb 2004 09:57:03 -0000 1.4
+++ MuDouble.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/mutable/MuFloat.java
Index: MuFloat.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/mutable/MuFloat.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MuFloat.java 25 Feb 2004 09:57:03 -0000 1.4
+++ MuFloat.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/mutable/MuInteger.java
Index: MuInteger.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/mutable/MuInteger.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MuInteger.java 25 Feb 2004 09:57:03 -0000 1.4
+++ MuInteger.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/mutable/MuLong.java
Index: MuLong.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/mutable/MuLong.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MuLong.java 25 Feb 2004 09:57:03 -0000 1.4
+++ MuLong.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/mutable/MuNumber.java
Index: MuNumber.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/mutable/MuNumber.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MuNumber.java 25 Feb 2004 09:57:03 -0000 1.2
+++ MuNumber.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/mutable/MuShort.java
Index: MuShort.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/mutable/MuShort.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MuShort.java 25 Feb 2004 09:57:03 -0000 1.4
+++ MuShort.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/mutable/Mutable.java
Index: Mutable.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/mutable/Mutable.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Mutable.java 25 Feb 2004 09:57:03 -0000 1.2
+++ Mutable.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/ArrayListEditor.java
Index: ArrayListEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/ArrayListEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ArrayListEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ ArrayListEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/ArrayPropertyEditorAdapter.java
Index: ArrayPropertyEditorAdapter.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/ArrayPropertyEditorAdapter.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ArrayPropertyEditorAdapter.java 25 Feb 2004 09:57:03 -0000 1.4
+++ ArrayPropertyEditorAdapter.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/BigDecimalEditor.java
Index: BigDecimalEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/BigDecimalEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BigDecimalEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ BigDecimalEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/ClassEditor.java
Index: ClassEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/ClassEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ClassEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ ClassEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/CollectionEditor.java
Index: CollectionEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/CollectionEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CollectionEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ CollectionEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/DateEditor.java
Index: DateEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/DateEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DateEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ DateEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/FileEditor.java
Index: FileEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/FileEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FileEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ FileEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/HashSetEditor.java
Index: HashSetEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/HashSetEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- HashSetEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ HashSetEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/IteratorEditor.java
Index: IteratorEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/IteratorEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IteratorEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ IteratorEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/LinkedListEditor.java
Index: LinkedListEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/LinkedListEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- LinkedListEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ LinkedListEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/ListEditor.java
Index: ListEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/ListEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ListEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ ListEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/ListIteratorEditor.java
Index: ListIteratorEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/ListIteratorEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ListIteratorEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ ListIteratorEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/ObjectNameEditor.java
Index: ObjectNameEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/ObjectNameEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ObjectNameEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ ObjectNameEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/PropertiesEditor.java
Index: PropertiesEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/PropertiesEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PropertiesEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ PropertiesEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/PropertyEditorException.java
Index: PropertyEditorException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/PropertyEditorException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PropertyEditorException.java 25 Feb 2004 09:57:03 -0000 1.2
+++ PropertyEditorException.java 10 Mar 2004 09:58:26 -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.8 +2 -2
incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/PropertyEditors.java
Index: PropertyEditors.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/PropertyEditors.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- PropertyEditors.java 25 Feb 2004 09:57:03 -0000 1.7
+++ PropertyEditors.java 10 Mar 2004 09:58:26 -0000 1.8
@@ -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/common/src/java/org/apache/geronimo/common/propertyeditor/SetEditor.java
Index: SetEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/SetEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SetEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ SetEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/StackEditor.java
Index: StackEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/StackEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- StackEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ StackEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/TextPropertyEditorSupport.java
Index: TextPropertyEditorSupport.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/TextPropertyEditorSupport.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TextPropertyEditorSupport.java 25 Feb 2004 09:57:03 -0000 1.2
+++ TextPropertyEditorSupport.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/TreeSetEditor.java
Index: TreeSetEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/TreeSetEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TreeSetEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ TreeSetEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/URIEditor.java
Index: URIEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/URIEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- URIEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ URIEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/URLEditor.java
Index: URLEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/URLEditor.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- URLEditor.java 27 Feb 2004 00:49:07 -0000 1.4
+++ URLEditor.java 10 Mar 2004 09:58:26 -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/common/src/java/org/apache/geronimo/common/propertyeditor/VectorEditor.java
Index: VectorEditor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/VectorEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VectorEditor.java 25 Feb 2004 09:57:03 -0000 1.2
+++ VectorEditor.java 10 Mar 2004 09:58:26 -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/common/src/test/org/apache/geronimo/common/ClassesTest.java
Index: ClassesTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/ClassesTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ClassesTest.java 25 Feb 2004 09:57:04 -0000 1.4
+++ ClassesTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/CloneableObjectTest.java
Index: CloneableObjectTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/CloneableObjectTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CloneableObjectTest.java 25 Feb 2004 09:57:04 -0000 1.2
+++ CloneableObjectTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/CounterTest.java
Index: CounterTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/CounterTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CounterTest.java 25 Feb 2004 09:57:04 -0000 1.3
+++ CounterTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/DurationTest.java
Index: DurationTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/DurationTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DurationTest.java 25 Feb 2004 09:57:04 -0000 1.2
+++ DurationTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/LongCounterTest.java
Index: LongCounterTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/LongCounterTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- LongCounterTest.java 25 Feb 2004 09:57:04 -0000 1.2
+++ LongCounterTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/MockThrowableListener.java
Index: MockThrowableListener.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/MockThrowableListener.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MockThrowableListener.java 25 Feb 2004 09:57:04 -0000 1.3
+++ MockThrowableListener.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/NotCoercibleExceptionTest.java
Index: NotCoercibleExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/NotCoercibleExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NotCoercibleExceptionTest.java 25 Feb 2004 09:57:04 -0000 1.2
+++ NotCoercibleExceptionTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/NullArgumentExceptionTest.java
Index: NullArgumentExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/NullArgumentExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NullArgumentExceptionTest.java 25 Feb 2004 09:57:04 -0000 1.2
+++ NullArgumentExceptionTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/ParameterizedExceptionTest.java
Index: ParameterizedExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/ParameterizedExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ParameterizedExceptionTest.java 25 Feb 2004 09:57:04 -0000 1.2
+++ ParameterizedExceptionTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/ParameterizedRuntimeExceptionTest.java
Index: ParameterizedRuntimeExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/ParameterizedRuntimeExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ParameterizedRuntimeExceptionTest.java 25 Feb 2004 09:57:04 -0000
1.2
+++ ParameterizedRuntimeExceptionTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/PrimitivesTest.java
Index: PrimitivesTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/PrimitivesTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PrimitivesTest.java 25 Feb 2004 09:57:04 -0000 1.2
+++ PrimitivesTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/StringValueParserTest.java
Index: StringValueParserTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/StringValueParserTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- StringValueParserTest.java 25 Feb 2004 09:57:04 -0000 1.2
+++ StringValueParserTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/ThrowableHandlerTest.java
Index: ThrowableHandlerTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/ThrowableHandlerTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ThrowableHandlerTest.java 25 Feb 2004 09:57:04 -0000 1.3
+++ ThrowableHandlerTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/jmx/JMXExceptionDecoderTest.java
Index: JMXExceptionDecoderTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/jmx/JMXExceptionDecoderTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- JMXExceptionDecoderTest.java 25 Feb 2004 09:57:04 -0000 1.2
+++ JMXExceptionDecoderTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/jmx/MBeanProxyExceptionTest.java
Index: MBeanProxyExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/jmx/MBeanProxyExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MBeanProxyExceptionTest.java 25 Feb 2004 09:57:04 -0000 1.2
+++ MBeanProxyExceptionTest.java 10 Mar 2004 09:58:27 -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.8 +2 -2
incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/jmx/MBeanProxyFactoryTest.java
Index: MBeanProxyFactoryTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/jmx/MBeanProxyFactoryTest.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- MBeanProxyFactoryTest.java 25 Feb 2004 09:57:04 -0000 1.7
+++ MBeanProxyFactoryTest.java 10 Mar 2004 09:58:27 -0000 1.8
@@ -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/common/src/test/org/apache/geronimo/common/jmx/MBeanProxyHandlerTest.java
Index: MBeanProxyHandlerTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/jmx/MBeanProxyHandlerTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MBeanProxyHandlerTest.java 25 Feb 2004 09:57:04 -0000 1.3
+++ MBeanProxyHandlerTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/jmx/MockObject.java
Index: MockObject.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/jmx/MockObject.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MockObject.java 25 Feb 2004 09:57:04 -0000 1.3
+++ MockObject.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/mutable/MuBooleanTest.java
Index: MuBooleanTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/mutable/MuBooleanTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MuBooleanTest.java 25 Feb 2004 09:57:05 -0000 1.3
+++ MuBooleanTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/mutable/MuByteTest.java
Index: MuByteTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/mutable/MuByteTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MuByteTest.java 25 Feb 2004 09:57:05 -0000 1.3
+++ MuByteTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/mutable/MuCharacterTest.java
Index: MuCharacterTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/mutable/MuCharacterTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MuCharacterTest.java 25 Feb 2004 09:57:05 -0000 1.4
+++ MuCharacterTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/mutable/MuDoubleTest.java
Index: MuDoubleTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/mutable/MuDoubleTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MuDoubleTest.java 25 Feb 2004 09:57:05 -0000 1.4
+++ MuDoubleTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/mutable/MuFloatTest.java
Index: MuFloatTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/mutable/MuFloatTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MuFloatTest.java 25 Feb 2004 09:57:05 -0000 1.3
+++ MuFloatTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/mutable/MuIntegerTest.java
Index: MuIntegerTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/mutable/MuIntegerTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MuIntegerTest.java 25 Feb 2004 09:57:05 -0000 1.2
+++ MuIntegerTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/mutable/MuLongTest.java
Index: MuLongTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/mutable/MuLongTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MuLongTest.java 25 Feb 2004 09:57:05 -0000 1.2
+++ MuLongTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/mutable/MuShortTest.java
Index: MuShortTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/mutable/MuShortTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MuShortTest.java 25 Feb 2004 09:57:05 -0000 1.2
+++ MuShortTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/propertyeditor/ArrayPropertyEditorAdapterTest.java
Index: ArrayPropertyEditorAdapterTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/propertyeditor/ArrayPropertyEditorAdapterTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ArrayPropertyEditorAdapterTest.java 25 Feb 2004 09:57:05 -0000
1.4
+++ ArrayPropertyEditorAdapterTest.java 10 Mar 2004 09:58:27 -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/common/src/test/org/apache/geronimo/common/propertyeditor/PropertyEditorsTest.java
Index: PropertyEditorsTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/propertyeditor/PropertyEditorsTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PropertyEditorsTest.java 25 Feb 2004 09:57:05 -0000 1.3
+++ PropertyEditorsTest.java 10 Mar 2004 09:58:27 -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 +18 -1 incubator-geronimo/modules/common/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/common/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:27 -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$ -->