kchan | 63d1790 | 2006-05-17 23:58:01 +0000 | [diff] [blame] | 1 | ########################################################################## |
| 2 | # ============================================================================ |
| 3 | # The Apache Software License, Version 1.1 |
| 4 | # ============================================================================ |
| 5 | # |
| 6 | # Copyright (C) 1999 The Apache Software Foundation. All rights reserved. |
| 7 | # |
| 8 | # Redistribution and use in source and binary forms, with or without modifica- |
| 9 | # tion, are permitted provided that the following conditions are met: |
| 10 | # |
| 11 | # 1. Redistributions of source code must retain the above copyright notice, |
| 12 | # this list of conditions and the following disclaimer. |
| 13 | # |
| 14 | # 2. Redistributions in binary form must reproduce the above copyright notice, |
| 15 | # this list of conditions and the following disclaimer in the documentation |
| 16 | # and/or other materials provided with the distribution. |
| 17 | # |
| 18 | # 3. The end-user documentation included with the redistribution, if any, must |
| 19 | # include the following acknowledgment: "This product includes software |
| 20 | # developed by the Apache Software Foundation (http://www.apache.org/)." |
| 21 | # Alternately, this acknowledgment may appear in the software itself, if |
| 22 | # and wherever such third-party acknowledgments normally appear. |
| 23 | # |
| 24 | # 4. The names "log4j" and "Apache Software Foundation" must not be used to |
| 25 | # endorse or promote products derived from this software without prior |
| 26 | # written permission. For written permission, please contact |
| 27 | # apache@apache.org. |
| 28 | # |
| 29 | # 5. Products derived from this software may not be called "Apache", nor may |
| 30 | # "Apache" appear in their name, without prior written permission of the |
| 31 | # Apache Software Foundation. |
| 32 | # |
| 33 | # THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, |
| 34 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
| 35 | # FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 36 | # APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, |
| 37 | # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- |
| 38 | # DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 39 | # OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 40 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 41 | # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 42 | # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 43 | # |
| 44 | # This software consists of voluntary contributions made by many individuals |
| 45 | # on behalf of the Apache Software Foundation. For more information on the |
| 46 | # Apache Software Foundation, please see <http://www.apache.org/>. |
| 47 | # |
| 48 | ########################################################################## |
| 49 | |
| 50 | # "featureName" property - name of the feature |
| 51 | featureName=Apache Jakarta log4j |
| 52 | |
| 53 | # "providerName" property - name of the company that provides the feature |
| 54 | providerName=The Apache Software Foundation |
| 55 | |
| 56 | # "updateSiteName" property - label for the update site |
| 57 | updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site |
| 58 | |
| 59 | # "description" property - description of the feature |
| 60 | description=Apache Jakarta log4j |
| 61 | |
| 62 | # "copyright" property - text of the "Feature Update Copyright" |
| 63 | copyright=\ |
| 64 | Copyright 2000 The Apache Software Foundation\n\ |
| 65 | \n\ |
| 66 | Licensed under the Apache License, Version 1.1 (the "License");\n\ |
| 67 | you may not use this file except in compliance with the License.\n\ |
| 68 | You may obtain a copy of the License at\n\ |
| 69 | \n\ |
| 70 | http://www.apache.org/licenses/LICENSE-1.1\n\ |
| 71 | \n\ |
| 72 | Unless required by applicable law or agreed to in writing, software\n\ |
| 73 | distributed under the License is distributed on an "AS IS" BASIS,\n\ |
| 74 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ |
| 75 | See the License for the specific language governing permissions and\n\ |
| 76 | limitations under the License.\n\ |
| 77 | ################ end of copyright property #################################### |
| 78 | |
| 79 | # "licenseURL" property - URL of the "Feature License" |
| 80 | # do not translate value - just change to point to a locale-specific HTML page |
| 81 | licenseURL=LICENSE |
| 82 | |
| 83 | # "license" property - text of the "Feature Update License" |
| 84 | # should be plain text version of license agreement pointed to be "licenseURL" |
| 85 | license=\ |
| 86 | ============================================================================\n\ |
| 87 | The Apache Software License, Version 1.1\n\ |
| 88 | ============================================================================\n\ |
| 89 | \n\ |
| 90 | Copyright (C) 1999 The Apache Software Foundation. All rights reserved.\n\ |
| 91 | \n\ |
| 92 | Redistribution and use in source and binary forms, with or without modifica-\n\ |
| 93 | tion, are permitted provided that the following conditions are met:\n\ |
| 94 | \n\ |
| 95 | 1. Redistributions of source code must retain the above copyright notice,\n\ |
| 96 | this list of conditions and the following disclaimer.\n\ |
| 97 | \n\ |
| 98 | 2. Redistributions in binary form must reproduce the above copyright notice,\n\ |
| 99 | this list of conditions and the following disclaimer in the documentation\n\ |
| 100 | and/or other materials provided with the distribution.\n\ |
| 101 | \n\ |
| 102 | 3. The end-user documentation included with the redistribution, if any, must\n\ |
| 103 | include the following acknowledgment: "This product includes software\n\ |
| 104 | developed by the Apache Software Foundation (http://www.apache.org/)."\n\ |
| 105 | Alternately, this acknowledgment may appear in the software itself, if\n\ |
| 106 | and wherever such third-party acknowledgments normally appear.\n\ |
| 107 | \n\ |
| 108 | 4. The names "log4j" and "Apache Software Foundation" must not be used to\n\ |
| 109 | endorse or promote products derived from this software without prior\n\ |
| 110 | written permission. For written permission, please contact\n\ |
| 111 | apache@apache.org.\n\ |
| 112 | \n\ |
| 113 | 5. Products derived from this software may not be called "Apache", nor may\n\ |
| 114 | "Apache" appear in their name, without prior written permission of the\n\ |
| 115 | Apache Software Foundation.\n\ |
| 116 | \n\ |
| 117 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,\n\ |
| 118 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND\n\ |
| 119 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE\n\ |
| 120 | APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\n\ |
| 121 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-\n\ |
| 122 | DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS\n\ |
| 123 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\n\ |
| 124 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n\ |
| 125 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n\ |
| 126 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\ |
| 127 | \n\ |
| 128 | This software consists of voluntary contributions made by many individuals\n\ |
| 129 | on behalf of the Apache Software Foundation. For more information on the\n\ |
| 130 | Apache Software Foundation, please see <http://www.apache.org/>.\n\ |
| 131 | \n\ |
| 132 | \n |