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/src/java/org/apache/commons/logging/Log.java,v 1.15 2003/10/05 15:58:50 rdonkin Exp $
* $Revision: 1.15 $
* $Date: 2003/10/05 15:58:50 $
* $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.16 $
* $Date: 2003/10/09 21:37:47 $
*
* ====================================================================
*
@@ -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
@@ -102,7 +102,7 @@ package org.apache.commons.logging;
*
* @author <a href="mailto:sanders@apache.org">Scott Sanders</a>
* @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 {