[613] | 1 | DO NOT TRANSLATE OR LOCALIZE.
|
---|
| 2 |
|
---|
| 3 | %% The following software may be included in this product: CS CodeViewer v1.0;
|
---|
| 4 | Use of any of this software is governed by the terms of the license below:
|
---|
| 5 | Copyright 1999 by CoolServlets.com.
|
---|
| 6 |
|
---|
| 7 | Any errors or suggested improvements to this class can be reported as instructed
|
---|
| 8 | on CoolServlets.com. We hope you enjoy this program... your comments will
|
---|
| 9 | encourage further development! This software is distributed under the terms of
|
---|
| 10 | the BSD License. Redistribution and use in source and binary forms, with or
|
---|
| 11 | without modification, are permitted provided that the following conditions are
|
---|
| 12 | met:
|
---|
| 13 |
|
---|
| 14 | 1. Redistributions of source code must retain the above copyright notice, this
|
---|
| 15 | list of conditions and the following disclaimer.
|
---|
| 16 |
|
---|
| 17 | 2. Redistributions in binary form must reproduce the above copyright notice,
|
---|
| 18 | this list of conditions and the following disclaimer in the documentation and/or
|
---|
| 19 | other materials provided with the distribution. Neither name of
|
---|
| 20 | CoolServlets.com nor the names of its contributors may be used to endorse or
|
---|
| 21 | promote products derived from this software without specific prior written
|
---|
| 22 | permission.
|
---|
| 23 |
|
---|
| 24 | THIS SOFTWARE IS PROVIDED BY COOLSERVLETS.COM AND CONTRIBUTORS ``AS IS'' AND ANY
|
---|
| 25 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
---|
| 26 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
---|
| 27 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY
|
---|
| 28 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
---|
| 29 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
---|
| 30 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
---|
| 31 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
---|
| 32 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING INANY WAY OUT OF THE USE OF THIS
|
---|
| 33 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
|
---|
| 34 |
|
---|
| 35 | %% The following software may be included in this product: Crimson v1.1.1 ; Use
|
---|
| 36 | of any of this software is governed by the terms of the license below:
|
---|
| 37 |
|
---|
| 38 | /*
|
---|
| 39 | * The Apache Software License, Version 1.1
|
---|
| 40 | *
|
---|
| 41 | *
|
---|
| 42 | * Copyright (c) 1999-2000 The Apache Software Foundation. All rights reserved.
|
---|
| 43 | *
|
---|
| 44 | * Redistribution and use in source and binary forms, with or without
|
---|
| 45 | * modification, are permitted provided that the following conditions
|
---|
| 46 | * are met:
|
---|
| 47 | *
|
---|
| 48 | * 1. Redistributions of source code must retain the above copyright
|
---|
| 49 | * notice, this list of conditions and the following disclaimer.
|
---|
| 50 | *
|
---|
| 51 | * 2. Redistributions in binary form must reproduce the above copyright
|
---|
| 52 | * notice, this list of conditions and the following disclaimer in
|
---|
| 53 | * the documentation and/or other materials provided with the
|
---|
| 54 | * distribution.
|
---|
| 55 | *
|
---|
| 56 | * 3. The end-user documentation included with the redistribution,
|
---|
| 57 | * if any, must include the following acknowledgment:
|
---|
| 58 | * "This product includes software developed by the
|
---|
| 59 | * Apache Software Foundation (http://www.apache.org/)."
|
---|
| 60 | * Alternately, this acknowledgment may appear in the software itself,
|
---|
| 61 | * if and wherever such third-party acknowledgments normally appear.
|
---|
| 62 | *
|
---|
| 63 | * 4. The names "Crimson" and "Apache Software Foundation" must
|
---|
| 64 | * not be used to endorse or promote products derived from this
|
---|
| 65 | * software without prior written permission. For written
|
---|
| 66 | * permission, please contact apache@apache.org.
|
---|
| 67 | *
|
---|
| 68 | * 5. Products derived from this software may not be called "Apache",
|
---|
| 69 | * nor may "Apache" appear in their name, without prior written
|
---|
| 70 | * permission of the Apache Software Foundation.
|
---|
| 71 | *
|
---|
| 72 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
---|
| 73 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
---|
| 74 | * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
---|
| 75 | * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
---|
| 76 | * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
---|
| 77 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
---|
| 78 | * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
---|
| 79 | * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
---|
| 80 | * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
---|
| 81 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
---|
| 82 | * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
---|
| 83 | * SUCH DAMAGE.
|
---|
| 84 | * ====================================================================*
|
---|
| 85 | * This software consists of voluntary contributions made by many
|
---|
| 86 | * individuals on behalf of the Apache Software Foundation and was
|
---|
| 87 | * originally based on software copyright (c) 1999, International
|
---|
| 88 | * Business Machines, Inc., http://www.ibm.com. For more
|
---|
| 89 | * information on the Apache Software Foundation, please see
|
---|
| 90 | * <http://www.apache.org/>.
|
---|
| 91 | */
|
---|
| 92 |
|
---|
| 93 |
|
---|
| 94 | %% The following software may be included in this product: Xalan J2; Use of any of this
|
---|
| 95 | software is governed by the terms of the license below:
|
---|
| 96 |
|
---|
| 97 | Apache License
|
---|
| 98 | Version 2.0, January 2004
|
---|
| 99 | http://www.apache.org/licenses/
|
---|
| 100 |
|
---|
| 101 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
---|
| 102 |
|
---|
| 103 | 1. Definitions.
|
---|
| 104 |
|
---|
| 105 | "License" shall mean the terms and conditions for use, reproduction, and
|
---|
| 106 | distribution as defined by Sections 1 through 9 of this document. "Licensor"
|
---|
| 107 | shall mean the copyright owner or entity authorized by the copyright owner that
|
---|
| 108 | is granting the License.
|
---|
| 109 |
|
---|
| 110 | "Legal Entity" shall mean the union of the acting entity and all other entities
|
---|
| 111 | that control, are controlled by, or are under common control with that entity.
|
---|
| 112 | For the purposes of this definition, "control" means (i) the power, direct or
|
---|
| 113 | indirect, to cause the direction or management of such entity, whether by
|
---|
| 114 | contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
---|
| 115 | outstanding shares, or (iii) beneficial ownership of such entity. "You" (or
|
---|
| 116 | "Your") shall mean an individual or Legal Entity exercising permissions granted
|
---|
| 117 | by this License.
|
---|
| 118 |
|
---|
| 119 | "Source" form shall mean the preferred form for making modifications, including
|
---|
| 120 | but not limited to software source code, documentation source, and configuration
|
---|
| 121 | files.
|
---|
| 122 |
|
---|
| 123 | "Object" form shall mean any form resulting from mechanical transformation or
|
---|
| 124 | translation of a Source form, including but not limited to compiled object code,
|
---|
| 125 | generated documentation, and conversions to other media types.
|
---|
| 126 |
|
---|
| 127 | "Work" shall mean the work of authorship, whether in Source or Object form, made
|
---|
| 128 | available under the License, as indicated by a copyright notice that is included
|
---|
| 129 | in or attached to the work (an example is provided in the Appendix below).
|
---|
| 130 |
|
---|
| 131 | "Derivative Works" shall mean any work, whether in Source or Object form, that
|
---|
| 132 | is based on (or derived from) the Work and for which the editorial revisions,
|
---|
| 133 | annotations, elaborations, or other modifications represent, as a whole, an
|
---|
| 134 | original work of authorship. For the purposes of this License, Derivative Works
|
---|
| 135 | shall not include works that remain separable from, or merely link (or bind by
|
---|
| 136 | name) to the interfaces of, the Work and Derivative Works thereof.
|
---|
| 137 |
|
---|
| 138 | "Contribution" shall mean any work of authorship, including the original version
|
---|
| 139 | of the Work and any modifications or additions to that Work or Derivative Works
|
---|
| 140 | thereof, that is intentionally submitted to Licensor for inclusion in the Work
|
---|
| 141 | by the copyright owner or by an individual or Legal Entity authorized to submit
|
---|
| 142 | on behalf of the copyright owner. For the purposes of this definition,
|
---|
| 143 | "submitted" means any form of electronic, verbal, or written communication sent
|
---|
| 144 | to the Licensor or its representatives, including but not limited to
|
---|
| 145 | communication on electronic mailing lists, source code control systems, and
|
---|
| 146 | issue tracking systems that are managed by, or on behalf of, the Licensor for
|
---|
| 147 | the purpose of discussing and improving the Work, but excluding communication
|
---|
| 148 | that is conspicuously marked or otherwise designated in writing by the copyright
|
---|
| 149 | owner as "Not a Contribution."
|
---|
| 150 |
|
---|
| 151 | "Contributor" shall mean Licensor and any individual or Legal Entity on behalf
|
---|
| 152 | of whom a Contribution has been received by Licensor and subsequently
|
---|
| 153 | incorporated within the Work.
|
---|
| 154 |
|
---|
| 155 | 2. Grant of Copyright License. Subject to the terms and conditions of this
|
---|
| 156 | License, each Contributor hereby grants to You a perpetual, worldwide,
|
---|
| 157 | non-exclusive, no-charge, royalty-free, irrevocable copyright license to
|
---|
| 158 | reproduce, prepare Derivative Works of, publicly display, publicly perform,
|
---|
| 159 | sublicense, and distribute the Work and such Derivative Works in Source or
|
---|
| 160 | Object form.
|
---|
| 161 |
|
---|
| 162 | 3. Grant of Patent License. Subject to the terms and conditions of this
|
---|
| 163 | License, each Contributor hereby grants to You a perpetual, worldwide,
|
---|
| 164 | non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this
|
---|
| 165 | section) patent license to make, have made, use, offer to sell, sell, import,
|
---|
| 166 | and otherwise transfer the Work, where such license applies only to those patent
|
---|
| 167 | claims licensable by such Contributor that are necessarily infringed by their
|
---|
| 168 | Contribution(s) alone or by combination of their Contribution(s) with the Work
|
---|
| 169 | to which such Contribution(s) was submitted. If You institute patent litigation
|
---|
| 170 | against any entity (including a cross-claim or counterclaim in a lawsuit)
|
---|
| 171 | alleging that the Work or a Contribution incorporated within the Work
|
---|
| 172 | constitutes direct or contributory patent infringement, then any patent licenses
|
---|
| 173 | granted to You under this License for that Work shall terminate as of the date
|
---|
| 174 | such litigation is filed.
|
---|
| 175 |
|
---|
| 176 | 4. Redistribution. You may reproduce and distribute copies of the Work or
|
---|
| 177 | Derivative Works thereof in any medium, with or without modifications, and in
|
---|
| 178 | Source or Object form, provided that You meet the following conditions:
|
---|
| 179 |
|
---|
| 180 | (a) You must give any other recipients of the Work or Derivative Works a copy of
|
---|
| 181 | this License; and
|
---|
| 182 |
|
---|
| 183 | (b) You must cause any modified files to carry prominent notices stating that
|
---|
| 184 | You changed the files; and
|
---|
| 185 |
|
---|
| 186 | (c) You must retain, in the Source form of any Derivative Works that You
|
---|
| 187 | distribute, all copyright, patent, trademark, and attribution notices from the
|
---|
| 188 | Source form of the Work, excluding those notices that do not pertain to any part
|
---|
| 189 | of the Derivative Works; and
|
---|
| 190 |
|
---|
| 191 | (d) If the Work includes a "NOTICE" text file as part of its distribution, then
|
---|
| 192 | any Derivative Works that You distribute must include a readable copy of the
|
---|
| 193 | attribution notices contained within such NOTICE file, excluding those notices
|
---|
| 194 | that do not pertain to any part of the Derivative Works, in at least one of the
|
---|
| 195 | following places: within a NOTICE text file distributed as part of the
|
---|
| 196 | Derivative Works; within the Source form or documentation, if provided along
|
---|
| 197 | with the Derivative Works; or, within a display generated by the Derivative
|
---|
| 198 | Works, if and wherever such third-party notices normally appear. The contents
|
---|
| 199 | of the NOTICE file are for informational purposes only and do not modify the
|
---|
| 200 | License. You may add Your own attribution notices within Derivative Works that
|
---|
| 201 | You distribute, alongside or as an addendum to the NOTICE text from the Work,
|
---|
| 202 | provided that such additional attribution notices cannot be construed as
|
---|
| 203 | modifying the License.
|
---|
| 204 |
|
---|
| 205 | You may add Your own copyright statement to Your modifications and may provide
|
---|
| 206 | additional or different license terms and conditions for use, reproduction, or
|
---|
| 207 | distribution of Your modifications, or for any such Derivative Works as a whole,
|
---|
| 208 | provided Your use,reproduction, and distribution of the Work otherwise complies
|
---|
| 209 | with the conditions stated in this License.
|
---|
| 210 |
|
---|
| 211 | 5. Submission of Contributions. Unless You explicitly state otherwise, any
|
---|
| 212 | Contribution intentionally submitted for inclusion in the Work by You to the
|
---|
| 213 | Licensor shall be under the terms and conditions of this License, without any
|
---|
| 214 | additional terms or conditions. Notwithstanding the above, nothing herein shall
|
---|
| 215 | supersede or modify the terms of any separate license agreement you may have
|
---|
| 216 | executed with Licensor regarding such Contributions.
|
---|
| 217 |
|
---|
| 218 | 6. Trademarks. This License does not grant permission to use the trade names,
|
---|
| 219 | trademarks, service marks, or product names of the Licensor, except as required
|
---|
| 220 | for reasonable and customary use in describing the origin of the Work and
|
---|
| 221 | reproducing the content of the NOTICE file.
|
---|
| 222 |
|
---|
| 223 | 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in
|
---|
| 224 | writing, Licensor provides the Work (and each Contributor provides its
|
---|
| 225 | Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
---|
| 226 | KIND, either express or implied, including, without limitation, any warranties
|
---|
| 227 | or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
---|
| 228 | PARTICULAR PURPOSE. You are solely responsible for determining the
|
---|
| 229 | appropriateness of using or redistributing the Work and assume any risks
|
---|
| 230 | associated with Your exercise of permissions under this License.
|
---|
| 231 |
|
---|
| 232 | 8. Limitation of Liability. In no event and under no legal theory, whether in
|
---|
| 233 | tort (including negligence), contract, or otherwise, unless required by
|
---|
| 234 | applicable law (such as deliberate and grossly negligent acts) or agreed to in
|
---|
| 235 | writing, shall any Contributor be liable to You for damages, including any
|
---|
| 236 | direct, indirect, special, incidental, or consequential damages of any character
|
---|
| 237 | arising as a result of this License or out of the use or inability to use the
|
---|
| 238 | Work (including but not limited to damages for loss of goodwill, work stoppage,
|
---|
| 239 | computer failure or malfunction, or any and all other commercial damages or
|
---|
| 240 | losses), even if such Contributor has been advised of the possibility of such
|
---|
| 241 | damages.
|
---|
| 242 |
|
---|
| 243 | 9. Accepting Warranty or Additional Liability. While redistributing the Work
|
---|
| 244 | or Derivative Works thereof, You may choose to offer,and charge a fee for,
|
---|
| 245 | acceptance of support, warranty, indemnity, or other liability obligations
|
---|
| 246 | and/or rights consistent with this License. However, in accepting such
|
---|
| 247 | obligations, You may act only on Your own behalf and on Your sole
|
---|
| 248 | responsibility, not on behalf of any other Contributor, and only if You agree to
|
---|
| 249 | indemnify, defend, and hold each Contributor harmless for any liability incurred
|
---|
| 250 | by, or claims asserted against, such Contributor by reason of your accepting any
|
---|
| 251 | such warranty or additional liability.
|
---|
| 252 |
|
---|
| 253 | END OF TERMS AND CONDITIONS
|
---|
| 254 |
|
---|
| 255 | APPENDIX: How to apply the Apache License to your work.
|
---|
| 256 |
|
---|
| 257 | To apply the Apache License to your work, attach the following boilerplate
|
---|
| 258 | notice, with the fields enclosed by brackets "[]" replaced with your own
|
---|
| 259 | identifying information. (Don't include the brackets!) The text should be
|
---|
| 260 | enclosed in the appropriate comment syntax for the file format. We also
|
---|
| 261 | recommend that a file or class name and description of purpose be included on
|
---|
| 262 | the same "printed page" as the copyright notice for easier identification within
|
---|
| 263 | third-party archives.
|
---|
| 264 |
|
---|
| 265 | Copyright [yyyy] [name of copyright owner]
|
---|
| 266 |
|
---|
| 267 | Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
---|
| 268 | this file except in compliance with the License. You may obtain a copy of the
|
---|
| 269 | License at
|
---|
| 270 |
|
---|
| 271 | http://www.apache.org/licenses/LICENSE-2.0
|
---|
| 272 |
|
---|
| 273 | Unless required by applicable law or agreed to in writing, software distributed
|
---|
| 274 | under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR
|
---|
| 275 | CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
---|
| 276 | specific language governing permissions and limitations under the License.
|
---|
| 277 |
|
---|
| 278 | %% The following software may be included in this product: NSIS 1.0j; Use of
|
---|
| 279 | any of this software is governed by the terms of the license below:
|
---|
| 280 | Copyright (C) 1999-2000 Nullsoft, Inc.
|
---|
| 281 |
|
---|
| 282 | This software is provided 'as-is', without any express or implied warranty. In
|
---|
| 283 | no event will the authors be held liable for any damages arising from the use of
|
---|
| 284 | this software. Permission is granted to anyone to use this software for any
|
---|
| 285 | purpose, including commercial applications, and to alter it and redistribute it
|
---|
| 286 | freely, subject to the following restrictions:
|
---|
| 287 |
|
---|
| 288 | 1. The origin of this software must not be misrepresented; you must not claim
|
---|
| 289 | that you wrote the original software. If you use this software in a product, an
|
---|
| 290 | acknowledgment in the product documentation would be appreciated but is not
|
---|
| 291 | required.
|
---|
| 292 |
|
---|
| 293 | 2. Altered source versions must be plainly marked as such, and must not be
|
---|
| 294 | misrepresented as being the original software.
|
---|
| 295 |
|
---|
| 296 | 3. This notice may not be removed or altered from any source distribution.
|
---|
| 297 | Justin Frankel justin@nullsoft.com"
|
---|
| 298 |
|
---|
| 299 | %% Some Portions licensed from IBM are available at:
|
---|
| 300 | http://www.ibm.com/software/globalization/icu/
|
---|
| 301 |
|
---|
| 302 | %% Portions Copyright Eastman Kodak Company 1992
|
---|
| 303 |
|
---|
| 304 | %% Lucida is a registered trademark or trademark of Bigelow & Holmes in the U.S.
|
---|
| 305 | and other countries.
|
---|
| 306 |
|
---|
| 307 | %% Portions licensed from Taligent, Inc.
|
---|
| 308 |
|
---|
| 309 | %% The following software may be included in this product:IAIK PKCS Wrapper; Use
|
---|
| 310 | of any of this software is governed by the terms of the license below:
|
---|
| 311 |
|
---|
| 312 | Copyright (c) 2002 Graz University of Technology. All rights reserved.
|
---|
| 313 |
|
---|
| 314 | Redistribution and use in source and binary forms, with or without
|
---|
| 315 | modification,are permitted provided that the following conditions are met:
|
---|
| 316 |
|
---|
| 317 | 1. Redistributions of source code must retain the above copyright notice, this
|
---|
| 318 | list of conditions and the following disclaimer.
|
---|
| 319 |
|
---|
| 320 | 2. Redistributions in binary form must reproduce the above copyright notice,
|
---|
| 321 | this list of conditions and the following disclaimer in the documentation and/or
|
---|
| 322 | other materials provided with the distribution.
|
---|
| 323 |
|
---|
| 324 | 3. The end-user documentation included with the redistribution, if any, must
|
---|
| 325 | include the following acknowledgment:
|
---|
| 326 |
|
---|
| 327 | "This product includes software developed by IAIK of Graz University of Technology."
|
---|
| 328 |
|
---|
| 329 | Alternately, this acknowledgment may appear in the software itself, if and
|
---|
| 330 | wherever such third-party acknowledgments normally appear.
|
---|
| 331 |
|
---|
| 332 | 4. The names "Graz University of Technology" and "IAIK of Graz University of
|
---|
| 333 | Technology" must not be used to endorse or promote products derived from this
|
---|
| 334 | software without prior written permission.
|
---|
| 335 |
|
---|
| 336 | 5. Products derived from this software may not be called "IAIK PKCS Wrapper",
|
---|
| 337 | nor may "IAIK" appear in their name, without prior written permission of Graz
|
---|
| 338 | University of Technology.
|
---|
| 339 |
|
---|
| 340 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
|
---|
| 341 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
---|
| 342 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE LICENSOR
|
---|
| 343 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
---|
| 344 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
|
---|
| 345 | GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
---|
| 346 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
---|
| 347 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
---|
| 348 | THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
| 349 |
|
---|
| 350 | %% The following software may be included in this product: Document Object
|
---|
| 351 | Model (DOM) v. Level 3; Use of any of this software is governed by the terms of
|
---|
| 352 | the license below:
|
---|
| 353 |
|
---|
| 354 | W3C SOFTWARE NOTICE AND LICENSE
|
---|
| 355 |
|
---|
| 356 | http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
|
---|
| 357 |
|
---|
| 358 | This work (and included software, documentation such as READMEs, or other
|
---|
| 359 | related items) is being provided by the copyright holders under the following
|
---|
| 360 | license. By obtaining, using and/or copying this work, you (the licensee) agree
|
---|
| 361 | that you have read, understood, and will comply with the following terms and
|
---|
| 362 | conditions.
|
---|
| 363 |
|
---|
| 364 | Permission to copy, modify, and distribute this software and its documentation,
|
---|
| 365 | with or without modification, for any purpose and without fee or royalty is
|
---|
| 366 | hereby granted, provided that you include the following on ALL copies of the
|
---|
| 367 | software and documentation or portions thereof, including modifications:
|
---|
| 368 |
|
---|
| 369 | 1.The full text of this NOTICE in a location viewable to users of the
|
---|
| 370 | redistributed or derivative work.
|
---|
| 371 |
|
---|
| 372 | 2.Any pre-existing intellectual property disclaimers, notices, or terms and
|
---|
| 373 | conditions. If none exist, the W3C Software Short Notice should be included
|
---|
| 374 | (hypertext is preferred, text is permitted) within the body of any
|
---|
| 375 | redistributed or derivative code.
|
---|
| 376 |
|
---|
| 377 | 3.Notice of any changes or modifications to the files, including the date
|
---|
| 378 | changes were made. (We recommend you provide URIs to the location from which
|
---|
| 379 | the code is derived.)
|
---|
| 380 |
|
---|
| 381 | THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS
|
---|
| 382 | MAKENO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
---|
| 383 | LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE
|
---|
| 384 | OR THAT THEUSE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD
|
---|
| 385 | PARTY PATENTS,COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
|
---|
| 386 |
|
---|
| 387 | COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
|
---|
| 388 | ORCONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
|
---|
| 389 | The name and trademarks of copyright holders may NOT be used in advertising or
|
---|
| 390 | publicity pertaining to the software without specific, written prior permission.
|
---|
| 391 | Title to copyright in this software and any associated documentation will at all
|
---|
| 392 | times remain with copyright holders.
|
---|
| 393 |
|
---|
| 394 | ____________________________________
|
---|
| 395 |
|
---|
| 396 | This formulation of W3C's notice and license became active on December 31 2002.
|
---|
| 397 | This version removes the copyright ownership notice such that this license can
|
---|
| 398 | be used with materials other than those owned by the W3C, reflects that ERCIM is
|
---|
| 399 | now a host of the W3C, includes references to this specific dated version of the
|
---|
| 400 | license, and removes the ambiguous grant of "use". Otherwise, this version is
|
---|
| 401 | the same as the previous version and is written so as to preserve the Free
|
---|
| 402 | Software Foundation's assessment of GPL compatibility and OSI's certification
|
---|
| 403 | under the Open Source Definition. Please see our Copyright FAQ for common
|
---|
| 404 | questions about using materials from our site, including specific terms and
|
---|
| 405 | conditions for packages like libwww, Amaya, and Jigsaw. Other questions about
|
---|
| 406 | this notice can be directed to site-policy@w3.org.
|
---|
| 407 |
|
---|
| 408 | %% The following software may be included in this product: Xalan, Xerces; Use
|
---|
| 409 | of any of this software is governed by the terms of the license below: /*
|
---|
| 410 |
|
---|
| 411 | * The Apache Software License, Version 1.1
|
---|
| 412 | *
|
---|
| 413 | *
|
---|
| 414 | * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
|
---|
| 415 | * reserved.
|
---|
| 416 | *
|
---|
| 417 | * Redistribution and use in source and binary forms, with or without
|
---|
| 418 | * modification, are permitted provided that the following conditions
|
---|
| 419 | * are met:
|
---|
| 420 | *
|
---|
| 421 | * 1. Redistributions of source code must retain the above copyright
|
---|
| 422 | * notice, this list of conditions and the following disclaimer.
|
---|
| 423 | *
|
---|
| 424 | * 2. Redistributions in binary form must reproduce the above copyright
|
---|
| 425 | * notice, this list of conditions and the following disclaimer in
|
---|
| 426 | * the documentation and/or other materials provided with the
|
---|
| 427 | * distribution.
|
---|
| 428 | *
|
---|
| 429 | * 3. The end-user documentation included with the redistribution,
|
---|
| 430 | * if any, must include the following acknowledgment:
|
---|
| 431 | * "This product includes software developed by the
|
---|
| 432 | * Apache Software Foundation (http://www.apache.org/)."
|
---|
| 433 | * Alternately, this acknowledgment may appear in the software itself,
|
---|
| 434 | * if and wherever such third-party acknowledgments normally appear.
|
---|
| 435 | *
|
---|
| 436 | * 4. The names "Xerces" and "Apache Software Foundation" must
|
---|
| 437 | * not be used to endorse or promote products derived from this
|
---|
| 438 | * software without prior written permission. For written
|
---|
| 439 | * permission, please contact apache@apache.org.
|
---|
| 440 | *
|
---|
| 441 | * 5. Products derived from this software may not be called "Apache",
|
---|
| 442 | * nor may "Apache" appear in their name, without prior written
|
---|
| 443 | * permission of the Apache Software Foundation.
|
---|
| 444 | *
|
---|
| 445 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
---|
| 446 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
---|
| 447 | * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
---|
| 448 | * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
---|
| 449 | * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
---|
| 450 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
---|
| 451 | * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
---|
| 452 | * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
---|
| 453 | * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
---|
| 454 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
---|
| 455 | * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
---|
| 456 | * SUCH DAMAGE.
|
---|
| 457 | * ====================================================================
|
---|
| 458 | *
|
---|
| 459 | * This software consists of voluntary contributions made by many
|
---|
| 460 | * individuals on behalf of the Apache Software Foundation and was
|
---|
| 461 | * originally based on software copyright (c) 1999, International
|
---|
| 462 | * Business Machines, Inc., http://www.ibm.com. For more
|
---|
| 463 | * information on the Apache Software Foundation, please see http://www.apache.org
|
---|
| 464 | *
|
---|
| 465 |
|
---|
| 466 | %% The following software may be included in this product: W3C XML Conformance
|
---|
| 467 | Test Suites v. 20020606; Use of any of this software is governed by the terms
|
---|
| 468 | of the license below:
|
---|
| 469 |
|
---|
| 470 | W3C SOFTWARE NOTICE AND LICENSE
|
---|
| 471 |
|
---|
| 472 | Copyright 1994-2002 World Wide Web Consortium, (Massachusetts Institute of
|
---|
| 473 | Technology, Institut National de Recherche en Informatique et en
|
---|
| 474 | Automatique,Keio University). All Rights Reserved.
|
---|
| 475 | http://www.w3.org/Consortium/Legal/
|
---|
| 476 |
|
---|
| 477 | This W3C work (including software, documents, or other related items) is being
|
---|
| 478 | provided by the copyright holders under the following license. By
|
---|
| 479 | obtaining,using and/or copying this work, you (the licensee) agree that you have
|
---|
| 480 | read,understood, and will comply with the following terms and conditions:
|
---|
| 481 |
|
---|
| 482 | Permission to use, copy, modify, and distribute this software and its
|
---|
| 483 | documentation, with or without modification, for any purpose and without fee
|
---|
| 484 | orroyalty is hereby granted, provided that you include the following on ALL
|
---|
| 485 | copiesof the software and documentation or portions thereof, including
|
---|
| 486 | modifications,that you make:
|
---|
| 487 |
|
---|
| 488 | 1. The full text of this NOTICE in a location viewable to users of the
|
---|
| 489 | redistributed or derivative work.
|
---|
| 490 |
|
---|
| 491 | 2. Any pre-existing intellectual property disclaimers, notices, or terms and
|
---|
| 492 | conditions. If none exist, a short notice of the following form (hypertext is
|
---|
| 493 | preferred, text is permitted) should be used within the body of any
|
---|
| 494 | redistributed or derivative code: "Copyright [$date-of-software] World Wide Web
|
---|
| 495 | Consortium, (Massachusetts Institute of Technology, Institut National
|
---|
| 496 | deRecherche en Informatique et en Automatique, Keio University). All Rights
|
---|
| 497 | Reserved. http://www.w3.org/Consortium/Legal/"
|
---|
| 498 |
|
---|
| 499 | 3. Notice of any changes or modifications to the W3C files, including the date
|
---|
| 500 | changes were made. (We recommend you provide URIs to the location from which
|
---|
| 501 | the code is derived.)
|
---|
| 502 |
|
---|
| 503 | THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS
|
---|
| 504 | MAKENO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
---|
| 505 | LIMITEDTO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE
|
---|
| 506 | OR THATTHE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD
|
---|
| 507 | PARTYPATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
|
---|
| 508 |
|
---|
| 509 | COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
|
---|
| 510 | ORCONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
|
---|
| 511 |
|
---|
| 512 | The name and trademarks of copyright holders may NOT be used in advertising or
|
---|
| 513 | publicity pertaining to the software without specific, written prior permission.
|
---|
| 514 | Title to copyright in this software and any associated documentation will at all
|
---|
| 515 | times remain with copyright holders.
|
---|
| 516 |
|
---|
| 517 | ____________________________________
|
---|
| 518 |
|
---|
| 519 | This formulation of W3C's notice and license became active on August 14 1998
|
---|
| 520 | soas to improve compatibility with GPL. This version ensures that W3C software
|
---|
| 521 | licensing terms are no more restrictive than GPL and consequently W3C software
|
---|
| 522 | may be distributed in GPL packages. See the older formulation for the policy
|
---|
| 523 | prior to this date. Please see our Copyright FAQ for common questions about
|
---|
| 524 | using materials from our site, including specific terms and conditions for
|
---|
| 525 | packages like libwww, Amaya, and Jigsaw. Other questions about this notice can
|
---|
| 526 | be directed to site-policy@w3.org.
|
---|
| 527 |
|
---|
| 528 | %% The following software may be included in this product: W3C XML Schema Test
|
---|
| 529 | Collection v. 1.16.2; Use of any of this software is governed by the terms of
|
---|
| 530 | the license below: W3C DOCUMENT NOTICE AND LICENSE
|
---|
| 531 |
|
---|
| 532 | Copyright 1994-2002 World Wide Web Consortium, (Massachusetts Institute of
|
---|
| 533 | Technology, Institut National de Recherche en Informatique et en
|
---|
| 534 | Automatique,Keio University). All Rights Reserved.
|
---|
| 535 | http://www.w3.org/Consortium/Legal/
|
---|
| 536 |
|
---|
| 537 | Public documents on the W3C site are provided by the copyright holders under the
|
---|
| 538 | following license. The software or Document Type Definitions (DTDs) associated
|
---|
| 539 | with W3C specifications are governed by the Software Notice. By using and/or
|
---|
| 540 | copying this document, or the W3C document from which this statement is
|
---|
| 541 | linked,you (the licensee) agree that you have read, understood, and will comply
|
---|
| 542 | with the following terms and conditions:
|
---|
| 543 |
|
---|
| 544 | Permission to use, copy, and distribute the contents of this document, or theW3C
|
---|
| 545 | document from which this statement is linked, in any medium for any purpose and
|
---|
| 546 | without fee or royalty is hereby granted, provided that you include the
|
---|
| 547 | following on ALL copies of the document, or portions thereof, that you use:
|
---|
| 548 |
|
---|
| 549 | 1. A link or URL to the original W3C document.
|
---|
| 550 |
|
---|
| 551 | 2. The pre-existing copyright notice of the original author, or if it doesn't
|
---|
| 552 | exist, a notice of the form: "Copyright [$date-of-document] World Wide
|
---|
| 553 | WebConsortium, (Massachusetts Institute of Technology, Institut National
|
---|
| 554 | deRecherche en Informatique et en Automatique, Keio University). All Rights
|
---|
| 555 | Reserved. http://www.w3.org/Consortium/Legal/" (Hypertext is preferred, but
|
---|
| 556 | atextual representation is permitted.)
|
---|
| 557 |
|
---|
| 558 | 3. If it exists, the STATUS of the W3C document.
|
---|
| 559 |
|
---|
| 560 | When space permits, inclusion of the full text of this NOTICE should be
|
---|
| 561 | provided. We request that authorship attribution be provided in any
|
---|
| 562 | software,documents, or other items or products that you create pursuant to the
|
---|
| 563 | implementation of the contents of this document, or any portion thereof.
|
---|
| 564 |
|
---|
| 565 | No right to create modifications or derivatives of W3C documents is granted
|
---|
| 566 | pursuant to this license. However, if additional requirements (documented in
|
---|
| 567 | the Copyright FAQ) are satisfied, the right to create modifications or
|
---|
| 568 | derivatives is sometimes granted by the W3C to individuals complying with those
|
---|
| 569 | requirements. THIS DOCUMENT IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO
|
---|
| 570 | REPRESENTATIONSOR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
---|
| 571 | WARRANTIES OFMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
|
---|
| 572 | NON-INFRINGEMENT, OR TITLE;THAT THE CONTENTS OF THE DOCUMENT ARE SUITABLE FOR
|
---|
| 573 | ANY PURPOSE; NOR THAT THEIMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY
|
---|
| 574 | THIRD PARTY PATENTS,COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
|
---|
| 575 |
|
---|
| 576 | COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
|
---|
| 577 | ORCONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE DOCUMENT OR THE
|
---|
| 578 | PERFORMANCEOR IMPLEMENTATION OF THE CONTENTS THEREOF.
|
---|
| 579 |
|
---|
| 580 | The name and trademarks of copyright holders may NOT be used in advertising or
|
---|
| 581 | publicity pertaining to this document or its contents without specific, written
|
---|
| 582 | prior permission. Title to copyright in this document will at all times remain
|
---|
| 583 | with copyright holders.
|
---|
| 584 |
|
---|
| 585 | ----------------------------------------------------------------------------
|
---|
| 586 |
|
---|
| 587 | This formulation of W3C's notice and license became active on April 05 1999 soas
|
---|
| 588 | to account for the treatment of DTDs, schema's and bindings. See the older
|
---|
| 589 | formulation for the policy prior to this date. Please see our Copyright FAQ for
|
---|
| 590 | common questions about using materials from our site, including specific terms
|
---|
| 591 | and conditions for packages like libwww, Amaya, and Jigsaw. Other questions
|
---|
| 592 | about this notice can be directed to site-policy@w3.org. webmaster (last
|
---|
| 593 | updated by reagle on 1999/04/99.)
|
---|
| 594 |
|
---|
| 595 |
|
---|
| 596 | %% The following software may be included in this product: Mesa 3-D graphics
|
---|
| 597 | library v. 5; Use of any of this software is governed by the terms of the
|
---|
| 598 | license below:
|
---|
| 599 |
|
---|
| 600 | core Mesa code include/GL/gl.h Brian Paul
|
---|
| 601 | Mesa GLX driver include/GL/glx.h Brian Paul
|
---|
| 602 | Mesa Ext registry include/GL/glext.h SGI
|
---|
| 603 | SGI Free B include/GL/glxext.h
|
---|
| 604 |
|
---|
| 605 | Mesa license:
|
---|
| 606 |
|
---|
| 607 | The Mesa distribution consists of several components. Different copyrights and
|
---|
| 608 | licenses apply to different components. For example, GLUT is copyrighted by
|
---|
| 609 | Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa device
|
---|
| 610 | drivers are copyrighted by their authors. See below for a list of Mesa's
|
---|
| 611 | components and the copyright/license for each.
|
---|
| 612 |
|
---|
| 613 | The core Mesa library is licensed according to the terms of the XFree86copyright
|
---|
| 614 | (an MIT-style license). This allows integration with the XFree86/DRIproject.
|
---|
| 615 | Unless otherwise stated, the Mesa source code and documentation is licensed as
|
---|
| 616 | follows:
|
---|
| 617 |
|
---|
| 618 | Copyright (C) 1999-2003 Brian Paul All Rights Reserved.
|
---|
| 619 |
|
---|
| 620 | Permission is hereby granted, free of charge, to any person obtaining a copy of
|
---|
| 621 | this software and associated documentation files (the "Software"),to deal in the
|
---|
| 622 | Software without restriction, including without limitation the rights to use,
|
---|
| 623 | copy, modify, merge, publish, distribute, sublicense,and/or sell copies of the
|
---|
| 624 | Software, and to permit persons to whom the Software is furnished to do so,
|
---|
| 625 | subject to the following conditions:
|
---|
| 626 |
|
---|
| 627 | The above copyright notice and this permission notice shall be included in all
|
---|
| 628 | copies or substantial portions of the Software.
|
---|
| 629 |
|
---|
| 630 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESSOR
|
---|
| 631 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS
|
---|
| 632 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALLBRIAN PAUL BE
|
---|
| 633 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER INAN ACTION OF
|
---|
| 634 | CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
---|
| 635 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
---|
| 636 |
|
---|
| 637 | SGI FREE SOFTWARE LICENSE B (Version 1.1 [02/22/2000])
|
---|
| 638 | 1. Definitions.
|
---|
| 639 |
|
---|
| 640 | 1.1 "Additional Notice Provisions" means such additional provisions as appear in
|
---|
| 641 | the Notice in Original Code under the heading "Additional Notice Provisions."
|
---|
| 642 |
|
---|
| 643 | 1.2 "Covered Code" means the Original Code or Modifications, or any combination
|
---|
| 644 | thereof.
|
---|
| 645 |
|
---|
| 646 | 1.3 "Hardware" means any physical device that accepts input, processes input,
|
---|
| 647 | stores the results of processing, and/or provides output.
|
---|
| 648 |
|
---|
| 649 | 1.4 "Larger Work" means a work that combines Covered Code or portions thereof
|
---|
| 650 | with code not governed by the terms of this License.
|
---|
| 651 |
|
---|
| 652 | 1.5 "Licensable" means having the right to grant, to the maximum extent
|
---|
| 653 | possible, whether at the time of the initial grant or subsequently acquired, any
|
---|
| 654 | and all of the rights conveyed herein.
|
---|
| 655 |
|
---|
| 656 | 1.6 "License" means this document.
|
---|
| 657 |
|
---|
| 658 | 1.7 "Licensed Patents" means patent claims Licensable by SGI that are infringed
|
---|
| 659 | by the use or sale of Original Code or any Modifications provided by SGI, or any
|
---|
| 660 | combination thereof.
|
---|
| 661 |
|
---|
| 662 | 1.8 "Modifications" means any addition to or deletion from the substance or
|
---|
| 663 | structure of the Original Code or any previous Modifications. When Covered Code
|
---|
| 664 | is released as a series of files, a Modification is: A. Any addition to the
|
---|
| 665 | contents of a file containing Original Code and/or addition to or deletion from
|
---|
| 666 | the contents of a file containing previous Modifications.B. Any new file that
|
---|
| 667 | contains any part of the Original Code or previous Modifications.
|
---|
| 668 |
|
---|
| 669 | 1.9 "Notice" means any notice in Original Code or Covered Code, as required by
|
---|
| 670 | and in compliance with this License.
|
---|
| 671 |
|
---|
| 672 | 1.10 "Original Code" means source code of computer software code that is
|
---|
| 673 | described in the source code Notice required by Exhibit A as Original Code, and
|
---|
| 674 | updates and error corrections specifically thereto.
|
---|
| 675 |
|
---|
| 676 | 1.11 "Recipient" means an individual or a legal entity exercising rights under,
|
---|
| 677 | and complying with all of the terms of, this License or a future version of this
|
---|
| 678 | License issued under Section 8. For legal entities, "Recipient" includes any
|
---|
| 679 | entity that controls, is controlled by, or is under common control with
|
---|
| 680 | Recipient. For purposes of this definition, "control" of an entity means (a)
|
---|
| 681 | the power, direct or indirect, to direct or manage such entity, or (b) ownership
|
---|
| 682 | of fifty percent (50%) or more of the outstanding shares or beneficial ownership
|
---|
| 683 | of such entity.
|
---|
| 684 |
|
---|
| 685 | 1.12 "Recipient Patents" means patent claims Licensable by a Recipient that are
|
---|
| 686 | infringed by the use or sale of Original Code or any Modifications provided by
|
---|
| 687 | SGI, or any combination thereof.
|
---|
| 688 |
|
---|
| 689 | 1.13 "SGI" means Silicon Graphics, Inc.
|
---|
| 690 |
|
---|
| 691 | 1.14 "SGI Patents" means patent claims Licensable by SGI other than the Licensed
|
---|
| 692 | Patents.
|
---|
| 693 |
|
---|
| 694 | 2. License Grant and Restrictions.
|
---|
| 695 |
|
---|
| 696 | 2.1 SGI License Grant. Subject to the terms of this License and any third party
|
---|
| 697 | intellectual property claims, for the duration of intellectual property
|
---|
| 698 | protections inherent in the Original Code, SGI hereby grants Recipient a
|
---|
| 699 | worldwide, royalty-free, non-exclusive license, to do the following: (i) under
|
---|
| 700 | copyrights Licensable by SGI, to reproduce, distribute, create derivative works
|
---|
| 701 | from, and, to the extent applicable, display and perform the Original Code
|
---|
| 702 | and/or any Modifications provided by SGI alone and/or as part of a Larger Work;
|
---|
| 703 | and (ii) under any Licensable Patents, to make, have made, use, sell, offer for
|
---|
| 704 | sale, import and/or otherwise transfer the Original Code and/or any
|
---|
| 705 | Modifications provided by SGI. Recipient accepts the terms and conditions of
|
---|
| 706 | this License by undertaking any of the aforementioned actions. The patent
|
---|
| 707 | license shall apply to the Covered Code if, at the time any related Modification
|
---|
| 708 | is added, such addition of the Modification causes such combination to be
|
---|
| 709 | covered by the Licensed Patents . The patent license in Section 2.1(ii) shall
|
---|
| 710 | not apply to any other combinations that include the Modification. No patent
|
---|
| 711 | license is provided under SGI Patents for infringements of SGI Patents by
|
---|
| 712 | Modifications not provided by SGI or combinations of Original Code and
|
---|
| 713 | Modifications not provided by SGI.
|
---|
| 714 |
|
---|
| 715 | 2.2 Recipient License Grant. Subject to the terms of this License and any third
|
---|
| 716 | party intellectual property claims, Recipient hereby grants SGI and any other
|
---|
| 717 | Recipients a worldwide, royalty-free, non-exclusive license, under any Recipient
|
---|
| 718 | Patents, to make, have made, use, sell, offer for sale, import and/or otherwise
|
---|
| 719 | transfer the Original Code and/or any Modifications provided by SGI.
|
---|
| 720 |
|
---|
| 721 | 2.3 No License For Hardware Implementations. The licenses granted in Section
|
---|
| 722 | 2.1 and 2.2 are not applicable to implementation in Hardware of the algorithms
|
---|
| 723 | embodied in the Original Code or any Modifications provided by SGI .
|
---|
| 724 |
|
---|
| 725 | 3. Redistributions.
|
---|
| 726 |
|
---|
| 727 | 3.1 Retention of Notice/Copy of License. The Notice set forth in Exhibit A,
|
---|
| 728 | below, must be conspicuously retained or included in any and all redistributions
|
---|
| 729 | of Covered Code. For distributions of the Covered Code in source code form, the
|
---|
| 730 | Notice must appear in every file that can include a text comments field; in
|
---|
| 731 | executable form, the Notice and a copy of this License must appear in related
|
---|
| 732 | documentation or collateral where the Recipient's rights relating to Covered
|
---|
| 733 | Code are described. Any Additional Notice Provisions which actually appears in
|
---|
| 734 | the Original Code must also be retained or included in any and all
|
---|
| 735 | redistributions of Covered Code.
|
---|
| 736 |
|
---|
| 737 | 3.2 Alternative License. Provided that Recipient is in compliance with the
|
---|
| 738 | terms of this License, Recipient may, so long as without derogation of any of
|
---|
| 739 | SGI's rights in and to the Original Code, distribute the source code and/or
|
---|
| 740 | executable version(s) of Covered Code under (1) this License; (2) a license
|
---|
| 741 | identical to this License but for only such changes as are necessary in order to
|
---|
| 742 | clarify Recipient's role as licensor of Modifications; and/or (3) a license of
|
---|
| 743 | Recipient's choosing, containing terms different from this License, provided
|
---|
| 744 | that the license terms include this Section 3 and Sections 4, 6, 7, 10, 12, and
|
---|
| 745 | 13, which terms may not be modified or superseded by any other terms of such
|
---|
| 746 | license. If Recipient elects to use any license other than this License,
|
---|
| 747 | Recipient must make it absolutely clear that any of its terms which differ from
|
---|
| 748 | this License are offered by Recipient alone, and not by SGI. It is emphasized
|
---|
| 749 | that this License is a limited license, and, regardless of the license form
|
---|
| 750 | employed by Recipi ent in accordance with this Section 3.2, Recipient may
|
---|
| 751 | relicense only such rights, in Original Code and Modifications by SGI, as it has
|
---|
| 752 | actually been granted by SGI in this License.
|
---|
| 753 |
|
---|
| 754 | 3.3 Indemnity. Recipient hereby agrees to indemnify SGI for any liability
|
---|
| 755 | incurred by SGI as a result of any such alternative license terms Recipient
|
---|
| 756 | offers.
|
---|
| 757 |
|
---|
| 758 | 4. Termination. This License and the rights granted hereunder will terminate
|
---|
| 759 | automatically if Recipient breaches any term herein and fails to cure such
|
---|
| 760 | breach within 30 days thereof. Any sublicense to the Covered Code that is
|
---|
| 761 | properly granted shall survive any termination of this License, absent
|
---|
| 762 | termination by the terms of such sublicense. Provisions that, by their nature,
|
---|
| 763 | must remain in effect beyond the termination of this License, shall survive.
|
---|
| 764 |
|
---|
| 765 | 5. No Trademark Or Other Rights. This License does not grant any rights to:
|
---|
| 766 | (i) any software apart from the Covered Code, nor shall any other rights or
|
---|
| 767 | licenses not expressly granted hereunder arise by implication, estoppel or
|
---|
| 768 | otherwise with respect to the Covered Code; (ii) any trade name, trademark or
|
---|
| 769 | service mark whatsoever, including without limitation any related right for
|
---|
| 770 | purposes of endorsement or promotion of products derived from the Covered Code,
|
---|
| 771 | without prior written permission of SGI; or (iii) any title to or ownership of
|
---|
| 772 | the Original Code, which shall at all times remains with SGI. All rights in the
|
---|
| 773 | Original Code not expressly granted under this License are reserved.
|
---|
| 774 |
|
---|
| 775 | 6. Compliance with Laws; Non-Infringement. There are various worldwide laws,
|
---|
| 776 | regulations, and executive orders applicable to dispositions of Covered Code,
|
---|
| 777 | including without limitation export, re-export, and import control laws,
|
---|
| 778 | regulations, and executive orders, of the U.S. government and other countries,
|
---|
| 779 | and Recipient is reminded it is obliged to obey such laws, regulations, and
|
---|
| 780 | executive orders. Recipient may not distribute Covered Code that (i) in any way
|
---|
| 781 | infringes (directly or contributorily) any intellectual property rights of any
|
---|
| 782 | kind of any other person or entity or (ii) breaches any representation or
|
---|
| 783 | warranty, express, implied or statutory, to which, under any applicable law, it
|
---|
| 784 | might be deemed to have been subject.
|
---|
| 785 |
|
---|
| 786 | 7. Claims of Infringement. If Recipient learns of any third party claim that
|
---|
| 787 | any disposition of Covered Code and/or functionality wholly or partially
|
---|
| 788 | infringes the third party's intellectual property rights, Recipient will
|
---|
| 789 | promptly notify SGI of such claim.
|
---|
| 790 |
|
---|
| 791 | 8. Versions of the License. SGI may publish revised and/or new versions of the
|
---|
| 792 | License from time to time, each with a distinguishing version number. Once
|
---|
| 793 | Covered Code has been published under a particular version of the License,
|
---|
| 794 | Recipient may, for the duration of the license, continue to use it under the
|
---|
| 795 | terms of that version, or choose to use such Covered Code under the terms of any
|
---|
| 796 | subsequent version published by SGI. Subject to the provisions of Sections 3
|
---|
| 797 | and 4 of this License, only SGI may modify the terms applicable to Covered Code
|
---|
| 798 | created under this License.
|
---|
| 799 |
|
---|
| 800 | 9. DISCLAIMER OF WARRANTY. COVERED CODE IS PROVIDED "AS IS." ALL EXPRESS AND
|
---|
| 801 | IMPLIED WARRANTIES AND CONDITIONS ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION,
|
---|
| 802 | ANY IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY,
|
---|
| 803 | FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. SGI ASSUMES NO RISK AS
|
---|
| 804 | TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD THE SOFTWARE PROVE
|
---|
| 805 | DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY FOR SERVICING, REPAIR
|
---|
| 806 | OR CORRECTION. THIS DISCLAIMER OF WARRANTY IS AN ESSENTIAL PART OF THIS
|
---|
| 807 | LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO
|
---|
| 808 | THIS DISCLAIMER.
|
---|
| 809 |
|
---|
| 810 | 10. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES NOR LEGAL THEORY, WHETHER
|
---|
| 811 | TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY), CONTRACT,
|
---|
| 812 | OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
---|
| 813 | SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING,
|
---|
| 814 | WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, LOSS OF DATA,
|
---|
| 815 | COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR
|
---|
| 816 | LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH
|
---|
| 817 | DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR
|
---|
| 818 | PERSONAL INJURY RESULTING FROM SGI's NEGLIGENCE TO THE EXTENT APPLICABLE LAW
|
---|
| 819 | PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
|
---|
| 820 | LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND
|
---|
| 821 | LIMITATION MAY NOT APPLY TO RECIPIENT.
|
---|
| 822 |
|
---|
| 823 | 11. Indemnity. Recipient shall be solely responsible for damages arising,
|
---|
| 824 | directly or indirectly, out of its utilization of rights under this License.
|
---|
| 825 | Recipient will defend, indemnify and hold harmless Silicon Graphics, Inc. from
|
---|
| 826 | and against any loss, liability, damages, costs or expenses (including the
|
---|
| 827 | payment of reasonable attorneys fees) arising out of Recipient's use,
|
---|
| 828 | modification, reproduction and distribution of the Covered Code or out of any
|
---|
| 829 | representation or warranty made by Recipient.
|
---|
| 830 |
|
---|
| 831 | 12. U.S. Government End Users. The Covered Code is a "commercial item"
|
---|
| 832 | consisting of "commercial computer software" as such terms are defined in title
|
---|
| 833 | 48 of the Code of Federal Regulations and all U.S. Government End Users acquire
|
---|
| 834 | only the rights set forth in this License and are subject to the terms of this
|
---|
| 835 | License.
|
---|
| 836 |
|
---|
| 837 | 13. Miscellaneous. This License represents the complete agreement concerning
|
---|
| 838 | the its subject matter. If any provision of this License is held to be
|
---|
| 839 | unenforceable, such provision shall be reformed so as to achieve as nearly as
|
---|
| 840 | possible the same legal and economic effect as the original provision and the
|
---|
| 841 | remainder of this License will remain in effect. This License shall be governed
|
---|
| 842 | by and construed in accordance with the laws of the United States and the State
|
---|
| 843 | of California as applied to agreements entered into and to be performed entirely
|
---|
| 844 | within California between California residents. Any litigation relating to this
|
---|
| 845 | License shall be subject to the exclusive jurisdiction of the Federal Courts of
|
---|
| 846 | the Northern District of California (or, absent subject matter jurisdiction in
|
---|
| 847 | such courts, the courts of the State of California), with venue lying
|
---|
| 848 | exclusively in Santa Clara County, California, with the losing party responsible
|
---|
| 849 | for costs, including without limitation, court costs and reasonable attorneys
|
---|
| 850 | fees and ex penses. The application of the United Nations Convention on
|
---|
| 851 | Contracts for the International Sale of Goods is expressly excluded. Any law or
|
---|
| 852 | regulation that provides that the language of a contract shall be construed
|
---|
| 853 | against the drafter shall not apply to this License.
|
---|
| 854 |
|
---|
| 855 | Exhibit A License Applicability. Except to the extent portions of this file are
|
---|
| 856 | made subject to an alternative license as permitted in the SGI Free Software
|
---|
| 857 | License B, Version 1.1 (the "License"), the contents of this file are subject
|
---|
| 858 | only to the provisions of the License. You may not use this file except in
|
---|
| 859 | compliance with the License. You may obtain a copy of the License at Silicon
|
---|
| 860 | Graphics, Inc., attn: Legal Services, 1600 Amphitheatre Parkway, Mountain View,
|
---|
| 861 | CA 94043-1351, or at: http://oss.sgi.com/projects/FreeB Note that, as provided
|
---|
| 862 | in the License, the Software is distributed on an "AS IS" basis, with ALL
|
---|
| 863 | EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS DISCLAIMED, INCLUDING, WITHOUT
|
---|
| 864 | LIMITATION, ANY IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY,
|
---|
| 865 | SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
|
---|
| 866 | Original Code. The Original Code is: [name of software, version number, and
|
---|
| 867 | release date], developed by Silicon Graphics, Inc. The Original Code is
|
---|
| 868 | Copyright (c) [dates of first publication, as appearing in the Notice in the
|
---|
| 869 | Original Code] Silicon Graphics, Inc. Copyright in any portions created by
|
---|
| 870 | third parties is as indicated elsewhere herein. All Rights Reserved.
|
---|
| 871 | Additional Notice Provisions: [such additional provisions, if any, as appear in
|
---|
| 872 | the Notice in the Original Code under the heading "Additional Notice
|
---|
| 873 | Provisions"]
|
---|
| 874 |
|
---|
| 875 | %% The following software may be included in this product: Byte Code
|
---|
| 876 | Engineering Library (BCEL) v. 5; Use of any of this software is governed by the
|
---|
| 877 | terms of the license below:
|
---|
| 878 |
|
---|
| 879 | Apache Software License
|
---|
| 880 |
|
---|
| 881 | /
|
---|
| 882 | ====================================================================
|
---|
| 883 | The Apache Software License, Version 1.1
|
---|
| 884 |
|
---|
| 885 | Copyright (c) 2001 The Apache Software Foundation. All rights reserved.
|
---|
| 886 |
|
---|
| 887 | Redistribution and use in source and binary forms, with or without modification,
|
---|
| 888 | are permitted provided that the following conditions are met:
|
---|
| 889 |
|
---|
| 890 | 1. Redistributions of source code must retain the above copyright notice, this
|
---|
| 891 | list of conditions and the following disclaimer.
|
---|
| 892 |
|
---|
| 893 | 2. Redistributions in binary form must reproduce the above copyright notice,
|
---|
| 894 | this list of conditions and the following disclaimer in the documentation and/or
|
---|
| 895 | other materials providedwith the distribution.
|
---|
| 896 |
|
---|
| 897 | 3. The end-user documentation included with the redistribution, if any, must
|
---|
| 898 | include the following acknowledgment: "This product includes software developed
|
---|
| 899 | by the Apache Software Foundation (http://www.apache.org/)." Alternately, this
|
---|
| 900 | acknowledgment may appear in the software itself, if and wherever such
|
---|
| 901 | third-party acknowledgments normally appear.
|
---|
| 902 |
|
---|
| 903 | 4. The names "Apache" and "Apache Software Foundation"and "Apache BCEL" must
|
---|
| 904 | not be used to endorse or promote products derived from this software without
|
---|
| 905 | prior written permission. For written permission, please contact
|
---|
| 906 | apache@apache.org.
|
---|
| 907 |
|
---|
| 908 | 5. Products derived from this software may not be called"Apache", "Apache
|
---|
| 909 | BCEL", nor may "Apache" appear in their name,without prior written permission of
|
---|
| 910 | the Apache Software Foundation.
|
---|
| 911 |
|
---|
| 912 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED ORIMPLIED WARRANTIES,
|
---|
| 913 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIEDWARRANTIES OF MERCHANTABILITY AND
|
---|
| 914 | FITNESS FOR A PARTICULAR PURPOSEARE DISCLAIMED. IN NO EVENT SHALL THE APACHE
|
---|
| 915 | SOFTWAREFOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
---|
| 916 | INDIRECT,INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,BUT
|
---|
| 917 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;LOSS OF USE, DATA,
|
---|
| 918 | OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVERCAUSED AND ON ANY THEORY OF
|
---|
| 919 | LIABILITY, WHETHER IN CONTRACT, STRICTLIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
---|
| 920 | OR OTHERWISE) ARISING INANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
---|
| 921 | OF THEPOSSIBILITY OF SUCH DAMAGE.
|
---|
| 922 | ====================================================================
|
---|
| 923 |
|
---|
| 924 | This software consists of voluntary contributions made by many individuals on
|
---|
| 925 | behalf of the Apache Software Foundation. For more information on the Apache
|
---|
| 926 | Software Foundation, please see http://www.apache.org. /
|
---|
| 927 |
|
---|
| 928 |
|
---|
| 929 |
|
---|
| 930 | %% The following software may be included in this product: Regexp, Regular
|
---|
| 931 | Expression Package v. 1.2; Use of any of this software is governed by the terms
|
---|
| 932 | of the license below: The Apache Software License, Version 1.1
|
---|
| 933 |
|
---|
| 934 | Copyright (c) 2001 The Apache Software Foundation. All rights reserved.
|
---|
| 935 |
|
---|
| 936 | Redistribution and use in source and binary forms, with or without
|
---|
| 937 | modification,are permitted provided that the following conditions are met:
|
---|
| 938 |
|
---|
| 939 | 1. Redistributions of source code must retain the above copyright notice, this
|
---|
| 940 | list of conditions and the following disclaimer.
|
---|
| 941 |
|
---|
| 942 | 2. Redistributions in binary form must reproduce the above copyright notice,
|
---|
| 943 | this list of conditions and the following disclaimer in the documentation and/or
|
---|
| 944 | other materials provided with the distribution.
|
---|
| 945 |
|
---|
| 946 | 3. The end-user documentation included with the redistribution, if any, must
|
---|
| 947 | include the following acknowledgment: "This product includes software developed
|
---|
| 948 | by the Apache Software Foundation (http://www.apache.org/)." Alternately, this
|
---|
| 949 | acknowledgment may appear in the software itself, if and wherever such
|
---|
| 950 | third-party acknowledgments normally appear.
|
---|
| 951 |
|
---|
| 952 | 4. The names "Apache" and "Apache Software Foundation" and "Apache Turbine"
|
---|
| 953 | must not be used to endorse or promote products derived from this software
|
---|
| 954 | without prior written permission. For written permission, please contact
|
---|
| 955 | apache@apache.org.
|
---|
| 956 |
|
---|
| 957 | 5. Products derived from this software may not be called "Apache", "Apache
|
---|
| 958 | Turbine", nor may "Apache" appear in their name, without prior written
|
---|
| 959 | permission of the Apache Software Foundation.
|
---|
| 960 |
|
---|
| 961 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
|
---|
| 962 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
---|
| 963 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE
|
---|
| 964 | SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
---|
| 965 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
---|
| 966 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
---|
| 967 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
---|
| 968 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
---|
| 969 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
---|
| 970 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
| 971 |
|
---|
| 972 | ====================================================================
|
---|
| 973 |
|
---|
| 974 | This software consists of voluntary contributions made by many individuals on
|
---|
| 975 | behalf of the Apache Software Foundation. For more information on the Apache
|
---|
| 976 | Software Foundation, please see http://www.apache.org.
|
---|
| 977 |
|
---|
| 978 | %% The following software may be included in this product: CUP Parser Generator
|
---|
| 979 | for Java v. 0.10k; Use of any of this software is governed by the terms of the
|
---|
| 980 | license below: CUP Parser Generator Copyright Notice, License, and Disclaimer
|
---|
| 981 |
|
---|
| 982 | Copyright 1996-1999 by Scott Hudson, Frank Flannery, C. Scott Ananian
|
---|
| 983 |
|
---|
| 984 | Permission to use, copy, modify, and distribute this software and its
|
---|
| 985 | documentation for any purpose and without fee is hereby granted, provided that
|
---|
| 986 | the above copyright notice appear in all copies and that both the copyright
|
---|
| 987 | notice and this permission notice and warranty disclaimer appear in supporting
|
---|
| 988 | documentation, and that the names of the authors or their employers not be used
|
---|
| 989 | in advertising or publicity pertaining to distribution of the software without
|
---|
| 990 | specific, written prior permission.
|
---|
| 991 |
|
---|
| 992 | The authors and their employers disclaim all warranties with regard to this
|
---|
| 993 | software, including all implied warranties of merchantability and fitness. In
|
---|
| 994 | no event shall the authors or their employers be liable for any special,
|
---|
| 995 | indirect or consequential damages or any damages whatsoever resulting from loss
|
---|
| 996 | of use, data or profits, whether in an action of contract,negligence or other
|
---|
| 997 | tortious action, arising out of or in connection with the use or performance of
|
---|
| 998 | this software.
|
---|
| 999 |
|
---|
| 1000 | %% The following software may be included in this product: JLex: A Lexical
|
---|
| 1001 | Analyzer Generator for Java v. 1.2.5; Use of any of this software is governed
|
---|
| 1002 | by the terms of the license below: JLEX COPYRIGHT NOTICE, LICENSE AND
|
---|
| 1003 | DISCLAIMER.
|
---|
| 1004 |
|
---|
| 1005 | Copyright 1996-2003 by Elliot Joel Berk and C. Scott Ananian
|
---|
| 1006 |
|
---|
| 1007 | Permission to use, copy, modify, and distribute this software and its
|
---|
| 1008 | documentation for any purpose and without fee is hereby granted, provided that
|
---|
| 1009 | the above copyright notice appear in all copies and that both the copyright
|
---|
| 1010 | notice and this permission notice and warranty disclaimer appear in supporting
|
---|
| 1011 | documentation, and that the name of the authors or their employers not be used
|
---|
| 1012 | in advertising or publicity pertaining to distribution of the software without
|
---|
| 1013 | specific, written prior permission.
|
---|
| 1014 |
|
---|
| 1015 | The authors and their employers disclaim all warranties with regard to this
|
---|
| 1016 | software, including all implied warranties of merchantability and fitness. In
|
---|
| 1017 | no event shall the authors or their employers be liable for any special,
|
---|
| 1018 | indirect or consequential damages or any damages whatsoever resulting from loss
|
---|
| 1019 | of use, data or profits, whether in an action of contract, negligence or other
|
---|
| 1020 | tortious action, arising out of or in connection with the use or performance of
|
---|
| 1021 | this software.
|
---|
| 1022 |
|
---|
| 1023 | Java is a trademark of Oracle Corporation. References to the Java
|
---|
| 1024 | programming language in relation to JLex are not meant to imply that Oracle
|
---|
| 1025 | endorses this product.
|
---|
| 1026 |
|
---|
| 1027 | %% The following software may be included in this product: SAX v. 2.0.1; Use
|
---|
| 1028 | of any of this software is governed by the terms of the license below:
|
---|
| 1029 | Copyright Status
|
---|
| 1030 |
|
---|
| 1031 | SAX is free!
|
---|
| 1032 |
|
---|
| 1033 | In fact, it's not possible to own a license to SAX, since it's been placed in
|
---|
| 1034 | the public domain.
|
---|
| 1035 |
|
---|
| 1036 | No Warranty
|
---|
| 1037 |
|
---|
| 1038 | Because SAX is released to the public domain, there is no warranty for the
|
---|
| 1039 | design or for the software implementation, to the extent permitted by applicable
|
---|
| 1040 | law. Except when otherwise stated in writing the copyright holders and/or other
|
---|
| 1041 | parties provide SAX "as is" without warranty of any kind, either expressed or
|
---|
| 1042 | implied, including, but not limited to, the implied warranties of
|
---|
| 1043 | merchantability and fitness for a particular purpose. The entire risk as to the
|
---|
| 1044 | quality and performance of SAX is with you. Should SAX prove defective, you
|
---|
| 1045 | assume the cost of all necessary servicing, repair or correction.
|
---|
| 1046 |
|
---|
| 1047 | In no event unless required by applicable law or agreed to in writing will any
|
---|
| 1048 | copyright holder, or any other party who may modify and/or redistribute SAX, be
|
---|
| 1049 | liable to you for damages, including any general, special, incidental or
|
---|
| 1050 | consequential damages arising out of the use or inability to use SAX (including
|
---|
| 1051 | but not limited to loss of data or data being rendered inaccurate or losses
|
---|
| 1052 | sustained by you or third parties or a failure of the SAX to operate with any
|
---|
| 1053 | other programs), even if such holder or other party has been advised of the
|
---|
| 1054 | possibility of such damages.
|
---|
| 1055 |
|
---|
| 1056 | Copyright Disclaimers
|
---|
| 1057 |
|
---|
| 1058 | This page includes statements to that effect by David Megginson, who would have
|
---|
| 1059 | been able to claim copyright for the original work.
|
---|
| 1060 |
|
---|
| 1061 | SAX 1.0
|
---|
| 1062 |
|
---|
| 1063 | Version 1.0 of the Simple API for XML (SAX), created collectively by the
|
---|
| 1064 | membership of the XML-DEV mailing list, is hereby released into the public
|
---|
| 1065 | domain.
|
---|
| 1066 |
|
---|
| 1067 | No one owns SAX: you may use it freely in both commercial and non-commercial
|
---|
| 1068 | applications, bundle it with your software distribution, include it on a CD-ROM,
|
---|
| 1069 | list the source code in a book, mirror the documentation at your own web site,
|
---|
| 1070 | or use it in any other way you see fit.
|
---|
| 1071 |
|
---|
| 1072 | David Megginson, sax@megginson.com
|
---|
| 1073 | 1998-05-11
|
---|
| 1074 |
|
---|
| 1075 | SAX 2.0
|
---|
| 1076 |
|
---|
| 1077 | I hereby abandon any property rights to SAX 2.0 (the Simple API for XML), and
|
---|
| 1078 | release all of the SAX 2.0 source code, compiled code, and documentation
|
---|
| 1079 | contained in this distribution into the Public Domain. SAX comes with NO
|
---|
| 1080 | WARRANTY or guarantee of fitness for any purpose.
|
---|
| 1081 |
|
---|
| 1082 | David Megginson, david@megginson.com
|
---|
| 1083 | 2000-05-05
|
---|
| 1084 |
|
---|
| 1085 | %% The following software may be included in this product: Cryptix; Use of any
|
---|
| 1086 | of this software is governed by the terms of the license below:
|
---|
| 1087 |
|
---|
| 1088 | Cryptix General License
|
---|
| 1089 |
|
---|
| 1090 | Copyright © 1995-2003 The Cryptix Foundation Limited. All rights reserved.
|
---|
| 1091 |
|
---|
| 1092 | Redistribution and use in source and binary forms, with or without modification,
|
---|
| 1093 | are permitted provided that the following conditions are met:
|
---|
| 1094 |
|
---|
| 1095 | 1.Redistributions of source code must retain the copyright notice, this list of
|
---|
| 1096 | conditions and the following disclaimer.
|
---|
| 1097 |
|
---|
| 1098 | 2.Redistributions in binary form must reproduce the above copyright notice, this
|
---|
| 1099 | list of conditions and the following disclaimer in the documentation and/or
|
---|
| 1100 | other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY
|
---|
| 1101 | THE CRYPTIX FOUNDATION LIMITED AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS
|
---|
| 1102 | ORIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
---|
| 1103 | MERCHANTABILITY AND FITNESS FORA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
|
---|
| 1104 | SHALL THE CRYPTIX FOUNDATION LIMITED OR CONTRIBUTORS BELIABLE FOR ANY DIRECT,
|
---|
| 1105 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
---|
| 1106 | BUT NOTLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
---|
| 1107 | DATA, OR PROFITS; OR BUSINESSINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
---|
| 1108 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING NEGLIGENCE
|
---|
| 1109 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
---|
| 1110 | ADVISED OFTHE POSSIBILITY OF SUCH DAMAGE.
|
---|
| 1111 |
|
---|
| 1112 | %% The following software may be included in this product: W3C XML Schema Test
|
---|
| 1113 | Collection; Use of any of this software is governed by the terms of the license
|
---|
| 1114 | below:
|
---|
| 1115 |
|
---|
| 1116 | W3C DOCUMENT NOTICE AND LICENSE
|
---|
| 1117 |
|
---|
| 1118 | Copyright 1994-2002 World Wide Web Consortium, (Massachusetts Institute of
|
---|
| 1119 | Technology, Institut National de Recherche en Informatique et en
|
---|
| 1120 | Automatique,Keio University). All Rights Reserved.
|
---|
| 1121 |
|
---|
| 1122 | http://www.w3.org/Consortium/Legal/
|
---|
| 1123 |
|
---|
| 1124 | Public documents on the W3C site are provided by the copyright holders under the
|
---|
| 1125 | following license. The software or Document Type Definitions (DTDs) associated
|
---|
| 1126 | with W3C specifications are governed by the Software Notice. By using and/or
|
---|
| 1127 | copying this document, or the W3C document from which this statement is
|
---|
| 1128 | linked,you (the licensee) agree that you have read, understood, and will comply
|
---|
| 1129 | with the following terms and conditions:
|
---|
| 1130 |
|
---|
| 1131 | Permission to use, copy, and distribute the contents of this document, or theW3C
|
---|
| 1132 | document from which this statement is linked, in any medium for any purpose and
|
---|
| 1133 | without fee or royalty is hereby granted, provided that you include the
|
---|
| 1134 | following on ALL copies of the document, or portions thereof, that you use:
|
---|
| 1135 |
|
---|
| 1136 | 1. A link or URL to the original W3C document.
|
---|
| 1137 | 2. The pre-existing copyright notice of the original author, or if it doesn't
|
---|
| 1138 | exist, a notice of the form: "Copyright [$date-of-document] World Wide Web
|
---|
| 1139 | Consortium, (Massachusetts Institute of Technology, Institut National
|
---|
| 1140 | deRecherche en Informatique et en Automatique, Keio University). All Rights
|
---|
| 1141 | Reserved. http://www.w3.org/Consortium/Legal/" (Hypertext is preferred, but a
|
---|
| 1142 | textual representation is permitted.)
|
---|
| 1143 | 3. If it exists, the STATUS of the W3C document.
|
---|
| 1144 |
|
---|
| 1145 | When space permits, inclusion of the full text of this NOTICE should be
|
---|
| 1146 | provided. We request that authorship attribution be provided in any
|
---|
| 1147 | software,documents, or other items or products that you create pursuant to the
|
---|
| 1148 | implementation of the contents of this document, or any portion thereof.
|
---|
| 1149 |
|
---|
| 1150 | No right to create modifications or derivatives of W3C documents is granted
|
---|
| 1151 | pursuant to this license. However, if additional requirements (documented in
|
---|
| 1152 | the Copyright FAQ) are satisfied, the right to create modifications or
|
---|
| 1153 | derivatives is sometimes granted by the W3C to individuals complying with those
|
---|
| 1154 | requirements.
|
---|
| 1155 |
|
---|
| 1156 | THIS DOCUMENT IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO
|
---|
| 1157 | REPRESENTATIONSOR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
---|
| 1158 | WARRANTIES OFMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
|
---|
| 1159 | NON-INFRINGEMENT, OR TITLE;THAT THE CONTENTS OF THE DOCUMENT ARE SUITABLE FOR
|
---|
| 1160 | ANY PURPOSE; NOR THAT THEIMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY
|
---|
| 1161 | THIRD PARTY PATENTS,COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
|
---|
| 1162 |
|
---|
| 1163 | COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
|
---|
| 1164 | ORCONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE DOCUMENT OR THE
|
---|
| 1165 | PERFORMANCEOR IMPLEMENTATION OF THE CONTENTS THEREOF.
|
---|
| 1166 |
|
---|
| 1167 | The name and trademarks of copyright holders may NOT be used in advertising or
|
---|
| 1168 | publicity pertaining to this document or its contents without specific, written
|
---|
| 1169 | prior permission. Title to copyright in this document will at all times remain
|
---|
| 1170 | with copyright holders.
|
---|
| 1171 |
|
---|
| 1172 | ----------------------------------------------------------------------------
|
---|
| 1173 |
|
---|
| 1174 | This formulation of W3C's notice and license became active on April 05 1999 so
|
---|
| 1175 | as to account for the treatment of DTDs, schema's and bindings. See the older
|
---|
| 1176 | formulation for the policy prior to this date. Please see our Copyright FAQ for
|
---|
| 1177 | common questions about using materials from our site, including specific terms
|
---|
| 1178 | and conditions for packages like libwww, Amaya, and Jigsaw. Other questions
|
---|
| 1179 | about this notice can be directed to site-policy@w3.org. webmaster (last
|
---|
| 1180 | updated by reagle on 1999/04/99.)
|
---|
| 1181 |
|
---|
| 1182 | %% The following software may be included in this product: Stax API; Use of any
|
---|
| 1183 | of this software is governed by the terms of the license below:
|
---|
| 1184 |
|
---|
| 1185 | Streaming API for XML (JSR-173) Specification
|
---|
| 1186 | Reference Implementation
|
---|
| 1187 | License Agreement
|
---|
| 1188 |
|
---|
| 1189 | READ THE TERMS OF THIS (THE "AGREEMENT") CAREFULLY BEFORE VIEWING OR USING
|
---|
| 1190 | THESOFTWARE LICENSED HEREUNDER. BY VIEWING OR USING THE SOFTWARE, YOU AGREE TO
|
---|
| 1191 | THE TERMS OF THISAGREEMENT. IF YOU ARE ACCESSING THE SOFTWARE ELECTRONICALLY,
|
---|
| 1192 | INDICATE YOUR ACCEPTANCE OF THESETERMS BY SELECTING THE "ACCEPT" BUTTON AT THE
|
---|
| 1193 | END OF THIS AGREEMENT. IF YOU DO NOT AGREE TOALL THESE TERMS, PROMPTLY RETURN
|
---|
| 1194 | THE UNUSED SOFTWARE TO ORIGINAL CONTRIBUTOR, DEFINED HEREIN.
|
---|
| 1195 |
|
---|
| 1196 | 1.0 DEFINITIONS.
|
---|
| 1197 |
|
---|
| 1198 | 1.1. "BEA" means BEA Systems, Inc., the licensor of the Original Code.
|
---|
| 1199 |
|
---|
| 1200 | 1.2. "Contributor" means BEA and each entity that creates or contributes to the
|
---|
| 1201 | creation of Modifications.
|
---|
| 1202 |
|
---|
| 1203 | 1.3. "Covered Code" means the Original Code or Modifications or the combination
|
---|
| 1204 | of the Original Code and Modifications, in each case including portions thereof
|
---|
| 1205 | and corresponding documentation released with the source code.
|
---|
| 1206 |
|
---|
| 1207 | 1.4. "Executable" means Covered Code in any form other than Source Code.
|
---|
| 1208 |
|
---|
| 1209 | 1.5. "FCS" means first commercial shipment of a product.
|
---|
| 1210 |
|
---|
| 1211 | 1.6. "Modifications" means any addition to or deletion from the substance or
|
---|
| 1212 | structure of either the Original Code or any previous Modifications. When
|
---|
| 1213 | Covered Code is released as a series of files, a Modification is:
|
---|
| 1214 |
|
---|
| 1215 | (a) Any addition to or deletion from the contents of a file containing Original
|
---|
| 1216 | Code or previous Modifications.
|
---|
| 1217 |
|
---|
| 1218 | (b) Any new file that contains any part of the Original Code or previous
|
---|
| 1219 | Modifications.
|
---|
| 1220 |
|
---|
| 1221 | 1.7. "Original Code" means Source Code of computer software code Reference
|
---|
| 1222 | Implementation.
|
---|
| 1223 |
|
---|
| 1224 | 1.8. "Patent Claims" means any patent claim(s), now owned or hereafter
|
---|
| 1225 | acquired,including without limitation, method, process, and apparatus claims, in
|
---|
| 1226 | any patent for which the grantor has the right to grant a license.
|
---|
| 1227 |
|
---|
| 1228 | 1.9. "Reference Implementation" means the prototype or "proof of
|
---|
| 1229 | concept"implementation of the Specification developed and made available for
|
---|
| 1230 | license by or on behalf of BEA.
|
---|
| 1231 |
|
---|
| 1232 | 1.10. "Source Code" means the preferred form of the Covered Code for making
|
---|
| 1233 | modifications to it, including all modules it contains, plus any associated
|
---|
| 1234 | documentation,interface definition files, scripts used to control compilation
|
---|
| 1235 | and installation of an Executable, or source code differential comparisons
|
---|
| 1236 | against either the Original Code or another well known,available Covered Code of
|
---|
| 1237 | the Contributor's choice.
|
---|
| 1238 |
|
---|
| 1239 | 1.11. "Specification" means the written specification for the Streaming API for
|
---|
| 1240 | XML , Java technology developed pursuant to the Java Community Process.
|
---|
| 1241 |
|
---|
| 1242 | 1.12. "Technology Compatibility Kit" or "TCK" means the documentation, testing
|
---|
| 1243 | tools and test suites associated with the Specification as may be revised by BEA
|
---|
| 1244 | from time to time, that is provided so that an implementer of the Specification
|
---|
| 1245 | may determine if its implementation is compliant with the Specification.
|
---|
| 1246 |
|
---|
| 1247 | 1.13. "You" (or "Your") means an individual or a legal entity exercising rights
|
---|
| 1248 | under, and complying with all of the terms of, this Agreement or a future
|
---|
| 1249 | version of this Agreement issued under Section 6.1. For legal entities, "You"
|
---|
| 1250 | includes any entity which controls,is controlled by, or is under common control
|
---|
| 1251 | with You. For purposes of this definition,"control" means (a) the power, direct
|
---|
| 1252 | or indirect, to cause the direction or management of such entity, whether by
|
---|
| 1253 | contract or otherwise, or (b) ownership of more than fifty percent (50%) of the
|
---|
| 1254 | outstanding shares or beneficial ownership of such entity.
|
---|
| 1255 |
|
---|
| 1256 | 2.0 SOURCE CODE LICENSE.
|
---|
| 1257 |
|
---|
| 1258 | 2.1. Copyright Grant. Subject to the terms of this Agreement, each Contributor
|
---|
| 1259 | hereby grants You a non-exclusive, worldwide, royalty-free copyright license to
|
---|
| 1260 | reproduce,prepare derivative works of, publicly display, publicly perform,
|
---|
| 1261 | distribute and sublicense the Covered Code of such Contributor, if any, and such
|
---|
| 1262 | derivative works, in Source Code and Executable form.
|
---|
| 1263 |
|
---|
| 1264 | 2.2. Patent Grant. Subject to the terms of this Agreement, each Contributor
|
---|
| 1265 | hereby grants You a non-exclusive, worldwide, royalty-free patent license under
|
---|
| 1266 | the Patent Claims to make, use, sell, offer to sell, import and otherwise
|
---|
| 1267 | transfer the Covered Code prepared and provided by such Contributor, if any, in
|
---|
| 1268 | Source Code and Executable form. This patent license shall apply to the Covered
|
---|
| 1269 | Code if, at the time a Modification is added by the Contributor,such addition of
|
---|
| 1270 | the Modification causes such combination to be covered by the Patent Claims.
|
---|
| 1271 | The patent license shall not apply to any other combinations which include the
|
---|
| 1272 | Modification.
|
---|
| 1273 |
|
---|
| 1274 | 2.3. Conditions to Grants. You understand that although each Contributor
|
---|
| 1275 | grants the licenses to the Covered Code prepared by it, no assurances are
|
---|
| 1276 | provided by any Contributor that the Covered Code does not infringe the patent
|
---|
| 1277 | or other intellectual property rights of any other entity. Each Contributor
|
---|
| 1278 | disclaims any liability to You for claims brought by any other entity based on
|
---|
| 1279 | infringement of intellectual property rights or otherwise. As a condition to
|
---|
| 1280 | exercising the rights and licenses granted hereunder, You hereby assume sole
|
---|
| 1281 | responsibility to secure any other intellectual property rights needed, if any.
|
---|
| 1282 | For example, if a thirdparty patent license is required to allow You to
|
---|
| 1283 | distribute Covered Code, it is Your responsibility to acquire that license
|
---|
| 1284 | before distributing such code.
|
---|
| 1285 |
|
---|
| 1286 | 2.4. Contributors' Representation. Each Contributor represents that to its
|
---|
| 1287 | knowledge it has sufficient copyright rights in the Covered Code it provides ,
|
---|
| 1288 | if any, to grant the copyright license set forth in this Agreement.
|
---|
| 1289 |
|
---|
| 1290 | 3.0 DISTRIBUION RESTRICTIONS.
|
---|
| 1291 |
|
---|
| 1292 | 3.1. Application of Agreement.
|
---|
| 1293 |
|
---|
| 1294 | The Modifications which You create or to which You contribute are governed by
|
---|
| 1295 | the terms of this Agreement, including without limitation Section 2.0. The
|
---|
| 1296 | Source Code version of Covered Code may be distributed only under the terms of
|
---|
| 1297 | this Agreement or a future version of this Agreement released under Section 6.1,
|
---|
| 1298 | and You must include a copy of this Agreement with every copy of the Source Code
|
---|
| 1299 | You distribute. You may not offer or impose any terms on any Source Code
|
---|
| 1300 | version that alters or restricts the applicable version of this Agreement or the
|
---|
| 1301 | recipients' rights hereunder. However, You may include an additional document
|
---|
| 1302 | offering the additional rights described in Section 3.3.
|
---|
| 1303 |
|
---|
| 1304 | 3.2. Description of Modifications.
|
---|
| 1305 |
|
---|
| 1306 | You must cause all Covered Code to which You contribute to contain a file
|
---|
| 1307 | documenting the changes You made to create that Covered Code and the date of any
|
---|
| 1308 | change. You must include a prominent statement that the Modification is
|
---|
| 1309 | derived, directly or indirectly, from Original Code provided by BEA and
|
---|
| 1310 | including the name of BEA in (a) the Source Code, and (b) in any notice in an
|
---|
| 1311 | Executable version or related documentation in which You describe the origin or
|
---|
| 1312 | ownership of the Covered Code.
|
---|
| 1313 |
|
---|
| 1314 | %% The following software may be included in this product: X Window System; Use
|
---|
| 1315 | of any of this software is governed by the terms of the license below:
|
---|
| 1316 | Copyright The Open Group
|
---|
| 1317 |
|
---|
| 1318 | Permission to use, copy, modify, distribute, and sell this software and its
|
---|
| 1319 | documentation for any purpose is hereby granted without fee, provided that the
|
---|
| 1320 | above copyright notice appear in all copies and that both that copyright notice
|
---|
| 1321 | and this permission notice appear in supporting documentation.
|
---|
| 1322 |
|
---|
| 1323 | The above copyright notice and this permission notice shall be included in all
|
---|
| 1324 | copies or substantial portions of the Software.
|
---|
| 1325 |
|
---|
| 1326 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
---|
| 1327 | ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
| 1328 | FITNESSFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE OPEN
|
---|
| 1329 | GROUPBE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
---|
| 1330 | OFCONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH
|
---|
| 1331 | THESOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
---|
| 1332 |
|
---|
| 1333 | Except as contained in this notice, the name of The Open Group shall not be used
|
---|
| 1334 | in advertising or otherwise to promote the sale, use or other dealings in this
|
---|
| 1335 | Software without prior written authorization from The Open Group.
|
---|
| 1336 |
|
---|
| 1337 | Portions also covered by other licenses as noted in the above URL.
|
---|
| 1338 |
|
---|
| 1339 | %% The following software may be included in this product: dom4j v. 1.6; Use
|
---|
| 1340 | of any of this software is governed by the terms of the license below:
|
---|
| 1341 |
|
---|
| 1342 | Redistribution and use of this software and associated documentation
|
---|
| 1343 | ("Software"), with or without modification, are permitted provided that the
|
---|
| 1344 | following conditions are met:
|
---|
| 1345 |
|
---|
| 1346 | 1. Redistributions of source code must retain copyright statements and notices
|
---|
| 1347 | Redistributions must also contain a copy of this document.
|
---|
| 1348 |
|
---|
| 1349 | 2. Redistributions in binary form must reproduce the above copyright
|
---|
| 1350 | notice,this list of conditions and the following disclaimer in the documentation
|
---|
| 1351 | and/or other materials provided with the distribution.
|
---|
| 1352 |
|
---|
| 1353 | 3. The name "DOM4J" must not be used to endorse or promote products derived
|
---|
| 1354 | from this Software without prior written permission of MetaStuff, Ltd. For
|
---|
| 1355 | written permission, please contact dom4j-info@metastuff.com.
|
---|
| 1356 |
|
---|
| 1357 | 4. Products derived from this Software may not be called "DOM4J" nor may"DOM4J"
|
---|
| 1358 | appear in their names without prior written permission of MetaStuff,Ltd. DOM4J
|
---|
| 1359 | is a registered trademark of MetaStuff, Ltd.
|
---|
| 1360 |
|
---|
| 1361 | 5. Due credit should be given to the DOM4J Project - http://www.dom4j.org
|
---|
| 1362 |
|
---|
| 1363 | THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS ``AS IS'' AND
|
---|
| 1364 | ANYEXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
---|
| 1365 | IMPLIEDWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
---|
| 1366 | AREDISCLAIMED. IN NO EVENT SHALL METASTUFF, LTD. OR ITS CONTRIBUTORS BE LIABLE
|
---|
| 1367 | FORANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
---|
| 1368 | DAMAGES(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
---|
| 1369 | SERVICES;LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
---|
| 1370 | AND ONANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
---|
| 1371 | TORT(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
---|
| 1372 | THISSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
| 1373 |
|
---|
| 1374 | Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
|
---|
| 1375 |
|
---|
| 1376 | %% The following software may be included in this product: Retroweaver; Use of
|
---|
| 1377 | any of this software is governed by the terms of the license below:
|
---|
| 1378 |
|
---|
| 1379 | Copyright (c) February 2004, Toby Reyelts All rights reserved.
|
---|
| 1380 |
|
---|
| 1381 | Redistribution and use in source and binary forms, with or without modification,
|
---|
| 1382 | are permitted provided that the following conditions are met:
|
---|
| 1383 |
|
---|
| 1384 | Redistributions of source code must retain the above copyright notice, this list
|
---|
| 1385 | of conditions and the following disclaimer. Redistributions in binary form must
|
---|
| 1386 | reproduce the above copyright notice, this list of conditions and the following
|
---|
| 1387 | disclaimer in the documentation and/or other materials provided with the
|
---|
| 1388 | distribution. Neither the name of Toby Reyelts nor the names of his
|
---|
| 1389 | contributors may be used to endorse or promote products derived from this
|
---|
| 1390 | software without specific prior written permission.
|
---|
| 1391 |
|
---|
| 1392 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
---|
| 1393 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
---|
| 1394 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
---|
| 1395 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
---|
| 1396 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
---|
| 1397 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
---|
| 1398 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
---|
| 1399 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICTLIABILITY, OR TORT
|
---|
| 1400 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
---|
| 1401 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
| 1402 |
|
---|
| 1403 | %% The following software may be included in this product: stripper; Use of any
|
---|
| 1404 | of this software is governed by the terms of the license below:
|
---|
| 1405 |
|
---|
| 1406 | Stripper : debug information stripper Copyright (c) 2003 Kohsuke Kawaguchi All
|
---|
| 1407 | rights reserved.
|
---|
| 1408 |
|
---|
| 1409 | Redistribution and use in source and binary forms, with or without modification,
|
---|
| 1410 | are permitted provided that the following conditions are met:
|
---|
| 1411 |
|
---|
| 1412 | 1. Redistributions of source code must retain the above copyright notice, this
|
---|
| 1413 | list of conditions and the following disclaimer.
|
---|
| 1414 |
|
---|
| 1415 | 2. Redistributions in binary form must reproduce the above copyright notice,
|
---|
| 1416 | this list of conditions and the following disclaimer in the documentation and/or
|
---|
| 1417 | other materials provided with the distribution.
|
---|
| 1418 |
|
---|
| 1419 | 3. Neither the name of the copyright holders nor the names of its contributors
|
---|
| 1420 | may be used to endorse or promote products derived from this software without
|
---|
| 1421 | specific prior written permission.
|
---|
| 1422 |
|
---|
| 1423 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
---|
| 1424 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
---|
| 1425 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
---|
| 1426 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
---|
| 1427 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
---|
| 1428 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
---|
| 1429 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
---|
| 1430 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
---|
| 1431 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
---|
| 1432 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
| 1433 |
|
---|
| 1434 |
|
---|
| 1435 | %% The following software may be included in this product: libpng official PNG
|
---|
| 1436 | reference library; Use of any of this software is governed by the terms of the
|
---|
| 1437 | license below:
|
---|
| 1438 |
|
---|
| 1439 | This copy of the libpng notices is provided for your convenience. In case of
|
---|
| 1440 | any discrepancy between this copy and the notices in the file png.h that is
|
---|
| 1441 | included in the libpng distribution, the latter shall prevail.
|
---|
| 1442 |
|
---|
| 1443 | COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
|
---|
| 1444 |
|
---|
| 1445 | If you modify libpng you may insert additional notices immediately following
|
---|
| 1446 | this sentence.
|
---|
| 1447 |
|
---|
| 1448 | libpng version 1.2.6, December 3, 2004, is Copyright (c) 2004 Glenn
|
---|
| 1449 | Randers-Pehrson, and is distributed according to the same disclaimer and
|
---|
| 1450 | license as libpng-1.2.5with the following individual added to the list of
|
---|
| 1451 | Contributing Authors Cosmin Truta
|
---|
| 1452 |
|
---|
| 1453 | libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
|
---|
| 1454 | Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are distributed according
|
---|
| 1455 | to the same disclaimer and license as libpng-1.0.6 with the following
|
---|
| 1456 | individuals added to the list of Contributing Authors Simon-Pierre Cadieux
|
---|
| 1457 | Eric S. Raymond Gilles Vollant
|
---|
| 1458 |
|
---|
| 1459 | and with the following additions to the disclaimer:
|
---|
| 1460 |
|
---|
| 1461 | There is no warranty against interference with your enjoyment of the library or
|
---|
| 1462 | against infringement. There is no warranty that our efforts or the library will
|
---|
| 1463 | fulfill any of your particular purposes or needs. This library is provided with
|
---|
| 1464 | all faults, and the entire risk of satisfactory quality, performance, accuracy,
|
---|
| 1465 | and effort is with the user.
|
---|
| 1466 |
|
---|
| 1467 | libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are Copyright
|
---|
| 1468 | (c) 1998, 1999 Glenn Randers-Pehrson, and are distributed according to the
|
---|
| 1469 | same disclaimer and license as libpng-0.96,with the following individuals
|
---|
| 1470 | added to the list of Contributing Authors: Tom Lane Glenn Randers-Pehrson
|
---|
| 1471 | Willem van Schaik
|
---|
| 1472 |
|
---|
| 1473 | libpng versions 0.89, June 1996, through 0.96, May 1997, are Copyright (c) 1996,
|
---|
| 1474 | 1997 Andreas Dilger Distributed according to the same disclaimer and license as
|
---|
| 1475 | libpng-0.88, with the following individuals added to the list of Contributing
|
---|
| 1476 | Authors: John Bowler Kevin Bracey Sam Bushell Magnus Holmgren Greg Roelofs Tom
|
---|
| 1477 | Tanner
|
---|
| 1478 |
|
---|
| 1479 | libpng versions 0.5, May 1995, through 0.88, January 1996, are Copyright (c)
|
---|
| 1480 | 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
|
---|
| 1481 |
|
---|
| 1482 | For the purposes of this copyright and license, "Contributing Authors"is defined
|
---|
| 1483 | as the following set of individuals:
|
---|
| 1484 |
|
---|
| 1485 | Andreas Dilger
|
---|
| 1486 | Dave Martindale
|
---|
| 1487 | Guy Eric Schalnat
|
---|
| 1488 | Paul Schmidt
|
---|
| 1489 | Tim Wegner
|
---|
| 1490 |
|
---|
| 1491 | The PNG Reference Library is supplied "AS IS". The Contributing Authors and
|
---|
| 1492 | Group 42, Inc. disclaim all warranties, expressed or implied, including,
|
---|
| 1493 | without limitation, the warranties of merchantability and of fitness for any
|
---|
| 1494 | purpose. The Contributing Authors and Group 42, Inc. assume no liability for
|
---|
| 1495 | direct, indirect, incidental, special, exemplary,or consequential damages, which
|
---|
| 1496 | may result from the use of the PNG Reference Library, even if advised of the
|
---|
| 1497 | possibility of such damage.
|
---|
| 1498 |
|
---|
| 1499 | Permission is hereby granted to use, copy, modify, and distribute this source
|
---|
| 1500 | code, or portions hereof, for any purpose, without fee, subject to the following
|
---|
| 1501 | restrictions:
|
---|
| 1502 |
|
---|
| 1503 | 1. The origin of this source code must not be misrepresented.
|
---|
| 1504 |
|
---|
| 1505 | 2. Altered versions must be plainly marked as such and must not be
|
---|
| 1506 | misrepresented as being the original source.
|
---|
| 1507 |
|
---|
| 1508 | 3. This Copyright notice may not be removed or altered from any source or
|
---|
| 1509 | altered source distribution.
|
---|
| 1510 |
|
---|
| 1511 | The Contributing Authors and Group 42, Inc. specifically permit, without fee,
|
---|
| 1512 | and encourage the use of this source code as a component to supporting the PNG
|
---|
| 1513 | file format in commercial products. If you use this source code in a product,
|
---|
| 1514 | acknowledgment is not required but would be appreciated.
|
---|
| 1515 |
|
---|
| 1516 |
|
---|
| 1517 | A "png_get_copyright" function is available, for convenient use in "about"boxes
|
---|
| 1518 | and the like:
|
---|
| 1519 |
|
---|
| 1520 | printf("%s",png_get_copyright(NULL));
|
---|
| 1521 |
|
---|
| 1522 | Also, the PNG logo (in PNG format, of course) is supplied in the files
|
---|
| 1523 | "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
|
---|
| 1524 |
|
---|
| 1525 | Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
|
---|
| 1526 | certification mark of the Open Source Initiative.
|
---|
| 1527 |
|
---|
| 1528 | Glenn Randers-Pehrson
|
---|
| 1529 | glennrp at users.sourceforge.net
|
---|
| 1530 | December 3, 2004
|
---|
| 1531 |
|
---|
| 1532 | %% The following software may be included in this product: Libungif - An
|
---|
| 1533 | uncompressed GIF library; Use of any of this software is governed by the terms
|
---|
| 1534 | of the license below:
|
---|
| 1535 | The GIFLIB distribution is Copyright (c) 1997 Eric S.Raymond
|
---|
| 1536 |
|
---|
| 1537 | Permission is hereby granted, free of charge, to any person obtaining a copy of
|
---|
| 1538 | this software and associated documentation files (the "Software"), to deal in
|
---|
| 1539 | the Software without restriction, including without limitation the rights to
|
---|
| 1540 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
---|
| 1541 | the Software, and to permit persons to whom the Software is furnished to do so,
|
---|
| 1542 | subject to the following conditions:
|
---|
| 1543 |
|
---|
| 1544 | The above copyright notice and this permission notice shall be included in all
|
---|
| 1545 | copies or substantial portions of the Software.
|
---|
| 1546 |
|
---|
| 1547 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
---|
| 1548 | ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
---|
| 1549 | MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
---|
| 1550 | EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
---|
| 1551 | OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
---|
| 1552 | FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
---|
| 1553 | INTHE SOFTWARE.
|
---|
| 1554 |
|
---|
| 1555 |
|
---|
| 1556 | %% The following software may be included in this product: Ant; Use of any of
|
---|
| 1557 | this software is governed by the terms of the license below: License The Apache
|
---|
| 1558 | Software License Version 2.0
|
---|
| 1559 |
|
---|
| 1560 | The Apache Software License Version 2.0 applies to all releases of Ant starting
|
---|
| 1561 | with ant 1.6.1
|
---|
| 1562 |
|
---|
| 1563 | /*
|
---|
| 1564 | * Apache License
|
---|
| 1565 | * Version 2.0, January 2004
|
---|
| 1566 | * http://www.apache.org/licenses/
|
---|
| 1567 | *
|
---|
| 1568 | * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
---|
| 1569 | *
|
---|
| 1570 | * 1. Definitions.
|
---|
| 1571 | *
|
---|
| 1572 | * "License" shall mean the terms and conditions for use, reproduction,
|
---|
| 1573 | * and distribution as defined by Sections 1 through 9 of this document.
|
---|
| 1574 | *
|
---|
| 1575 | * "Licensor" shall mean the copyright owner or entity authorized by
|
---|
| 1576 | * the copyright owner that is granting the License.
|
---|
| 1577 | *
|
---|
| 1578 | * "Legal Entity" shall mean the union of the acting entity and all
|
---|
| 1579 | * other entities that control, are controlled by, or are under common
|
---|
| 1580 | * control with that entity. For the purposes of this definition,
|
---|
| 1581 | * "control" means (i) the power, direct or indirect, to cause the
|
---|
| 1582 | * direction or management of such entity, whether by contract or
|
---|
| 1583 | * otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
---|
| 1584 | * outstanding shares, or (iii) beneficial ownership of such entity.
|
---|
| 1585 | *
|
---|
| 1586 | * "You" (or "Your") shall mean an individual or Legal Entity
|
---|
| 1587 | * exercising permissions granted by this License.
|
---|
| 1588 | *
|
---|
| 1589 | * "Source" form shall mean the preferred form for making modifications,
|
---|
| 1590 | * including but not limited to software source code, documentation
|
---|
| 1591 | * source, and configuration files.
|
---|
| 1592 | *
|
---|
| 1593 | * "Object" form shall mean any form resulting from mechanical
|
---|
| 1594 | * transformation or translation of a Source form, including but
|
---|
| 1595 | * not limited to compiled object code, generated documentation,
|
---|
| 1596 | * and conversions to other media types.
|
---|
| 1597 | *
|
---|
| 1598 | * "Work" shall mean the work of authorship, whether in Source or
|
---|
| 1599 | * Object form, made available under the License, as indicated by a
|
---|
| 1600 | * copyright notice that is included in or attached to the work
|
---|
| 1601 | * (an example is provided in the Appendix below).
|
---|
| 1602 | *
|
---|
| 1603 | * "Derivative Works" shall mean any work, whether in Source or Object
|
---|
| 1604 | * form, that is based on (or derived from) the Work and for which the
|
---|
| 1605 | * editorial revisions, annotations, elaborations, or other modifications
|
---|
| 1606 | * represent, as a whole, an original work of authorship. For the purposes
|
---|
| 1607 | * of this License, Derivative Works shall not include works that remain
|
---|
| 1608 | * separable from, or merely link (or bind by name) to the interfaces of,
|
---|
| 1609 | * the Work and Derivative Works thereof.
|
---|
| 1610 | *
|
---|
| 1611 | * "Contribution" shall mean any work of authorship, including
|
---|
| 1612 | * the original version of the Work and any modifications or additions
|
---|
| 1613 | * to that Work or Derivative Works thereof, that is intentionally
|
---|
| 1614 | * submitted to Licensor for inclusion in the Work by the copyright owner
|
---|
| 1615 | * or by an individual or Legal Entity authorized to submit on behalf of
|
---|
| 1616 | * the copyright owner. For the purposes of this definition, "submitted"
|
---|
| 1617 | * means any form of electronic, verbal, or written communication sent
|
---|
| 1618 | * to the Licensor or its representatives, including but not limited to
|
---|
| 1619 | * communication on electronic mailing lists, source code control systems,
|
---|
| 1620 | * and issue tracking systems that are managed by, or on behalf of, the
|
---|
| 1621 | * Licensor for the purpose of discussing and improving the Work, but
|
---|
| 1622 | * excluding communication that is conspicuously marked or otherwise
|
---|
| 1623 | * designated in writing by the copyright owner as "Not a Contribution."
|
---|
| 1624 | *
|
---|
| 1625 | * "Contributor" shall mean Licensor and any individual or Legal Entity
|
---|
| 1626 | * on behalf of whom a Contribution has been received by Licensor and
|
---|
| 1627 | * subsequently incorporated within the Work.
|
---|
| 1628 | *
|
---|
| 1629 | * 2. Grant of Copyright License. Subject to the terms and conditions of
|
---|
| 1630 | * this License, each Contributor hereby grants to You a perpetual,
|
---|
| 1631 | * worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
---|
| 1632 | * copyright license to reproduce, prepare Derivative Works of,
|
---|
| 1633 | * publicly display, publicly perform, sublicense, and distribute the
|
---|
| 1634 | * Work and such Derivative Works in Source or Object form.
|
---|
| 1635 | *
|
---|
| 1636 | * 3. Grant of Patent License. Subject to the terms and conditions of
|
---|
| 1637 | * this License, each Contributor hereby grants to You a perpetual,
|
---|
| 1638 | * worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
---|
| 1639 | * (except as stated in this section) patent license to make, have made,
|
---|
| 1640 | * use, offer to sell, sell, import, and otherwise transfer the Work,
|
---|
| 1641 | * where such license applies only to those patent claims licensable
|
---|
| 1642 | * by such Contributor that are necessarily infringed by their
|
---|
| 1643 | * Contribution(s) alone or by combination of their Contribution(s)
|
---|
| 1644 | * with the Work to which such Contribution(s) was submitted. If You
|
---|
| 1645 | * institute patent litigation against any entity (including a
|
---|
| 1646 | * cross-claim or counterclaim in a lawsuit) alleging that the Work
|
---|
| 1647 | * or a Contribution incorporated within the Work constitutes direct
|
---|
| 1648 | * or contributory patent infringement, then any patent licenses
|
---|
| 1649 | * granted to You under this License for that Work shall terminate
|
---|
| 1650 | * as of the date such litigation is filed.
|
---|
| 1651 | *
|
---|
| 1652 | * 4. Redistribution. You may reproduce and distribute copies of the
|
---|
| 1653 | * Work or Derivative Works thereof in any medium, with or without
|
---|
| 1654 | * modifications, and in Source or Object form, provided that You
|
---|
| 1655 | * meet the following conditions:
|
---|
| 1656 | *
|
---|
| 1657 | * (a) You must give any other recipients of the Work or
|
---|
| 1658 | * Derivative Works a copy of this License; and
|
---|
| 1659 | *
|
---|
| 1660 | * (b) You must cause any modified files to carry prominent notices
|
---|
| 1661 | * stating that You changed the files; and
|
---|
| 1662 | *
|
---|
| 1663 | * (c) You must retain, in the Source form of any Derivative Works
|
---|
| 1664 | * that You distribute, all copyright, patent, trademark, and
|
---|
| 1665 | * attribution notices from the Source form of the Work,
|
---|
| 1666 | * excluding those notices that do not pertain to any part of
|
---|
| 1667 | * the Derivative Works; and
|
---|
| 1668 | *
|
---|
| 1669 | * (d) If the Work includes a "NOTICE" text file as part of its
|
---|
| 1670 | * distribution, then any Derivative Works that You distribute must
|
---|
| 1671 | * include a readable copy of the attribution notices contained
|
---|
| 1672 | * within such NOTICE file, excluding those notices that do not
|
---|
| 1673 | * pertain to any part of the Derivative Works, in at least one
|
---|
| 1674 | * of the following places: within a NOTICE text file distributed
|
---|
| 1675 | * as part of the Derivative Works; within the Source form or
|
---|
| 1676 | * documentation, if provided along with the Derivative Works; or,
|
---|
| 1677 | * within a display generated by the Derivative Works, if and
|
---|
| 1678 | * wherever such third-party notices normally appear. The contents
|
---|
| 1679 | * of the NOTICE file are for informational purposes only and
|
---|
| 1680 | * do not modify the License. You may add Your own attribution
|
---|
| 1681 | * notices within Derivative Works that You distribute, alongside
|
---|
| 1682 | * or as an addendum to the NOTICE text from the Work, provided
|
---|
| 1683 | * that such additional attribution notices cannot be construed
|
---|
| 1684 | * as modifying the License.
|
---|
| 1685 | *
|
---|
| 1686 | * You may add Your own copyright statement to Your modifications and
|
---|
| 1687 | * may provide additional or different license terms and conditions
|
---|
| 1688 | * for use, reproduction, or distribution of Your modifications, or
|
---|
| 1689 | * for any such Derivative Works as a whole, provided Your use,
|
---|
| 1690 | * reproduction, and distribution of the Work otherwise complies with
|
---|
| 1691 | * the conditions stated in this License.
|
---|
| 1692 | *
|
---|
| 1693 | * 5. Submission of Contributions. Unless You explicitly state otherwise,
|
---|
| 1694 | * any Contribution intentionally submitted for inclusion in the Work
|
---|
| 1695 | * by You to the Licensor shall be under the terms and conditions of
|
---|
| 1696 | * this License, without any additional terms or conditions.
|
---|
| 1697 | * Notwithstanding the above, nothing herein shall supersede or modify
|
---|
| 1698 | * the terms of any separate license agreement you may have executed
|
---|
| 1699 | * with Licensor regarding such Contributions.
|
---|
| 1700 | *
|
---|
| 1701 | * 6. Trademarks. This License does not grant permission to use the trade
|
---|
| 1702 | * names, trademarks, service marks, or product names of the Licensor,
|
---|
| 1703 | * except as required for reasonable and customary use in describing the
|
---|
| 1704 | * origin of the Work and reproducing the content of the NOTICE file.
|
---|
| 1705 | *
|
---|
| 1706 | * 7. Disclaimer of Warranty. Unless required by applicable law or
|
---|
| 1707 | * agreed to in writing, Licensor provides the Work (and each
|
---|
| 1708 | * Contributor provides its Contributions) on an "AS IS" BASIS,
|
---|
| 1709 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
---|
| 1710 | * implied, including, without limitation, any warranties or conditions
|
---|
| 1711 | * of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
---|
| 1712 | * PARTICULAR PURPOSE. You are solely responsible for determining the
|
---|
| 1713 | * appropriateness of using or redistributing the Work and assume any
|
---|
| 1714 | * risks associated with Your exercise of permissions under this License.
|
---|
| 1715 | *
|
---|
| 1716 | * 8. Limitation of Liability. In no event and under no legal theory,
|
---|
| 1717 | * whether in tort (including negligence), contract, or otherwise,
|
---|
| 1718 | * unless required by applicable law (such as deliberate and grossly
|
---|
| 1719 | * negligent acts) or agreed to in writing, shall any Contributor be
|
---|
| 1720 | * liable to You for damages, including any direct, indirect, special,
|
---|
| 1721 | * incidental, or consequential damages of any character arising as a
|
---|
| 1722 | * result of this License or out of the use or inability to use the
|
---|
| 1723 | * Work (including but not limited to damages for loss of goodwill,
|
---|
| 1724 | * work stoppage, computer failure or malfunction, or any and all
|
---|
| 1725 | * other commercial damages or losses), even if such Contributor
|
---|
| 1726 | * has been advised of the possibility of such damages.
|
---|
| 1727 | *
|
---|
| 1728 | * 9. Accepting Warranty or Additional Liability. While redistributing
|
---|
| 1729 | * the Work or Derivative Works thereof, You may choose to offer,
|
---|
| 1730 | * and charge a fee for, acceptance of support, warranty, indemnity,
|
---|
| 1731 | * or other liability obligations and/or rights consistent with this
|
---|
| 1732 | * License. However, in accepting such obligations, You may act only
|
---|
| 1733 | * on Your own behalf and on Your sole responsibility, not on behalf
|
---|
| 1734 | * of any other Contributor, and only if You agree to indemnify,
|
---|
| 1735 | * defend, and hold each Contributor harmless for any liability
|
---|
| 1736 | * incurred by, or claims asserted against, such Contributor by reason
|
---|
| 1737 | * of your accepting any such warranty or additional liability.
|
---|
| 1738 | *
|
---|
| 1739 | * END OF TERMS AND CONDITIONS
|
---|
| 1740 | *
|
---|
| 1741 | * APPENDIX: How to apply the Apache License to your work.
|
---|
| 1742 | *
|
---|
| 1743 | * To apply the Apache License to your work, attach the following
|
---|
| 1744 | * boilerplate notice, with the fields enclosed by brackets "[]"
|
---|
| 1745 | * replaced with your own identifying information. (Don't include
|
---|
| 1746 | * the brackets!) The text should be enclosed in the appropriate
|
---|
| 1747 | * comment syntax for the file format. We also recommend that a
|
---|
| 1748 | * file or class name and description of purpose be included on the
|
---|
| 1749 | * same "printed page" as the copyright notice for easier
|
---|
| 1750 | * identification within third-party archives.
|
---|
| 1751 | *
|
---|
| 1752 | * Copyright [yyyy] Apache Software Foundation
|
---|
| 1753 | *
|
---|
| 1754 | * Licensed under the Apache License, Version 2.0 (the "License");
|
---|
| 1755 | * you may not use this file except in compliance with the License.
|
---|
| 1756 | * You may obtain a copy of the License at
|
---|
| 1757 | *
|
---|
| 1758 | * http://www.apache.org/licenses/LICENSE-2.0
|
---|
| 1759 | *
|
---|
| 1760 | * Unless required by applicable law or agreed to in writing, software
|
---|
| 1761 | * distributed under the License is distributed on an "AS IS" BASIS,
|
---|
| 1762 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
---|
| 1763 | * See the License for the specific language governing permissions and
|
---|
| 1764 | * limitations under the License.
|
---|
| 1765 | */
|
---|
| 1766 |
|
---|
| 1767 |
|
---|
| 1768 | You can download the original license file here.
|
---|
| 1769 |
|
---|
| 1770 | The License is accompanied by a NOTICE
|
---|
| 1771 |
|
---|
| 1772 | =========================================================================
|
---|
| 1773 | == NOTICE file corresponding to the section 4 d of ==
|
---|
| 1774 | == the Apache License, Version 2.0, ==
|
---|
| 1775 | == in this case for the Apache Ant distribution. ==
|
---|
| 1776 | =========================================================================
|
---|
| 1777 | This product includes software developed by
|
---|
| 1778 | The Apache Software Foundation (http://www.apache.org/).
|
---|
| 1779 |
|
---|
| 1780 | This product includes also software developed by : - the W3C consortium
|
---|
| 1781 | (http://www.w3c.org) , - the SAX project (http://www.saxproject.org)
|
---|
| 1782 |
|
---|
| 1783 | Please read the different LICENSE files present in the root directory of this
|
---|
| 1784 | distribution.
|
---|
| 1785 |
|
---|
| 1786 | The names "Ant" and "Apache Software Foundation" must not be used to endorse or
|
---|
| 1787 | promote products derived from this software without prior written permission.
|
---|
| 1788 | For written permission, please contact apache@apache.org.
|
---|
| 1789 |
|
---|
| 1790 | The Apache Software License, Version 1.1
|
---|
| 1791 |
|
---|
| 1792 | The Apache Software License, Version 1.1, applies to all versions of up to
|
---|
| 1793 | ant1.6.0 included.
|
---|
| 1794 |
|
---|
| 1795 | /*
|
---|
| 1796 | * ============================================================================
|
---|
| 1797 | * The Apache Software License, Version 1.1
|
---|
| 1798 | * ============================================================================
|
---|
| 1799 | *
|
---|
| 1800 | * Copyright (C) 2000-2003 The Apache Software Foundation. All
|
---|
| 1801 | * rights reserved.
|
---|
| 1802 | *
|
---|
| 1803 | * Redistribution and use in source and binary forms, with or without modifica-
|
---|
| 1804 | * tion, are permitted provided that the following conditions are met:
|
---|
| 1805 | *
|
---|
| 1806 | * 1. Redistributions of source code must retain the above copyright notice,
|
---|
| 1807 | * this list of conditions and the following disclaimer.
|
---|
| 1808 | *
|
---|
| 1809 | * 2. Redistributions in binary form must reproduce the above copyright notice,
|
---|
| 1810 | * this list of conditions and the following disclaimer in the documentation
|
---|
| 1811 | * and/or other materials provided with the distribution.
|
---|
| 1812 | *
|
---|
| 1813 | * 3. The end-user documentation included with the redistribution, if any, must
|
---|
| 1814 | * include the following acknowledgment: "This product includes software
|
---|
| 1815 | * developed by the Apache Software Foundation (http://www.apache.org/)."
|
---|
| 1816 | * Alternately, this acknowledgment may appear in the software itself, if
|
---|
| 1817 | * and wherever such third-party acknowledgments normally appear.
|
---|
| 1818 | *
|
---|
| 1819 | * 4. The names "Ant" and "Apache Software Foundation" must not be used to
|
---|
| 1820 | * endorse or promote products derived from this software without prior
|
---|
| 1821 | * written permission. For written permission, please contact
|
---|
| 1822 | * apache@apache.org.
|
---|
| 1823 | *
|
---|
| 1824 | * 5. Products derived from this software may not be called "Apache", nor may
|
---|
| 1825 | * "Apache" appear in their name, without prior written permission of the
|
---|
| 1826 | * Apache Software Foundation.
|
---|
| 1827 | *
|
---|
| 1828 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
|
---|
| 1829 | * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
---|
| 1830 | * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
---|
| 1831 | * APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
---|
| 1832 | * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
|
---|
| 1833 | * DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
---|
| 1834 | * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
---|
| 1835 | * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
---|
| 1836 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
---|
| 1837 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
| 1838 | *
|
---|
| 1839 | * This software consists of voluntary contributions made by many individuals
|
---|
| 1840 | * on behalf of the Apache Software Foundation. For more information on the
|
---|
| 1841 | * Apache Software Foundation, please see http://www.apache.org.
|
---|
| 1842 | *
|
---|
| 1843 | */
|
---|
| 1844 |
|
---|
| 1845 |
|
---|
| 1846 | %% The following software may be included in this product: XML Resolver
|
---|
| 1847 | library; Use of any of this software is governed by the terms of the license
|
---|
| 1848 | below:
|
---|
| 1849 |
|
---|
| 1850 | Apache License
|
---|
| 1851 | Version 2.0, January 2004
|
---|
| 1852 | http://www.apache.org/licenses/
|
---|
| 1853 |
|
---|
| 1854 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
---|
| 1855 |
|
---|
| 1856 | 1. Definitions.
|
---|
| 1857 |
|
---|
| 1858 | "License" shall mean the terms and conditions for use, reproduction,
|
---|
| 1859 | and distribution as defined by Sections 1 through 9 of this document.
|
---|
| 1860 |
|
---|
| 1861 | "Licensor" shall mean the copyright owner or entity authorized by the
|
---|
| 1862 | copyright owner that is granting the License.
|
---|
| 1863 |
|
---|
| 1864 | "Legal Entity" shall mean the union of the acting entity and all other
|
---|
| 1865 | entities that control, are controlled by, or are under common control
|
---|
| 1866 | with that entity. For the purposes of this definition, "control" means
|
---|
| 1867 | (i) the power, direct or indirect, to cause the direction or management
|
---|
| 1868 | of such entity, whether by contract or otherwise, or (ii) ownership of
|
---|
| 1869 | fifty percent (50%) or more of the outstanding shares, or
|
---|
| 1870 | (iii) beneficial ownership of such entity.
|
---|
| 1871 |
|
---|
| 1872 | "You" (or "Your") shall mean an individual or Legal Entity exercising
|
---|
| 1873 | permissions granted by this License.
|
---|
| 1874 |
|
---|
| 1875 | "Source" form shall mean the preferred form for making modifications,
|
---|
| 1876 | including but not limited to software source code, documentation source,
|
---|
| 1877 | and configuration files.
|
---|
| 1878 |
|
---|
| 1879 | "Object" form shall mean any form resulting from mechanical transformation
|
---|
| 1880 | or translation of a Source form, including but not limited to compiled
|
---|
| 1881 | object code, generated documentation, and conversions to other media types.
|
---|
| 1882 |
|
---|
| 1883 | "Work" shall mean the work of authorship, whether in Source or Object
|
---|
| 1884 | form, made available under the License, as indicated by a copyright
|
---|
| 1885 | notice that is included in or attached to the work (an example is
|
---|
| 1886 | provided in the Appendix below).
|
---|
| 1887 |
|
---|
| 1888 | "Derivative Works" shall mean any work, whether in Source or Object
|
---|
| 1889 | form, that is based on (or derived from) the Work and for which the
|
---|
| 1890 | editorial revisions, annotations, elaborations, or other modifications
|
---|
| 1891 | represent, as a whole, an original work of authorship. For the purposes
|
---|
| 1892 | of this License, Derivative Works shall not include works that remain
|
---|
| 1893 | separable from, or merely link (or bind by name) to the interfaces
|
---|
| 1894 | of, the Work and Derivative Works thereof.
|
---|
| 1895 |
|
---|
| 1896 | "Contribution" shall mean any work of authorship, including the original
|
---|
| 1897 | version of the Work and any modifications or additions to that Work or
|
---|
| 1898 | Derivative Works thereof, that is intentionally submitted to Licensor
|
---|
| 1899 | for inclusion in the Work by the copyright owner or by an individual
|
---|
| 1900 | or Legal Entity authorized to submit on behalf of the copyright owner.
|
---|
| 1901 | For the purposes of this definition, "submitted" means any form of
|
---|
| 1902 | electronic, verbal, or written communication sent to the Licensor or
|
---|
| 1903 | its representatives, including but not limited to communication on
|
---|
| 1904 | electronic mailing lists, source code control systems, and issue
|
---|
| 1905 | tracking systems that are managed by, or on behalf of, the Licensor
|
---|
| 1906 | for the purpose of discussing and improving the Work, but excluding
|
---|
| 1907 | communication that is conspicuously marked or otherwise designated
|
---|
| 1908 | in writing by the copyright owner as "Not a Contribution."
|
---|
| 1909 |
|
---|
| 1910 | "Contributor" shall mean Licensor and any individual or Legal Entity
|
---|
| 1911 | on behalf of whom a Contribution has been received by Licensor and
|
---|
| 1912 | subsequently incorporated within the Work.
|
---|
| 1913 |
|
---|
| 1914 | 2. Grant of Copyright License. Subject to the terms and conditions of
|
---|
| 1915 | this License, each Contributor hereby grants to You a perpetual,
|
---|
| 1916 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright
|
---|
| 1917 | license to reproduce, prepare Derivative Works of, publicly display,
|
---|
| 1918 | publicly perform, sublicense, and distribute the Work and such
|
---|
| 1919 | Derivative Works in Source or Object form.
|
---|
| 1920 |
|
---|
| 1921 | 3. Grant of Patent License. Subject to the terms and conditions of this
|
---|
| 1922 | License, each Contributor hereby grants to You a perpetual, worldwide,
|
---|
| 1923 | non-exclusive, no-charge, royalty-free, irrevocable (except as stated
|
---|
| 1924 | in this section) patent license to make, have made, use, offer to sell,
|
---|
| 1925 | sell, import, and otherwise transfer the Work, where such license
|
---|
| 1926 | applies only to those patent claims licensable by such Contributor
|
---|
| 1927 | that are necessarily infringed by their Contribution(s) alone or by
|
---|
| 1928 | combination of their Contribution(s) with the Work to which such
|
---|
| 1929 | Contribution(s) was submitted. If You institute patent litigation
|
---|
| 1930 | against any entity (including a cross-claim or counterclaim in a
|
---|
| 1931 | lawsuit) alleging that the Work or a Contribution incorporated within
|
---|
| 1932 | the Work constitutes direct or contributory patent infringement, then
|
---|
| 1933 | any patent licenses granted to You under this License for that Work
|
---|
| 1934 | shall terminate as of the date such litigation is filed.
|
---|
| 1935 |
|
---|
| 1936 | 4. Redistribution. You may reproduce and distribute copies of the Work
|
---|
| 1937 | or Derivative Works thereof in any medium, with or without modifications,
|
---|
| 1938 | and in Source or Object form, provided that You meet the following
|
---|
| 1939 | conditions:
|
---|
| 1940 |
|
---|
| 1941 | (a) You must give any other recipients of the Work or Derivative Works
|
---|
| 1942 | a copy of this License; and
|
---|
| 1943 |
|
---|
| 1944 | (b) You must cause any modified files to carry prominent notices
|
---|
| 1945 | stating that You changed the files; and
|
---|
| 1946 |
|
---|
| 1947 | (c) You must retain, in the Source form of any Derivative Works that
|
---|
| 1948 | You distribute, all copyright, patent, trademark, and attribution notices
|
---|
| 1949 | from the Source form of the Work, excluding those notices that do not
|
---|
| 1950 | pertain to any part of the Derivative Works; and
|
---|
| 1951 |
|
---|
| 1952 | (d) If the Work includes a "NOTICE" text file as part of its distribution,
|
---|
| 1953 | then any Derivative Works that You distribute must include a readable copy
|
---|
| 1954 | of the attribution notices contained within such NOTICE file, excluding
|
---|
| 1955 | those notices that do not pertain to any part of the Derivative Works, in
|
---|
| 1956 | at least one of the following places: within a NOTICE text file distributed
|
---|
| 1957 | as part of the Derivative Works; within the Source form or documentation,
|
---|
| 1958 | if provided along with the Derivative Works; or, within a display generated
|
---|
| 1959 | by the Derivative Works, if and wherever such third-party notices normally
|
---|
| 1960 | appear. The contents of the NOTICE file are for informational purposes only
|
---|
| 1961 | and do not modify the License. You may add Your own attribution notices
|
---|
| 1962 | within Derivative Works that You distribute, alongside or as an addendum to
|
---|
| 1963 | the NOTICE text from the Work, provided that such additional attribution
|
---|
| 1964 | notices cannot be construed as modifying the License.
|
---|
| 1965 |
|
---|
| 1966 | You may add Your own copyright statement to Your modifications and may provide
|
---|
| 1967 | additional or different license terms and conditions for use, reproduction,
|
---|
| 1968 | or distribution of Your modifications, or for any such Derivative Works as a
|
---|
| 1969 | whole, provided Your use, reproduction, and distribution of the Work otherwise
|
---|
| 1970 | complies with the conditions stated in this License.
|
---|
| 1971 |
|
---|
| 1972 | 5. Submission of Contributions. Unless You explicitly state otherwise, any
|
---|
| 1973 | Contribution intentionally submitted for inclusion in the Work by You to
|
---|
| 1974 | the Licensor shall be under the terms and conditions of this License, without
|
---|
| 1975 | any additional terms or conditions. Notwithstanding the above, nothing herein
|
---|
| 1976 | shall supersede or modify the terms of any separate license agreement you may
|
---|
| 1977 | have executed with Licensor regarding such Contributions.
|
---|
| 1978 |
|
---|
| 1979 | 6. Trademarks. This License does not grant permission to use the trade names,
|
---|
| 1980 | trademarks, service marks, or product names of the Licensor, except as required
|
---|
| 1981 | for reasonable and customary use in describing the origin of the Work and
|
---|
| 1982 | reproducing the content of the NOTICE file.
|
---|
| 1983 |
|
---|
| 1984 | 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in
|
---|
| 1985 | writing, Licensor provides the Work (and each Contributor provides its
|
---|
| 1986 | Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
|
---|
| 1987 | ANY KIND, either express or implied, including, without limitation, any
|
---|
| 1988 | warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or
|
---|
| 1989 | FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining
|
---|
| 1990 | the appropriateness of using or redistributing the Work and assume any
|
---|
| 1991 | risks associated with Your exercise of permissions under this License.
|
---|
| 1992 |
|
---|
| 1993 | 8. Limitation of Liability. In no event and under no legal theory, whether
|
---|
| 1994 | in tort (including negligence), contract, or otherwise, unless required by
|
---|
| 1995 | applicable law (such as deliberate and grossly negligent acts) or agreed to
|
---|
| 1996 | in writing, shall any Contributor be liable to You for damages, including
|
---|
| 1997 | any direct, indirect, special, incidental, or consequential damages of any
|
---|
| 1998 | character arising as a result of this License or out of the use or inability
|
---|
| 1999 | to use the Work (including but not limited to damages for loss of goodwill,
|
---|
| 2000 | work stoppage, computer failure or malfunction, or any and all other
|
---|
| 2001 | commercial damages or losses), even if such Contributor has been advised
|
---|
| 2002 | of the possibility of such damages.
|
---|
| 2003 |
|
---|
| 2004 | 9. Accepting Warranty or Additional Liability. While redistributing the Work
|
---|
| 2005 | or Derivative Works thereof, You may choose to offer, and charge a fee for,
|
---|
| 2006 | acceptance of support, warranty, indemnity, or other liability obligations
|
---|
| 2007 | and/or rights consistent with this License. However, in accepting such
|
---|
| 2008 | obligations, You may act only on Your own behalf and on Your sole
|
---|
| 2009 | responsibility, not on behalf of any other Contributor, and only if You
|
---|
| 2010 | agree to indemnify, defend, and hold each Contributor harmless for any
|
---|
| 2011 | liability incurred by, or claims asserted against, such Contributor by
|
---|
| 2012 | reason of your accepting any such warranty or additional liability.
|
---|
| 2013 |
|
---|
| 2014 | END OF TERMS AND CONDITIONS
|
---|
| 2015 |
|
---|
| 2016 | APPENDIX: How to apply the Apache License to your work.
|
---|
| 2017 |
|
---|
| 2018 | To apply the Apache License to your work, attach the following boilerplate notice,
|
---|
| 2019 | with the fields enclosed by brackets "[]" replaced with your own identifying
|
---|
| 2020 | information. (Don't include the brackets!) The text should be enclosed in the
|
---|
| 2021 | appropriate comment syntax for the file format. We also recommend that a file
|
---|
| 2022 | or class name and description of purpose be included on the same "printed page"
|
---|
| 2023 | as the copyright notice for easier identification within third-party archives.
|
---|
| 2024 |
|
---|
| 2025 | Copyright [yyyy] [name of copyright owner]
|
---|
| 2026 |
|
---|
| 2027 | Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
---|
| 2028 | this file except in compliance with the License. You may obtain a copy of the
|
---|
| 2029 | License at
|
---|
| 2030 |
|
---|
| 2031 | http://www.apache.org/licenses/LICENSE-2.0
|
---|
| 2032 |
|
---|
| 2033 | Unless required by applicable law or agreed to in writing, software distributed
|
---|
| 2034 | under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
---|
| 2035 | CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
---|
| 2036 | specific language governing permissions and limitations under the License.
|
---|
| 2037 |
|
---|
| 2038 |
|
---|
| 2039 | %% The following software may be included in this product: ICU4J; Use of any of
|
---|
| 2040 | this software is governed by the terms of the license below:
|
---|
| 2041 |
|
---|
| 2042 | ICU License - ICU 1.8.1 and later COPYRIGHT AND PERMISSION NOTICE Copyright (c)
|
---|
| 2043 |
|
---|
| 2044 | 1995-2003 International Business Machines Corporation and others All rights
|
---|
| 2045 | reserved Permission is hereby granted, free of charge, to any person obtaining
|
---|
| 2046 | a copy of this software and associated documentation files (the "Software"), to
|
---|
| 2047 | deal in the Software without restriction, including without limitation the
|
---|
| 2048 | rights to use, copy, modify, merge, publish, distribute, and/or sell copies of
|
---|
| 2049 | the Software, and to permit persons to whom the Software is furnished to do
|
---|
| 2050 | so,provided that the above copyright notice(s) and this permission notice
|
---|
| 2051 | appear in all copies of the Software and that both the above copyright
|
---|
| 2052 | notice(s) and this permission notice appear in supporting documentation. THE
|
---|
| 2053 | SOFTWARE IS PROVIDED"AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
---|
| 2054 | INCLUDING BUT NOTLIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
---|
| 2055 | PARTICULAR PURPOSEAND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL
|
---|
| 2056 | THE COPYRIGHTHOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM,
|
---|
| 2057 | OR ANYSPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
|
---|
| 2058 | RESULTINGFROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
---|
| 2059 | NEGLIGENCEOR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
|
---|
| 2060 | USE ORPERFORMANCE OF THIS SOFTWARE. Except as contained in this notice, the
|
---|
| 2061 | name of a copyright holder shall not be used in advertising or otherwise to
|
---|
| 2062 | promote the sale, use or other dealings in this Software without prior written
|
---|
| 2063 | authorization of the copyright holder.
|
---|
| 2064 |
|
---|
| 2065 |
|
---|
| 2066 | %% The following software may be included in this product: NekoHTML; Use of any
|
---|
| 2067 | of this software is governed by the terms of the license below: The CyberNeko
|
---|
| 2068 | Software License, Version 1.0
|
---|
| 2069 |
|
---|
| 2070 |
|
---|
| 2071 | (C) Copyright 2002,2003, Andy Clark. All rights reserved.
|
---|
| 2072 |
|
---|
| 2073 | Redistribution and use in source and binary forms, with or without
|
---|
| 2074 | modification, are permitted provided that the following conditions
|
---|
| 2075 | are met:
|
---|
| 2076 |
|
---|
| 2077 | 1. Redistributions of source code must retain the above copyright
|
---|
| 2078 | notice, this list of conditions and the following disclaimer.
|
---|
| 2079 |
|
---|
| 2080 | 2. Redistributions in binary form must reproduce the above copyright
|
---|
| 2081 | notice, this list of conditions and the following disclaimer in
|
---|
| 2082 | the documentation and/or other materials provided with the
|
---|
| 2083 | distribution.
|
---|
| 2084 |
|
---|
| 2085 | 3. The end-user documentation included with the redistribution,
|
---|
| 2086 | if any, must include the following acknowledgment:
|
---|
| 2087 | "This product includes software developed by Andy Clark."
|
---|
| 2088 | Alternately, this acknowledgment may appear in the software itself,
|
---|
| 2089 | if and wherever such third-party acknowledgments normally appear.
|
---|
| 2090 |
|
---|
| 2091 | 4. The names "CyberNeko" and "NekoHTML" must not be used to endorse
|
---|
| 2092 | or promote products derived from this software without prior
|
---|
| 2093 | written permission. For written permission, please contact
|
---|
| 2094 | andy@cyberneko.net.
|
---|
| 2095 |
|
---|
| 2096 | 5. Products derived from this software may not be called "CyberNeko",
|
---|
| 2097 | nor may "CyberNeko" appear in their name, without prior written
|
---|
| 2098 | permission of the author.
|
---|
| 2099 |
|
---|
| 2100 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
|
---|
| 2101 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
---|
| 2102 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
|
---|
| 2103 | OR OTHER CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
---|
| 2104 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
|
---|
| 2105 | OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
---|
| 2106 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
---|
| 2107 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
|
---|
| 2108 | IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
---|
| 2109 | OF SUCH DAMAGE.
|
---|
| 2110 |
|
---|
| 2111 | ====================================================================
|
---|
| 2112 | This license is based on the Apache Software License, version 1.1
|
---|
| 2113 |
|
---|
| 2114 |
|
---|
| 2115 | %% The following software may be included in this product: Jing; Use of any of
|
---|
| 2116 | this software is governed by the terms of the license below: Jing Copying
|
---|
| 2117 | Conditions
|
---|
| 2118 |
|
---|
| 2119 | Copyright (c) 2001-2003 Thai Open Source Software Center Ltd All rights
|
---|
| 2120 | reserved.
|
---|
| 2121 |
|
---|
| 2122 | Redistribution and use in source and binary forms, with or without
|
---|
| 2123 | modification,are permitted provided that the following conditions are met:
|
---|
| 2124 |
|
---|
| 2125 | * Redistributions of source code must retain the above copyright notice,
|
---|
| 2126 | this list of conditions and the following disclaimer.
|
---|
| 2127 | * Redistributions in binary form must reproduce the above copyright
|
---|
| 2128 | notice,this list of conditions and the following disclaimer in the
|
---|
| 2129 | documentation and/or other materials provided with the distribution.
|
---|
| 2130 | * Neither the name of the Thai Open Source Software Center Ltd nor the
|
---|
| 2131 | names of its contributors may be used to endorse or promote products
|
---|
| 2132 | derived from this software without specific prior written permission.
|
---|
| 2133 |
|
---|
| 2134 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
---|
| 2135 | ANDANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
---|
| 2136 | IMPLIEDWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
---|
| 2137 | AREDISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
|
---|
| 2138 | ANYDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
---|
| 2139 | DAMAGES(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
---|
| 2140 | SERVICES;LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
---|
| 2141 | AND ONANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
---|
| 2142 | TORT(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
---|
| 2143 | THISSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
| 2144 |
|
---|
| 2145 |
|
---|
| 2146 | %% The following software may be included in this product: RelaxNGCC; Use of
|
---|
| 2147 | any of this software is governed by the terms of the license below:
|
---|
| 2148 |
|
---|
| 2149 | Copyright (c) 2000-2003 Daisuke Okajima and Kohsuke Kawaguchi.
|
---|
| 2150 | All rights reserved.
|
---|
| 2151 |
|
---|
| 2152 | Redistribution and use in source and binary forms, with or without
|
---|
| 2153 | modification, are permitted provided that the following conditions
|
---|
| 2154 | are met:
|
---|
| 2155 |
|
---|
| 2156 | 1. Redistributions of source code must retain the above copyright
|
---|
| 2157 | notice, this list of conditions and the following disclaimer.
|
---|
| 2158 |
|
---|
| 2159 | 2. Redistributions in binary form must reproduce the above copyright
|
---|
| 2160 | notice, this list of conditions and the following disclaimer in the
|
---|
| 2161 | documentation and/or other materials provided with the distribution.
|
---|
| 2162 |
|
---|
| 2163 | 3. The end-user documentation included with the redistribution, if
|
---|
| 2164 | any, must include the following acknowledgment:
|
---|
| 2165 |
|
---|
| 2166 | "This product includes software developed by Daisuke Okajima
|
---|
| 2167 | and Kohsuke Kawaguchi (http://relaxngcc.sf.net/)."
|
---|
| 2168 |
|
---|
| 2169 | Alternately, this acknowledgment may appear in the software itself,
|
---|
| 2170 | if and wherever such third-party acknowledgments normally appear.
|
---|
| 2171 |
|
---|
| 2172 | 4. The names of the copyright holders must not be used to endorse or
|
---|
| 2173 | promote products derived from this software without prior written
|
---|
| 2174 | permission. For written permission, please contact the copyright
|
---|
| 2175 | holders.
|
---|
| 2176 |
|
---|
| 2177 | 5. Products derived from this software may not be called "RELAXNGCC",
|
---|
| 2178 | nor may "RELAXNGCC" appear in their name, without prior written
|
---|
| 2179 | permission of the copyright holders.
|
---|
| 2180 |
|
---|
| 2181 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
|
---|
| 2182 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
---|
| 2183 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.IN NO EVENT SHALL THE APACHE
|
---|
| 2184 | SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
---|
| 2185 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
---|
| 2186 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
---|
| 2187 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
---|
| 2188 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
---|
| 2189 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
---|
| 2190 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
| 2191 |
|
---|
| 2192 | %% The following software may be included in this product: RELAX NG Object
|
---|
| 2193 | Model/Parser; Use of any of this software is governed by the terms of the
|
---|
| 2194 | license below: The MIT License
|
---|
| 2195 |
|
---|
| 2196 | Copyright (c)
|
---|
| 2197 |
|
---|
| 2198 | Permission is hereby granted, free of charge, to any person obtaining a copy of
|
---|
| 2199 | this software and associated documentation files (the "Software"), to deal in
|
---|
| 2200 | the Software without restriction, including without limitation the rights to
|
---|
| 2201 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
---|
| 2202 | the Software, and to permit persons to whom the Software is furnished to do
|
---|
| 2203 | so,subject to the following conditions:
|
---|
| 2204 |
|
---|
| 2205 | The above copyright notice and this permission notice shall be included in all
|
---|
| 2206 | copies or substantial portions of the Software.
|
---|
| 2207 |
|
---|
| 2208 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
---|
| 2209 | ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
| 2210 | FITNESSFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
---|
| 2211 | AUTHORS ORCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
---|
| 2212 | WHETHERIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
---|
| 2213 | INCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
---|
| 2214 |
|
---|
| 2215 |
|
---|
| 2216 | %% The following software may be included in this product: XFree86-VidMode
|
---|
| 2217 | Extension; Use of any of this software is governed by the terms of the license
|
---|
| 2218 | below: Version 1.1 of Project Licence.
|
---|
| 2219 |
|
---|
| 2220 | Copyright (C) 1994-2004 The Project, Inc. All rights reserved.
|
---|
| 2221 |
|
---|
| 2222 | Permission is hereby granted, free of charge, to any person obtaining a copy of
|
---|
| 2223 | this software and associated documentation files (the "Software"), to deal in
|
---|
| 2224 | the Software without restriction, including without limitation the rights to
|
---|
| 2225 | use, copy, modify, merge, publish, distribute, sublicence, and/or sell copies of
|
---|
| 2226 | the Software, and to permit persons to whom the Software is furnished to do
|
---|
| 2227 | so,subject to the following conditions:
|
---|
| 2228 |
|
---|
| 2229 | 1. Redistributions of source code must retain the above copyright notice,this
|
---|
| 2230 | list of conditions, and the following disclaimer.
|
---|
| 2231 |
|
---|
| 2232 | 2. Redistributions in binary form must reproduce the above copyright notice,
|
---|
| 2233 | this list of conditions and the following disclaimer in the documentation and/or
|
---|
| 2234 | other materials provided with the distribution, and in the same place and form
|
---|
| 2235 | as other copyright, license and disclaimer information.
|
---|
| 2236 |
|
---|
| 2237 | 3. The end-user documentation included with the redistribution, if any,must
|
---|
| 2238 | include the following acknowledgment: "This product includes software developed
|
---|
| 2239 | by The XFree86 Project, Inc (http://www.xfree86.org/) and its contributors", in
|
---|
| 2240 | the same place and form as other third-party acknowledgments. Alternately, this
|
---|
| 2241 | acknowledgment may appear in the software itself, in the same form and location
|
---|
| 2242 | as other such third-party acknowledgments.
|
---|
| 2243 |
|
---|
| 2244 | 4. Except as contained in this notice, the name of The XFree86 Project,Inc
|
---|
| 2245 | shall not be used in advertising or otherwise to promote the sale, use or other
|
---|
| 2246 | dealings in this Software without prior written authorization from TheXFree86
|
---|
| 2247 | Project, Inc.
|
---|
| 2248 |
|
---|
| 2249 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
---|
| 2250 | WARRANTIES,INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
---|
| 2251 | MERCHANTABILITY ANDFITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
|
---|
| 2252 | SHALL THE XFREE86PROJECT, INC OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
---|
| 2253 | INDIRECT, INCIDENTAL,SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
---|
| 2254 | BUT NOT LIMITED TO,PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
---|
| 2255 | DATA, OR PROFITS; ORBUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
---|
| 2256 | LIABILITY, WHETHER INCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
---|
| 2257 | OR OTHERWISE) ARISINGIN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
---|
| 2258 | OF THE POSSIBILITYOF SUCH DAMAGE.
|
---|
| 2259 |
|
---|
| 2260 |
|
---|
| 2261 | %% The following software may be included in this product: RelaxNGCC; Use of
|
---|
| 2262 | any of this software is governed by the terms of the license below: This is
|
---|
| 2263 | version 2003-May-08 of the Info-ZIP copyright and license. The definitive
|
---|
| 2264 | version of this document should be available at
|
---|
| 2265 | ftp://ftp.info-zip.org/pub/infozip/license.html indefinitely.
|
---|
| 2266 |
|
---|
| 2267 |
|
---|
| 2268 | Copyright (c) 1990-2003 Info-ZIP. All rights reserved.
|
---|
| 2269 |
|
---|
| 2270 | For the purposes of this copyright and license, "Info-ZIP" is defined asthe
|
---|
| 2271 | following set of individuals:
|
---|
| 2272 |
|
---|
| 2273 | Mark Adler, John Bush, Karl Davis, Harald Denker, Jean-Michel Dubois, Jean-loup
|
---|
| 2274 | Gailly, Hunter Goatley, Ian Gorman, Chris Herborth, Dirk Haase, Greg Hartwig,
|
---|
| 2275 | Robert Heath, Jonathan Hudson, Paul Kienitz, David Kirschbaum, Johnny Lee,
|
---|
| 2276 | Onno van der Linden, Igor Mandrichenko, Steve P. Miller, Sergio Monesi,
|
---|
| 2277 | Keith Owens, George Petrov, Greg Roelofs, Kai Uwe Rommel, Steve Salisbury,
|
---|
| 2278 | Dave Smith, Christian Spieler, Antoine Verheijen, Paul von Behren, Rich
|
---|
| 2279 | Wales, Mike White
|
---|
| 2280 |
|
---|
| 2281 | This software is provided "as is," without warranty of any kind, express or
|
---|
| 2282 | implied. In no event shall Info-ZIP or its contributors be held liable for any
|
---|
| 2283 | direct, indirect, incidental, special or consequential damages arising out of
|
---|
| 2284 | the use of or inability to use this software.
|
---|
| 2285 |
|
---|
| 2286 | Permission is granted to anyone to use this software for any purpose, including
|
---|
| 2287 | commercial applications, and to alter it and redistribute it freely, subject to
|
---|
| 2288 | the following restrictions:
|
---|
| 2289 |
|
---|
| 2290 | 1. Redistributions of source code must retain the above copyright notice,
|
---|
| 2291 | definition, disclaimer, and this list of conditions.
|
---|
| 2292 |
|
---|
| 2293 | 2. Redistributions in binary form (compiled executables) must reproduce the
|
---|
| 2294 | above copyright notice, definition, disclaimer, and this list of conditions in
|
---|
| 2295 | documentation and/or other materials provided with the distribution. The sole
|
---|
| 2296 | exception to this condition is redistribution of a standard UnZipSFX binary
|
---|
| 2297 | (including SFXWiz) as part of a self-extracting archive; that is permitted
|
---|
| 2298 | without inclusion of this license, as long as the normal SFX banner has not been
|
---|
| 2299 | removed from the binary or disabled.
|
---|
| 2300 |
|
---|
| 2301 | 3. Altered versions--including, but not limited to, ports to new operating
|
---|
| 2302 | systems, existing ports with new graphical interfaces, and dynamic, shared, or
|
---|
| 2303 | static library versions--must be plainly marked as such and must not be
|
---|
| 2304 | misrepresented as being the original source. Such altered versions also must
|
---|
| 2305 | not be misrepresented as being Info-ZIP releases--including, but not limited to,
|
---|
| 2306 | labeling of the altered versions with the names "Info-ZIP" (or any variation
|
---|
| 2307 | thereof, including, but not limited to, different capitalizations), "Pocket
|
---|
| 2308 | UnZip," "WiZ" or "MacZip" without the explicit permission of Info-ZIP. Such
|
---|
| 2309 | altered versions are further prohibited from misrepresentative use of the
|
---|
| 2310 | Zip-Bugs or Info-ZIP e-mail addresses or of the Info-ZIP URL(s).
|
---|
| 2311 |
|
---|
| 2312 | 4. Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip,"
|
---|
| 2313 | "UnZipSFX," "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its own source
|
---|
| 2314 | and binary releases.
|
---|
| 2315 |
|
---|
| 2316 |
|
---|
| 2317 | %% The following software may be included in this product: XML Security; Use of
|
---|
| 2318 | any of this software is governed by the terms of the license below: The
|
---|
| 2319 | Apache Software License, Version 1.1 PDF
|
---|
| 2320 |
|
---|
| 2321 | Copyright (C) 2002 The Apache Software Foundation.
|
---|
| 2322 |
|
---|
| 2323 | All rights reserved. Redistribution and use in source and binary forms, with or
|
---|
| 2324 | without modifica- tion, are permitted provided that the following conditions are
|
---|
| 2325 | met:
|
---|
| 2326 |
|
---|
| 2327 | 1. Redistributions of source code must retain the above copyright notice, this
|
---|
| 2328 | list of conditions and the following disclaimer.
|
---|
| 2329 |
|
---|
| 2330 | 2. Redistributions in binary form must reproduce the above copyright notice,
|
---|
| 2331 | this list of conditions and the following disclaimer in the documentation and/or
|
---|
| 2332 | other materials provided with the distribution.
|
---|
| 2333 |
|
---|
| 2334 | 3. The end-user documentation included with the redistribution, if any,must
|
---|
| 2335 | include the following acknowledgment:"This product includes software developed
|
---|
| 2336 | by the Apache Software Foundation (http://www.apache.org/)." Alternately, this
|
---|
| 2337 | acknowledgment may appear in the software itself, if and wherever such
|
---|
| 2338 | third-party acknowledgments normally appear.
|
---|
| 2339 |
|
---|
| 2340 | 4. The names"Apache Forrest" and "Apache Software Foundation" must not be used
|
---|
| 2341 | to endorse or promote products derived from this software without prior written
|
---|
| 2342 | permission. For written permission,please contact apache@apache.org. 5.
|
---|
| 2343 | Products derived from this software may not be called "Apache", normay "Apache"
|
---|
| 2344 | appear in their name, without prior written permission of the Apache Software
|
---|
| 2345 | Foundation. THIS SOFTWARE IS PROVIDED``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
---|
| 2346 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
---|
| 2347 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
---|
| 2348 | EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY
|
---|
| 2349 | DIRECT,INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
---|
| 2350 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ORSERVICES; LOSS
|
---|
| 2351 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
---|
| 2352 | ANYTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICTLIABILITY, OR TORT (INCLUDING
|
---|
| 2353 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
---|
| 2354 | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This software consists of
|
---|
| 2355 | voluntary contributions made by many individuals on behalf of the Apache
|
---|
| 2356 | Software Foundation. For more information on the Apache Software Foundation,
|
---|
| 2357 | please see http://www.apache.org.
|
---|
| 2358 |
|
---|
| 2359 |
|
---|
| 2360 | %% The following software may be included in this product: Regexp, Regular
|
---|
| 2361 | Expression Package v. 1.2; Use of any of this software is governed by the terms
|
---|
| 2362 | of the license below: The Apache Software License, Version 1.1 Copyright (c)
|
---|
| 2363 | 2001 The Apache Software Foundation. All rights reserved. Redistribution and
|
---|
| 2364 | use in source and binary forms, with or without modification,are permitted
|
---|
| 2365 | provided that the following conditions are met:
|
---|
| 2366 |
|
---|
| 2367 | 1. Redistributions of source code must retain the above copyright notice, this
|
---|
| 2368 | list of conditions and the following disclaimer.
|
---|
| 2369 |
|
---|
| 2370 | 2. Redistributions in binary form must reproduce the above copyright notice,
|
---|
| 2371 | this list of conditions and the following disclaimer in the documentation and/or
|
---|
| 2372 | other materials provided with the distribution.
|
---|
| 2373 |
|
---|
| 2374 | 3. The end-user documentation included with the redistribution, if any, must
|
---|
| 2375 | include the following acknowledgment: "This product includes software developed
|
---|
| 2376 | by the Apache Software Foundation (http://www.apache.org/)." Alternately, this
|
---|
| 2377 | acknowledgment may appear in the software itself, if and wherever such
|
---|
| 2378 | third-party acknowledgments normally appear.
|
---|
| 2379 |
|
---|
| 2380 | 4. The names "Apache" and "Apache Software Foundation" and "Apache Turbine"
|
---|
| 2381 | must not be used to endorse or promote products derived from this software
|
---|
| 2382 | without prior written permission. For written permission, please contact
|
---|
| 2383 | apache@apache.org.
|
---|
| 2384 |
|
---|
| 2385 | 5. Products derived from this software may not be called "Apache", "Apache
|
---|
| 2386 | Turbine", nor may "Apache" appear in their name, without prior written
|
---|
| 2387 | permission of the Apache Software Foundation.
|
---|
| 2388 |
|
---|
| 2389 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
|
---|
| 2390 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
---|
| 2391 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE
|
---|
| 2392 | SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
---|
| 2393 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
---|
| 2394 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
---|
| 2395 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
---|
| 2396 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
---|
| 2397 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
---|
| 2398 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
| 2399 |
|
---|
| 2400 |
|
---|
| 2401 | This software consists of voluntary contributions made by many individuals on
|
---|
| 2402 | behalf of the Apache Software Foundation. For more information on the Apache
|
---|
| 2403 | Software Foundation, please see http://www.apache.org.
|
---|
| 2404 |
|
---|
| 2405 | ========================================================================
|
---|
| 2406 |
|
---|
| 2407 |
|
---|
| 2408 | %% The following software may be included in this product: zlib; Use of any of
|
---|
| 2409 | this software is governed by the terms of the license below:
|
---|
| 2410 |
|
---|
| 2411 | zlib.h -- interface of the 'zlib' general purpose compression library
|
---|
| 2412 | version 1.1.3, July 9th, 1998
|
---|
| 2413 |
|
---|
| 2414 | Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
|
---|
| 2415 |
|
---|
| 2416 | This software is provided 'as-is', without any express or implied
|
---|
| 2417 | warranty. In no event will the authors be held liable for any damages
|
---|
| 2418 | arising from the use of this software.
|
---|
| 2419 |
|
---|
| 2420 | Permission is granted to anyone to use this software for any purpose,
|
---|
| 2421 | including commercial applications, and to alter it and redistribute it
|
---|
| 2422 | freely, subject to the following restrictions:
|
---|
| 2423 |
|
---|
| 2424 | 1. The origin of this software must not be misrepresented; you must not
|
---|
| 2425 | claim that you wrote the original software. If you use this software
|
---|
| 2426 | in a product, an acknowledgment in the product documentation would be
|
---|
| 2427 | appreciated but is not required.
|
---|
| 2428 | 2. Altered source versions must be plainly marked as such, and must not be
|
---|
| 2429 | misrepresented as being the original software.
|
---|
| 2430 | 3. This notice may not be removed or altered from any source distribution.
|
---|
| 2431 |
|
---|
| 2432 | Jean-loup Gailly Mark Adler
|
---|
| 2433 | jloup@gzip.org madler@alumni.caltech.edu
|
---|
| 2434 |
|
---|
| 2435 |
|
---|
| 2436 | The data format used by the zlib library is described by RFCs (Request for
|
---|
| 2437 | Comments) 1950 to 1952 in the files ftp://ds.internic.net/rfc/rfc1950.txt
|
---|
| 2438 | (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format
|
---|
| 2439 |
|
---|
| 2440 |
|
---|
| 2441 | %% The following software may be included in this product: Mozilla Rhino. Use
|
---|
| 2442 | of any of this software is governed by the terms of the license below:
|
---|
| 2443 |
|
---|
| 2444 | * The contents of this file are subject to the Netscape Public
|
---|
| 2445 | * License Version 1.1 (the "License"); you may not use this file
|
---|
| 2446 | * except in compliance with the License. You may obtain a copy of
|
---|
| 2447 | * the License at http://www.mozilla.org/NPL/
|
---|
| 2448 | *
|
---|
| 2449 | * Software distributed under the License is distributed on an "AS
|
---|
| 2450 | * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
---|
| 2451 | * implied. See the License for the specific language governing
|
---|
| 2452 | * rights and limitations under the License.
|
---|
| 2453 | *
|
---|
| 2454 | * The Original Code is Rhino code, released
|
---|
| 2455 | * May 6, 1999.
|
---|
| 2456 | *
|
---|
| 2457 | * The Initial Developer of the Original Code is Netscape
|
---|
| 2458 | * Communications Corporation. Portions created by Netscape are
|
---|
| 2459 | * Copyright (C) 1997-2000 Netscape Communications Corporation. All
|
---|
| 2460 | * Rights Reserved.
|
---|
| 2461 | *
|
---|
| 2462 | * Contributor(s):
|
---|
| 2463 | *
|
---|
| 2464 | * Kemal Bayram
|
---|
| 2465 | * Patrick Beard
|
---|
| 2466 | * Norris Boyd
|
---|
| 2467 | * Igor Bukanov, igor@mir2.org
|
---|
| 2468 | * Brendan Eich
|
---|
| 2469 | * Ethan Hugg
|
---|
| 2470 | * Roger Lawrence
|
---|
| 2471 | * Terry Lucas
|
---|
| 2472 | * Mike McCabe
|
---|
| 2473 | * Milen Nankov
|
---|
| 2474 | * Attila Szegedi, szegedia@freemail.hu
|
---|
| 2475 | * Ian D. Stewart
|
---|
| 2476 | * Andi Vajda
|
---|
| 2477 | * Andrew Wason
|
---|
| 2478 | */
|
---|
| 2479 |
|
---|
| 2480 | %% The following software may be included in this product: Apache Derby. Use
|
---|
| 2481 | of any of this software is governed by the terms of the license below:
|
---|
| 2482 |
|
---|
| 2483 |
|
---|
| 2484 | Apache License
|
---|
| 2485 | Version 2.0, January 2004
|
---|
| 2486 | http://www.apache.org/licenses/
|
---|
| 2487 |
|
---|
| 2488 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
---|
| 2489 |
|
---|
| 2490 | 1. Definitions.
|
---|
| 2491 |
|
---|
| 2492 | "License" shall mean the terms and conditions for use, reproduction,
|
---|
| 2493 | and distribution as defined by Sections 1 through 9 of this document.
|
---|
| 2494 |
|
---|
| 2495 | "Licensor" shall mean the copyright owner or entity authorized by
|
---|
| 2496 | the copyright owner that is granting the License.
|
---|
| 2497 |
|
---|
| 2498 | "Legal Entity" shall mean the union of the acting entity and all
|
---|
| 2499 | other entities that control, are controlled by, or are under common
|
---|
| 2500 | control with that entity. For the purposes of this definition,
|
---|
| 2501 | "control" means (i) the power, direct or indirect, to cause the
|
---|
| 2502 | direction or management of such entity, whether by contract or
|
---|
| 2503 | otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
---|
| 2504 | outstanding shares, or (iii) beneficial ownership of such entity.
|
---|
| 2505 |
|
---|
| 2506 | "You" (or "Your") shall mean an individual or Legal Entity
|
---|
| 2507 | exercising permissions granted by this License.
|
---|
| 2508 |
|
---|
| 2509 | "Source" form shall mean the preferred form for making modifications,
|
---|
| 2510 | including but not limited to software source code, documentation
|
---|
| 2511 | source, and configuration files.
|
---|
| 2512 |
|
---|
| 2513 | "Object" form shall mean any form resulting from mechanical
|
---|
| 2514 | transformation or translation of a Source form, including but
|
---|
| 2515 | not limited to compiled object code, generated documentation,
|
---|
| 2516 | and conversions to other media types.
|
---|
| 2517 |
|
---|
| 2518 | "Work" shall mean the work of authorship, whether in Source or
|
---|
| 2519 | Object form, made available under the License, as indicated by a
|
---|
| 2520 | copyright notice that is included in or attached to the work
|
---|
| 2521 | (an example is provided in the Appendix below).
|
---|
| 2522 |
|
---|
| 2523 | "Derivative Works" shall mean any work, whether in Source or Object
|
---|
| 2524 | form, that is based on (or derived from) the Work and for which the
|
---|
| 2525 | editorial revisions, annotations, elaborations, or other modifications
|
---|
| 2526 | represent, as a whole, an original work of authorship. For the purposes
|
---|
| 2527 | of this License, Derivative Works shall not include works that remain
|
---|
| 2528 | separable from, or merely link (or bind by name) to the interfaces of,
|
---|
| 2529 | the Work and Derivative Works thereof.
|
---|
| 2530 |
|
---|
| 2531 | "Contribution" shall mean any work of authorship, including
|
---|
| 2532 | the original version of the Work and any modifications or additions
|
---|
| 2533 | to that Work or Derivative Works thereof, that is intentionally
|
---|
| 2534 | submitted to Licensor for inclusion in the Work by the copyright owner
|
---|
| 2535 | or by an individual or Legal Entity authorized to submit on behalf of
|
---|
| 2536 | the copyright owner. For the purposes of this definition, "submitted"
|
---|
| 2537 | means any form of electronic, verbal, or written communication sent
|
---|
| 2538 | to the Licensor or its representatives, including but not limited to
|
---|
| 2539 | communication on electronic mailing lists, source code control systems,
|
---|
| 2540 | and issue tracking systems that are managed by, or on behalf of, the
|
---|
| 2541 | Licensor for the purpose of discussing and improving the Work, but
|
---|
| 2542 | excluding communication that is conspicuously marked or otherwise
|
---|
| 2543 | designated in writing by the copyright owner as "Not a Contribution."
|
---|
| 2544 |
|
---|
| 2545 |
|
---|
| 2546 | "Contributor" shall mean Licensor and any individual or Legal Entity
|
---|
| 2547 | on behalf of whom a Contribution has been received by Licensor and
|
---|
| 2548 | subsequently incorporated within the Work.
|
---|
| 2549 |
|
---|
| 2550 | 2. Grant of Copyright License. Subject to the terms and conditions of
|
---|
| 2551 | this License, each Contributor hereby grants to You a perpetual,
|
---|
| 2552 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
---|
| 2553 | copyright license to reproduce, prepare Derivative Works of,
|
---|
| 2554 | publicly display, publicly perform, sublicense, and distribute the
|
---|
| 2555 | Work and such Derivative Works in Source or Object form.
|
---|
| 2556 |
|
---|
| 2557 | 3. Grant of Patent License. Subject to the terms and conditions of
|
---|
| 2558 | this License, each Contributor hereby grants to You a perpetual,
|
---|
| 2559 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
---|
| 2560 | (except as stated in this section) patent license to make, have made,
|
---|
| 2561 | use, offer to sell, sell, import, and otherwise transfer the Work,
|
---|
| 2562 | where such license applies only to those patent claims licensable
|
---|
| 2563 | by such Contributor that are necessarily infringed by their
|
---|
| 2564 | Contribution(s) alone or by combination of their Contribution(s)
|
---|
| 2565 | with the Work to which such Contribution(s) was submitted. If You
|
---|
| 2566 | institute patent litigation against any entity (including a
|
---|
| 2567 | cross-claim or counterclaim in a lawsuit) alleging that the Work
|
---|
| 2568 | or a Contribution incorporated within the Work constitutes direct
|
---|
| 2569 | or contributory patent infringement, then any patent licenses
|
---|
| 2570 | granted to You under this License for that Work shall terminate
|
---|
| 2571 | as of the date such litigation is filed.
|
---|
| 2572 |
|
---|
| 2573 | 4. Redistribution. You may reproduce and distribute copies of the
|
---|
| 2574 | Work or Derivative Works thereof in any medium, with or without
|
---|
| 2575 | modifications, and in Source or Object form, provided that You
|
---|
| 2576 | meet the following conditions:
|
---|
| 2577 |
|
---|
| 2578 | (a) You must give any other recipients of the Work or
|
---|
| 2579 | Derivative Works a copy of this License; and
|
---|
| 2580 |
|
---|
| 2581 | (b) You must cause any modified files to carry prominent notices
|
---|
| 2582 | stating that You changed the files; and
|
---|
| 2583 |
|
---|
| 2584 | (c) You must retain, in the Source form of any Derivative Works
|
---|
| 2585 | that You distribute, all copyright, patent, trademark, and
|
---|
| 2586 | attribution notices from the Source form of the Work,
|
---|
| 2587 | excluding those notices that do not pertain to any part of
|
---|
| 2588 | the Derivative Works; and
|
---|
| 2589 |
|
---|
| 2590 | (d) If the Work includes a "NOTICE" text file as part of its
|
---|
| 2591 | distribution, then any Derivative Works that You distribute must
|
---|
| 2592 | include a readable copy of the attribution notices contained
|
---|
| 2593 | within such NOTICE file, excluding those notices that do not
|
---|
| 2594 | pertain to any part of the Derivative Works, in at least one
|
---|
| 2595 | of the following places: within a NOTICE text file distributed
|
---|
| 2596 | as part of the Derivative Works; within the Source form or
|
---|
| 2597 | documentation, if provided along with the Derivative Works; or,
|
---|
| 2598 | within a display generated by the Derivative Works, if and
|
---|
| 2599 | wherever such third-party notices normally appear. The contents
|
---|
| 2600 | of the NOTICE file are for informational purposes only and
|
---|
| 2601 | do not modify the License. You may add Your own attribution
|
---|
| 2602 | notices within Derivative Works that You distribute, alongside
|
---|
| 2603 | or as an addendum to the NOTICE text from the Work, provided
|
---|
| 2604 | that such additional attribution notices cannot be construed
|
---|
| 2605 | as modifying the License.
|
---|
| 2606 |
|
---|
| 2607 | You may add Your own copyright statement to Your modifications and
|
---|
| 2608 | may provide additional or different license terms and conditions
|
---|
| 2609 | for use, reproduction, or distribution of Your modifications, or
|
---|
| 2610 | for any such Derivative Works as a whole, provided Your use,
|
---|
| 2611 | reproduction, and distribution of the Work otherwise complies with
|
---|
| 2612 | the conditions stated in this License.
|
---|
| 2613 |
|
---|
| 2614 | 5. Submission of Contributions. Unless You explicitly state otherwise,
|
---|
| 2615 | any Contribution intentionally submitted for inclusion in the Work
|
---|
| 2616 | by You to the Licensor shall be under the terms and conditions of
|
---|
| 2617 | this License, without any additional terms or conditions.
|
---|
| 2618 | Notwithstanding the above, nothing herein shall supersede or modify
|
---|
| 2619 | the terms of any separate license agreement you may have executed
|
---|
| 2620 | with Licensor regarding such Contributions.
|
---|
| 2621 |
|
---|
| 2622 | 6. Trademarks. This License does not grant permission to use the trade
|
---|
| 2623 | names, trademarks, service marks, or product names of the Licensor,
|
---|
| 2624 | except as required for reasonable and customary use in describing the
|
---|
| 2625 | origin of the Work and reproducing the content of the NOTICE file.
|
---|
| 2626 |
|
---|
| 2627 | 7. Disclaimer of Warranty. Unless required by applicable law or
|
---|
| 2628 | agreed to in writing, Licensor provides the Work (and each
|
---|
| 2629 | Contributor provides its Contributions) on an "AS IS" BASIS,
|
---|
| 2630 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
---|
| 2631 | implied, including, without limitation, any warranties or conditions
|
---|
| 2632 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
---|
| 2633 | PARTICULAR PURPOSE. You are solely responsible for determining the
|
---|
| 2634 | appropriateness of using or redistributing the Work and assume any
|
---|
| 2635 | risks associated with Your exercise of permissions under this License.
|
---|
| 2636 |
|
---|
| 2637 | 8. Limitation of Liability. In no event and under no legal theory,
|
---|
| 2638 | whether in tort (including negligence), contract, or otherwise,
|
---|
| 2639 | unless required by applicable law (such as deliberate and grossly
|
---|
| 2640 | negligent acts) or agreed to in writing, shall any Contributor be
|
---|
| 2641 | liable to You for damages, including any direct, indirect, special,
|
---|
| 2642 | incidental, or consequential damages of any character arising as a
|
---|
| 2643 | result of this License or out of the use or inability to use the
|
---|
| 2644 | Work (including but not limited to damages for loss of goodwill,
|
---|
| 2645 | work stoppage, computer failure or malfunction, or any and all
|
---|
| 2646 | other commercial damages or losses), even if such Contributor
|
---|
| 2647 | has been advised of the possibility of such damages.
|
---|
| 2648 |
|
---|
| 2649 | 9. Accepting Warranty or Additional Liability. While redistributing
|
---|
| 2650 | the Work or Derivative Works thereof, You may choose to offer,
|
---|
| 2651 | and charge a fee for, acceptance of support, warranty, indemnity,
|
---|
| 2652 | or other liability obligations and/or rights consistent with this
|
---|
| 2653 | License. However, in accepting such obligations, You may act only
|
---|
| 2654 | on Your own behalf and on Your sole responsibility, not on behalf
|
---|
| 2655 | of any other Contributor, and only if You agree to indemnify,
|
---|
| 2656 | defend, and hold each Contributor harmless for any liability
|
---|
| 2657 | incurred by, or claims asserted against, such Contributor by reason
|
---|
| 2658 | of your accepting any such warranty or additional liability.
|
---|
| 2659 |
|
---|
| 2660 | END OF TERMS AND CONDITIONS
|
---|
| 2661 |
|
---|
| 2662 | APPENDIX: How to apply the Apache License to your work.
|
---|
| 2663 |
|
---|
| 2664 | To apply the Apache License to your work, attach the following
|
---|
| 2665 | boilerplate notice, with the fields enclosed by brackets "[]"
|
---|
| 2666 | replaced with your own identifying information. (Don't include
|
---|
| 2667 | the brackets!) The text should be enclosed in the appropriate
|
---|
| 2668 | comment syntax for the file format. We also recommend that a
|
---|
| 2669 | file or class name and description of purpose be included on the
|
---|
| 2670 | same "printed page" as the copyright notice for easier
|
---|
| 2671 | identification within third-party archives.
|
---|
| 2672 |
|
---|
| 2673 | Copyright [yyyy] [name of copyright owner]
|
---|
| 2674 |
|
---|
| 2675 | Licensed under the Apache License, Version 2.0 (the "License");
|
---|
| 2676 | you may not use this file except in compliance with the License.
|
---|
| 2677 | You may obtain a copy of the License at
|
---|
| 2678 |
|
---|
| 2679 | http://www.apache.org/licenses/LICENSE-2.0
|
---|
| 2680 |
|
---|
| 2681 | Unless required by applicable law or agreed to in writing, software
|
---|
| 2682 | distributed under the License is distributed on an "AS IS" BASIS,
|
---|
| 2683 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
---|
| 2684 | See the License for the specific language governing permissions and
|
---|
| 2685 | limitations under the License.
|
---|
| 2686 |
|
---|
| 2687 |
|
---|
| 2688 | %% The following software may be included in this product: 7-Zip. Use of any
|
---|
| 2689 | of this software is governed by the terms of the license below:
|
---|
| 2690 |
|
---|
| 2691 | ~~~~~
|
---|
| 2692 | License for use and distribution
|
---|
| 2693 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
| 2694 |
|
---|
| 2695 | 7-Zip Copyright (C) 1999-2007 Igor Pavlov.
|
---|
| 2696 |
|
---|
| 2697 | Licenses for files are:
|
---|
| 2698 |
|
---|
| 2699 | 1) 7z.dll: GNU LGPL + AES code license + unRAR restriction
|
---|
| 2700 | 2) 7za.exe, 7z.sfx and 7zCon.sfx: GNU LGPL + AES code license
|
---|
| 2701 | 3) All other files: GNU LGPL
|
---|
| 2702 |
|
---|
| 2703 | The GNU LGPL + AES code license + unRAR restriction means that you must follow
|
---|
| 2704 | GNU LGPL rules, AES code license rules and unRAR restriction rules.
|
---|
| 2705 |
|
---|
| 2706 | The GNU LGPL + AES code license means that you must follow both GNU LGPL rules
|
---|
| 2707 | and AES code license rules.
|
---|
| 2708 |
|
---|
| 2709 |
|
---|
| 2710 | Note:
|
---|
| 2711 | You can use 7-Zip on any computer, including a computer in a commercial
|
---|
| 2712 | organization. You don't need to register or pay for 7-Zip.
|
---|
| 2713 |
|
---|
| 2714 |
|
---|
| 2715 | GNU LGPL information
|
---|
| 2716 | --------------------
|
---|
| 2717 |
|
---|
| 2718 | GNU Lesser General Public License
|
---|
| 2719 |
|
---|
| 2720 | Version 2.1, February 1999
|
---|
| 2721 |
|
---|
| 2722 | Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
---|
| 2723 | 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
---|
| 2724 | Everyone is permitted to copy and distribute verbatim copies
|
---|
| 2725 | of this license document, but changing it is not allowed.
|
---|
| 2726 |
|
---|
| 2727 | [This is the first released version of the Lesser GPL. It also counts
|
---|
| 2728 | as the successor of the GNU Library Public License, version 2, hence
|
---|
| 2729 | the version number 2.1.]
|
---|
| 2730 |
|
---|
| 2731 | Preamble
|
---|
| 2732 |
|
---|
| 2733 | The licenses for most software are designed to take away your freedom to share
|
---|
| 2734 | and change it. By contrast, the GNU General Public Licenses are intended to
|
---|
| 2735 | guarantee your freedom to share and change free software--to make sure the
|
---|
| 2736 | software is free for all its users.
|
---|
| 2737 |
|
---|
| 2738 | This license, the Lesser General Public License, applies to some specially
|
---|
| 2739 | designated software packages--typically libraries--of the Free Software
|
---|
| 2740 | Foundation and other authors who decide to use it. You can use it too, but we
|
---|
| 2741 | suggest you first think carefully about whether this license or the ordinary
|
---|
| 2742 | General Public License is the better strategy to use in any particular case,
|
---|
| 2743 | based on the explanations below.
|
---|
| 2744 |
|
---|
| 2745 | When we speak of free software, we are referring to freedom of use, not price.
|
---|
| 2746 | Our General Public Licenses are designed to make sure that you have the freedom
|
---|
| 2747 | to distribute copies of free software (and charge for this service if you wish);
|
---|
| 2748 | that you receive source code or can get it if you want it; that you can change
|
---|
| 2749 | the software and use pieces of it in new free programs; and that you are
|
---|
| 2750 | informed that you can do these things.
|
---|
| 2751 |
|
---|
| 2752 | To protect your rights, we need to make restrictions that forbid distributors to
|
---|
| 2753 | deny you these rights or to ask you to surrender these rights. These
|
---|
| 2754 | restrictions translate to certain responsibilities for you if you distribute
|
---|
| 2755 | copies of the library or if you modify it.
|
---|
| 2756 |
|
---|
| 2757 | For example, if you distribute copies of the library, whether gratis or for a
|
---|
| 2758 | fee, you must give the recipients all the rights that we gave you. You must
|
---|
| 2759 | make sure that they, too, receive or can get the source code. If you link other
|
---|
| 2760 | code with the library, you must provide complete object files to the recipients,
|
---|
| 2761 | so that they can relink them with the library after making changes to the
|
---|
| 2762 | library and recompiling it. And you must show them these terms so they know
|
---|
| 2763 | their rights.
|
---|
| 2764 |
|
---|
| 2765 | We protect your rights with a two-step method: (1) we copyright the library,
|
---|
| 2766 | and (2) we offer you this license, which gives you legal permission to copy,
|
---|
| 2767 | distribute and/or modify the library.
|
---|
| 2768 |
|
---|
| 2769 | To protect each distributor, we want to make it very clear that there is no
|
---|
| 2770 | warranty for the free library. Also, if the library is modified by someone else
|
---|
| 2771 | and passed on, the recipients should know that what they have is not the
|
---|
| 2772 | original version, so that the original author's reputation will not be affected
|
---|
| 2773 | by problems that might be introduced by others.
|
---|
| 2774 |
|
---|
| 2775 | Finally, software patents pose a constant threat to the existence of any free
|
---|
| 2776 | program. We wish to make sure that a company cannot effectively restrict the
|
---|
| 2777 | users of a free program by obtaining a restrictive license from a patent holder.
|
---|
| 2778 | Therefore, we insist that any patent license obtained for a version of the
|
---|
| 2779 | library must be consistent with the full freedom of use specified in this
|
---|
| 2780 | license.
|
---|
| 2781 |
|
---|
| 2782 | Most GNU software, including some libraries, is covered by the ordinary GNU
|
---|
| 2783 | General Public License. This license, the GNU Lesser General Public License,
|
---|
| 2784 | applies to certain designated libraries, and is quite different from the
|
---|
| 2785 | ordinary General Public License. We use this license for certain libraries in
|
---|
| 2786 | order to permit linking those libraries into non-free programs.
|
---|
| 2787 |
|
---|
| 2788 | When a program is linked with a library, whether statically or using a shared
|
---|
| 2789 | library, the combination of the two is legally speaking a combined work, a
|
---|
| 2790 | derivative of the original library. The ordinary General Public License
|
---|
| 2791 | therefore permits such linking only if the entire combination fits its criteria
|
---|
| 2792 | of freedom. The Lesser General Public License permits more lax criteria for
|
---|
| 2793 | linking other code with the library.
|
---|
| 2794 |
|
---|
| 2795 | We call this license the "Lesser" General Public License because it does Less to
|
---|
| 2796 | protect the user's freedom than the ordinary General Public License. It also
|
---|
| 2797 | provides other free software developers Less of an advantage over competing
|
---|
| 2798 | non-free programs. These disadvantages are the reason we use the ordinary
|
---|
| 2799 | General Public License for many libraries. However, the Lesser license provides
|
---|
| 2800 | advantages in certain special circumstances.
|
---|
| 2801 |
|
---|
| 2802 | For example, on rare occasions, there may be a special need to encourage the
|
---|
| 2803 | widest possible use of a certain library, so that it becomes a de-facto
|
---|
| 2804 | standard. To achieve this, non-free programs must be allowed to use the
|
---|
| 2805 | library. A more frequent case is that a free library does the same job as
|
---|
| 2806 | widely used non-free libraries. In this case, there is little to gain by
|
---|
| 2807 | limiting the free library to free software only, so we use the Lesser General
|
---|
| 2808 | Public License.
|
---|
| 2809 |
|
---|
| 2810 | In other cases, permission to use a particular library in non-free programs
|
---|
| 2811 | enables a greater number of people to use a large body of free software. For
|
---|
| 2812 | example, permission to use the GNU C Library in non-free programs enables many
|
---|
| 2813 | more people to use the whole GNU operating system, as well as its variant, the
|
---|
| 2814 | GNU/Linux operating system.
|
---|
| 2815 |
|
---|
| 2816 | Although the Lesser General Public License is Less protective of the users'
|
---|
| 2817 | freedom, it does ensure that the user of a program that is linked with the
|
---|
| 2818 | Library has the freedom and the wherewithal to run that program using a modified
|
---|
| 2819 | version of the Library.
|
---|
| 2820 |
|
---|
| 2821 | The precise terms and conditions for copying, distribution and modification
|
---|
| 2822 | follow. Pay close attention to the difference between a "work based on the
|
---|
| 2823 | library" and a "work that uses the library". The former contains code derived
|
---|
| 2824 | from the library, whereas the latter must be combined with the library in order
|
---|
| 2825 | to run. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
---|
| 2826 |
|
---|
| 2827 | 0. This License Agreement applies to any software library or other program
|
---|
| 2828 | which contains a notice placed by the copyright holder or other authorized party
|
---|
| 2829 | saying it may be distributed under the terms of this Lesser General Public
|
---|
| 2830 | License (also called "this License"). Each licensee is addressed as "you".
|
---|
| 2831 |
|
---|
| 2832 | A "library" means a collection of software functions and/or data prepared so as
|
---|
| 2833 | to be conveniently linked with application programs (which use some of those
|
---|
| 2834 | functions and data) to form executables.
|
---|
| 2835 |
|
---|
| 2836 | The "Library", below, refers to any such software library or work which has been
|
---|
| 2837 | distributed under these terms. A "work based on the Library" means either the
|
---|
| 2838 | Library or any derivative work under copyright law: that is to say, a work
|
---|
| 2839 | containing the Library or a portion of it, either verbatim or with modifications
|
---|
| 2840 | and/or translated straightforwardly into another language. (Hereinafter,
|
---|
| 2841 | translation is included without limitation in the term "modification".)
|
---|
| 2842 |
|
---|
| 2843 | "Source code" for a work means the preferred form of the work for making
|
---|
| 2844 | modifications to it. For a library, complete source code means all the source
|
---|
| 2845 | code for all modules it contains, plus any associated interface definition
|
---|
| 2846 | files, plus the scripts used to control compilation and installation of the
|
---|
| 2847 | library.
|
---|
| 2848 |
|
---|
| 2849 | Activities other than copying, distribution and modification are not covered by
|
---|
| 2850 | this License; they are outside its scope. The act of running a program using
|
---|
| 2851 | the Library is not restricted, and output from such a program is covered only if
|
---|
| 2852 | its contents constitute a work based on the Library (independent of the use of
|
---|
| 2853 | the Library in a tool for writing it). Whether that is true depends on what the
|
---|
| 2854 | Library does and what the program that uses the Library does.
|
---|
| 2855 |
|
---|
| 2856 | 1. You may copy and distribute verbatim copies of the Library's complete source
|
---|
| 2857 | code as you receive it, in any medium, provided that you conspicuously and
|
---|
| 2858 | appropriately publish on each copy an appropriate copyright notice and
|
---|
| 2859 | disclaimer of warranty; keep intact all the notices that refer to this License
|
---|
| 2860 | and to the absence of any warranty; and distribute a copy of this License along
|
---|
| 2861 | with the Library.
|
---|
| 2862 |
|
---|
| 2863 | You may charge a fee for the physical act of transferring a copy, and you may at
|
---|
| 2864 | your option offer warranty protection in exchange for a fee.
|
---|
| 2865 |
|
---|
| 2866 | 2. You may modify your copy or copies of the Library or any portion of it, thus
|
---|
| 2867 | forming a work based on the Library, and copy and distribute such modifications
|
---|
| 2868 | or work under the terms of Section 1 above, provided that you also meet all of
|
---|
| 2869 | these conditions:
|
---|
| 2870 |
|
---|
| 2871 | a) The modified work must itself be a software library.
|
---|
| 2872 |
|
---|
| 2873 | b) You must cause the files modified to carry prominent notices stating that you
|
---|
| 2874 | changed the files and the date of any change.
|
---|
| 2875 |
|
---|
| 2876 | c) You must cause the whole of the work to be licensed at no charge to all third
|
---|
| 2877 | parties under the terms of this License.
|
---|
| 2878 |
|
---|
| 2879 | d) If a facility in the modified Library refers to a function or a table of data
|
---|
| 2880 | to be supplied by an application program that uses the facility, other than as
|
---|
| 2881 | an argument passed when the facility is invoked, then you must make a good faith
|
---|
| 2882 | effort to ensure that, in the event an application does not supply such function
|
---|
| 2883 | or table, the facility still operates, and performs whatever part of its purpose
|
---|
| 2884 | remains meaningful.
|
---|
| 2885 |
|
---|
| 2886 | (For example, a function in a library to compute square roots has a purpose that
|
---|
| 2887 | is entirely well-defined independent of the application. Therefore, Subsection
|
---|
| 2888 | 2d requires that any application-supplied function or table used by this
|
---|
| 2889 | function must be optional: if the application does not supply it, the square
|
---|
| 2890 | root function must still compute square roots.)
|
---|
| 2891 |
|
---|
| 2892 | These requirements apply to the modified work as a whole. If identifiable
|
---|
| 2893 | sections of that work are not derived from the Library, and can be reasonably
|
---|
| 2894 | considered independent and separate works in themselves, then this License, and
|
---|
| 2895 | its terms, do not apply to those sections when you distribute them as separate
|
---|
| 2896 | works. But when you distribute the same sections as part of a whole which is a
|
---|
| 2897 | work based on the Library, the distribution of the whole must be on the terms of
|
---|
| 2898 | this License, whose permissions for other licensees extend to the entire whole,
|
---|
| 2899 | and thus to each and every part regardless of who wrote it.
|
---|
| 2900 |
|
---|
| 2901 | Thus, it is not the intent of this section to claim rights or contest your
|
---|
| 2902 | rights to work written entirely by you; rather, the intent is to exercise the
|
---|
| 2903 | right to control the distribution of derivative or collective works based on the
|
---|
| 2904 | Library.
|
---|
| 2905 |
|
---|
| 2906 | In addition, mere aggregation of another work not based on the Library with the
|
---|
| 2907 | Library (or with a work based on the Library) on a volume of a storage or
|
---|
| 2908 | distribution medium does not bring the other work under the scope of this
|
---|
| 2909 | License.
|
---|
| 2910 |
|
---|
| 2911 | 3. You may opt to apply the terms of the ordinary GNU General Public License
|
---|
| 2912 | instead of this License to a given copy of the Library. To do this, you must
|
---|
| 2913 | alter all the notices that refer to this License, so that they refer to the
|
---|
| 2914 | ordinary GNU General Public License, version 2, instead of to this License. (If
|
---|
| 2915 | a newer version than version 2 of the ordinary GNU General Public License has
|
---|
| 2916 | appeared, then you can specify that version instead if you wish.) Do not make
|
---|
| 2917 | any other change in these notices.
|
---|
| 2918 |
|
---|
| 2919 | Once this change is made in a given copy, it is irreversible for that copy, so
|
---|
| 2920 | the ordinary GNU General Public License applies to all subsequent copies and
|
---|
| 2921 | derivative works made from that copy.
|
---|
| 2922 |
|
---|
| 2923 | This option is useful when you wish to copy part of the code of the Library into
|
---|
| 2924 | a program that is not a library.
|
---|
| 2925 |
|
---|
| 2926 | 4. You may copy and distribute the Library (or a portion or derivative of it,
|
---|
| 2927 | under Section 2) in object code or executable form under the terms of Sections 1
|
---|
| 2928 | and 2 above provided that you accompany it with the complete corresponding
|
---|
| 2929 | machine-readable source code, which must be distributed under the terms of
|
---|
| 2930 | Sections 1 and 2 above on a medium customarily used for software interchange.
|
---|
| 2931 |
|
---|
| 2932 | If distribution of object code is made by offering access to copy from a
|
---|
| 2933 | designated place, then offering equivalent access to copy the source code from
|
---|
| 2934 | the same place satisfies the requirement to distribute the source code, even
|
---|
| 2935 | though third parties are not compelled to copy the source along with the object
|
---|
| 2936 | code.
|
---|
| 2937 |
|
---|
| 2938 | 5. A program that contains no derivative of any portion of the Library, but is
|
---|
| 2939 | designed to work with the Library by being compiled or linked with it, is called
|
---|
| 2940 | a "work that uses the Library". Such a work, in isolation, is not a derivative
|
---|
| 2941 | work of the Library, and therefore falls outside the scope of this License.
|
---|
| 2942 |
|
---|
| 2943 | However, linking a "work that uses the Library" with the Library creates an
|
---|
| 2944 | executable that is a derivative of the Library (because it contains portions of
|
---|
| 2945 | the Library), rather than a "work that uses the library". The executable is
|
---|
| 2946 | therefore covered by this License. Section 6 states terms for distribution of
|
---|
| 2947 | such executables.
|
---|
| 2948 |
|
---|
| 2949 | When a "work that uses the Library" uses material from a header file that is
|
---|
| 2950 | part of the Library, the object code for the work may be a derivative work of
|
---|
| 2951 | the Library even though the source code is not. Whether this is true is
|
---|
| 2952 | especially significant if the work can be linked without the Library, or if the
|
---|
| 2953 | work is itself a library. The threshold for this to be true is not precisely
|
---|
| 2954 | defined by law.
|
---|
| 2955 |
|
---|
| 2956 | If such an object file uses only numerical parameters, data structure layouts
|
---|
| 2957 | and accessors, and small macros and small inline functions (ten lines or less in
|
---|
| 2958 | length), then the use of the object file is unrestricted, regardless of whether
|
---|
| 2959 | it is legally a derivative work. (Executables containing this object code plus
|
---|
| 2960 | portions of the Library will still fall under Section 6.)
|
---|
| 2961 |
|
---|
| 2962 | Otherwise, if the work is a derivative of the Library, you may distribute the
|
---|
| 2963 | object code for the work under the terms of Section 6. Any executables
|
---|
| 2964 | containing that work also fall under Section 6, whether or not they are linked
|
---|
| 2965 | directly with the Library itself.
|
---|
| 2966 |
|
---|
| 2967 | 6. As an exception to the Sections above, you may also combine or link a "work
|
---|
| 2968 | that uses the Library" with the Library to produce a work containing portions of
|
---|
| 2969 | the Library, and distribute that work under terms of your choice, provided that
|
---|
| 2970 | the terms permit modification of the work for the customer's own use and reverse
|
---|
| 2971 | engineering for debugging such modifications.
|
---|
| 2972 |
|
---|
| 2973 | You must give prominent notice with each copy of the work that the Library is
|
---|
| 2974 | used in it and that the Library and its use are covered by this License. You
|
---|
| 2975 | must supply a copy of this License. If the work during execution displays
|
---|
| 2976 | copyright notices, you must include the copyright notice for the Library among
|
---|
| 2977 | them, as well as a reference directing the user to the copy of this License.
|
---|
| 2978 | Also, you must do one of these things:
|
---|
| 2979 |
|
---|
| 2980 | a) Accompany the work with the complete corresponding machine-readable source
|
---|
| 2981 | code for the Library including whatever changes were used in the work (which
|
---|
| 2982 | must be distributed under Sections 1 and 2 above); and, if the work is an
|
---|
| 2983 | executable linked with the Library, with the complete machine-readable "work
|
---|
| 2984 | that uses the Library", as object code and/or source code, so that the user can
|
---|
| 2985 | modify the Library and then relink to produce a modified executable containing
|
---|
| 2986 | the modified Library. (It is understood that the user who changes the contents
|
---|
| 2987 | of definitions files in the Library will not necessarily be able to recompile
|
---|
| 2988 | the application to use the modified definitions.)
|
---|
| 2989 |
|
---|
| 2990 | b) Use a suitable shared library mechanism for linking with the Library. A
|
---|
| 2991 | suitable mechanism is one that (1) uses at run time a copy of the library
|
---|
| 2992 | already present on the user's computer system, rather than copying library
|
---|
| 2993 | functions into the executable, and (2) will operate properly with a modified
|
---|
| 2994 | version of the library, if the user installs one, as long as the modified
|
---|
| 2995 | version is interface-compatible with the version that the work was made with.
|
---|
| 2996 |
|
---|
| 2997 | c) Accompany the work with a written offer, valid for at least three years, to
|
---|
| 2998 | give the same user the materials specified in Subsection 6a, above, for a charge
|
---|
| 2999 | no more than the cost of performing this distribution.
|
---|
| 3000 |
|
---|
| 3001 | d) If distribution of the work is made by offering access to copy from a
|
---|
| 3002 | designated place, offer equivalent access to copy the above specified materials
|
---|
| 3003 | from the same place.
|
---|
| 3004 |
|
---|
| 3005 | e) Verify that the user has already received a copy of these materials or that
|
---|
| 3006 | you have already sent this user a copy.
|
---|
| 3007 |
|
---|
| 3008 | For an executable, the required form of the "work that uses the Library" must
|
---|
| 3009 | include any data and utility programs needed for reproducing the executable from
|
---|
| 3010 | it. However, as a special exception, the materials to be distributed need not
|
---|
| 3011 | include anything that is normally distributed (in either source or binary form)
|
---|
| 3012 | with the major components (compiler, kernel, and so on) of the operating system
|
---|
| 3013 | on which the executable runs, unless that component itself accompanies the
|
---|
| 3014 | executable.
|
---|
| 3015 |
|
---|
| 3016 | It may happen that this requirement contradicts the license restrictions of
|
---|
| 3017 | other proprietary libraries that do not normally accompany the operating system.
|
---|
| 3018 | Such a contradiction means you cannot use both them and the Library together in
|
---|
| 3019 | an executable that you distribute.
|
---|
| 3020 |
|
---|
| 3021 | 7. You may place library facilities that are a work based on the Library
|
---|
| 3022 | side-by-side in a single library together with other library facilities not
|
---|
| 3023 | covered by this License, and distribute such a combined library, provided that
|
---|
| 3024 | the separate distribution of the work based on the Library and of the other
|
---|
| 3025 | library facilities is otherwise permitted, and provided that you do these two
|
---|
| 3026 | things:
|
---|
| 3027 |
|
---|
| 3028 | a) Accompany the combined library with a copy of the same work based on the
|
---|
| 3029 | Library, uncombined with any other library facilities. This must be distributed
|
---|
| 3030 | under the terms of the Sections above.
|
---|
| 3031 |
|
---|
| 3032 | b) Give prominent notice with the combined library of the fact that part of it
|
---|
| 3033 | is a work based on the Library, and explaining where to find the accompanying
|
---|
| 3034 | uncombined form of the same work.
|
---|
| 3035 |
|
---|
| 3036 | 8. You may not copy, modify, sublicense, link with, or distribute the Library
|
---|
| 3037 | except as expressly provided under this License. Any attempt otherwise to copy,
|
---|
| 3038 | modify, sublicense, link with, or distribute the Library is void, and will
|
---|
| 3039 | automatically terminate your rights under this License. However, parties who
|
---|
| 3040 | have received copies, or rights, from you under this License will not have their
|
---|
| 3041 | licenses terminated so long as such parties remain in full compliance.
|
---|
| 3042 |
|
---|
| 3043 | 9. You are not required to accept this License, since you have not signed it.
|
---|
| 3044 | However, nothing else grants you permission to modify or distribute the Library
|
---|
| 3045 | or its derivative works. These actions are prohibited by law if you do not
|
---|
| 3046 | accept this License. Therefore, by modifying or distributing the Library (or
|
---|
| 3047 | any work based on the Library), you indicate your acceptance of this License to
|
---|
| 3048 | do so, and all its terms and conditions for copying, distributing or modifying
|
---|
| 3049 | the Library or works based on it.
|
---|
| 3050 |
|
---|
| 3051 | 10. Each time you redistribute the Library (or any work based on the Library),
|
---|
| 3052 | the recipient automatically receives a license from the original licensor to
|
---|
| 3053 | copy, distribute, link with or modify the Library subject to these terms and
|
---|
| 3054 | conditions. You may not impose any further restrictions on the recipients'
|
---|
| 3055 | exercise of the rights granted herein. You are not responsible for enforcing
|
---|
| 3056 | compliance by third parties with this License.
|
---|
| 3057 |
|
---|
| 3058 | 11. If, as a consequence of a court judgment or allegation of patent
|
---|
| 3059 | infringement or for any other reason (not limited to patent issues), conditions
|
---|
| 3060 | are imposed on you (whether by court order, agreement or otherwise) that
|
---|
| 3061 | contradict the conditions of this License, they do not excuse you from the
|
---|
| 3062 | conditions of this License. If you cannot distribute so as to satisfy
|
---|
| 3063 | simultaneously your obligations under this License and any other pertinent
|
---|
| 3064 | obligations, then as a consequence you may not distribute the Library at all.
|
---|
| 3065 | For example, if a patent license would not permit royalty-free redistribution of
|
---|
| 3066 | the Library by all those who receive copies directly or indirectly through you,
|
---|
| 3067 | then the only way you could satisfy both it and this License would be to refrain
|
---|
| 3068 | entirely from distribution of the Library.
|
---|
| 3069 |
|
---|
| 3070 | If any portion of this section is held invalid or unenforceable under any
|
---|
| 3071 | particular circumstance, the balance of the section is intended to apply, and
|
---|
| 3072 | the section as a whole is intended to apply in other circumstances.
|
---|
| 3073 |
|
---|
| 3074 | It is not the purpose of this section to induce you to infringe any patents or
|
---|
| 3075 | other property right claims or to contest validity of any such claims; this
|
---|
| 3076 | section has the sole purpose of protecting the integrity of the free software
|
---|
| 3077 | distribution system which is implemented by public license practices. Many
|
---|
| 3078 | people have made generous contributions to the wide range of software
|
---|
| 3079 | distributed through that system in reliance on consistent application of that
|
---|
| 3080 | system; it is up to the author/donor to decide if he or she is willing to
|
---|
| 3081 | distribute software through any other system and a licensee cannot impose that
|
---|
| 3082 | choice.
|
---|
| 3083 |
|
---|
| 3084 | This section is intended to make thoroughly clear what is believed to be a
|
---|
| 3085 | consequence of the rest of this License.
|
---|
| 3086 |
|
---|
| 3087 | 12. If the distribution and/or use of the Library is restricted in certain
|
---|
| 3088 | countries either by patents or by copyrighted interfaces, the original copyright
|
---|
| 3089 | holder who places the Library under this License may add an explicit
|
---|
| 3090 | geographical distribution limitation excluding those countries, so that
|
---|
| 3091 | distribution is permitted only in or among countries not thus excluded. In such
|
---|
| 3092 | case, this License incorporates the limitation as if written in the body of this
|
---|
| 3093 | License.
|
---|
| 3094 |
|
---|
| 3095 | 13. The Free Software Foundation may publish revised and/or new versions of the
|
---|
| 3096 | Lesser General Public License from time to time. Such new versions will be
|
---|
| 3097 | similar in spirit to the present version, but may differ in detail to address
|
---|
| 3098 | new problems or concerns.
|
---|
| 3099 |
|
---|
| 3100 | Each version is given a distinguishing version number. If the Library specifies
|
---|
| 3101 | a version number of this License which applies to it and "any later version",
|
---|
| 3102 | you have the option of following the terms and conditions either of that version
|
---|
| 3103 | or of any later version published by the Free Software Foundation. If the
|
---|
| 3104 | Library does not specify a license version number, you may choose any version
|
---|
| 3105 | ever published by the Free Software Foundation.
|
---|
| 3106 |
|
---|
| 3107 | 14. If you wish to incorporate parts of the Library into other free programs
|
---|
| 3108 | whose distribution conditions are incompatible with these, write to the author
|
---|
| 3109 | to ask for permission. For software which is copyrighted by the Free Software
|
---|
| 3110 | Foundation, write to the Free Software Foundation; we sometimes make exceptions
|
---|
| 3111 | for this. Our decision will be guided by the two goals of preserving the free
|
---|
| 3112 | status of all derivatives of our free software and of promoting the sharing and
|
---|
| 3113 | reuse of software generally.
|
---|
| 3114 |
|
---|
| 3115 | NO WARRANTY
|
---|
| 3116 |
|
---|
| 3117 | 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR
|
---|
| 3118 | THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE
|
---|
| 3119 | STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY
|
---|
| 3120 | "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
---|
| 3121 | BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
---|
| 3122 | PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
|
---|
| 3123 | LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
---|
| 3124 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
---|
| 3125 |
|
---|
| 3126 | 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
|
---|
| 3127 | ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE
|
---|
| 3128 | LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
|
---|
| 3129 | SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY
|
---|
| 3130 | TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
|
---|
| 3131 | RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF
|
---|
| 3132 | THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER
|
---|
| 3133 | PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND
|
---|
| 3134 | CONDITIONS
|
---|
| 3135 |
|
---|
| 3136 | How to Apply These Terms to Your New Libraries
|
---|
| 3137 |
|
---|
| 3138 | If you develop a new library, and you want it to be of the greatest possible use
|
---|
| 3139 | to the public, we recommend making it free software that everyone can
|
---|
| 3140 | redistribute and change. You can do so by permitting redistribution under these
|
---|
| 3141 | terms (or, alternatively, under the terms of the ordinary General Public
|
---|
| 3142 | License).
|
---|
| 3143 |
|
---|
| 3144 | To apply these terms, attach the following notices to the library. It is safest
|
---|
| 3145 | to attach them to the start of each source file to most effectively convey the
|
---|
| 3146 | exclusion of warranty; and each file should have at least the "copyright" line
|
---|
| 3147 | and a pointer to where the full notice is found.
|
---|
| 3148 |
|
---|
| 3149 | <one line to give the library's name and an idea of what it does.>
|
---|
| 3150 | Copyright (C) <year> <name of author>
|
---|
| 3151 |
|
---|
| 3152 | This library is free software; you can redistribute it and/or
|
---|
| 3153 | modify it under the terms of the GNU Lesser General Public
|
---|
| 3154 | License as published by the Free Software Foundation; either
|
---|
| 3155 | version 2.1 of the License, or (at your option) any later version.
|
---|
| 3156 |
|
---|
| 3157 | This library is distributed in the hope that it will be useful,
|
---|
| 3158 | but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 3159 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
| 3160 | Lesser General Public License for more details.
|
---|
| 3161 |
|
---|
| 3162 | You should have received a copy of the GNU Lesser General Public
|
---|
| 3163 | License along with this library; if not, write to the Free Software
|
---|
| 3164 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
---|
| 3165 |
|
---|
| 3166 | Also add information on how to contact you by electronic and paper mail.
|
---|
| 3167 |
|
---|
| 3168 | You should also get your employer (if you work as a programmer) or your school,
|
---|
| 3169 | if any, to sign a "copyright disclaimer" for the library, if necessary. Here is
|
---|
| 3170 | a sample; alter the names:
|
---|
| 3171 |
|
---|
| 3172 | Yoyodyne, Inc., hereby disclaims all copyright interest in
|
---|
| 3173 | the library `Frob' (a library for tweaking knobs) written
|
---|
| 3174 | by James Random Hacker.
|
---|
| 3175 |
|
---|
| 3176 | signature of Ty Coon, 1 April 1990
|
---|
| 3177 |
|
---|
| 3178 | Ty Coon, President of Vice
|
---|
| 3179 |
|
---|
| 3180 | That's all there is to it!
|
---|
| 3181 |
|
---|
| 3182 |
|
---|
| 3183 | unRAR restriction
|
---|
| 3184 | -----------------
|
---|
| 3185 |
|
---|
| 3186 | The unRAR sources cannot be used to re-create the RAR compression
|
---|
| 3187 | algorithm,
|
---|
| 3188 | which is proprietary. Distribution of modified unRAR sources in separate
|
---|
| 3189 | form
|
---|
| 3190 | or as a part of other software is permitted, provided that it is clearly
|
---|
| 3191 | stated in the documentation and source comments that the code may
|
---|
| 3192 | not be used to develop a RAR (WinRAR) compatible archiver.
|
---|
| 3193 |
|
---|
| 3194 |
|
---|
| 3195 | AES code license
|
---|
| 3196 | ----------------
|
---|
| 3197 |
|
---|
| 3198 | Copyright (c) 2001, Dr Brian Gladman
|
---|
| 3199 |
|
---|
| 3200 | LICENSE TERMS
|
---|
| 3201 |
|
---|
| 3202 | The free distribution and use of this software in both source and binary
|
---|
| 3203 | form is allowed (with or without changes) provided that:
|
---|
| 3204 |
|
---|
| 3205 | 1. distributions of this source code include the above copyright
|
---|
| 3206 | notice, this list of conditions and the following disclaimer;
|
---|
| 3207 |
|
---|
| 3208 | 2. distributions in binary form include the above copyright
|
---|
| 3209 | notice, this list of conditions and the following disclaimer
|
---|
| 3210 | in the documentation and/or other associated materials;
|
---|
| 3211 |
|
---|
| 3212 | 3. the copyright holder's name is not used to endorse products
|
---|
| 3213 | built using this software without specific written permission.
|
---|
| 3214 |
|
---|
| 3215 | DISCLAIMER
|
---|
| 3216 |
|
---|
| 3217 | This software is provided 'as is' with no explicit or implied warranties
|
---|
| 3218 | in respect of its properties, including, but not limited to, correctness
|
---|
| 3219 | and fitness for purpose.
|
---|
| 3220 |
|
---|
| 3221 |
|
---|
| 3222 | ***************************************************************************
|
---|
| 3223 |
|
---|
| 3224 | %%The following software may be included in this product:
|
---|
| 3225 | UPX
|
---|
| 3226 |
|
---|
| 3227 | Use of any of this software is governed by the terms of the license below:
|
---|
| 3228 |
|
---|
| 3229 | -----BEGIN PGP SIGNED MESSAGE-----
|
---|
| 3230 |
|
---|
| 3231 |
|
---|
| 3232 | ooooo ooo ooooooooo. ooooooo ooooo
|
---|
| 3233 | `888' `8' `888 `Y88. `8888 d8'
|
---|
| 3234 | 888 8 888 .d88' Y888..8P
|
---|
| 3235 | 888 8 888ooo88P' `8888'
|
---|
| 3236 | 888 8 888 .8PY888.
|
---|
| 3237 | `88. .8' 888 d8' `888b
|
---|
| 3238 | `YbodP' o888o o888o o88888o
|
---|
| 3239 |
|
---|
| 3240 |
|
---|
| 3241 | The Ultimate Packer for eXecutables
|
---|
| 3242 | Copyright (c) 1996-2000 Markus Oberhumer & Laszlo Molnar
|
---|
| 3243 | http://wildsau.idv.uni-linz.ac.at/mfx/upx.html
|
---|
| 3244 | http://www.nexus.hu/upx
|
---|
| 3245 | http://upx.tsx.org
|
---|
| 3246 |
|
---|
| 3247 |
|
---|
| 3248 | PLEASE CAREFULLY READ THIS LICENSE AGREEMENT, ESPECIALLY IF YOU PLAN
|
---|
| 3249 | TO MODIFY THE UPX SOURCE CODE OR USE A MODIFIED UPX VERSION.
|
---|
| 3250 |
|
---|
| 3251 |
|
---|
| 3252 | ABSTRACT
|
---|
| 3253 | ========
|
---|
| 3254 |
|
---|
| 3255 | UPX and UCL are copyrighted software distributed under the terms
|
---|
| 3256 | of the GNU General Public License (hereinafter the "GPL").
|
---|
| 3257 |
|
---|
| 3258 | The stub which is imbedded in each UPX compressed program is part
|
---|
| 3259 | of UPX and UCL, and contains code that is under our copyright. The
|
---|
| 3260 | terms of the GNU General Public License still apply as compressing
|
---|
| 3261 | a program is a special form of linking with our stub.
|
---|
| 3262 |
|
---|
| 3263 | As a special exception we grant the free usage of UPX for all
|
---|
| 3264 | executables, including commercial programs.
|
---|
| 3265 | See below for details and restrictions.
|
---|
| 3266 |
|
---|
| 3267 |
|
---|
| 3268 | COPYRIGHT
|
---|
| 3269 | =========
|
---|
| 3270 |
|
---|
| 3271 | UPX and UCL are copyrighted software. All rights remain with the authors.
|
---|
| 3272 |
|
---|
| 3273 | UPX is Copyright (C) 1996-2000 Markus Franz Xaver Johannes Oberhumer
|
---|
| 3274 | UPX is Copyright (C) 1996-2000 Laszlo Molnar
|
---|
| 3275 |
|
---|
| 3276 | UCL is Copyright (C) 1996-2000 Markus Franz Xaver Johannes Oberhumer
|
---|
| 3277 |
|
---|
| 3278 |
|
---|
| 3279 | GNU GENERAL PUBLIC LICENSE
|
---|
| 3280 | ==========================
|
---|
| 3281 |
|
---|
| 3282 | UPX and the UCL library are free software; you can redistribute them
|
---|
| 3283 | and/or modify them under the terms of the GNU General Public License as
|
---|
| 3284 | published by the Free Software Foundation; either version 2 of
|
---|
| 3285 | the License, or (at your option) any later version.
|
---|
| 3286 |
|
---|
| 3287 | UPX and UCL are distributed in the hope that they will be useful,
|
---|
| 3288 | but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 3289 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 3290 | GNU General Public License for more details.
|
---|
| 3291 |
|
---|
| 3292 | You should have received a copy of the GNU General Public License
|
---|
| 3293 | along with this program; see the file COPYING.
|
---|
| 3294 |
|
---|
| 3295 |
|
---|
| 3296 | SPECIAL EXCEPTION FOR COMPRESSED EXECUTABLES
|
---|
| 3297 | ============================================
|
---|
| 3298 |
|
---|
| 3299 | The stub which is imbedded in each UPX compressed program is part
|
---|
| 3300 | of UPX and UCL, and contains code that is under our copyright. The
|
---|
| 3301 | terms of the GNU General Public License still apply as compressing
|
---|
| 3302 | a program is a special form of linking with our stub.
|
---|
| 3303 |
|
---|
| 3304 | Hereby Markus F.X.J. Oberhumer and Laszlo Molnar grant you special
|
---|
| 3305 | permission to freely use and distribute all UPX compressed programs
|
---|
| 3306 | (including commercial ones), subject to the following restrictions:
|
---|
| 3307 |
|
---|
| 3308 | 1. You must compress your program with a completely unmodified UPX
|
---|
| 3309 | version; either with our precompiled version, or (at your option)
|
---|
| 3310 | with a self compiled version of the unmodified UPX sources as
|
---|
| 3311 | distributed by us.
|
---|
| 3312 | 2. This also implies that the UPX stub must be completely unmodfied, i.e.
|
---|
| 3313 | the stub imbedded in your compressed program must be byte-identical
|
---|
| 3314 | to the stub that is produced by the official unmodified UPX version.
|
---|
| 3315 | 3. The decompressor and any other code from the stub must exclusively get
|
---|
| 3316 | used by the unmodified UPX stub for decompressing your program at
|
---|
| 3317 | program startup. No portion of the stub may get read, copied,
|
---|
| 3318 | called or otherwise get used or accessed by your program.
|
---|
| 3319 |
|
---|
| 3320 |
|
---|
| 3321 | ANNOTATIONS
|
---|
| 3322 | ===========
|
---|
| 3323 |
|
---|
| 3324 | - You can use a modified UPX version or modified UPX stub only for
|
---|
| 3325 | programs that are compatible with the GNU General Public License.
|
---|
| 3326 |
|
---|
| 3327 | - We grant you special permission to freely use and distribute all UPX
|
---|
| 3328 | compressed programs. But any modification of the UPX stub (such as,
|
---|
| 3329 | but not limited to, removing our copyright string or making your
|
---|
| 3330 | program non-decompressible) will immediately revoke your right to
|
---|
| 3331 | use and distribute a UPX compressed program.
|
---|
| 3332 |
|
---|
| 3333 | - UPX is not a software protection tool; by requiring that you use
|
---|
| 3334 | the unmodified UPX version for your proprietary programs we
|
---|
| 3335 | make sure that any user can decompress your program. This protects
|
---|
| 3336 | both you and your users as nobody can hide malicious code -
|
---|
| 3337 | any program that cannot be decompressed is highly suspicious
|
---|
| 3338 | by definition.
|
---|
| 3339 |
|
---|
| 3340 | - You can integrate all or part of UPX and UCL into projects that
|
---|
| 3341 | are compatible with the GNU GPL, but obviously you cannot grant
|
---|
| 3342 | any special exceptions beyond the GPL for our code in your project.
|
---|
| 3343 |
|
---|
| 3344 | - We want to actively support manufacturers of virus scanners and
|
---|
| 3345 | similar security software. Please contact us if you would like to
|
---|
| 3346 | incorporate parts of UPX or UCL into such a product.
|
---|
| 3347 |
|
---|
| 3348 |
|
---|
| 3349 |
|
---|
| 3350 | Markus F.X.J. Oberhumer Laszlo Molnar
|
---|
| 3351 | markus.oberhumer@jk.uni-linz.ac.at ml1050@cdata.tvnet.hu
|
---|
| 3352 |
|
---|
| 3353 | Linz, Austria, 25 Feb 2000
|
---|
| 3354 |
|
---|
| 3355 | Additional License(s)
|
---|
| 3356 |
|
---|
| 3357 | The UPX license file is at http://upx.sourceforge.net/upx-license.html.
|
---|
| 3358 |
|
---|
| 3359 | ***************************************************************************
|
---|
| 3360 |
|
---|
| 3361 | %%The following software may be included in this product:
|
---|
| 3362 | LZMA Software Development Kit
|
---|
| 3363 |
|
---|
| 3364 | Use of any of this software is governed by the terms of the license below:
|
---|
| 3365 |
|
---|
| 3366 | License
|
---|
| 3367 |
|
---|
| 3368 | LZMA SDK is available under any of the following licenses:
|
---|
| 3369 |
|
---|
| 3370 | 1. GNU Lesser General Public License (GNU LGPL)
|
---|
| 3371 | 2. Common Public License (CPL)
|
---|
| 3372 | 3. Simplified license for unmodified code (read SPECIAL EXCEPTION)
|
---|
| 3373 | 4. Proprietary license
|
---|
| 3374 |
|
---|
| 3375 | This means that you can select one of these four options and follow rules of
|
---|
| 3376 | that license.
|
---|
| 3377 |
|
---|
| 3378 | SPECIAL EXCEPTION: Igor Pavlov, as the author of this code, expressly permit
|
---|
| 3379 | you statically or dynamically to link your code (or bind by name) to the files
|
---|
| 3380 | from LZMA SDK without subjecting your linked code to the terms of the CPL or GNU
|
---|
| 3381 | LGPL. Any modification or addition to any file in the LZMA SDK, however, is
|
---|
| 3382 | subject to the GNU LGPL or CPL terms.
|
---|
| 3383 |
|
---|
| 3384 | This SPECIAL EXCEPTION allows you to use LZMA SDK in applications with
|
---|
| 3385 | proprietary code, provided you keep the LZMA SDK code unmodified.
|
---|
| 3386 |
|
---|
| 3387 | SPECIAL EXCEPTION #2: Igor Pavlov, as the author of this code, expressly
|
---|
| 3388 | permits you to use LZMA SDK 4.43 under the same terms and conditions contained
|
---|
| 3389 | in the License Agreement you have for any previous version of LZMA SDK developed
|
---|
| 3390 | by Igor Pavlov.
|
---|
| 3391 |
|
---|
| 3392 | SPECIAL EXCEPTION #2 allows holders of proprietary licenses to use latest
|
---|
| 3393 | version of LZMA SDK as update for previous versions.
|
---|
| 3394 |
|
---|
| 3395 | GNU LGPL and CPL are pretty similar and both these licenses are classified as
|
---|
| 3396 | free software licenses at http://www.gnu.org/ and OSI-approved at
|
---|
| 3397 | http://www.opensource.org/.
|
---|
| 3398 |
|
---|
| 3399 | LZMA SDK also is available under a proprietary license which can include:
|
---|
| 3400 |
|
---|
| 3401 | 1. The right to modify code from the LZMA SDK without subjecting the modified
|
---|
| 3402 | code to the terms of the CPL or GNU LGPL
|
---|
| 3403 |
|
---|
| 3404 | 2. Technical support for LZMA SDK via email
|
---|
| 3405 |
|
---|
| 3406 | To request such a proprietary license, or for any additional consultations, send
|
---|
| 3407 | an email message, using the 7-Zip support page: Send message to LZMA developer
|
---|
| 3408 |
|
---|
| 3409 | The source code of 7-Zip is released under the terms of the GNU LGPL. You can
|
---|
| 3410 | download the source code of 7-Zip at 7-Zip's Source Forge Page
|
---|
| 3411 |
|
---|
| 3412 | Additional License(s)
|
---|
| 3413 |
|
---|
| 3414 | The license included with the software differs slightly from the version posted
|
---|
| 3415 | on the website. Specifically it includes SPECIAL EXCEPTION #3, which is not
|
---|
| 3416 | present in the license on the website. The license from the software archive
|
---|
| 3417 | follows:
|
---|
| 3418 |
|
---|
| 3419 | LICENSE
|
---|
| 3420 | -------
|
---|
| 3421 |
|
---|
| 3422 | LZMA SDK is available under any of the following licenses:
|
---|
| 3423 |
|
---|
| 3424 | 1) GNU Lesser General Public License (GNU LGPL)
|
---|
| 3425 | 2) Common Public License (CPL)
|
---|
| 3426 | 3) Simplified license for unmodified code (read SPECIAL EXCEPTION)
|
---|
| 3427 | 4) Proprietary license
|
---|
| 3428 |
|
---|
| 3429 | It means that you can select one of these four options and follow rules of that license.
|
---|
| 3430 |
|
---|
| 3431 |
|
---|
| 3432 | 1,2) GNU LGPL and CPL licenses are pretty similar and both these licenses are
|
---|
| 3433 | classified as
|
---|
| 3434 | - "Free software licenses" at http://www.gnu.org/
|
---|
| 3435 | - "OSI-approved" at http://www.opensource.org/
|
---|
| 3436 |
|
---|
| 3437 |
|
---|
| 3438 | 3) SPECIAL EXCEPTION
|
---|
| 3439 |
|
---|
| 3440 | Igor Pavlov, as the author of this code, expressly permits you to statically or
|
---|
| 3441 | dynamically link your code (or bind by name) to the files from LZMA SDK without
|
---|
| 3442 | subjecting your linked code to the terms of the CPL or GNU LGPL. Any
|
---|
| 3443 | modifications or additions to files from LZMA SDK, however, are subject to the
|
---|
| 3444 | GNU LGPL or CPL terms.
|
---|
| 3445 |
|
---|
| 3446 | SPECIAL EXCEPTION allows you to use LZMA SDK in applications with closed code,
|
---|
| 3447 | while you keep LZMA SDK code unmodified.
|
---|
| 3448 |
|
---|
| 3449 |
|
---|
| 3450 | SPECIAL EXCEPTION #2: Igor Pavlov, as the author of this code, expressly
|
---|
| 3451 | permits you to use this code under the same terms and conditions contained in
|
---|
| 3452 | the License Agreement you have for any previous version of LZMA SDK developed by
|
---|
| 3453 | Igor Pavlov.
|
---|
| 3454 |
|
---|
| 3455 | SPECIAL EXCEPTION #2 allows owners of proprietary licenses to use latest version
|
---|
| 3456 | of LZMA SDK as update for previous versions.
|
---|
| 3457 |
|
---|
| 3458 |
|
---|
| 3459 | SPECIAL EXCEPTION #3: Igor Pavlov, as the author of this code, expressly
|
---|
| 3460 | permits you to use code of the following files: BranchTypes.h, LzmaTypes.h,
|
---|
| 3461 | LzmaTest.c, LzmaStateTest.c, LzmaAlone.cpp, LzmaAlone.cs, LzmaAlone.java as
|
---|
| 3462 | public domain code.
|
---|
| 3463 |
|
---|
| 3464 |
|
---|
| 3465 | 4) Proprietary license
|
---|
| 3466 |
|
---|
| 3467 | LZMA SDK also can be available under a proprietary license which
|
---|
| 3468 | can include:
|
---|
| 3469 |
|
---|
| 3470 | 1) Right to modify code without subjecting modified code to the terms of the CPL or GNU LGPL
|
---|
| 3471 | 2) Technical support for code
|
---|
| 3472 |
|
---|
| 3473 | To request such proprietary license or any additional consultations, send email
|
---|
| 3474 | message from that page:http://www.7-zip.org/support.html
|
---|
| 3475 |
|
---|
| 3476 |
|
---|
| 3477 | You should have received a copy of the GNU Lesser General Public License along
|
---|
| 3478 | with this library; if not, write to the Free Software Foundation, Inc., 59
|
---|
| 3479 | Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
---|
| 3480 |
|
---|
| 3481 | You should have received a copy of the Common Public License along with this
|
---|
| 3482 | library.
|
---|