Blame SOURCES/LICENSE-1.1.txt

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