Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 70677 invoked from network); 9 Oct 2003 21:04:04 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Oct 2003 21:04:04 -0000 Received: (qmail 51052 invoked by uid 500); 9 Oct 2003 21:03:47 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 50980 invoked by uid 500); 9 Oct 2003 21:03:46 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 50967 invoked by uid 500); 9 Oct 2003 21:03:46 -0000 Received: (qmail 50964 invoked from network); 9 Oct 2003 21:03:46 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 9 Oct 2003 21:03:46 -0000 Received: (qmail 70624 invoked by uid 1289); 9 Oct 2003 21:03:57 -0000 Date: 9 Oct 2003 21:03:57 -0000 Message-ID: <20031009210357.70622.qmail@minotaur.apache.org> From: rdonkin@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources CPDSConnectionFactory.java InstanceKeyDataSource.java InstanceKeyObjectFactory.java KeyedCPDSConnectionFactory.java PerUserPoolDataSource.java PoolKey.java PooledConnectionAndInfo.java SharedPoolDataSource.java UserPassKey.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N rdonkin 2003/10/09 14:03:57 Modified: dbcp/src/java/org/apache/commons/dbcp/datasources CPDSConnectionFactory.java InstanceKeyDataSource.java InstanceKeyObjectFactory.java KeyedCPDSConnectionFactory.java PerUserPoolDataSource.java PoolKey.java PooledConnectionAndInfo.java SharedPoolDataSource.java UserPassKey.java Log: Fixed typos in apache licenses Revision Changes Path 1.3 +7 -7 jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/CPDSConnectionFactory.java Index: CPDSConnectionFactory.java =================================================================== RCS file: /home/cvs/jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/CPDSConnectionFactory.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- CPDSConnectionFactory.java 22 Aug 2003 16:08:32 -0000 1.2 +++ CPDSConnectionFactory.java 9 Oct 2003 21:03:57 -0000 1.3 @@ -26,8 +26,8 @@ * 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 "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +36,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 1.6 +6 -6 jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/InstanceKeyDataSource.java Index: InstanceKeyDataSource.java =================================================================== RCS file: /home/cvs/jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/InstanceKeyDataSource.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- InstanceKeyDataSource.java 25 Aug 2003 17:08:51 -0000 1.5 +++ InstanceKeyDataSource.java 9 Oct 2003 21:03:57 -0000 1.6 @@ -26,8 +26,8 @@ * 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 "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +36,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 1.5 +5 -5 jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/InstanceKeyObjectFactory.java Index: InstanceKeyObjectFactory.java =================================================================== RCS file: /home/cvs/jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/InstanceKeyObjectFactory.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- InstanceKeyObjectFactory.java 29 Sep 2003 06:01:53 -0000 1.4 +++ InstanceKeyObjectFactory.java 9 Oct 2003 21:03:57 -0000 1.5 @@ -26,8 +26,8 @@ * 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 "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +36,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 1.3 +7 -7 jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/KeyedCPDSConnectionFactory.java Index: KeyedCPDSConnectionFactory.java =================================================================== RCS file: /home/cvs/jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/KeyedCPDSConnectionFactory.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- KeyedCPDSConnectionFactory.java 22 Aug 2003 16:08:32 -0000 1.2 +++ KeyedCPDSConnectionFactory.java 9 Oct 2003 21:03:57 -0000 1.3 @@ -26,8 +26,8 @@ * 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 "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +36,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 1.6 +6 -6 jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/PerUserPoolDataSource.java Index: PerUserPoolDataSource.java =================================================================== RCS file: /home/cvs/jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/PerUserPoolDataSource.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- PerUserPoolDataSource.java 29 Sep 2003 06:01:53 -0000 1.5 +++ PerUserPoolDataSource.java 9 Oct 2003 21:03:57 -0000 1.6 @@ -26,8 +26,8 @@ * 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 "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +36,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 1.3 +6 -6 jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/PoolKey.java Index: PoolKey.java =================================================================== RCS file: /home/cvs/jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/PoolKey.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- PoolKey.java 22 Aug 2003 16:08:32 -0000 1.2 +++ PoolKey.java 9 Oct 2003 21:03:57 -0000 1.3 @@ -26,8 +26,8 @@ * 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 "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +36,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 1.3 +6 -6 jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/PooledConnectionAndInfo.java Index: PooledConnectionAndInfo.java =================================================================== RCS file: /home/cvs/jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/PooledConnectionAndInfo.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- PooledConnectionAndInfo.java 22 Aug 2003 16:08:32 -0000 1.2 +++ PooledConnectionAndInfo.java 9 Oct 2003 21:03:57 -0000 1.3 @@ -26,8 +26,8 @@ * 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 "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +36,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 1.6 +6 -6 jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/SharedPoolDataSource.java Index: SharedPoolDataSource.java =================================================================== RCS file: /home/cvs/jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/SharedPoolDataSource.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- SharedPoolDataSource.java 29 Sep 2003 06:01:53 -0000 1.5 +++ SharedPoolDataSource.java 9 Oct 2003 21:03:57 -0000 1.6 @@ -26,8 +26,8 @@ * 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 "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +36,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 1.3 +6 -6 jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/UserPassKey.java Index: UserPassKey.java =================================================================== RCS file: /home/cvs/jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/UserPassKey.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- UserPassKey.java 22 Aug 2003 16:08:32 -0000 1.2 +++ UserPassKey.java 9 Oct 2003 21:03:57 -0000 1.3 @@ -26,8 +26,8 @@ * 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 "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +36,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org