1 2This package includes the following software components distributed 3under corresponding licenses: 4 5 * classgraph-4.4.11.jar: MIT 6 * ecj-3.13.102.jar: EPL 1.0 7 * jetty-http-9.4.12.v20180830.jar: Apache 2.0 + EPL 1.0 8 * jetty-server-9.4.12.v20180830.jar: Apache 2.0 + EPL 1.0 9 * jetty-util-9.4.12.v20180830.jar: Apache 2.0 + EPL 1.0 10 * tomcat-api-9.0.13.jar: Apache 2.0 11 * tomcat-el-api-9.0.13.jar: Apache 2.0 12 * tomcat-jasper-9.0.13.jar: Apache 2.0 13 * tomcat-jasper-el-9.0.13.jar: Apache 2.0 14 * tomcat-jsp-api-9.0.13.jar: Apache 2.0 15 * tomcat-juli-9.0.13.jar: Apache 2.0 16 * tomcat-servlet-api-9.0.13.jar: Apache 2.0 + CDDL 1.0 17 * tomcat-util-9.0.13.jar: Apache 2.0 18 * tomcat-util-scan-9.0.13.jar: Apache 2.0 19 20Licenses could be found by the following links and below in this file: 21 22 - MIT (The MIT License): 23 http://www.opensource.org/licenses/MIT 24 25 - EPL (Eclipse Public License) v1.0: 26 https://www.eclipse.org/legal/epl-v10.html 27 28 - Apache 2.0: 29 http://www.apache.org/licenses/LICENSE-2.0.html 30 31 - CDDL (Common Development and Distribution License) v1.0: 32 https://opensource.org/licenses/CDDL-1.0 33 34 35====[ MIT license - begin ]=================================================== 36 37The MIT License (MIT) 38 39Copyright (c) 2015 Luke Hutchison 40 41Permission is hereby granted, free of charge, to any person obtaining a copy 42of this software and associated documentation files (the "Software"), to deal 43in the Software without restriction, including without limitation the rights 44to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 45copies of the Software, and to permit persons to whom the Software is 46furnished to do so, subject to the following conditions: 47 48The above copyright notice and this permission notice shall be included in all 49copies or substantial portions of the Software. 50 51THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 52IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 53FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 54AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 55LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 56OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 57SOFTWARE. 58 59====[ MIT license - end ]===================================================== 60 61 62====[ EPL license - begin ]=================================================== 63 64Eclipse Public License - v1.0 65 66THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 67LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 68CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 69 701. DEFINITIONS 71 72"Contribution" means: 73 74a) in the case of the initial Contributor, the initial code and documentation 75distributed under this Agreement, and 76 77b) in the case of each subsequent Contributor: 78 79i) changes to the Program, and 80 81ii) additions to the Program; 82 83where such changes and/or additions to the Program originate from and are 84distributed by that particular Contributor. A Contribution 'originates' from a 85Contributor if it was added to the Program by such Contributor itself or 86anyone acting on such Contributor's behalf. Contributions do not include 87additions to the Program which: (i) are separate modules of software 88distributed in conjunction with the Program under their own license agreement, 89and (ii) are not derivative works of the Program. "Contributor" means any 90person or entity that distributes the Program. 91 92"Licensed Patents" mean patent claims licensable by a Contributor which are 93necessarily infringed by the use or sale of its Contribution alone or when 94combined with the Program. 95 96"Program" means the Contributions distributed in accordance with this 97Agreement. 98 99"Recipient" means anyone who receives the Program under this Agreement, 100including all Contributors. 101 1022. GRANT OF RIGHTS 103 104a) Subject to the terms of this Agreement, each Contributor hereby grants 105Recipient a non-exclusive, worldwide, royalty-free copyright license to 106reproduce, prepare derivative works of, publicly display, publicly perform, 107distribute and sublicense the Contribution of such Contributor, if any, and 108such derivative works, in source code and object code form. 109 110b) Subject to the terms of this Agreement, each Contributor hereby grants 111Recipient a non-exclusive, worldwide, royalty-free patent license under 112Licensed Patents to make, use, sell, offer to sell, import and otherwise 113transfer the Contribution of such Contributor, if any, in source code and 114object code form. This patent license shall apply to the combination of the 115Contribution and the Program if, at the time the Contribution is added by the 116Contributor, such addition of the Contribution causes such combination to be 117covered by the Licensed Patents. The patent license shall not apply to any 118other combinations which include the Contribution. No hardware per se is 119licensed hereunder. 120 121c) Recipient understands that although each Contributor grants the licenses to 122its Contributions set forth herein, no assurances are provided by any 123Contributor that the Program does not infringe the patent or other 124intellectual property rights of any other entity. Each Contributor disclaims 125any liability to Recipient for claims brought by any other entity based on 126infringement of intellectual property rights or otherwise. As a condition to 127exercising the rights and licenses granted hereunder, each Recipient hereby 128assumes sole responsibility to secure any other intellectual property rights 129needed, if any. For example, if a third party patent license is required to 130allow Recipient to distribute the Program, it is Recipient's responsibility to 131acquire that license before distributing the Program. 132 133d) Each Contributor represents that to its knowledge it has sufficient 134copyright rights in its Contribution, if any, to grant the copyright license 135set forth in this Agreement. 136 1373. REQUIREMENTS 138 139A Contributor may choose to distribute the Program in object code form under 140its own license agreement, provided that: 141 142a) it complies with the terms and conditions of this Agreement; and 143 144b) its license agreement: 145 146i) effectively disclaims on behalf of all Contributors all warranties and 147conditions, express and implied, including warranties or conditions of title 148and non-infringement, and implied warranties or conditions of merchantability 149and fitness for a particular purpose; 150 151ii) effectively excludes on behalf of all Contributors all liability for 152damages, including direct, indirect, special, incidental and consequential 153damages, such as lost profits; 154 155iii) states that any provisions which differ from this Agreement are offered 156by that Contributor alone and not by any other party; and 157 158iv) states that source code for the Program is available from such 159Contributor, and informs licensees how to obtain it in a reasonable manner on 160or through a medium customarily used for software exchange. 161 162When the Program is made available in source code form: 163 164a) it must be made available under this Agreement; and 165 166b) a copy of this Agreement must be included with each copy of the Program. 167 168Contributors may not remove or alter any copyright notices contained within 169the Program. 170 171Each Contributor must identify itself as the originator of its Contribution, 172if any, in a manner that reasonably allows subsequent Recipients to identify 173the originator of the Contribution. 174 1754. COMMERCIAL DISTRIBUTION 176 177Commercial distributors of software may accept certain responsibilities with 178respect to end users, business partners and the like. While this license is 179intended to facilitate the commercial use of the Program, the Contributor who 180includes the Program in a commercial product offering should do so in a manner 181which does not create potential liability for other Contributors. Therefore, 182if a Contributor includes the Program in a commercial product offering, such 183Contributor ("Commercial Contributor") hereby agrees to defend and indemnify 184every other Contributor ("Indemnified Contributor") against any losses, 185damages and costs (collectively "Losses") arising from claims, lawsuits and 186other legal actions brought by a third party against the Indemnified 187Contributor to the extent caused by the acts or omissions of such Commercial 188Contributor in connection with its distribution of the Program in a commercial 189product offering. The obligations in this section do not apply to any claims 190or Losses relating to any actual or alleged intellectual property 191infringement. In order to qualify, an Indemnified Contributor must: a) 192promptly notify the Commercial Contributor in writing of such claim, and b) 193allow the Commercial Contributor to control, and cooperate with the Commercial 194Contributor in, the defense and any related settlement negotiations. The 195Indemnified Contributor may participate in any such claim at its own expense. 196 197For example, a Contributor might include the Program in a commercial product 198offering, Product X. That Contributor is then a Commercial Contributor. If 199that Commercial Contributor then makes performance claims, or offers 200warranties related to Product X, those performance claims and warranties are 201such Commercial Contributor's responsibility alone. Under this section, the 202Commercial Contributor would have to defend claims against the other 203Contributors related to those performance claims and warranties, and if a 204court requires any other Contributor to pay any damages as a result, the 205Commercial Contributor must pay those damages. 206 2075. NO WARRANTY 208 209EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN 210"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR 211IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, 212NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each 213Recipient is solely responsible for determining the appropriateness of using 214and distributing the Program and assumes all risks associated with its 215exercise of rights under this Agreement , including but not limited to the 216risks and costs of program errors, compliance with applicable laws, damage to 217or loss of data, programs or equipment, and unavailability or interruption of 218operations. 219 2206. DISCLAIMER OF LIABILITY 221 222EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY 223CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, 224SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION 225LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 226CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 227ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE 228EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY 229OF SUCH DAMAGES. 230 2317. GENERAL 232 233If any provision of this Agreement is invalid or unenforceable under 234applicable law, it shall not affect the validity or enforceability of the 235remainder of the terms of this Agreement, and without further action by the 236parties hereto, such provision shall be reformed to the minimum extent 237necessary to make such provision valid and enforceable. 238 239If Recipient institutes patent litigation against any entity (including a 240cross-claim or counterclaim in a lawsuit) alleging that the Program itself 241(excluding combinations of the Program with other software or hardware) 242infringes such Recipient's patent(s), then such Recipient's rights granted 243under Section 2(b) shall terminate as of the date such litigation is filed. 244 245All Recipient's rights under this Agreement shall terminate if it fails to 246comply with any of the material terms or conditions of this Agreement and does 247not cure such failure in a reasonable period of time after becoming aware of 248such noncompliance. If all Recipient's rights under this Agreement terminate, 249Recipient agrees to cease use and distribution of the Program as soon as 250reasonably practicable. However, Recipient's obligations under this Agreement 251and any licenses granted by Recipient relating to the Program shall continue 252and survive. 253 254Everyone is permitted to copy and distribute copies of this Agreement, but in 255order to avoid inconsistency the Agreement is copyrighted and may only be 256modified in the following manner. The Agreement Steward reserves the right to 257publish new versions (including revisions) of this Agreement from time to 258time. No one other than the Agreement Steward has the right to modify this 259Agreement. The Eclipse Foundation is the initial Agreement Steward. The 260Eclipse Foundation may assign the responsibility to serve as the Agreement 261Steward to a suitable separate entity. Each new version of the Agreement will 262be given a distinguishing version number. The Program (including 263Contributions) may always be distributed subject to the version of the 264Agreement under which it was received. In addition, after a new version of the 265Agreement is published, Contributor may elect to distribute the Program 266(including its Contributions) under the new version. Except as expressly 267stated in Sections 2(a) and 2(b) above, Recipient receives no rights or 268licenses to the intellectual property of any Contributor under this Agreement, 269whether expressly, by implication, estoppel or otherwise. All rights in the 270Program not expressly granted under this Agreement are reserved. 271 272This Agreement is governed by the laws of the State of New York and the 273intellectual property laws of the United States of America. No party to this 274Agreement will bring a legal action under this Agreement more than one year 275after the cause of action arose. Each party waives its rights to a jury trial 276in any resulting litigation. 277 278====[ EPL license - begin ]=================================================== 279 280 281====[ Apache 2.0 license - begin ]============================================ 282 283 Apache License 284 Version 2.0, January 2004 285 http://www.apache.org/licenses/ 286 287 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 288 289 1. Definitions. 290 291 "License" shall mean the terms and conditions for use, reproduction, 292 and distribution as defined by Sections 1 through 9 of this document. 293 294 "Licensor" shall mean the copyright owner or entity authorized by 295 the copyright owner that is granting the License. 296 297 "Legal Entity" shall mean the union of the acting entity and all 298 other entities that control, are controlled by, or are under common 299 control with that entity. For the purposes of this definition, 300 "control" means (i) the power, direct or indirect, to cause the 301 direction or management of such entity, whether by contract or 302 otherwise, or (ii) ownership of fifty percent (50%) or more of the 303 outstanding shares, or (iii) beneficial ownership of such entity. 304 305 "You" (or "Your") shall mean an individual or Legal Entity 306 exercising permissions granted by this License. 307 308 "Source" form shall mean the preferred form for making modifications, 309 including but not limited to software source code, documentation 310 source, and configuration files. 311 312 "Object" form shall mean any form resulting from mechanical 313 transformation or translation of a Source form, including but 314 not limited to compiled object code, generated documentation, 315 and conversions to other media types. 316 317 "Work" shall mean the work of authorship, whether in Source or 318 Object form, made available under the License, as indicated by a 319 copyright notice that is included in or attached to the work 320 (an example is provided in the Appendix below). 321 322 "Derivative Works" shall mean any work, whether in Source or Object 323 form, that is based on (or derived from) the Work and for which the 324 editorial revisions, annotations, elaborations, or other modifications 325 represent, as a whole, an original work of authorship. For the purposes 326 of this License, Derivative Works shall not include works that remain 327 separable from, or merely link (or bind by name) to the interfaces of, 328 the Work and Derivative Works thereof. 329 330 "Contribution" shall mean any work of authorship, including 331 the original version of the Work and any modifications or additions 332 to that Work or Derivative Works thereof, that is intentionally 333 submitted to Licensor for inclusion in the Work by the copyright owner 334 or by an individual or Legal Entity authorized to submit on behalf of 335 the copyright owner. For the purposes of this definition, "submitted" 336 means any form of electronic, verbal, or written communication sent 337 to the Licensor or its representatives, including but not limited to 338 communication on electronic mailing lists, source code control systems, 339 and issue tracking systems that are managed by, or on behalf of, the 340 Licensor for the purpose of discussing and improving the Work, but 341 excluding communication that is conspicuously marked or otherwise 342 designated in writing by the copyright owner as "Not a Contribution." 343 344 "Contributor" shall mean Licensor and any individual or Legal Entity 345 on behalf of whom a Contribution has been received by Licensor and 346 subsequently incorporated within the Work. 347 348 2. Grant of Copyright License. Subject to the terms and conditions of 349 this License, each Contributor hereby grants to You a perpetual, 350 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 351 copyright license to reproduce, prepare Derivative Works of, 352 publicly display, publicly perform, sublicense, and distribute the 353 Work and such Derivative Works in Source or Object form. 354 355 3. Grant of Patent License. Subject to the terms and conditions of 356 this License, each Contributor hereby grants to You a perpetual, 357 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 358 (except as stated in this section) patent license to make, have made, 359 use, offer to sell, sell, import, and otherwise transfer the Work, 360 where such license applies only to those patent claims licensable 361 by such Contributor that are necessarily infringed by their 362 Contribution(s) alone or by combination of their Contribution(s) 363 with the Work to which such Contribution(s) was submitted. If You 364 institute patent litigation against any entity (including a 365 cross-claim or counterclaim in a lawsuit) alleging that the Work 366 or a Contribution incorporated within the Work constitutes direct 367 or contributory patent infringement, then any patent licenses 368 granted to You under this License for that Work shall terminate 369 as of the date such litigation is filed. 370 371 4. Redistribution. You may reproduce and distribute copies of the 372 Work or Derivative Works thereof in any medium, with or without 373 modifications, and in Source or Object form, provided that You 374 meet the following conditions: 375 376 (a) You must give any other recipients of the Work or 377 Derivative Works a copy of this License; and 378 379 (b) You must cause any modified files to carry prominent notices 380 stating that You changed the files; and 381 382 (c) You must retain, in the Source form of any Derivative Works 383 that You distribute, all copyright, patent, trademark, and 384 attribution notices from the Source form of the Work, 385 excluding those notices that do not pertain to any part of 386 the Derivative Works; and 387 388 (d) If the Work includes a "NOTICE" text file as part of its 389 distribution, then any Derivative Works that You distribute must 390 include a readable copy of the attribution notices contained 391 within such NOTICE file, excluding those notices that do not 392 pertain to any part of the Derivative Works, in at least one 393 of the following places: within a NOTICE text file distributed 394 as part of the Derivative Works; within the Source form or 395 documentation, if provided along with the Derivative Works; or, 396 within a display generated by the Derivative Works, if and 397 wherever such third-party notices normally appear. The contents 398 of the NOTICE file are for informational purposes only and 399 do not modify the License. You may add Your own attribution 400 notices within Derivative Works that You distribute, alongside 401 or as an addendum to the NOTICE text from the Work, provided 402 that such additional attribution notices cannot be construed 403 as modifying the License. 404 405 You may add Your own copyright statement to Your modifications and 406 may provide additional or different license terms and conditions 407 for use, reproduction, or distribution of Your modifications, or 408 for any such Derivative Works as a whole, provided Your use, 409 reproduction, and distribution of the Work otherwise complies with 410 the conditions stated in this License. 411 412 5. Submission of Contributions. Unless You explicitly state otherwise, 413 any Contribution intentionally submitted for inclusion in the Work 414 by You to the Licensor shall be under the terms and conditions of 415 this License, without any additional terms or conditions. 416 Notwithstanding the above, nothing herein shall supersede or modify 417 the terms of any separate license agreement you may have executed 418 with Licensor regarding such Contributions. 419 420 6. Trademarks. This License does not grant permission to use the trade 421 names, trademarks, service marks, or product names of the Licensor, 422 except as required for reasonable and customary use in describing the 423 origin of the Work and reproducing the content of the NOTICE file. 424 425 7. Disclaimer of Warranty. Unless required by applicable law or 426 agreed to in writing, Licensor provides the Work (and each 427 Contributor provides its Contributions) on an "AS IS" BASIS, 428 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 429 implied, including, without limitation, any warranties or conditions 430 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 431 PARTICULAR PURPOSE. You are solely responsible for determining the 432 appropriateness of using or redistributing the Work and assume any 433 risks associated with Your exercise of permissions under this License. 434 435 8. Limitation of Liability. In no event and under no legal theory, 436 whether in tort (including negligence), contract, or otherwise, 437 unless required by applicable law (such as deliberate and grossly 438 negligent acts) or agreed to in writing, shall any Contributor be 439 liable to You for damages, including any direct, indirect, special, 440 incidental, or consequential damages of any character arising as a 441 result of this License or out of the use or inability to use the 442 Work (including but not limited to damages for loss of goodwill, 443 work stoppage, computer failure or malfunction, or any and all 444 other commercial damages or losses), even if such Contributor 445 has been advised of the possibility of such damages. 446 447 9. Accepting Warranty or Additional Liability. While redistributing 448 the Work or Derivative Works thereof, You may choose to offer, 449 and charge a fee for, acceptance of support, warranty, indemnity, 450 or other liability obligations and/or rights consistent with this 451 License. However, in accepting such obligations, You may act only 452 on Your own behalf and on Your sole responsibility, not on behalf 453 of any other Contributor, and only if You agree to indemnify, 454 defend, and hold each Contributor harmless for any liability 455 incurred by, or claims asserted against, such Contributor by reason 456 of your accepting any such warranty or additional liability. 457 458 END OF TERMS AND CONDITIONS 459 460 APPENDIX: How to apply the Apache License to your work. 461 462 To apply the Apache License to your work, attach the following 463 boilerplate notice, with the fields enclosed by brackets "[]" 464 replaced with your own identifying information. (Don't include 465 the brackets!) The text should be enclosed in the appropriate 466 comment syntax for the file format. We also recommend that a 467 file or class name and description of purpose be included on the 468 same "printed page" as the copyright notice for easier 469 identification within third-party archives. 470 471 Copyright [yyyy] [name of copyright owner] 472 473 Licensed under the Apache License, Version 2.0 (the "License"); 474 you may not use this file except in compliance with the License. 475 You may obtain a copy of the License at 476 477 http://www.apache.org/licenses/LICENSE-2.0 478 479 Unless required by applicable law or agreed to in writing, software 480 distributed under the License is distributed on an "AS IS" BASIS, 481 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 482 See the License for the specific language governing permissions and 483 limitations under the License. 484 485====[ Apache 2.0 license - end ]============================================== 486 487 488====[ CDDL v1.0 license - start ]============================================= 489 490COMMON DEVELOPMENT AND DISTRIBUTION LICENSE Version 1.0 491 4921. Definitions. 493 494 1.1. "Contributor" means each individual or entity that creates 495 or contributes to the creation of Modifications. 496 497 1.2. "Contributor Version" means the combination of the Original 498 Software, prior Modifications used by a Contributor (if any), 499 and the Modifications made by that particular Contributor. 500 501 1.3. "Covered Software" means (a) the Original Software, or (b) 502 Modifications, or (c) the combination of files containing 503 Original Software with files containing Modifications, in 504 each case including portions thereof. 505 506 1.4. "Executable" means the Covered Software in any form other 507 than Source Code. 508 509 1.5. "Initial Developer" means the individual or entity that first 510 makes Original Software available under this License. 511 512 1.6. "Larger Work" means a work which combines Covered Software or 513 portions thereof with code not governed by the terms of this 514 License. 515 516 1.7. "License" means this document. 517 518 1.8. "Licensable" means having the right to grant, to the maximum 519 extent possible, whether at the time of the initial grant or 520 subsequently acquired, any and all of the rights conveyed 521 herein. 522 523 1.9. "Modifications" means the Source Code and Executable form of 524 any of the following: 525 526 A. Any file that results from an addition to, deletion from or 527 modification of the contents of a file containing Original 528 Software or previous Modifications; 529 530 B. Any new file that contains any part of the Original 531 Software or previous Modifications; or 532 533 C. Any new file that is contributed or otherwise made 534 available under the terms of this License. 535 536 1.10. "Original Software" means the Source Code and Executable 537 form of computer software code that is originally released 538 under this License. 539 540 1.11. "Patent Claims" means any patent claim(s), now owned or 541 hereafter acquired, including without limitation, method, 542 process, and apparatus claims, in any patent Licensable by 543 grantor. 544 545 1.12. "Source Code" means (a) the common form of computer software 546 code in which modifications are made and (b) associated 547 documentation included in or with such code. 548 549 1.13. "You" (or "Your") means an individual or a legal entity 550 exercising rights under, and complying with all of the terms 551 of, this License. For legal entities, "You" includes any 552 entity which controls, is controlled by, or is under common 553 control with You. For purposes of this definition, 554 "control" means (a) the power, direct or indirect, to cause 555 the direction or management of such entity, whether by 556 contract or otherwise, or (b) ownership of more than fifty 557 percent (50%) of the outstanding shares or beneficial 558 ownership of such entity. 559 5602. License Grants. 561 562 2.1. The Initial Developer Grant. 563 564 Conditioned upon Your compliance with Section 3.1 below and 565 subject to third party intellectual property claims, the Initial 566 Developer hereby grants You a world-wide, royalty-free, 567 non-exclusive license: 568 569 (a) under intellectual property rights (other than patent or 570 trademark) Licensable by Initial Developer, to use, 571 reproduce, modify, display, perform, sublicense and 572 distribute the Original Software (or portions thereof), 573 with or without Modifications, and/or as part of a Larger 574 Work; and 575 576 (b) under Patent Claims infringed by the making, using or 577 selling of Original Software, to make, have made, use, 578 practice, sell, and offer for sale, and/or otherwise 579 dispose of the Original Software (or portions thereof). 580 581 (c) The licenses granted in Sections 2.1(a) and (b) are 582 effective on the date Initial Developer first distributes 583 or otherwise makes the Original Software available to a 584 third party under the terms of this License. 585 586 (d) Notwithstanding Section 2.1(b) above, no patent license is 587 granted: (1) for code that You delete from the Original 588 Software, or (2) for infringements caused by: (i) the 589 modification of the Original Software, or (ii) the 590 combination of the Original Software with other software 591 or devices. 592 593 2.2. Contributor Grant. 594 595 Conditioned upon Your compliance with Section 3.1 below and 596 subject to third party intellectual property claims, each 597 Contributor hereby grants You a world-wide, royalty-free, 598 non-exclusive license: 599 600 (a) under intellectual property rights (other than patent or 601 trademark) Licensable by Contributor to use, reproduce, 602 modify, display, perform, sublicense and distribute the 603 Modifications created by such Contributor (or portions 604 thereof), either on an unmodified basis, with other 605 Modifications, as Covered Software and/or as part of a 606 Larger Work; and 607 608 (b) under Patent Claims infringed by the making, using, or 609 selling of Modifications made by that Contributor either 610 alone and/or in combination with its Contributor Version 611 (or portions of such combination), to make, use, sell, 612 offer for sale, have made, and/or otherwise dispose of: 613 (1) Modifications made by that Contributor (or portions 614 thereof); and (2) the combination of Modifications made by 615 that Contributor with its Contributor Version (or portions 616 of such combination). 617 618 (c) The licenses granted in Sections 2.2(a) and 2.2(b) are 619 effective on the date Contributor first distributes or 620 otherwise makes the Modifications available to a third 621 party. 622 623 (d) Notwithstanding Section 2.2(b) above, no patent license is 624 granted: (1) for any code that Contributor has deleted 625 from the Contributor Version; (2) for infringements caused 626 by: (i) third party modifications of Contributor Version, 627 or (ii) the combination of Modifications made by that 628 Contributor with other software (except as part of the 629 Contributor Version) or other devices; or (3) under Patent 630 Claims infringed by Covered Software in the absence of 631 Modifications made by that Contributor. 632 6333. Distribution Obligations. 634 635 3.1. Availability of Source Code. 636 637 Any Covered Software that You distribute or otherwise make 638 available in Executable form must also be made available in Source 639 Code form and that Source Code form must be distributed only under 640 the terms of this License. You must include a copy of this 641 License with every copy of the Source Code form of the Covered 642 Software You distribute or otherwise make available. You must 643 inform recipients of any such Covered Software in Executable form 644 as to how they can obtain such Covered Software in Source Code 645 form in a reasonable manner on or through a medium customarily 646 used for software exchange. 647 648 3.2. Modifications. 649 650 The Modifications that You create or to which You contribute are 651 governed by the terms of this License. You represent that You 652 believe Your Modifications are Your original creation(s) and/or 653 You have sufficient rights to grant the rights conveyed by this 654 License. 655 656 3.3. Required Notices. 657 658 You must include a notice in each of Your Modifications that 659 identifies You as the Contributor of the Modification. You may 660 not remove or alter any copyright, patent or trademark notices 661 contained within the Covered Software, or any notices of licensing 662 or any descriptive text giving attribution to any Contributor or 663 the Initial Developer. 664 665 3.4. Application of Additional Terms. 666 667 You may not offer or impose any terms on any Covered Software in 668 Source Code form that alters or restricts the applicable version 669 of this License or the recipients' rights hereunder. You may 670 choose to offer, and to charge a fee for, warranty, support, 671 indemnity or liability obligations to one or more recipients of 672 Covered Software. However, you may do so only on Your own behalf, 673 and not on behalf of the Initial Developer or any Contributor. 674 You must make it absolutely clear that any such warranty, support, 675 indemnity or liability obligation is offered by You alone, and You 676 hereby agree to indemnify the Initial Developer and every 677 Contributor for any liability incurred by the Initial Developer or 678 such Contributor as a result of warranty, support, indemnity or 679 liability terms You offer. 680 681 3.5. Distribution of Executable Versions. 682 683 You may distribute the Executable form of the Covered Software 684 under the terms of this License or under the terms of a license of 685 Your choice, which may contain terms different from this License, 686 provided that You are in compliance with the terms of this License 687 and that the license for the Executable form does not attempt to 688 limit or alter the recipient's rights in the Source Code form from 689 the rights set forth in this License. If You distribute the 690 Covered Software in Executable form under a different license, You 691 must make it absolutely clear that any terms which differ from 692 this License are offered by You alone, not by the Initial 693 Developer or Contributor. You hereby agree to indemnify the 694 Initial Developer and every Contributor for any liability incurred 695 by the Initial Developer or such Contributor as a result of any 696 such terms You offer. 697 698 3.6. Larger Works. 699 700 You may create a Larger Work by combining Covered Software with 701 other code not governed by the terms of this License and 702 distribute the Larger Work as a single product. In such a case, 703 You must make sure the requirements of this License are fulfilled 704 for the Covered Software. 705 7064. Versions of the License. 707 708 4.1. New Versions. 709 710 Sun Microsystems, Inc. is the initial license steward and may 711 publish revised and/or new versions of this License from time to 712 time. Each version will be given a distinguishing version number. 713 Except as provided in Section 4.3, no one other than the license 714 steward has the right to modify this License. 715 716 4.2. Effect of New Versions. 717 718 You may always continue to use, distribute or otherwise make the 719 Covered Software available under the terms of the version of the 720 License under which You originally received the Covered Software. 721 If the Initial Developer includes a notice in the Original 722 Software prohibiting it from being distributed or otherwise made 723 available under any subsequent version of the License, You must 724 distribute and make the Covered Software available under the terms 725 of the version of the License under which You originally received 726 the Covered Software. Otherwise, You may also choose to use, 727 distribute or otherwise make the Covered Software available under 728 the terms of any subsequent version of the License published by 729 the license steward. 730 731 4.3. Modified Versions. 732 733 When You are an Initial Developer and You want to create a new 734 license for Your Original Software, You may create and use a 735 modified version of this License if You: (a) rename the license 736 and remove any references to the name of the license steward 737 (except to note that the license differs from this License); and 738 (b) otherwise make it clear that the license contains terms which 739 differ from this License. 740 7415. DISCLAIMER OF WARRANTY. 742 743 COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" 744 BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, 745 INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED 746 SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR 747 PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND 748 PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY 749 COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE 750 INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY 751 NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF 752 WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF 753 ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS 754 DISCLAIMER. 755 7566. TERMINATION. 757 758 6.1. This License and the rights granted hereunder will terminate 759 automatically if You fail to comply with terms herein and fail to 760 cure such breach within 30 days of becoming aware of the breach. 761 Provisions which, by their nature, must remain in effect beyond 762 the termination of this License shall survive. 763 764 6.2. If You assert a patent infringement claim (excluding 765 declaratory judgment actions) against Initial Developer or a 766 Contributor (the Initial Developer or Contributor against whom You 767 assert such claim is referred to as "Participant") alleging that 768 the Participant Software (meaning the Contributor Version where 769 the Participant is a Contributor or the Original Software where 770 the Participant is the Initial Developer) directly or indirectly 771 infringes any patent, then any and all rights granted directly or 772 indirectly to You by such Participant, the Initial Developer (if 773 the Initial Developer is not the Participant) and all Contributors 774 under Sections 2.1 and/or 2.2 of this License shall, upon 60 days 775 notice from Participant terminate prospectively and automatically 776 at the expiration of such 60 day notice period, unless if within 777 such 60 day period You withdraw Your claim with respect to the 778 Participant Software against such Participant either unilaterally 779 or pursuant to a written agreement with Participant. 780 781 6.3. In the event of termination under Sections 6.1 or 6.2 above, 782 all end user licenses that have been validly granted by You or any 783 distributor hereunder prior to termination (excluding licenses 784 granted to You by any distributor) shall survive termination. 785 7867. LIMITATION OF LIABILITY. 787 788 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT 789 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE 790 INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF 791 COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE 792 LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR 793 CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT 794 LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK 795 STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER 796 COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN 797 INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF 798 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL 799 INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT 800 APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO 801 NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR 802 CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT 803 APPLY TO YOU. 804 8058. U.S. GOVERNMENT END USERS. 806 807 The Covered Software is a "commercial item," as that term is 808 defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial 809 computer software" (as that term is defined at 48 810 C.F.R. 252.227-7014(a)(1)) and "commercial computer software 811 documentation" as such terms are used in 48 C.F.R. 12.212 812 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 813 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all 814 U.S. Government End Users acquire Covered Software with only those 815 rights set forth herein. This U.S. Government Rights clause is in 816 lieu of, and supersedes, any other FAR, DFAR, or other clause or 817 provision that addresses Government rights in computer software 818 under this License. 819 8209. MISCELLANEOUS. 821 822 This License represents the complete agreement concerning subject 823 matter hereof. If any provision of this License is held to be 824 unenforceable, such provision shall be reformed only to the extent 825 necessary to make it enforceable. This License shall be governed 826 by the law of the jurisdiction specified in a notice contained 827 within the Original Software (except to the extent applicable law, 828 if any, provides otherwise), excluding such jurisdiction's 829 conflict-of-law provisions. Any litigation relating to this 830 License shall be subject to the jurisdiction of the courts located 831 in the jurisdiction and venue specified in a notice contained 832 within the Original Software, with the losing party responsible 833 for costs, including, without limitation, court costs and 834 reasonable attorneys' fees and expenses. The application of the 835 United Nations Convention on Contracts for the International Sale 836 of Goods is expressly excluded. Any law or regulation which 837 provides that the language of a contract shall be construed 838 against the drafter shall not apply to this License. You agree 839 that You alone are responsible for compliance with the United 840 States export administration regulations (and the export control 841 laws and regulation of any other countries) when You use, 842 distribute or otherwise make available any Covered Software. 843 84410. RESPONSIBILITY FOR CLAIMS. 845 846 As between Initial Developer and the Contributors, each party is 847 responsible for claims and damages arising, directly or 848 indirectly, out of its utilization of rights under this License 849 and You agree to work with Initial Developer and Contributors to 850 distribute such responsibility on an equitable basis. Nothing 851 herein is intended or shall be deemed to constitute any admission 852 of liability. 853 854-------------------------------------------------------------------- 855 856NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND 857DISTRIBUTION LICENSE (CDDL) 858 859For Covered Software in this distribution, this License shall 860be governed by the laws of the State of California (excluding 861conflict-of-law provisions). 862 863Any litigation relating to this License shall be subject to the 864jurisdiction of the Federal Courts of the Northern District of 865California and the state courts of the State of California, with 866venue lying in Santa Clara County, California. 867 868====[ CDDL v1.0 license - end ]=============================================== 869