|
|
4a442a |
/* ====================================================================
|
|
|
4a442a |
* The Apache Software License, Version 1.1
|
|
|
4a442a |
*
|
|
|
4a442a |
* Copyright (c) 2000 The Apache Software Foundation. All rights
|
|
|
4a442a |
* reserved.
|
|
|
4a442a |
*
|
|
|
4a442a |
* Redistribution and use in source and binary forms, with or without
|
|
|
4a442a |
* modification, are permitted provided that the following conditions
|
|
|
4a442a |
* are met:
|
|
|
4a442a |
*
|
|
|
4a442a |
* 1. Redistributions of source code must retain the above copyright
|
|
|
4a442a |
* notice, this list of conditions and the following disclaimer.
|
|
|
4a442a |
*
|
|
|
4a442a |
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
4a442a |
* notice, this list of conditions and the following disclaimer in
|
|
|
4a442a |
* the documentation and/or other materials provided with the
|
|
|
4a442a |
* distribution.
|
|
|
4a442a |
*
|
|
|
4a442a |
* 3. The end-user documentation included with the redistribution,
|
|
|
4a442a |
* if any, must include the following acknowledgment:
|
|
|
4a442a |
* "This product includes software developed by the
|
|
|
4a442a |
* Apache Software Foundation (http://www.apache.org/)."
|
|
|
4a442a |
* Alternately, this acknowledgment may appear in the software itself,
|
|
|
4a442a |
* if and wherever such third-party acknowledgments normally appear.
|
|
|
4a442a |
*
|
|
|
4a442a |
* 4. The names "Apache" and "Apache Software Foundation" must
|
|
|
4a442a |
* not be used to endorse or promote products derived from this
|
|
|
4a442a |
* software without prior written permission. For written
|
|
|
4a442a |
* permission, please contact apache@apache.org.
|
|
|
4a442a |
*
|
|
|
4a442a |
* 5. Products derived from this software may not be called "Apache",
|
|
|
4a442a |
* nor may "Apache" appear in their name, without prior written
|
|
|
4a442a |
* permission of the Apache Software Foundation.
|
|
|
4a442a |
*
|
|
|
4a442a |
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
|
|
4a442a |
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
|
4a442a |
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
|
4a442a |
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
|
|
4a442a |
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
4a442a |
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
|
4a442a |
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
|
|
4a442a |
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
|
4a442a |
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
|
4a442a |
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
|
|
4a442a |
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
4a442a |
* SUCH DAMAGE.
|
|
|
4a442a |
* ====================================================================
|
|
|
4a442a |
*
|
|
|
4a442a |
* This software consists of voluntary contributions made by many
|
|
|
4a442a |
* individuals on behalf of the Apache Software Foundation. For more
|
|
|
4a442a |
* information on the Apache Software Foundation, please see
|
|
|
4a442a |
* <http://www.apache.org/>.
|
|
|
4a442a |
*
|
|
|
4a442a |
* Portions of this software are based upon public domain software
|
|
|
4a442a |
* originally written at the National Center for Supercomputing Applications,
|
|
|
4a442a |
* University of Illinois, Urbana-Champaign.
|
|
|
4a442a |
*/
|
|
|
4a442a |
|