dion 02/04/11 06:54:58
Modified: latka/src/test/org/apache/commons/latka/junit
TestJUnitEventReporter.java TestAll.java
TestJUnitTestAdapter.java
Log:
Fix License
Revision Changes Path
1.2 +12 -10
jakarta-commons/latka/src/test/org/apache/commons/latka/junit/TestJUnitEventReporter.java
Index: TestJUnitEventReporter.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/latka/src/test/org/apache/commons/latka/junit/TestJUnitEventReporter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TestJUnitEventReporter.java 17 Oct 2001 15:35:58 -0000 1.1
+++ TestJUnitEventReporter.java 11 Apr 2002 13:54:58 -0000 1.2
@@ -1,9 +1,13 @@
/*
+ *
+ *
+ *
+ *
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -11,7 +15,7 @@
* are met:
*
* 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
+ * notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
@@ -19,15 +23,15 @@
* distribution.
*
* 3. The end-user documentation included with the redistribution, if
- * any, must include the following acknowlegement:
- * "This product includes software developed by the
+ * any, must include the following acknowlegement:
+ * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
- * from this software without prior written permission. For written
+ * from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
*
* 5. Products derived from this software may not be called "Apache"
@@ -53,9 +57,7 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * [Additional notices, if required by prior licensing conditions]
- *
- */
+ */
package org.apache.commons.latka.junit;
@@ -79,7 +81,7 @@
/**
* @author Chuck Burdick
- * @version $Id: TestJUnitEventReporter.java,v 1.1 2001/10/17 15:35:58 morgand Exp $
+ * @version $Id: TestJUnitEventReporter.java,v 1.2 2002/04/11 13:54:58 dion Exp $
*/
public class TestJUnitEventReporter extends TestCase {
private JUnitEventReporter _reporter = null;
1.4 +12 -10
jakarta-commons/latka/src/test/org/apache/commons/latka/junit/TestAll.java
Index: TestAll.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/latka/src/test/org/apache/commons/latka/junit/TestAll.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TestAll.java 30 Mar 2002 10:43:19 -0000 1.3
+++ TestAll.java 11 Apr 2002 13:54:58 -0000 1.4
@@ -1,9 +1,13 @@
/*
+ *
+ *
+ *
+ *
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -11,7 +15,7 @@
* are met:
*
* 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
+ * notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
@@ -19,15 +23,15 @@
* distribution.
*
* 3. The end-user documentation included with the redistribution, if
- * any, must include the following acknowlegement:
- * "This product includes software developed by the
+ * any, must include the following acknowlegement:
+ * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
- * from this software without prior written permission. For written
+ * from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
*
* 5. Products derived from this software may not be called "Apache"
@@ -53,9 +57,7 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * [Additional notices, if required by prior licensing conditions]
- *
- */
+ */
package org.apache.commons.latka.junit;
@@ -65,7 +67,7 @@
/**
* @author Chuck Burdick
- * @version $Id: TestAll.java,v 1.3 2002/03/30 10:43:19 dion Exp $
+ * @version $Id: TestAll.java,v 1.4 2002/04/11 13:54:58 dion Exp $
*/
public class TestAll extends TestCase {
1.5 +12 -10
jakarta-commons/latka/src/test/org/apache/commons/latka/junit/TestJUnitTestAdapter.java
Index: TestJUnitTestAdapter.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/latka/src/test/org/apache/commons/latka/junit/TestJUnitTestAdapter.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- TestJUnitTestAdapter.java 7 Apr 2002 16:45:47 -0000 1.4
+++ TestJUnitTestAdapter.java 11 Apr 2002 13:54:58 -0000 1.5
@@ -1,9 +1,13 @@
/*
+ *
+ *
+ *
+ *
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -11,7 +15,7 @@
* are met:
*
* 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
+ * notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
@@ -19,15 +23,15 @@
* distribution.
*
* 3. The end-user documentation included with the redistribution, if
- * any, must include the following acknowlegement:
- * "This product includes software developed by the
+ * any, must include the following acknowlegement:
+ * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
- * from this software without prior written permission. For written
+ * from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
*
* 5. Products derived from this software may not be called "Apache"
@@ -53,9 +57,7 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * [Additional notices, if required by prior licensing conditions]
- *
- */
+ */
package org.apache.commons.latka.junit;
@@ -77,7 +79,7 @@
/**
* @author Chuck Burdick
- * @version $Id: TestJUnitTestAdapter.java,v 1.4 2002/04/07 16:45:47 dion Exp $
+ * @version $Id: TestJUnitTestAdapter.java,v 1.5 2002/04/11 13:54:58 dion Exp $
*/
public class TestJUnitTestAdapter extends TestCase {
private String _xmlFileName = "tests/samples/TestCommonsWebsite.xml";
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>