niallp 2004/07/13 16:04:21
Modified: beanutils/src/test/org/apache/commons/beanutils/locale/converters
BaseLocaleConverterTestCase.java
BigDecimalLocaleConverterTestCase.java
BigIntegerLocaleConverterTestCase.java
ByteLocaleConverterTestCase.java
DateLocaleConverterTestCase.java
DoubleLocaleConverterTestCase.java
FloatLocaleConverterTestCase.java
IntegerLocaleConverterTestCase.java
LongLocaleConverterTestCase.java
ShortLocaleConverterTestCase.java
Log:
Minor corrections - correct copyright date and author
Revision Changes Path
1.3 +2 -2
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/BaseLocaleConverterTestCase.java
Index: BaseLocaleConverterTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/BaseLocaleConverterTestCase.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BaseLocaleConverterTestCase.java 13 Jul 2004 20:51:44 -0000 1.2
+++ BaseLocaleConverterTestCase.java 13 Jul 2004 23:04:21 -0000 1.3
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * 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.
1.2 +3 -3
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/BigDecimalLocaleConverterTestCase.java
Index: BigDecimalLocaleConverterTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/BigDecimalLocaleConverterTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- BigDecimalLocaleConverterTestCase.java 8 Jul 2004 13:12:06 -0000 1.1
+++ BigDecimalLocaleConverterTestCase.java 13 Jul 2004 23:04:21 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * 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.
@@ -25,7 +25,7 @@
/**
* Test Case for the BigDecimalLocaleConverter class.
*
- * @author Robert Burrell Donkin
+ * @author Niall Pemberton
* @version $Revision$ $Date$
*/
1.2 +3 -3
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/BigIntegerLocaleConverterTestCase.java
Index: BigIntegerLocaleConverterTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/BigIntegerLocaleConverterTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- BigIntegerLocaleConverterTestCase.java 8 Jul 2004 13:12:06 -0000 1.1
+++ BigIntegerLocaleConverterTestCase.java 13 Jul 2004 23:04:21 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * 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.
@@ -25,7 +25,7 @@
/**
* Test Case for the BigIntegerLocaleConverter class.
*
- * @author Robert Burrell Donkin
+ * @author Niall Pemberton
* @version $Revision$ $Date$
*/
1.2 +3 -3
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/ByteLocaleConverterTestCase.java
Index: ByteLocaleConverterTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/ByteLocaleConverterTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ByteLocaleConverterTestCase.java 8 Jul 2004 13:12:06 -0000 1.1
+++ ByteLocaleConverterTestCase.java 13 Jul 2004 23:04:21 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * 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.
@@ -24,7 +24,7 @@
/**
* Test Case for the ByteLocaleConverter class.
*
- * @author Robert Burrell Donkin
+ * @author Niall Pemberton
* @version $Revision$ $Date$
*/
1.6 +2 -1
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/DateLocaleConverterTestCase.java
Index: DateLocaleConverterTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/DateLocaleConverterTestCase.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- DateLocaleConverterTestCase.java 13 Jul 2004 20:51:44 -0000 1.5
+++ DateLocaleConverterTestCase.java 13 Jul 2004 23:04:21 -0000 1.6
@@ -32,6 +32,7 @@
* Test Case for the DateLocaleConverter class.
*
* @author Robert Burrell Donkin
+ * @author Niall Pemberton
* @version $Revision$ $Date$
*/
1.2 +3 -3
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/DoubleLocaleConverterTestCase.java
Index: DoubleLocaleConverterTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/DoubleLocaleConverterTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DoubleLocaleConverterTestCase.java 8 Jul 2004 13:12:06 -0000 1.1
+++ DoubleLocaleConverterTestCase.java 13 Jul 2004 23:04:21 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * 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.
@@ -24,7 +24,7 @@
/**
* Test Case for the DoubleLocaleConverter class.
*
- * @author Robert Burrell Donkin
+ * @author Niall Pemberton
* @version $Revision$ $Date$
*/
1.2 +3 -3
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/FloatLocaleConverterTestCase.java
Index: FloatLocaleConverterTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/FloatLocaleConverterTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- FloatLocaleConverterTestCase.java 8 Jul 2004 13:12:06 -0000 1.1
+++ FloatLocaleConverterTestCase.java 13 Jul 2004 23:04:21 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * 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.
@@ -24,7 +24,7 @@
/**
* Test Case for the FloatLocaleConverter class.
*
- * @author Robert Burrell Donkin
+ * @author Niall Pemberton
* @version $Revision$ $Date$
*/
1.2 +3 -3
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/IntegerLocaleConverterTestCase.java
Index: IntegerLocaleConverterTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/IntegerLocaleConverterTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IntegerLocaleConverterTestCase.java 8 Jul 2004 13:12:06 -0000 1.1
+++ IntegerLocaleConverterTestCase.java 13 Jul 2004 23:04:21 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * 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.
@@ -24,7 +24,7 @@
/**
* Test Case for the IntegerLocaleConverter class.
*
- * @author Robert Burrell Donkin
+ * @author Niall Pemberton
* @version $Revision$ $Date$
*/
1.2 +3 -3
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/LongLocaleConverterTestCase.java
Index: LongLocaleConverterTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/LongLocaleConverterTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LongLocaleConverterTestCase.java 8 Jul 2004 13:12:06 -0000 1.1
+++ LongLocaleConverterTestCase.java 13 Jul 2004 23:04:21 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * 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.
@@ -24,7 +24,7 @@
/**
* Test Case for the LongLocaleConverter class.
*
- * @author Robert Burrell Donkin
+ * @author Niall Pemberton
* @version $Revision$ $Date$
*/
1.2 +3 -3
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/ShortLocaleConverterTestCase.java
Index: ShortLocaleConverterTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/locale/converters/ShortLocaleConverterTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ShortLocaleConverterTestCase.java 8 Jul 2004 13:12:06 -0000 1.1
+++ ShortLocaleConverterTestCase.java 13 Jul 2004 23:04:21 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * 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.
@@ -24,7 +24,7 @@
/**
* Test Case for the ShortLocaleConverter class.
*
- * @author Robert Burrell Donkin
+ * @author Niall Pemberton
* @version $Revision$ $Date$
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]