scolebourne 2003/03/23 13:47:31
Modified: lang/src/test/org/apache/commons/lang BooleanUtilsTest.java
CharSetUtilsTest.java ClassUtilsTest.java
ArrayUtilsTest.java
Log:
Update licence date to 2003
Revision Changes Path
1.3 +3 -2
jakarta-commons/lang/src/test/org/apache/commons/lang/BooleanUtilsTest.java
Index: BooleanUtilsTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/lang/src/test/org/apache/commons/lang/BooleanUtilsTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BooleanUtilsTest.java 22 Dec 2002 21:33:12 -0000 1.2
+++ BooleanUtilsTest.java 23 Mar 2003 21:47:30 -0000 1.3
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -57,6 +57,7 @@
import junit.framework.TestCase;
import junit.framework.TestSuite;
import junit.textui.TestRunner;
+
/**
* Unit tests [EMAIL PROTECTED] org.apache.commons.lang.BooleanUtils}.
*
1.7 +4 -4
jakarta-commons/lang/src/test/org/apache/commons/lang/CharSetUtilsTest.java
Index: CharSetUtilsTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/lang/src/test/org/apache/commons/lang/CharSetUtilsTest.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- CharSetUtilsTest.java 23 Mar 2003 05:50:51 -0000 1.6
+++ CharSetUtilsTest.java 23 Mar 2003 21:47:30 -0000 1.7
@@ -1,9 +1,7 @@
-package org.apache.commons.lang;
-
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,11 +51,13 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*/
+package org.apache.commons.lang;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import junit.textui.TestRunner;
+
/**
* Unit tests [EMAIL PROTECTED] org.apache.commons.lang.CharSetUtils}.
*
1.3 +3 -2
jakarta-commons/lang/src/test/org/apache/commons/lang/ClassUtilsTest.java
Index: ClassUtilsTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/lang/src/test/org/apache/commons/lang/ClassUtilsTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ClassUtilsTest.java 31 Dec 2002 22:32:23 -0000 1.2
+++ ClassUtilsTest.java 23 Mar 2003 21:47:30 -0000 1.3
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -61,6 +61,7 @@
import junit.framework.TestCase;
import junit.framework.TestSuite;
import junit.textui.TestRunner;
+
/**
* Unit tests [EMAIL PROTECTED] org.apache.commons.lang.ClassUtils}.
*
1.6 +2 -1
jakarta-commons/lang/src/test/org/apache/commons/lang/ArrayUtilsTest.java
Index: ArrayUtilsTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/lang/src/test/org/apache/commons/lang/ArrayUtilsTest.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ArrayUtilsTest.java 4 Feb 2003 22:06:24 -0000 1.5
+++ ArrayUtilsTest.java 23 Mar 2003 21:47:30 -0000 1.6
@@ -60,6 +60,7 @@
import junit.framework.TestCase;
import junit.framework.TestSuite;
import junit.textui.TestRunner;
+
/**
* Unit tests [EMAIL PROTECTED] org.apache.commons.lang.ArrayUtils}.
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]