1
0

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:
Robert Burrell Donkin
2003-10-09 21:37:48 +00:00
parent c81ff3807f
commit 4d51df78d4
34 changed files with 183 additions and 183 deletions

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/LICENSE.txt,v 1.3 2003/10/05 15:59:26 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/LICENSE.txt,v 1.4 2003/10/09 21:37:46 rdonkin Exp $
* $Revision: 1.3 $ * $Revision: 1.4 $
* $Date: 2003/10/05 15:59:26 $ * $Date: 2003/10/09 21:37:46 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/Log.java,v 1.15 2003/10/05 15:58:50 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/Log.java,v 1.16 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.15 $ * $Revision: 1.16 $
* $Date: 2003/10/05 15:58:50 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -102,7 +102,7 @@ package org.apache.commons.logging;
* *
* @author <a href="mailto:sanders@apache.org">Scott Sanders</a> * @author <a href="mailto:sanders@apache.org">Scott Sanders</a>
* @author Rod Waldhoff * @author Rod Waldhoff
* @version $Id: Log.java,v 1.15 2003/10/05 15:58:50 rdonkin Exp $ * @version $Id: Log.java,v 1.16 2003/10/09 21:37:47 rdonkin Exp $
*/ */
public interface Log { public interface Log {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/LogConfigurationException.java,v 1.4 2003/10/05 15:58:50 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/LogConfigurationException.java,v 1.5 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.4 $ * $Revision: 1.5 $
* $Date: 2003/10/05 15:58:50 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -68,7 +68,7 @@ package org.apache.commons.logging;
* factory methods.</p> * factory methods.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.4 $ $Date: 2003/10/05 15:58:50 $ * @version $Revision: 1.5 $ $Date: 2003/10/09 21:37:47 $
*/ */
public class LogConfigurationException extends RuntimeException { public class LogConfigurationException extends RuntimeException {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/LogFactory.java,v 1.23 2003/10/05 15:58:50 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/LogFactory.java,v 1.24 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.23 $ * $Revision: 1.24 $
* $Date: 2003/10/05 15:58:50 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -87,7 +87,7 @@ import java.util.Properties;
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @author Costin Manolache * @author Costin Manolache
* @author Richard A. Sitze * @author Richard A. Sitze
* @version $Revision: 1.23 $ $Date: 2003/10/05 15:58:50 $ * @version $Revision: 1.24 $ $Date: 2003/10/09 21:37:47 $
*/ */
public abstract class LogFactory { public abstract class LogFactory {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/LogSource.java,v 1.18 2003/10/05 15:58:50 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/LogSource.java,v 1.19 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.18 $ * $Revision: 1.19 $
* $Date: 2003/10/05 15:58:50 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -97,7 +97,7 @@ import org.apache.commons.logging.impl.NoOpLog;
* implementation performs exactly the same algorithm as this class did * implementation performs exactly the same algorithm as this class did
* *
* @author Rod Waldhoff * @author Rod Waldhoff
* @version $Id: LogSource.java,v 1.18 2003/10/05 15:58:50 rdonkin Exp $ * @version $Id: LogSource.java,v 1.19 2003/10/09 21:37:47 rdonkin Exp $
*/ */
public class LogSource { public class LogSource {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/AvalonLogger.java,v 1.5 2003/10/05 15:58:38 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/AvalonLogger.java,v 1.6 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.5 $ * $Revision: 1.6 $
* $Date: 2003/10/05 15:58:38 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -70,7 +70,7 @@ import org.apache.commons.logging.Log;
* logging calls to Avalon logging abstraction: the Logger interface. * logging calls to Avalon logging abstraction: the Logger interface.
* *
* @author <a href="mailto:neeme@apache.org">Neeme Praks</a> * @author <a href="mailto:neeme@apache.org">Neeme Praks</a>
* @version $Revision: 1.5 $ $Date: 2003/10/05 15:58:38 $ * @version $Revision: 1.6 $ $Date: 2003/10/09 21:37:47 $
*/ */
public class AvalonLogger implements Log, Serializable { public class AvalonLogger implements Log, Serializable {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/Jdk13LumberjackLogger.java,v 1.3 2003/10/05 15:58:38 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/Jdk13LumberjackLogger.java,v 1.4 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.3 $ * $Revision: 1.4 $
* $Date: 2003/10/05 15:58:38 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -83,7 +83,7 @@ import org.apache.commons.logging.Log;
* @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a> * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
* @author <a href="mailto:donaldp@apache.org">Peter Donald</a> * @author <a href="mailto:donaldp@apache.org">Peter Donald</a>
* @author <a href="mailto:vince256@comcast.net">Vince Eagen</a> * @author <a href="mailto:vince256@comcast.net">Vince Eagen</a>
* @version $Revision: 1.3 $ $Date: 2003/10/05 15:58:38 $ * @version $Revision: 1.4 $ $Date: 2003/10/09 21:37:47 $
*/ */
public class Jdk13LumberjackLogger implements Log, Serializable { public class Jdk13LumberjackLogger implements Log, Serializable {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/Jdk14Logger.java,v 1.9 2003/10/05 15:58:38 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/Jdk14Logger.java,v 1.10 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.9 $ * $Revision: 1.10 $
* $Date: 2003/10/05 15:58:38 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -78,7 +78,7 @@ import org.apache.commons.logging.Log;
* @author <a href="mailto:sanders@apache.org">Scott Sanders</a> * @author <a href="mailto:sanders@apache.org">Scott Sanders</a>
* @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a> * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
* @author <a href="mailto:donaldp@apache.org">Peter Donald</a> * @author <a href="mailto:donaldp@apache.org">Peter Donald</a>
* @version $Revision: 1.9 $ $Date: 2003/10/05 15:58:38 $ * @version $Revision: 1.10 $ $Date: 2003/10/09 21:37:47 $
*/ */
public class Jdk14Logger implements Log, Serializable { public class Jdk14Logger implements Log, Serializable {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/Attic/Log4JCategoryLog.java,v 1.12 2003/10/05 15:58:30 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/Attic/Log4JCategoryLog.java,v 1.13 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.12 $ * $Revision: 1.13 $
* $Date: 2003/10/05 15:58:30 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -77,7 +77,7 @@ import org.apache.log4j.Priority;
* @author <a href="mailto:sanders@apache.org">Scott Sanders</a> * @author <a href="mailto:sanders@apache.org">Scott Sanders</a>
* @author Rod Waldhoff * @author Rod Waldhoff
* @author Robert Burrell Donkin * @author Robert Burrell Donkin
* @version $Id: Log4JCategoryLog.java,v 1.12 2003/10/05 15:58:30 rdonkin Exp $ * @version $Id: Log4JCategoryLog.java,v 1.13 2003/10/09 21:37:47 rdonkin Exp $
*/ */
public final class Log4JCategoryLog implements Log { public final class Log4JCategoryLog implements Log {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/Log4JLogger.java,v 1.7 2003/10/05 15:58:30 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/Log4JLogger.java,v 1.8 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.7 $ * $Revision: 1.8 $
* $Date: 2003/10/05 15:58:30 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -76,7 +76,7 @@ import org.apache.log4j.Priority;
* @author <a href="mailto:sanders@apache.org">Scott Sanders</a> * @author <a href="mailto:sanders@apache.org">Scott Sanders</a>
* @author Rod Waldhoff * @author Rod Waldhoff
* @author Robert Burrell Donkin * @author Robert Burrell Donkin
* @version $Id: Log4JLogger.java,v 1.7 2003/10/05 15:58:30 rdonkin Exp $ * @version $Id: Log4JLogger.java,v 1.8 2003/10/09 21:37:47 rdonkin Exp $
*/ */
public class Log4JLogger implements Log, Serializable { public class Log4JLogger implements Log, Serializable {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/Log4jFactory.java,v 1.6 2003/10/05 15:58:30 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/Log4jFactory.java,v 1.7 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.6 $ * $Revision: 1.7 $
* $Date: 2003/10/05 15:58:30 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/LogFactoryImpl.java,v 1.27 2003/10/05 15:58:30 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/LogFactoryImpl.java,v 1.28 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.27 $ * $Revision: 1.28 $
* $Date: 2003/10/05 15:58:30 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -107,7 +107,7 @@ import org.apache.commons.logging.LogFactory;
* @author Rod Waldhoff * @author Rod Waldhoff
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @author Richard A. Sitze * @author Richard A. Sitze
* @version $Revision: 1.27 $ $Date: 2003/10/05 15:58:30 $ * @version $Revision: 1.28 $ $Date: 2003/10/09 21:37:47 $
*/ */
public class LogFactoryImpl extends LogFactory { public class LogFactoryImpl extends LogFactory {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/LogKitLogger.java,v 1.6 2003/10/05 15:58:30 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/LogKitLogger.java,v 1.7 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.6 $ * $Revision: 1.7 $
* $Date: 2003/10/05 15:58:30 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -79,7 +79,7 @@ import org.apache.commons.logging.Log;
* *
* @author <a href="mailto:sanders@apache.org">Scott Sanders</a> * @author <a href="mailto:sanders@apache.org">Scott Sanders</a>
* @author Robert Burrell Donkin * * @author Robert Burrell Donkin *
* @version $Id: LogKitLogger.java,v 1.6 2003/10/05 15:58:30 rdonkin Exp $ * @version $Id: LogKitLogger.java,v 1.7 2003/10/09 21:37:47 rdonkin Exp $
*/ */
public class LogKitLogger implements Log, Serializable { public class LogKitLogger implements Log, Serializable {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/NoOpLog.java,v 1.4 2003/10/05 15:58:38 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/NoOpLog.java,v 1.5 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.4 $ * $Revision: 1.5 $
* $Date: 2003/10/05 15:58:38 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -72,7 +72,7 @@ import org.apache.commons.logging.Log;
* *
* @author <a href="mailto:sanders@apache.org">Scott Sanders</a> * @author <a href="mailto:sanders@apache.org">Scott Sanders</a>
* @author Rod Waldhoff * @author Rod Waldhoff
* @version $Id: NoOpLog.java,v 1.4 2003/10/05 15:58:38 rdonkin Exp $ * @version $Id: NoOpLog.java,v 1.5 2003/10/09 21:37:47 rdonkin Exp $
*/ */
public class NoOpLog implements Log { public class NoOpLog implements Log {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/SimpleLog.java,v 1.13 2003/10/05 15:58:38 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/SimpleLog.java,v 1.14 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.13 $ * $Revision: 1.14 $
* $Date: 2003/10/05 15:58:38 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -109,7 +109,7 @@ import org.apache.commons.logging.LogConfigurationException;
* @author Rod Waldhoff * @author Rod Waldhoff
* @author Robert Burrell Donkin * @author Robert Burrell Donkin
* *
* @version $Id: SimpleLog.java,v 1.13 2003/10/05 15:58:38 rdonkin Exp $ * @version $Id: SimpleLog.java,v 1.14 2003/10/09 21:37:47 rdonkin Exp $
*/ */
public class SimpleLog implements Log, Serializable { public class SimpleLog implements Log, Serializable {

View File

@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/LoadTest.java,v 1.3 2003/10/05 15:58:05 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/LoadTest.java,v 1.4 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.3 $ * $Revision: 1.4 $
* $Date: 2003/10/05 15:58:05 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -67,7 +67,7 @@ import junit.framework.TestSuite;
/** /**
* testcase to emulate container and application isolated from container * testcase to emulate container and application isolated from container
* @author baliuka * @author baliuka
* @version $Id: LoadTest.java,v 1.3 2003/10/05 15:58:05 rdonkin Exp $ * @version $Id: LoadTest.java,v 1.4 2003/10/09 21:37:47 rdonkin Exp $
*/ */
public class LoadTest extends TestCase{ public class LoadTest extends TestCase{
//TODO: need some way to add service provider packages //TODO: need some way to add service provider packages

View File

@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived

View File

@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived

View File

@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/TestAll.java,v 1.5 2003/10/05 15:58:05 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/TestAll.java,v 1.6 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.5 $ * $Revision: 1.6 $
* $Date: 2003/10/05 15:58:05 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -74,7 +74,7 @@ import junit.framework.*;
* coded by James Strachan. </p> * coded by James Strachan. </p>
* *
* @author Robert Burrell Donkin * @author Robert Burrell Donkin
* @version $Revision: 1.5 $ * @version $Revision: 1.6 $
*/ */
public class TestAll extends TestCase { public class TestAll extends TestCase {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/UserClass.java,v 1.2 2003/10/05 15:58:05 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/UserClass.java,v 1.3 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.2 $ * $Revision: 1.3 $
* $Date: 2003/10/05 15:58:05 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/Wrapper.java,v 1.3 2003/10/05 15:58:05 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/Wrapper.java,v 1.4 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.3 $ * $Revision: 1.4 $
* $Date: 2003/10/05 15:58:05 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -110,7 +110,7 @@ import java.util.List;
* only the wrapper class itself.</p> * only the wrapper class itself.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.3 $ $Date: 2003/10/05 15:58:05 $ * @version $Revision: 1.4 $ $Date: 2003/10/09 21:37:47 $
*/ */
public class Wrapper { public class Wrapper {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/avalon/AvalonLoggerTest.java,v 1.2 2003/10/05 15:57:45 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/avalon/AvalonLoggerTest.java,v 1.3 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.2 $ * $Revision: 1.3 $
* $Date: 2003/10/05 15:57:45 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -70,7 +70,7 @@ import junit.framework.TestSuite;
/** /**
* @author <a href="mailto:neeme@apache.org">Neeme Praks</a> * @author <a href="mailto:neeme@apache.org">Neeme Praks</a>
* @version $Revision: 1.2 $ $Date: 2003/10/05 15:57:45 $ * @version $Revision: 1.3 $ $Date: 2003/10/09 21:37:47 $
*/ */
public class AvalonLoggerTest extends AbstractLogTest { public class AvalonLoggerTest extends AbstractLogTest {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/jdk14/CustomConfigTestCase.java,v 1.7 2003/10/05 15:57:56 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/jdk14/CustomConfigTestCase.java,v 1.8 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.7 $ * $Revision: 1.8 $
* $Date: 2003/10/05 15:57:56 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -80,7 +80,7 @@ import junit.framework.TestSuite;
* logger configured per the configuration properties.</p> * logger configured per the configuration properties.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.7 $ $Date: 2003/10/05 15:57:56 $ * @version $Revision: 1.8 $ $Date: 2003/10/09 21:37:47 $
*/ */
public class CustomConfigTestCase extends DefaultConfigTestCase { public class CustomConfigTestCase extends DefaultConfigTestCase {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/jdk14/DefaultConfigTestCase.java,v 1.6 2003/10/05 15:57:56 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/jdk14/DefaultConfigTestCase.java,v 1.7 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.6 $ * $Revision: 1.7 $
* $Date: 2003/10/05 15:57:56 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * 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> * should be automatically configured.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.6 $ $Date: 2003/10/05 15:57:56 $ * @version $Revision: 1.7 $ $Date: 2003/10/09 21:37:47 $
*/ */
public class DefaultConfigTestCase extends TestCase { public class DefaultConfigTestCase extends TestCase {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/jdk14/TestHandler.java,v 1.2 2003/10/05 15:57:56 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/jdk14/TestHandler.java,v 1.3 2003/10/09 21:37:47 rdonkin Exp $
* $Revision: 1.2 $ * $Revision: 1.3 $
* $Date: 2003/10/05 15:57:56 $ * $Date: 2003/10/09 21:37:47 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -72,7 +72,7 @@ import java.util.logging.LogRecord;
* <p>Test implementation of <code>java.util.logging.Handler</code>.</p> * <p>Test implementation of <code>java.util.logging.Handler</code>.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.2 $ $Date: 2003/10/05 15:57:56 $ * @version $Revision: 1.3 $ $Date: 2003/10/09 21:37:47 $
*/ */
public class TestHandler extends Handler { public class TestHandler extends Handler {

View File

@@ -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 $ * $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.6 $ * $Revision: 1.7 $
* $Date: 2003/10/05 15:57:36 $ * $Date: 2003/10/09 21:37:48 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * 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> * logger configured per the configuration properties.</p>
* *
* @author Craig R. McClanahan * @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 { public class CustomConfigTestCase extends DefaultConfigTestCase {

View File

@@ -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 $ * $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.5 $ * $Revision: 1.6 $
* $Date: 2003/10/05 15:57:36 $ * $Date: 2003/10/09 21:37:48 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * 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> * should be automatically configured).</p>
* *
* @author Craig R. McClanahan * @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 { public class DefaultConfigTestCase extends TestCase {

View File

@@ -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 $ * $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.2 $ * $Revision: 1.3 $
* $Date: 2003/10/05 15:57:36 $ * $Date: 2003/10/09 21:37:48 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * 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> * <p>Test implementation of <code>org.apache.log4j.Appender</code>.</p>
* *
* @author Craig R. McClanahan * @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 { public class TestAppender extends AppenderSkeleton {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/simple/CustomConfigTestCase.java,v 1.2 2003/10/05 15:57:17 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/simple/CustomConfigTestCase.java,v 1.3 2003/10/09 21:37:48 rdonkin Exp $
* $Revision: 1.2 $ * $Revision: 1.3 $
* $Date: 2003/10/05 15:57:17 $ * $Date: 2003/10/09 21:37:48 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -78,7 +78,7 @@ import org.apache.commons.logging.impl.SimpleLog;
* properties.</p> * properties.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.2 $ $Date: 2003/10/05 15:57:17 $ * @version $Revision: 1.3 $ $Date: 2003/10/09 21:37:48 $
*/ */
public class CustomConfigTestCase extends DefaultConfigTestCase { public class CustomConfigTestCase extends DefaultConfigTestCase {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/simple/DecoratedSimpleLog.java,v 1.2 2003/10/05 15:57:17 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/simple/DecoratedSimpleLog.java,v 1.3 2003/10/09 21:37:48 rdonkin Exp $
* $Revision: 1.2 $ * $Revision: 1.3 $
* $Date: 2003/10/05 15:57:17 $ * $Date: 2003/10/09 21:37:48 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/simple/DefaultConfigTestCase.java,v 1.2 2003/10/05 15:57:17 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/simple/DefaultConfigTestCase.java,v 1.3 2003/10/09 21:37:48 rdonkin Exp $
* $Revision: 1.2 $ * $Revision: 1.3 $
* $Date: 2003/10/05 15:57:17 $ * $Date: 2003/10/09 21:37:48 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived
@@ -81,7 +81,7 @@ import org.apache.commons.logging.impl.SimpleLog;
* other than selecting the SimpleLog implementation.</p> * other than selecting the SimpleLog implementation.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.2 $ $Date: 2003/10/05 15:57:17 $ * @version $Revision: 1.3 $ $Date: 2003/10/09 21:37:48 $
*/ */
public class DefaultConfigTestCase extends TestCase { public class DefaultConfigTestCase extends TestCase {

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/simple/LogRecord.java,v 1.2 2003/10/05 15:57:17 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/simple/LogRecord.java,v 1.3 2003/10/09 21:37:48 rdonkin Exp $
* $Revision: 1.2 $ * $Revision: 1.3 $
* $Date: 2003/10/05 15:57:17 $ * $Date: 2003/10/09 21:37:48 $
* *
* ==================================================================== * ====================================================================
* *
@@ -26,8 +26,8 @@
* if any, must include the following acknowledgement: * if any, must include the following acknowledgement:
* "This product includes software developed by the * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)." * Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself, * Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear. * if and wherever such third-party acknowledgements normally appear.
* *
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived * Foundation" must not be used to endorse or promote products derived