1*46c4c49dSIbrahim Kanouche/* 2*46c4c49dSIbrahim Kanouche * ============================================================================ 3*46c4c49dSIbrahim Kanouche * The Apache Software License, Version 1.1 4*46c4c49dSIbrahim Kanouche * ============================================================================ 5*46c4c49dSIbrahim Kanouche * 6*46c4c49dSIbrahim Kanouche * Copyright (C) 1999 The Apache Software Foundation. All rights reserved. 7*46c4c49dSIbrahim Kanouche * 8*46c4c49dSIbrahim Kanouche * Redistribution and use in source and binary forms, with or without modifica- 9*46c4c49dSIbrahim Kanouche * tion, are permitted provided that the following conditions are met: 10*46c4c49dSIbrahim Kanouche * 11*46c4c49dSIbrahim Kanouche * 1. Redistributions of source code must retain the above copyright notice, 12*46c4c49dSIbrahim Kanouche * this list of conditions and the following disclaimer. 13*46c4c49dSIbrahim Kanouche * 14*46c4c49dSIbrahim Kanouche * 2. Redistributions in binary form must reproduce the above copyright notice, 15*46c4c49dSIbrahim Kanouche * this list of conditions and the following disclaimer in the documentation 16*46c4c49dSIbrahim Kanouche * and/or other materials provided with the distribution. 17*46c4c49dSIbrahim Kanouche * 18*46c4c49dSIbrahim Kanouche * 3. The end-user documentation included with the redistribution, if any, must 19*46c4c49dSIbrahim Kanouche * include the following acknowledgment: "This product includes software 20*46c4c49dSIbrahim Kanouche * developed by the Apache Software Foundation (http://www.apache.org/)." 21*46c4c49dSIbrahim Kanouche * Alternately, this acknowledgment may appear in the software itself, if 22*46c4c49dSIbrahim Kanouche * and wherever such third-party acknowledgments normally appear. 23*46c4c49dSIbrahim Kanouche * 24*46c4c49dSIbrahim Kanouche * 4. The names "log4j" and "Apache Software Foundation" must not be used to 25*46c4c49dSIbrahim Kanouche * endorse or promote products derived from this software without prior 26*46c4c49dSIbrahim Kanouche * written permission. For written permission, please contact 27*46c4c49dSIbrahim Kanouche * [email protected]. 28*46c4c49dSIbrahim Kanouche * 29*46c4c49dSIbrahim Kanouche * 5. Products derived from this software may not be called "Apache", nor may 30*46c4c49dSIbrahim Kanouche * "Apache" appear in their name, without prior written permission of the 31*46c4c49dSIbrahim Kanouche * Apache Software Foundation. 32*46c4c49dSIbrahim Kanouche * 33*46c4c49dSIbrahim Kanouche * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, 34*46c4c49dSIbrahim Kanouche * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 35*46c4c49dSIbrahim Kanouche * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 36*46c4c49dSIbrahim Kanouche * APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 37*46c4c49dSIbrahim Kanouche * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- 38*46c4c49dSIbrahim Kanouche * DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 39*46c4c49dSIbrahim Kanouche * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 40*46c4c49dSIbrahim Kanouche * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 41*46c4c49dSIbrahim Kanouche * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 42*46c4c49dSIbrahim Kanouche * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 43*46c4c49dSIbrahim Kanouche * 44*46c4c49dSIbrahim Kanouche * This software consists of voluntary contributions made by many individuals 45*46c4c49dSIbrahim Kanouche * on behalf of the Apache Software Foundation. For more information on the 46*46c4c49dSIbrahim Kanouche * Apache Software Foundation, please see <http://www.apache.org/>. 47*46c4c49dSIbrahim Kanouche * 48*46c4c49dSIbrahim Kanouche */ 49