| 1 | Apache License |
| 2 | Version 2.0, January 2004 |
| 3 | http://www.apache.org/licenses/ |
| 4 | |
| 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION |
| 6 | |
| 7 | 1. Definitions. |
| 8 | |
| 9 | "License" shall mean the terms and conditions for use, reproduction, and |
| 10 | distribution as defined by Sections 1 through 9 of this document. |
| 11 | |
| 12 | "Licensor" shall mean the copyright owner or entity authorized by the copyright |
| 13 | owner that is granting the License. |
| 14 | |
| 15 | "Legal Entity" shall mean the union of the acting entity and all other entities |
| 16 | that control, are controlled by, or are under common control with that entity. |
| 17 | For the purposes of this definition, "control" means (i) the power, direct or |
| 18 | indirect, to cause the direction or management of such entity, whether by |
| 19 | contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the |
| 20 | outstanding shares, or (iii) beneficial ownership of such entity. |
| 21 | |
| 22 | "You" (or "Your") shall mean an individual or Legal Entity exercising |
| 23 | permissions granted by this License. |
| 24 | |
| 25 | "Source" form shall mean the preferred form for making modifications, including |
| 26 | but not limited to software source code, documentation source, and configuration |
| 27 | files. |
| 28 | |
| 29 | "Object" form shall mean any form resulting from mechanical transformation or |
| 30 | translation of a Source form, including but not limited to compiled object code, |
| 31 | generated documentation, and conversions to other media types. |
| 32 | |
| 33 | "Work" shall mean the work of authorship, whether in Source or Object form, |
| 34 | made available under the License, as indicated by a copyright notice that is |
| 35 | included in or attached to the work (an example is provided in the Appendix |
| 36 | below). |
| 37 | |
| 38 | "Derivative Works" shall mean any work, whether in Source or Object form, that |
| 39 | is based on (or derived from) the Work and for which the editorial revisions, |
| 40 | annotations, elaborations, or other modifications represent, as a whole, an |
| 41 | original work of authorship. For the purposes of this License, Derivative Works |
| 42 | shall not include works that remain separable from, or merely link (or bind by |
| 43 | name) to the interfaces of, the Work and Derivative Works thereof. |
| 44 | |
| 45 | "Contribution" shall mean any work of authorship, including the original version |
| 46 | of the Work and any modifications or additions to that Work or Derivative Works |
| 47 | thereof, that is intentionally submitted to Licensor for inclusion in the Work |
| 48 | by the copyright owner or by an individual or Legal Entity authorized to submit |
| 49 | on behalf of the copyright owner. For the purposes of this definition, |
| 50 | "submitted" means any form of electronic, verbal, or written communication sent |
| 51 | to the Licensor or its representatives, including but not limited to |
| 52 | communication on electronic mailing lists, source code control systems, and |
| 53 | issue tracking systems that are managed by, or on behalf of, the Licensor for |
| 54 | the purpose of discussing and improving the Work, but excluding communication |
| 55 | that is conspicuously marked or otherwise designated in writing by the copyright |
| 56 | owner as "Not a Contribution." |
| 57 | |
| 58 | "Contributor" shall mean Licensor and any individual or Legal Entity on behalf |
| 59 | of whom a Contribution has been received by Licensor and subsequently |
| 60 | incorporated within the Work. |
| 61 | |
| 62 | 2. Grant of Copyright License. Subject to the terms and conditions of this |
| 63 | License, each Contributor hereby grants to You a perpetual, worldwide, |
| 64 | non-exclusive, no-charge, royalty-free, irrevocable copyright license to |
| 65 | reproduce, prepare Derivative Works of, publicly display, publicly perform, |
| 66 | sublicense, and distribute the Work and such Derivative Works in Source or |
| 67 | Object form. |
| 68 | |
| 69 | 3. Grant of Patent License. Subject to the terms and conditions of this License, |
| 70 | each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, |
| 71 | no-charge, royalty-free, irrevocable (except as stated in this section) patent |
| 72 | license to make, have made, use, offer to sell, sell, import, and otherwise |
| 73 | transfer the Work, where such license applies only to those patent claims |
| 74 | licensable by such Contributor that are necessarily infringed by their |
| 75 | Contribution(s) alone or by combination of their Contribution(s) with the Work |
| 76 | to which such Contribution(s) was submitted. If You institute patent litigation |
| 77 | against any entity (including a cross-claim or counterclaim in a lawsuit) |
| 78 | alleging that the Work or a Contribution incorporated within the Work |
| 79 | constitutes direct or contributory patent infringement, then any patent licenses |
| 80 | granted to You under this License for that Work shall terminate as of the date |
| 81 | such litigation is filed. |
| 82 | |
| 83 | 4. Redistribution. You may reproduce and distribute copies of the Work or |
| 84 | Derivative Works thereof in any medium, with or without modifications, and in |
| 85 | Source or Object form, provided that You meet the following conditions: |
| 86 | |
| 87 | (a) You must give any other recipients of the Work or Derivative Works a |
| 88 | copy of this License; and |
| 89 | |
| 90 | (b) You must cause any modified files to carry prominent notices stating that |
| 91 | You changed the files; and |
| 92 | |
| 93 | (c) You must retain, in the Source form of any Derivative Works that You |
| 94 | distribute, all copyright, patent, trademark, and attribution notices |
| 95 | from the Source form of the Work, excluding those notices that do not |
| 96 | pertain to any part of the Derivative Works; and |
| 97 | |
| 98 | (d) If the Work includes a "NOTICE" text file as part of its distribution, |
| 99 | then any Derivative Works that You distribute must include a readable |
| 100 | copy of the attribution notices contained within such NOTICE file, |
| 101 | excluding those notices that do not pertain to any part of the |
| 102 | Derivative Works, in at least one of the following places: within a NOTICE |
| 103 | text file distributed as part of the Derivative Works; within the Source |
| 104 | form or documentation, if provided along with the Derivative Works; or, |
| 105 | within a display generated by the Derivative Works, if and wherever such |
| 106 | third-party notices normally appear. The contents of the NOTICE file are |
| 107 | for informational purposes only and do not modify the License. You may |
| 108 | add Your own attribution notices within Derivative Works that You |
| 109 | distribute, alongside or as an addendum to the NOTICE text from the Work, |
| 110 | provided that such additional attribution notices cannot be construed as |
| 111 | modifying the License. |
| 112 | |
| 113 | You may add Your own copyright statement to Your modifications and may |
| 114 | provide additional or different license terms and conditions for use, |
| 115 | reproduction, or distribution of Your modifications, or for any such |
| 116 | Derivative Works as a whole, provided Your use, reproduction, and distribution |
| 117 | of the Work otherwise complies with the conditions stated in this License. |
| 118 | |
| 119 | 5. Submission of Contributions. Unless You explicitly state otherwise, any |
| 120 | Contribution intentionally submitted for inclusion in the Work by You to the |
| 121 | Licensor shall be under the terms and conditions of this License, without any |
| 122 | additional terms or conditions. Notwithstanding the above, nothing herein shall |
| 123 | supersede or modify the terms of any separate license agreement you may have |
| 124 | executed with Licensor regarding such Contributions. |
| 125 | |
| 126 | 6. Trademarks. This License does not grant permission to use the trade names, |
| 127 | trademarks, service marks, or product names of the Licensor, except as required |
| 128 | for reasonable and customary use in describing the origin of the Work and |
| 129 | reproducing the content of the NOTICE file. |
| 130 | |
| 131 | 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in |
| 132 | writing, Licensor provides the Work (and each Contributor provides its |
| 133 | Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 134 | KIND, either express or implied, including, without limitation, any warranties or |
| 135 | conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A |
| 136 | PARTICULAR PURPOSE. You are solely responsible for determining the |
| 137 | appropriateness of using or redistributing the Work and assume any risks |
| 138 | associated with Your exercise of permissions under this License. |
| 139 | |
| 140 | 8. Limitation of Liability. In no event and under no legal theory, whether in |
| 141 | tort (including negligence), contract, or otherwise, unless required by |
| 142 | applicable law (such as deliberate and grossly negligent acts) or agreed to in |
| 143 | writing, shall any Contributor be liable to You for damages, including any |
| 144 | direct, indirect, special, incidental, or consequential damages of any character |
| 145 | arising as a result of this License or out of the use or inability to use the |
| 146 | Work (including but not limited to damages for loss of goodwill, work stoppage, |
| 147 | computer failure or malfunction, or any and all other commercial damages or |
| 148 | losses), even if such Contributor has been advised of the possibility of such |
| 149 | damages. |
| 150 | |
| 151 | 9. Accepting Warranty or Additional Liability. While redistributing the Work or |
| 152 | Derivative Works thereof, You may choose to offer, and charge a fee for, |
| 153 | acceptance of support, warranty, indemnity, or other liability obligations |
| 154 | and/or rights consistent with this License. However, in accepting such |
| 155 | obligations, You may act only on Your own behalf and on Your sole |
| 156 | responsibility, not on behalf of any other Contributor, and only if You agree to |
| 157 | indemnify, defend, and hold each Contributor harmless for any liability incurred |
| 158 | by, or claims asserted against, such Contributor by reason of your accepting any |
| 159 | such warranty or additional liability. |
| 160 | |
| 161 | END OF TERMS AND CONDITIONS |
| 162 | |
| 163 | APPENDIX: How to apply the Apache License to your work. |
| 164 | |
| 165 | To apply the Apache License to your work, attach the following boilerplate |
| 166 | notice, with the fields enclosed by brackets "[]" replaced with your own |
| 167 | identifying information. (Don't include the brackets!) The text should be |
| 168 | enclosed in the appropriate comment syntax for the file format. We also |
| 169 | recommend that a file or class name and description of purpose be included on |
| 170 | the same "printed page" as the copyright notice for easier identification within |
| 171 | third-party archives. |
| 172 | |
| 173 | Copyright [yyyy] [name of copyright owner] |
| 174 | |
| 175 | Licensed under the Apache License, Version 2.0 (the "License"); you may not use |
| 176 | this file except in compliance with the License. You may obtain a copy of the |
| 177 | License at |
| 178 | |
| 179 | http://www.apache.org/licenses/LICENSE-2.0 |
| 180 | |
| 181 | Unless required by applicable law or agreed to in writing, software distributed |
| 182 | under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR |
| 183 | CONDITIONS OF ANY KIND, either express or implied. See the License for the |
| 184 | specific language governing permissions and limitations under the License. |
| 185 |