| 1 |
avdyk |
456 |
This is commons-pool, who's homepage is |
| 2 |
|
|
http://jakarta.apache.org/commons/pool/. It was made into a debian package |
| 3 |
|
|
by Adam Heath <doogie@brainfood.com> on Sunday, July 21, 2002. No upstream |
| 4 |
|
|
changes were done to the package. The only things done were the addition |
| 5 |
|
|
of the debian directory, and a build.properties, to set the location of the |
| 6 |
|
|
files the source needs. |
| 7 |
|
|
|
| 8 |
|
|
The license of this package is the Apache Software License, version 1.1, |
| 9 |
|
|
which is included below verbatim. |
| 10 |
|
|
|
| 11 |
|
|
--------------------------------------------------------------------------- |
| 12 |
|
|
/* |
| 13 |
|
|
* $Header$ |
| 14 |
|
|
* $Revision$ |
| 15 |
|
|
* $Date$ |
| 16 |
|
|
* |
| 17 |
|
|
* ==================================================================== |
| 18 |
|
|
* |
| 19 |
|
|
* The Apache Software License, Version 1.1 |
| 20 |
|
|
* |
| 21 |
|
|
* Copyright (c) 1999-2001 The Apache Software Foundation. All rights |
| 22 |
|
|
* reserved. |
| 23 |
|
|
* |
| 24 |
|
|
* Redistribution and use in source and binary forms, with or without |
| 25 |
|
|
* modification, are permitted provided that the following conditions |
| 26 |
|
|
* are met: |
| 27 |
|
|
* |
| 28 |
|
|
* 1. Redistributions of source code must retain the above copyright |
| 29 |
|
|
* notice, this list of conditions and the following disclaimer. |
| 30 |
|
|
* |
| 31 |
|
|
* 2. Redistributions in binary form must reproduce the above copyright |
| 32 |
|
|
* notice, this list of conditions and the following disclaimer in |
| 33 |
|
|
* the documentation and/or other materials provided with the |
| 34 |
|
|
* distribution. |
| 35 |
|
|
* |
| 36 |
|
|
* 3. The end-user documentation included with the redistribution, if |
| 37 |
|
|
* any, must include the following acknowlegement: |
| 38 |
|
|
* "This product includes software developed by the |
| 39 |
|
|
* Apache Software Foundation (http://www.apache.org/)." |
| 40 |
|
|
* Alternately, this acknowlegement may appear in the software itself, |
| 41 |
|
|
* if and wherever such third-party acknowlegements normally appear. |
| 42 |
|
|
* |
| 43 |
|
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software |
| 44 |
|
|
* Foundation" must not be used to endorse or promote products derived |
| 45 |
|
|
* from this software without prior written permission. For written |
| 46 |
|
|
* permission, please contact apache@apache.org. |
| 47 |
|
|
* |
| 48 |
|
|
* 5. Products derived from this software may not be called "Apache" |
| 49 |
|
|
* nor may "Apache" appear in their names without prior written |
| 50 |
|
|
* permission of the Apache Group. |
| 51 |
|
|
* |
| 52 |
|
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED |
| 53 |
|
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 54 |
|
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 55 |
|
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR |
| 56 |
|
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 57 |
|
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 58 |
|
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF |
| 59 |
|
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 60 |
|
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 61 |
|
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 62 |
|
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 63 |
|
|
* SUCH DAMAGE. |
| 64 |
|
|
* ==================================================================== |
| 65 |
|
|
* |
| 66 |
|
|
* This software consists of voluntary contributions made by many |
| 67 |
|
|
* individuals on behalf of the Apache Software Foundation. For more |
| 68 |
|
|
* information on the Apache Software Foundation, please see |
| 69 |
|
|
* <http://www.apache.org/>. |
| 70 |
|
|
* |
| 71 |
|
|
*/ |
| 72 |
|
|
|
| 73 |
|
|
|
| 74 |
|
|
|
| 75 |
|
|
|
| 76 |
|
|
|