Fixed typos in apache licenses
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/log4j/CustomConfigTestCase.java,v 1.6 2003/10/05 15:57:36 rdonkin Exp $
|
||||
* $Revision: 1.6 $
|
||||
* $Date: 2003/10/05 15:57:36 $
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/log4j/CustomConfigTestCase.java,v 1.7 2003/10/09 21:37:48 rdonkin Exp $
|
||||
* $Revision: 1.7 $
|
||||
* $Date: 2003/10/09 21:37:48 $
|
||||
*
|
||||
* ====================================================================
|
||||
*
|
||||
@@ -26,8 +26,8 @@
|
||||
* if any, must include the following acknowledgement:
|
||||
* "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.
|
||||
* Alternately, this acknowledgement may appear in the software itself,
|
||||
* if and wherever such third-party acknowledgements normally appear.
|
||||
*
|
||||
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
|
||||
* Foundation" must not be used to endorse or promote products derived
|
||||
@@ -82,7 +82,7 @@ import org.apache.log4j.spi.LoggingEvent;
|
||||
* logger configured per the configuration properties.</p>
|
||||
*
|
||||
* @author Craig R. McClanahan
|
||||
* @version $Revision: 1.6 $ $Date: 2003/10/05 15:57:36 $
|
||||
* @version $Revision: 1.7 $ $Date: 2003/10/09 21:37:48 $
|
||||
*/
|
||||
|
||||
public class CustomConfigTestCase extends DefaultConfigTestCase {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/log4j/DefaultConfigTestCase.java,v 1.5 2003/10/05 15:57:36 rdonkin Exp $
|
||||
* $Revision: 1.5 $
|
||||
* $Date: 2003/10/05 15:57:36 $
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/log4j/DefaultConfigTestCase.java,v 1.6 2003/10/09 21:37:48 rdonkin Exp $
|
||||
* $Revision: 1.6 $
|
||||
* $Date: 2003/10/09 21:37:48 $
|
||||
*
|
||||
* ====================================================================
|
||||
*
|
||||
@@ -26,8 +26,8 @@
|
||||
* if any, must include the following acknowledgement:
|
||||
* "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.
|
||||
* Alternately, this acknowledgement may appear in the software itself,
|
||||
* if and wherever such third-party acknowledgements normally appear.
|
||||
*
|
||||
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
|
||||
* Foundation" must not be used to endorse or promote products derived
|
||||
@@ -81,7 +81,7 @@ import org.apache.commons.logging.LogFactory;
|
||||
* should be automatically configured).</p>
|
||||
*
|
||||
* @author Craig R. McClanahan
|
||||
* @version $Revision: 1.5 $ $Date: 2003/10/05 15:57:36 $
|
||||
* @version $Revision: 1.6 $ $Date: 2003/10/09 21:37:48 $
|
||||
*/
|
||||
|
||||
public class DefaultConfigTestCase extends TestCase {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/log4j/TestAppender.java,v 1.2 2003/10/05 15:57:36 rdonkin Exp $
|
||||
* $Revision: 1.2 $
|
||||
* $Date: 2003/10/05 15:57:36 $
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/log4j/TestAppender.java,v 1.3 2003/10/09 21:37:48 rdonkin Exp $
|
||||
* $Revision: 1.3 $
|
||||
* $Date: 2003/10/09 21:37:48 $
|
||||
*
|
||||
* ====================================================================
|
||||
*
|
||||
@@ -26,8 +26,8 @@
|
||||
* if any, must include the following acknowledgement:
|
||||
* "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.
|
||||
* Alternately, this acknowledgement may appear in the software itself,
|
||||
* if and wherever such third-party acknowledgements normally appear.
|
||||
*
|
||||
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
|
||||
* Foundation" must not be used to endorse or promote products derived
|
||||
@@ -73,7 +73,7 @@ import org.apache.log4j.spi.LoggingEvent;
|
||||
* <p>Test implementation of <code>org.apache.log4j.Appender</code>.</p>
|
||||
*
|
||||
* @author Craig R. McClanahan
|
||||
* @version $Revision: 1.2 $ $Date: 2003/10/05 15:57:36 $
|
||||
* @version $Revision: 1.3 $ $Date: 2003/10/09 21:37:48 $
|
||||
*/
|
||||
|
||||
public class TestAppender extends AppenderSkeleton {
|
||||
|
||||
Reference in New Issue
Block a user