Home | History | Annotate | Download | only in resources
      1 List of 3rd party licenses:
      2 -----------------------------------------------------------------------------
      3 * commons-codec.jar (commons-codec:commons-codec:1.10)
      4 
      5  ****** NOTICE:
      6 Apache Commons Codec
      7 Copyright 2002-2016 The Apache Software Foundation
      8 
      9 This product includes software developed at
     10 The Apache Software Foundation (http://www.apache.org/).
     11 
     12 src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
     13 contains test data from http://aspell.net/test/orig/batch0.tab.
     14 Copyright (C) 2002 Kevin Atkinson (kevina (a] gnu.org)
     15 
     16 ===============================================================================
     17 
     18 The content of package org.apache.commons.codec.language.bm has been translated
     19 from the original php source code available at http://stevemorse.org/phoneticinfo.htm
     20 with permission from the original authors.
     21 Original source copyright:
     22 Copyright (c) 2008 Alexander Beider & Stephen P. Morse.
     23 
     24  ****** LICENSE:
     25 
     26                                  Apache License
     27                            Version 2.0, January 2004
     28                         http://www.apache.org/licenses/
     29 
     30    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
     31 
     32    1. Definitions.
     33 
     34       "License" shall mean the terms and conditions for use, reproduction,
     35       and distribution as defined by Sections 1 through 9 of this document.
     36 
     37       "Licensor" shall mean the copyright owner or entity authorized by
     38       the copyright owner that is granting the License.
     39 
     40       "Legal Entity" shall mean the union of the acting entity and all
     41       other entities that control, are controlled by, or are under common
     42       control with that entity. For the purposes of this definition,
     43       "control" means (i) the power, direct or indirect, to cause the
     44       direction or management of such entity, whether by contract or
     45       otherwise, or (ii) ownership of fifty percent (50%) or more of the
     46       outstanding shares, or (iii) beneficial ownership of such entity.
     47 
     48       "You" (or "Your") shall mean an individual or Legal Entity
     49       exercising permissions granted by this License.
     50 
     51       "Source" form shall mean the preferred form for making modifications,
     52       including but not limited to software source code, documentation
     53       source, and configuration files.
     54 
     55       "Object" form shall mean any form resulting from mechanical
     56       transformation or translation of a Source form, including but
     57       not limited to compiled object code, generated documentation,
     58       and conversions to other media types.
     59 
     60       "Work" shall mean the work of authorship, whether in Source or
     61       Object form, made available under the License, as indicated by a
     62       copyright notice that is included in or attached to the work
     63       (an example is provided in the Appendix below).
     64 
     65       "Derivative Works" shall mean any work, whether in Source or Object
     66       form, that is based on (or derived from) the Work and for which the
     67       editorial revisions, annotations, elaborations, or other modifications
     68       represent, as a whole, an original work of authorship. For the purposes
     69       of this License, Derivative Works shall not include works that remain
     70       separable from, or merely link (or bind by name) to the interfaces of,
     71       the Work and Derivative Works thereof.
     72 
     73       "Contribution" shall mean any work of authorship, including
     74       the original version of the Work and any modifications or additions
     75       to that Work or Derivative Works thereof, that is intentionally
     76       submitted to Licensor for inclusion in the Work by the copyright owner
     77       or by an individual or Legal Entity authorized to submit on behalf of
     78       the copyright owner. For the purposes of this definition, "submitted"
     79       means any form of electronic, verbal, or written communication sent
     80       to the Licensor or its representatives, including but not limited to
     81       communication on electronic mailing lists, source code control systems,
     82       and issue tracking systems that are managed by, or on behalf of, the
     83       Licensor for the purpose of discussing and improving the Work, but
     84       excluding communication that is conspicuously marked or otherwise
     85       designated in writing by the copyright owner as "Not a Contribution."
     86 
     87       "Contributor" shall mean Licensor and any individual or Legal Entity
     88       on behalf of whom a Contribution has been received by Licensor and
     89       subsequently incorporated within the Work.
     90 
     91    2. Grant of Copyright License. Subject to the terms and conditions of
     92       this License, each Contributor hereby grants to You a perpetual,
     93       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
     94       copyright license to reproduce, prepare Derivative Works of,
     95       publicly display, publicly perform, sublicense, and distribute the
     96       Work and such Derivative Works in Source or Object form.
     97 
     98    3. Grant of Patent License. Subject to the terms and conditions of
     99       this License, each Contributor hereby grants to You a perpetual,
    100       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    101       (except as stated in this section) patent license to make, have made,
    102       use, offer to sell, sell, import, and otherwise transfer the Work,
    103       where such license applies only to those patent claims licensable
    104       by such Contributor that are necessarily infringed by their
    105       Contribution(s) alone or by combination of their Contribution(s)
    106       with the Work to which such Contribution(s) was submitted. If You
    107       institute patent litigation against any entity (including a
    108       cross-claim or counterclaim in a lawsuit) alleging that the Work
    109       or a Contribution incorporated within the Work constitutes direct
    110       or contributory patent infringement, then any patent licenses
    111       granted to You under this License for that Work shall terminate
    112       as of the date such litigation is filed.
    113 
    114    4. Redistribution. You may reproduce and distribute copies of the
    115       Work or Derivative Works thereof in any medium, with or without
    116       modifications, and in Source or Object form, provided that You
    117       meet the following conditions:
    118 
    119       (a) You must give any other recipients of the Work or
    120           Derivative Works a copy of this License; and
    121 
    122       (b) You must cause any modified files to carry prominent notices
    123           stating that You changed the files; and
    124 
    125       (c) You must retain, in the Source form of any Derivative Works
    126           that You distribute, all copyright, patent, trademark, and
    127           attribution notices from the Source form of the Work,
    128           excluding those notices that do not pertain to any part of
    129           the Derivative Works; and
    130 
    131       (d) If the Work includes a "NOTICE" text file as part of its
    132           distribution, then any Derivative Works that You distribute must
    133           include a readable copy of the attribution notices contained
    134           within such NOTICE file, excluding those notices that do not
    135           pertain to any part of the Derivative Works, in at least one
    136           of the following places: within a NOTICE text file distributed
    137           as part of the Derivative Works; within the Source form or
    138           documentation, if provided along with the Derivative Works; or,
    139           within a display generated by the Derivative Works, if and
    140           wherever such third-party notices normally appear. The contents
    141           of the NOTICE file are for informational purposes only and
    142           do not modify the License. You may add Your own attribution
    143           notices within Derivative Works that You distribute, alongside
    144           or as an addendum to the NOTICE text from the Work, provided
    145           that such additional attribution notices cannot be construed
    146           as modifying the License.
    147 
    148       You may add Your own copyright statement to Your modifications and
    149       may provide additional or different license terms and conditions
    150       for use, reproduction, or distribution of Your modifications, or
    151       for any such Derivative Works as a whole, provided Your use,
    152       reproduction, and distribution of the Work otherwise complies with
    153       the conditions stated in this License.
    154 
    155    5. Submission of Contributions. Unless You explicitly state otherwise,
    156       any Contribution intentionally submitted for inclusion in the Work
    157       by You to the Licensor shall be under the terms and conditions of
    158       this License, without any additional terms or conditions.
    159       Notwithstanding the above, nothing herein shall supersede or modify
    160       the terms of any separate license agreement you may have executed
    161       with Licensor regarding such Contributions.
    162 
    163    6. Trademarks. This License does not grant permission to use the trade
    164       names, trademarks, service marks, or product names of the Licensor,
    165       except as required for reasonable and customary use in describing the
    166       origin of the Work and reproducing the content of the NOTICE file.
    167 
    168    7. Disclaimer of Warranty. Unless required by applicable law or
    169       agreed to in writing, Licensor provides the Work (and each
    170       Contributor provides its Contributions) on an "AS IS" BASIS,
    171       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
    172       implied, including, without limitation, any warranties or conditions
    173       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
    174       PARTICULAR PURPOSE. You are solely responsible for determining the
    175       appropriateness of using or redistributing the Work and assume any
    176       risks associated with Your exercise of permissions under this License.
    177 
    178    8. Limitation of Liability. In no event and under no legal theory,
    179       whether in tort (including negligence), contract, or otherwise,
    180       unless required by applicable law (such as deliberate and grossly
    181       negligent acts) or agreed to in writing, shall any Contributor be
    182       liable to You for damages, including any direct, indirect, special,
    183       incidental, or consequential damages of any character arising as a
    184       result of this License or out of the use or inability to use the
    185       Work (including but not limited to damages for loss of goodwill,
    186       work stoppage, computer failure or malfunction, or any and all
    187       other commercial damages or losses), even if such Contributor
    188       has been advised of the possibility of such damages.
    189 
    190    9. Accepting Warranty or Additional Liability. While redistributing
    191       the Work or Derivative Works thereof, You may choose to offer,
    192       and charge a fee for, acceptance of support, warranty, indemnity,
    193       or other liability obligations and/or rights consistent with this
    194       License. However, in accepting such obligations, You may act only
    195       on Your own behalf and on Your sole responsibility, not on behalf
    196       of any other Contributor, and only if You agree to indemnify,
    197       defend, and hold each Contributor harmless for any liability
    198       incurred by, or claims asserted against, such Contributor by reason
    199       of your accepting any such warranty or additional liability.
    200 
    201    END OF TERMS AND CONDITIONS
    202 
    203    APPENDIX: How to apply the Apache License to your work.
    204 
    205       To apply the Apache License to your work, attach the following
    206       boilerplate notice, with the fields enclosed by brackets "[]"
    207       replaced with your own identifying information. (Don't include
    208       the brackets!)  The text should be enclosed in the appropriate
    209       comment syntax for the file format. We also recommend that a
    210       file or class name and description of purpose be included on the
    211       same "printed page" as the copyright notice for easier
    212       identification within third-party archives.
    213 
    214    Copyright [yyyy] [name of copyright owner]
    215 
    216    Licensed under the Apache License, Version 2.0 (the "License");
    217    you may not use this file except in compliance with the License.
    218    You may obtain a copy of the License at
    219 
    220        http://www.apache.org/licenses/LICENSE-2.0
    221 
    222    Unless required by applicable law or agreed to in writing, software
    223    distributed under the License is distributed on an "AS IS" BASIS,
    224    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    225    See the License for the specific language governing permissions and
    226    limitations under the License.
    227 
    228 
    229 
    230 
    231 -----------------------------------------------------------------------------
    232 * javapoet.jar (com.squareup:javapoet:1.8.0)
    233 
    234  ****** LICENSE:
    235 
    236                                  Apache License
    237                            Version 2.0, January 2004
    238                         http://www.apache.org/licenses/
    239 
    240    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    241 
    242    1. Definitions.
    243 
    244       "License" shall mean the terms and conditions for use, reproduction,
    245       and distribution as defined by Sections 1 through 9 of this document.
    246 
    247       "Licensor" shall mean the copyright owner or entity authorized by
    248       the copyright owner that is granting the License.
    249 
    250       "Legal Entity" shall mean the union of the acting entity and all
    251       other entities that control, are controlled by, or are under common
    252       control with that entity. For the purposes of this definition,
    253       "control" means (i) the power, direct or indirect, to cause the
    254       direction or management of such entity, whether by contract or
    255       otherwise, or (ii) ownership of fifty percent (50%) or more of the
    256       outstanding shares, or (iii) beneficial ownership of such entity.
    257 
    258       "You" (or "Your") shall mean an individual or Legal Entity
    259       exercising permissions granted by this License.
    260 
    261       "Source" form shall mean the preferred form for making modifications,
    262       including but not limited to software source code, documentation
    263       source, and configuration files.
    264 
    265       "Object" form shall mean any form resulting from mechanical
    266       transformation or translation of a Source form, including but
    267       not limited to compiled object code, generated documentation,
    268       and conversions to other media types.
    269 
    270       "Work" shall mean the work of authorship, whether in Source or
    271       Object form, made available under the License, as indicated by a
    272       copyright notice that is included in or attached to the work
    273       (an example is provided in the Appendix below).
    274 
    275       "Derivative Works" shall mean any work, whether in Source or Object
    276       form, that is based on (or derived from) the Work and for which the
    277       editorial revisions, annotations, elaborations, or other modifications
    278       represent, as a whole, an original work of authorship. For the purposes
    279       of this License, Derivative Works shall not include works that remain
    280       separable from, or merely link (or bind by name) to the interfaces of,
    281       the Work and Derivative Works thereof.
    282 
    283       "Contribution" shall mean any work of authorship, including
    284       the original version of the Work and any modifications or additions
    285       to that Work or Derivative Works thereof, that is intentionally
    286       submitted to Licensor for inclusion in the Work by the copyright owner
    287       or by an individual or Legal Entity authorized to submit on behalf of
    288       the copyright owner. For the purposes of this definition, "submitted"
    289       means any form of electronic, verbal, or written communication sent
    290       to the Licensor or its representatives, including but not limited to
    291       communication on electronic mailing lists, source code control systems,
    292       and issue tracking systems that are managed by, or on behalf of, the
    293       Licensor for the purpose of discussing and improving the Work, but
    294       excluding communication that is conspicuously marked or otherwise
    295       designated in writing by the copyright owner as "Not a Contribution."
    296 
    297       "Contributor" shall mean Licensor and any individual or Legal Entity
    298       on behalf of whom a Contribution has been received by Licensor and
    299       subsequently incorporated within the Work.
    300 
    301    2. Grant of Copyright License. Subject to the terms and conditions of
    302       this License, each Contributor hereby grants to You a perpetual,
    303       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    304       copyright license to reproduce, prepare Derivative Works of,
    305       publicly display, publicly perform, sublicense, and distribute the
    306       Work and such Derivative Works in Source or Object form.
    307 
    308    3. Grant of Patent License. Subject to the terms and conditions of
    309       this License, each Contributor hereby grants to You a perpetual,
    310       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    311       (except as stated in this section) patent license to make, have made,
    312       use, offer to sell, sell, import, and otherwise transfer the Work,
    313       where such license applies only to those patent claims licensable
    314       by such Contributor that are necessarily infringed by their
    315       Contribution(s) alone or by combination of their Contribution(s)
    316       with the Work to which such Contribution(s) was submitted. If You
    317       institute patent litigation against any entity (including a
    318       cross-claim or counterclaim in a lawsuit) alleging that the Work
    319       or a Contribution incorporated within the Work constitutes direct
    320       or contributory patent infringement, then any patent licenses
    321       granted to You under this License for that Work shall terminate
    322       as of the date such litigation is filed.
    323 
    324    4. Redistribution. You may reproduce and distribute copies of the
    325       Work or Derivative Works thereof in any medium, with or without
    326       modifications, and in Source or Object form, provided that You
    327       meet the following conditions:
    328 
    329       (a) You must give any other recipients of the Work or
    330           Derivative Works a copy of this License; and
    331 
    332       (b) You must cause any modified files to carry prominent notices
    333           stating that You changed the files; and
    334 
    335       (c) You must retain, in the Source form of any Derivative Works
    336           that You distribute, all copyright, patent, trademark, and
    337           attribution notices from the Source form of the Work,
    338           excluding those notices that do not pertain to any part of
    339           the Derivative Works; and
    340 
    341       (d) If the Work includes a "NOTICE" text file as part of its
    342           distribution, then any Derivative Works that You distribute must
    343           include a readable copy of the attribution notices contained
    344           within such NOTICE file, excluding those notices that do not
    345           pertain to any part of the Derivative Works, in at least one
    346           of the following places: within a NOTICE text file distributed
    347           as part of the Derivative Works; within the Source form or
    348           documentation, if provided along with the Derivative Works; or,
    349           within a display generated by the Derivative Works, if and
    350           wherever such third-party notices normally appear. The contents
    351           of the NOTICE file are for informational purposes only and
    352           do not modify the License. You may add Your own attribution
    353           notices within Derivative Works that You distribute, alongside
    354           or as an addendum to the NOTICE text from the Work, provided
    355           that such additional attribution notices cannot be construed
    356           as modifying the License.
    357 
    358       You may add Your own copyright statement to Your modifications and
    359       may provide additional or different license terms and conditions
    360       for use, reproduction, or distribution of Your modifications, or
    361       for any such Derivative Works as a whole, provided Your use,
    362       reproduction, and distribution of the Work otherwise complies with
    363       the conditions stated in this License.
    364 
    365    5. Submission of Contributions. Unless You explicitly state otherwise,
    366       any Contribution intentionally submitted for inclusion in the Work
    367       by You to the Licensor shall be under the terms and conditions of
    368       this License, without any additional terms or conditions.
    369       Notwithstanding the above, nothing herein shall supersede or modify
    370       the terms of any separate license agreement you may have executed
    371       with Licensor regarding such Contributions.
    372 
    373    6. Trademarks. This License does not grant permission to use the trade
    374       names, trademarks, service marks, or product names of the Licensor,
    375       except as required for reasonable and customary use in describing the
    376       origin of the Work and reproducing the content of the NOTICE file.
    377 
    378    7. Disclaimer of Warranty. Unless required by applicable law or
    379       agreed to in writing, Licensor provides the Work (and each
    380       Contributor provides its Contributions) on an "AS IS" BASIS,
    381       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
    382       implied, including, without limitation, any warranties or conditions
    383       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
    384       PARTICULAR PURPOSE. You are solely responsible for determining the
    385       appropriateness of using or redistributing the Work and assume any
    386       risks associated with Your exercise of permissions under this License.
    387 
    388    8. Limitation of Liability. In no event and under no legal theory,
    389       whether in tort (including negligence), contract, or otherwise,
    390       unless required by applicable law (such as deliberate and grossly
    391       negligent acts) or agreed to in writing, shall any Contributor be
    392       liable to You for damages, including any direct, indirect, special,
    393       incidental, or consequential damages of any character arising as a
    394       result of this License or out of the use or inability to use the
    395       Work (including but not limited to damages for loss of goodwill,
    396       work stoppage, computer failure or malfunction, or any and all
    397       other commercial damages or losses), even if such Contributor
    398       has been advised of the possibility of such damages.
    399 
    400    9. Accepting Warranty or Additional Liability. While redistributing
    401       the Work or Derivative Works thereof, You may choose to offer,
    402       and charge a fee for, acceptance of support, warranty, indemnity,
    403       or other liability obligations and/or rights consistent with this
    404       License. However, in accepting such obligations, You may act only
    405       on Your own behalf and on Your sole responsibility, not on behalf
    406       of any other Contributor, and only if You agree to indemnify,
    407       defend, and hold each Contributor harmless for any liability
    408       incurred by, or claims asserted against, such Contributor by reason
    409       of your accepting any such warranty or additional liability.
    410 
    411    END OF TERMS AND CONDITIONS
    412 
    413    APPENDIX: How to apply the Apache License to your work.
    414 
    415       To apply the Apache License to your work, attach the following
    416       boilerplate notice, with the fields enclosed by brackets "[]"
    417       replaced with your own identifying information. (Don't include
    418       the brackets!)  The text should be enclosed in the appropriate
    419       comment syntax for the file format. We also recommend that a
    420       file or class name and description of purpose be included on the
    421       same "printed page" as the copyright notice for easier
    422       identification within third-party archives.
    423 
    424    Copyright [yyyy] [name of copyright owner]
    425 
    426    Licensed under the Apache License, Version 2.0 (the "License");
    427    you may not use this file except in compliance with the License.
    428    You may obtain a copy of the License at
    429 
    430        http://www.apache.org/licenses/LICENSE-2.0
    431 
    432    Unless required by applicable law or agreed to in writing, software
    433    distributed under the License is distributed on an "AS IS" BASIS,
    434    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    435    See the License for the specific language governing permissions and
    436    limitations under the License.
    437 
    438 
    439 
    440 
    441 -----------------------------------------------------------------------------
    442 * antlr4.jar (org.antlr:antlr4:4.5.3)
    443 
    444  ****** LICENSE:
    445 [The "BSD 3-clause license"]
    446 Copyright (c) 2012-2017 The ANTLR Project. All rights reserved.
    447 
    448 Redistribution and use in source and binary forms, with or without
    449 modification, are permitted provided that the following conditions
    450 are met:
    451 
    452  1. Redistributions of source code must retain the above copyright
    453     notice, this list of conditions and the following disclaimer.
    454  2. Redistributions in binary form must reproduce the above copyright
    455     notice, this list of conditions and the following disclaimer in the
    456     documentation and/or other materials provided with the distribution.
    457  3. Neither the name of the copyright holder nor the names of its contributors
    458     may be used to endorse or promote products derived from this software
    459     without specific prior written permission.
    460 
    461 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
    462 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
    463 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
    464 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
    465 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    466 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    467 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    468 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    469 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    470 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    471 
    472 =====
    473 
    474 MIT License for codepointat.js from https://git.io/codepointat
    475 MIT License for fromcodepoint.js from https://git.io/vDW1m
    476 
    477 Copyright Mathias Bynens <https://mathiasbynens.be/>
    478 
    479 Permission is hereby granted, free of charge, to any person obtaining
    480 a copy of this software and associated documentation files (the
    481 "Software"), to deal in the Software without restriction, including
    482 without limitation the rights to use, copy, modify, merge, publish,
    483 distribute, sublicense, and/or sell copies of the Software, and to
    484 permit persons to whom the Software is furnished to do so, subject to
    485 the following conditions:
    486 
    487 The above copyright notice and this permission notice shall be
    488 included in all copies or substantial portions of the Software.
    489 
    490 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    491 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    492 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    493 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
    494 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
    495 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    496 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    497 
    498 
    499 
    500 
    501 -----------------------------------------------------------------------------
    502 * kotlin-stdlib.jar (org.jetbrains.kotlin:kotlin-stdlib:1.1.1)
    503 
    504  ****** NOTICE:
    505    =========================================================================
    506    ==  NOTICE file corresponding to the section 4 d of                    ==
    507    ==  the Apache License, Version 2.0,                                   ==
    508    ==  in this case for the Kotlin Compiler distribution.                 ==
    509    =========================================================================
    510 
    511    Kotlin Compiler
    512    Copyright 2010-2015 JetBrains s.r.o and respective authors and developers
    513 
    514  ****** LICENSE:
    515 /*
    516  * Copyright 2010-2017 JetBrains s.r.o.
    517  *
    518  * Licensed under the Apache License, Version 2.0 (the "License");
    519  * you may not use this file except in compliance with the License.
    520  * You may obtain a copy of the License at
    521  *
    522  * http://www.apache.org/licenses/LICENSE-2.0
    523  *
    524  * Unless required by applicable law or agreed to in writing, software
    525  * distributed under the License is distributed on an "AS IS" BASIS,
    526  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    527  * See the License for the specific language governing permissions and
    528  * limitations under the License.
    529  */
    530 
    531  ****** LICENSE:
    532 
    533                                  Apache License
    534                            Version 2.0, January 2004
    535                         http://www.apache.org/licenses/
    536 
    537    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    538 
    539    1. Definitions.
    540 
    541       "License" shall mean the terms and conditions for use, reproduction,
    542       and distribution as defined by Sections 1 through 9 of this document.
    543 
    544       "Licensor" shall mean the copyright owner or entity authorized by
    545       the copyright owner that is granting the License.
    546 
    547       "Legal Entity" shall mean the union of the acting entity and all
    548       other entities that control, are controlled by, or are under common
    549       control with that entity. For the purposes of this definition,
    550       "control" means (i) the power, direct or indirect, to cause the
    551       direction or management of such entity, whether by contract or
    552       otherwise, or (ii) ownership of fifty percent (50%) or more of the
    553       outstanding shares, or (iii) beneficial ownership of such entity.
    554 
    555       "You" (or "Your") shall mean an individual or Legal Entity
    556       exercising permissions granted by this License.
    557 
    558       "Source" form shall mean the preferred form for making modifications,
    559       including but not limited to software source code, documentation
    560       source, and configuration files.
    561 
    562       "Object" form shall mean any form resulting from mechanical
    563       transformation or translation of a Source form, including but
    564       not limited to compiled object code, generated documentation,
    565       and conversions to other media types.
    566 
    567       "Work" shall mean the work of authorship, whether in Source or
    568       Object form, made available under the License, as indicated by a
    569       copyright notice that is included in or attached to the work
    570       (an example is provided in the Appendix below).
    571 
    572       "Derivative Works" shall mean any work, whether in Source or Object
    573       form, that is based on (or derived from) the Work and for which the
    574       editorial revisions, annotations, elaborations, or other modifications
    575       represent, as a whole, an original work of authorship. For the purposes
    576       of this License, Derivative Works shall not include works that remain
    577       separable from, or merely link (or bind by name) to the interfaces of,
    578       the Work and Derivative Works thereof.
    579 
    580       "Contribution" shall mean any work of authorship, including
    581       the original version of the Work and any modifications or additions
    582       to that Work or Derivative Works thereof, that is intentionally
    583       submitted to Licensor for inclusion in the Work by the copyright owner
    584       or by an individual or Legal Entity authorized to submit on behalf of
    585       the copyright owner. For the purposes of this definition, "submitted"
    586       means any form of electronic, verbal, or written communication sent
    587       to the Licensor or its representatives, including but not limited to
    588       communication on electronic mailing lists, source code control systems,
    589       and issue tracking systems that are managed by, or on behalf of, the
    590       Licensor for the purpose of discussing and improving the Work, but
    591       excluding communication that is conspicuously marked or otherwise
    592       designated in writing by the copyright owner as "Not a Contribution."
    593 
    594       "Contributor" shall mean Licensor and any individual or Legal Entity
    595       on behalf of whom a Contribution has been received by Licensor and
    596       subsequently incorporated within the Work.
    597 
    598    2. Grant of Copyright License. Subject to the terms and conditions of
    599       this License, each Contributor hereby grants to You a perpetual,
    600       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    601       copyright license to reproduce, prepare Derivative Works of,
    602       publicly display, publicly perform, sublicense, and distribute the
    603       Work and such Derivative Works in Source or Object form.
    604 
    605    3. Grant of Patent License. Subject to the terms and conditions of
    606       this License, each Contributor hereby grants to You a perpetual,
    607       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    608       (except as stated in this section) patent license to make, have made,
    609       use, offer to sell, sell, import, and otherwise transfer the Work,
    610       where such license applies only to those patent claims licensable
    611       by such Contributor that are necessarily infringed by their
    612       Contribution(s) alone or by combination of their Contribution(s)
    613       with the Work to which such Contribution(s) was submitted. If You
    614       institute patent litigation against any entity (including a
    615       cross-claim or counterclaim in a lawsuit) alleging that the Work
    616       or a Contribution incorporated within the Work constitutes direct
    617       or contributory patent infringement, then any patent licenses
    618       granted to You under this License for that Work shall terminate
    619       as of the date such litigation is filed.
    620 
    621    4. Redistribution. You may reproduce and distribute copies of the
    622       Work or Derivative Works thereof in any medium, with or without
    623       modifications, and in Source or Object form, provided that You
    624       meet the following conditions:
    625 
    626       (a) You must give any other recipients of the Work or
    627           Derivative Works a copy of this License; and
    628 
    629       (b) You must cause any modified files to carry prominent notices
    630           stating that You changed the files; and
    631 
    632       (c) You must retain, in the Source form of any Derivative Works
    633           that You distribute, all copyright, patent, trademark, and
    634           attribution notices from the Source form of the Work,
    635           excluding those notices that do not pertain to any part of
    636           the Derivative Works; and
    637 
    638       (d) If the Work includes a "NOTICE" text file as part of its
    639           distribution, then any Derivative Works that You distribute must
    640           include a readable copy of the attribution notices contained
    641           within such NOTICE file, excluding those notices that do not
    642           pertain to any part of the Derivative Works, in at least one
    643           of the following places: within a NOTICE text file distributed
    644           as part of the Derivative Works; within the Source form or
    645           documentation, if provided along with the Derivative Works; or,
    646           within a display generated by the Derivative Works, if and
    647           wherever such third-party notices normally appear. The contents
    648           of the NOTICE file are for informational purposes only and
    649           do not modify the License. You may add Your own attribution
    650           notices within Derivative Works that You distribute, alongside
    651           or as an addendum to the NOTICE text from the Work, provided
    652           that such additional attribution notices cannot be construed
    653           as modifying the License.
    654 
    655       You may add Your own copyright statement to Your modifications and
    656       may provide additional or different license terms and conditions
    657       for use, reproduction, or distribution of Your modifications, or
    658       for any such Derivative Works as a whole, provided Your use,
    659       reproduction, and distribution of the Work otherwise complies with
    660       the conditions stated in this License.
    661 
    662    5. Submission of Contributions. Unless You explicitly state otherwise,
    663       any Contribution intentionally submitted for inclusion in the Work
    664       by You to the Licensor shall be under the terms and conditions of
    665       this License, without any additional terms or conditions.
    666       Notwithstanding the above, nothing herein shall supersede or modify
    667       the terms of any separate license agreement you may have executed
    668       with Licensor regarding such Contributions.
    669 
    670    6. Trademarks. This License does not grant permission to use the trade
    671       names, trademarks, service marks, or product names of the Licensor,
    672       except as required for reasonable and customary use in describing the
    673       origin of the Work and reproducing the content of the NOTICE file.
    674 
    675    7. Disclaimer of Warranty. Unless required by applicable law or
    676       agreed to in writing, Licensor provides the Work (and each
    677       Contributor provides its Contributions) on an "AS IS" BASIS,
    678       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
    679       implied, including, without limitation, any warranties or conditions
    680       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
    681       PARTICULAR PURPOSE. You are solely responsible for determining the
    682       appropriateness of using or redistributing the Work and assume any
    683       risks associated with Your exercise of permissions under this License.
    684 
    685    8. Limitation of Liability. In no event and under no legal theory,
    686       whether in tort (including negligence), contract, or otherwise,
    687       unless required by applicable law (such as deliberate and grossly
    688       negligent acts) or agreed to in writing, shall any Contributor be
    689       liable to You for damages, including any direct, indirect, special,
    690       incidental, or consequential damages of any character arising as a
    691       result of this License or out of the use or inability to use the
    692       Work (including but not limited to damages for loss of goodwill,
    693       work stoppage, computer failure or malfunction, or any and all
    694       other commercial damages or losses), even if such Contributor
    695       has been advised of the possibility of such damages.
    696 
    697    9. Accepting Warranty or Additional Liability. While redistributing
    698       the Work or Derivative Works thereof, You may choose to offer,
    699       and charge a fee for, acceptance of support, warranty, indemnity,
    700       or other liability obligations and/or rights consistent with this
    701       License. However, in accepting such obligations, You may act only
    702       on Your own behalf and on Your sole responsibility, not on behalf
    703       of any other Contributor, and only if You agree to indemnify,
    704       defend, and hold each Contributor harmless for any liability
    705       incurred by, or claims asserted against, such Contributor by reason
    706       of your accepting any such warranty or additional liability.
    707 
    708    END OF TERMS AND CONDITIONS
    709 
    710    APPENDIX: How to apply the Apache License to your work.
    711 
    712       To apply the Apache License to your work, attach the following
    713       boilerplate notice, with the fields enclosed by brackets "[]"
    714       replaced with your own identifying information. (Don't include
    715       the brackets!)  The text should be enclosed in the appropriate
    716       comment syntax for the file format. We also recommend that a
    717       file or class name and description of purpose be included on the
    718       same "printed page" as the copyright notice for easier
    719       identification within third-party archives.
    720 
    721    Copyright [yyyy] [name of copyright owner]
    722 
    723    Licensed under the Apache License, Version 2.0 (the "License");
    724    you may not use this file except in compliance with the License.
    725    You may obtain a copy of the License at
    726 
    727        http://www.apache.org/licenses/LICENSE-2.0
    728 
    729    Unless required by applicable law or agreed to in writing, software
    730    distributed under the License is distributed on an "AS IS" BASIS,
    731    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    732    See the License for the specific language governing permissions and
    733    limitations under the License.
    734 
    735 
    736 
    737 
    738 -----------------------------------------------------------------------------
    739 * auto-common.jar (com.google.auto:auto-common:0.6)
    740 
    741  ****** LICENSE:
    742 
    743                                  Apache License
    744                            Version 2.0, January 2004
    745                         http://www.apache.org/licenses/
    746 
    747    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    748 
    749    1. Definitions.
    750 
    751       "License" shall mean the terms and conditions for use, reproduction,
    752       and distribution as defined by Sections 1 through 9 of this document.
    753 
    754       "Licensor" shall mean the copyright owner or entity authorized by
    755       the copyright owner that is granting the License.
    756 
    757       "Legal Entity" shall mean the union of the acting entity and all
    758       other entities that control, are controlled by, or are under common
    759       control with that entity. For the purposes of this definition,
    760       "control" means (i) the power, direct or indirect, to cause the
    761       direction or management of such entity, whether by contract or
    762       otherwise, or (ii) ownership of fifty percent (50%) or more of the
    763       outstanding shares, or (iii) beneficial ownership of such entity.
    764 
    765       "You" (or "Your") shall mean an individual or Legal Entity
    766       exercising permissions granted by this License.
    767 
    768       "Source" form shall mean the preferred form for making modifications,
    769       including but not limited to software source code, documentation
    770       source, and configuration files.
    771 
    772       "Object" form shall mean any form resulting from mechanical
    773       transformation or translation of a Source form, including but
    774       not limited to compiled object code, generated documentation,
    775       and conversions to other media types.
    776 
    777       "Work" shall mean the work of authorship, whether in Source or
    778       Object form, made available under the License, as indicated by a
    779       copyright notice that is included in or attached to the work
    780       (an example is provided in the Appendix below).
    781 
    782       "Derivative Works" shall mean any work, whether in Source or Object
    783       form, that is based on (or derived from) the Work and for which the
    784       editorial revisions, annotations, elaborations, or other modifications
    785       represent, as a whole, an original work of authorship. For the purposes
    786       of this License, Derivative Works shall not include works that remain
    787       separable from, or merely link (or bind by name) to the interfaces of,
    788       the Work and Derivative Works thereof.
    789 
    790       "Contribution" shall mean any work of authorship, including
    791       the original version of the Work and any modifications or additions
    792       to that Work or Derivative Works thereof, that is intentionally
    793       submitted to Licensor for inclusion in the Work by the copyright owner
    794       or by an individual or Legal Entity authorized to submit on behalf of
    795       the copyright owner. For the purposes of this definition, "submitted"
    796       means any form of electronic, verbal, or written communication sent
    797       to the Licensor or its representatives, including but not limited to
    798       communication on electronic mailing lists, source code control systems,
    799       and issue tracking systems that are managed by, or on behalf of, the
    800       Licensor for the purpose of discussing and improving the Work, but
    801       excluding communication that is conspicuously marked or otherwise
    802       designated in writing by the copyright owner as "Not a Contribution."
    803 
    804       "Contributor" shall mean Licensor and any individual or Legal Entity
    805       on behalf of whom a Contribution has been received by Licensor and
    806       subsequently incorporated within the Work.
    807 
    808    2. Grant of Copyright License. Subject to the terms and conditions of
    809       this License, each Contributor hereby grants to You a perpetual,
    810       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    811       copyright license to reproduce, prepare Derivative Works of,
    812       publicly display, publicly perform, sublicense, and distribute the
    813       Work and such Derivative Works in Source or Object form.
    814 
    815    3. Grant of Patent License. Subject to the terms and conditions of
    816       this License, each Contributor hereby grants to You a perpetual,
    817       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    818       (except as stated in this section) patent license to make, have made,
    819       use, offer to sell, sell, import, and otherwise transfer the Work,
    820       where such license applies only to those patent claims licensable
    821       by such Contributor that are necessarily infringed by their
    822       Contribution(s) alone or by combination of their Contribution(s)
    823       with the Work to which such Contribution(s) was submitted. If You
    824       institute patent litigation against any entity (including a
    825       cross-claim or counterclaim in a lawsuit) alleging that the Work
    826       or a Contribution incorporated within the Work constitutes direct
    827       or contributory patent infringement, then any patent licenses
    828       granted to You under this License for that Work shall terminate
    829       as of the date such litigation is filed.
    830 
    831    4. Redistribution. You may reproduce and distribute copies of the
    832       Work or Derivative Works thereof in any medium, with or without
    833       modifications, and in Source or Object form, provided that You
    834       meet the following conditions:
    835 
    836       (a) You must give any other recipients of the Work or
    837           Derivative Works a copy of this License; and
    838 
    839       (b) You must cause any modified files to carry prominent notices
    840           stating that You changed the files; and
    841 
    842       (c) You must retain, in the Source form of any Derivative Works
    843           that You distribute, all copyright, patent, trademark, and
    844           attribution notices from the Source form of the Work,
    845           excluding those notices that do not pertain to any part of
    846           the Derivative Works; and
    847 
    848       (d) If the Work includes a "NOTICE" text file as part of its
    849           distribution, then any Derivative Works that You distribute must
    850           include a readable copy of the attribution notices contained
    851           within such NOTICE file, excluding those notices that do not
    852           pertain to any part of the Derivative Works, in at least one
    853           of the following places: within a NOTICE text file distributed
    854           as part of the Derivative Works; within the Source form or
    855           documentation, if provided along with the Derivative Works; or,
    856           within a display generated by the Derivative Works, if and
    857           wherever such third-party notices normally appear. The contents
    858           of the NOTICE file are for informational purposes only and
    859           do not modify the License. You may add Your own attribution
    860           notices within Derivative Works that You distribute, alongside
    861           or as an addendum to the NOTICE text from the Work, provided
    862           that such additional attribution notices cannot be construed
    863           as modifying the License.
    864 
    865       You may add Your own copyright statement to Your modifications and
    866       may provide additional or different license terms and conditions
    867       for use, reproduction, or distribution of Your modifications, or
    868       for any such Derivative Works as a whole, provided Your use,
    869       reproduction, and distribution of the Work otherwise complies with
    870       the conditions stated in this License.
    871 
    872    5. Submission of Contributions. Unless You explicitly state otherwise,
    873       any Contribution intentionally submitted for inclusion in the Work
    874       by You to the Licensor shall be under the terms and conditions of
    875       this License, without any additional terms or conditions.
    876       Notwithstanding the above, nothing herein shall supersede or modify
    877       the terms of any separate license agreement you may have executed
    878       with Licensor regarding such Contributions.
    879 
    880    6. Trademarks. This License does not grant permission to use the trade
    881       names, trademarks, service marks, or product names of the Licensor,
    882       except as required for reasonable and customary use in describing the
    883       origin of the Work and reproducing the content of the NOTICE file.
    884 
    885    7. Disclaimer of Warranty. Unless required by applicable law or
    886       agreed to in writing, Licensor provides the Work (and each
    887       Contributor provides its Contributions) on an "AS IS" BASIS,
    888       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
    889       implied, including, without limitation, any warranties or conditions
    890       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
    891       PARTICULAR PURPOSE. You are solely responsible for determining the
    892       appropriateness of using or redistributing the Work and assume any
    893       risks associated with Your exercise of permissions under this License.
    894 
    895    8. Limitation of Liability. In no event and under no legal theory,
    896       whether in tort (including negligence), contract, or otherwise,
    897       unless required by applicable law (such as deliberate and grossly
    898       negligent acts) or agreed to in writing, shall any Contributor be
    899       liable to You for damages, including any direct, indirect, special,
    900       incidental, or consequential damages of any character arising as a
    901       result of this License or out of the use or inability to use the
    902       Work (including but not limited to damages for loss of goodwill,
    903       work stoppage, computer failure or malfunction, or any and all
    904       other commercial damages or losses), even if such Contributor
    905       has been advised of the possibility of such damages.
    906 
    907    9. Accepting Warranty or Additional Liability. While redistributing
    908       the Work or Derivative Works thereof, You may choose to offer,
    909       and charge a fee for, acceptance of support, warranty, indemnity,
    910       or other liability obligations and/or rights consistent with this
    911       License. However, in accepting such obligations, You may act only
    912       on Your own behalf and on Your sole responsibility, not on behalf
    913       of any other Contributor, and only if You agree to indemnify,
    914       defend, and hold each Contributor harmless for any liability
    915       incurred by, or claims asserted against, such Contributor by reason
    916       of your accepting any such warranty or additional liability.
    917 
    918    END OF TERMS AND CONDITIONS
    919 
    920    APPENDIX: How to apply the Apache License to your work.
    921 
    922       To apply the Apache License to your work, attach the following
    923       boilerplate notice, with the fields enclosed by brackets "[]"
    924       replaced with your own identifying information. (Don't include
    925       the brackets!)  The text should be enclosed in the appropriate
    926       comment syntax for the file format. We also recommend that a
    927       file or class name and description of purpose be included on the
    928       same "printed page" as the copyright notice for easier
    929       identification within third-party archives.
    930 
    931    Copyright [yyyy] [name of copyright owner]
    932 
    933    Licensed under the Apache License, Version 2.0 (the "License");
    934    you may not use this file except in compliance with the License.
    935    You may obtain a copy of the License at
    936 
    937        http://www.apache.org/licenses/LICENSE-2.0
    938 
    939    Unless required by applicable law or agreed to in writing, software
    940    distributed under the License is distributed on an "AS IS" BASIS,
    941    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    942    See the License for the specific language governing permissions and
    943    limitations under the License.
    944 
    945 
    946 
    947 
    948 -----------------------------------------------------------------------------
    949 * annotations.jar (org.jetbrains:annotations:13.0)
    950 
    951  ****** LICENSE:
    952 
    953                                  Apache License
    954                            Version 2.0, January 2004
    955                         http://www.apache.org/licenses/
    956 
    957    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    958 
    959    1. Definitions.
    960 
    961       "License" shall mean the terms and conditions for use, reproduction,
    962       and distribution as defined by Sections 1 through 9 of this document.
    963 
    964       "Licensor" shall mean the copyright owner or entity authorized by
    965       the copyright owner that is granting the License.
    966 
    967       "Legal Entity" shall mean the union of the acting entity and all
    968       other entities that control, are controlled by, or are under common
    969       control with that entity. For the purposes of this definition,
    970       "control" means (i) the power, direct or indirect, to cause the
    971       direction or management of such entity, whether by contract or
    972       otherwise, or (ii) ownership of fifty percent (50%) or more of the
    973       outstanding shares, or (iii) beneficial ownership of such entity.
    974 
    975       "You" (or "Your") shall mean an individual or Legal Entity
    976       exercising permissions granted by this License.
    977 
    978       "Source" form shall mean the preferred form for making modifications,
    979       including but not limited to software source code, documentation
    980       source, and configuration files.
    981 
    982       "Object" form shall mean any form resulting from mechanical
    983       transformation or translation of a Source form, including but
    984       not limited to compiled object code, generated documentation,
    985       and conversions to other media types.
    986 
    987       "Work" shall mean the work of authorship, whether in Source or
    988       Object form, made available under the License, as indicated by a
    989       copyright notice that is included in or attached to the work
    990       (an example is provided in the Appendix below).
    991 
    992       "Derivative Works" shall mean any work, whether in Source or Object
    993       form, that is based on (or derived from) the Work and for which the
    994       editorial revisions, annotations, elaborations, or other modifications
    995       represent, as a whole, an original work of authorship. For the purposes
    996       of this License, Derivative Works shall not include works that remain
    997       separable from, or merely link (or bind by name) to the interfaces of,
    998       the Work and Derivative Works thereof.
    999 
   1000       "Contribution" shall mean any work of authorship, including
   1001       the original version of the Work and any modifications or additions
   1002       to that Work or Derivative Works thereof, that is intentionally
   1003       submitted to Licensor for inclusion in the Work by the copyright owner
   1004       or by an individual or Legal Entity authorized to submit on behalf of
   1005       the copyright owner. For the purposes of this definition, "submitted"
   1006       means any form of electronic, verbal, or written communication sent
   1007       to the Licensor or its representatives, including but not limited to
   1008       communication on electronic mailing lists, source code control systems,
   1009       and issue tracking systems that are managed by, or on behalf of, the
   1010       Licensor for the purpose of discussing and improving the Work, but
   1011       excluding communication that is conspicuously marked or otherwise
   1012       designated in writing by the copyright owner as "Not a Contribution."
   1013 
   1014       "Contributor" shall mean Licensor and any individual or Legal Entity
   1015       on behalf of whom a Contribution has been received by Licensor and
   1016       subsequently incorporated within the Work.
   1017 
   1018    2. Grant of Copyright License. Subject to the terms and conditions of
   1019       this License, each Contributor hereby grants to You a perpetual,
   1020       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   1021       copyright license to reproduce, prepare Derivative Works of,
   1022       publicly display, publicly perform, sublicense, and distribute the
   1023       Work and such Derivative Works in Source or Object form.
   1024 
   1025    3. Grant of Patent License. Subject to the terms and conditions of
   1026       this License, each Contributor hereby grants to You a perpetual,
   1027       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   1028       (except as stated in this section) patent license to make, have made,
   1029       use, offer to sell, sell, import, and otherwise transfer the Work,
   1030       where such license applies only to those patent claims licensable
   1031       by such Contributor that are necessarily infringed by their
   1032       Contribution(s) alone or by combination of their Contribution(s)
   1033       with the Work to which such Contribution(s) was submitted. If You
   1034       institute patent litigation against any entity (including a
   1035       cross-claim or counterclaim in a lawsuit) alleging that the Work
   1036       or a Contribution incorporated within the Work constitutes direct
   1037       or contributory patent infringement, then any patent licenses
   1038       granted to You under this License for that Work shall terminate
   1039       as of the date such litigation is filed.
   1040 
   1041    4. Redistribution. You may reproduce and distribute copies of the
   1042       Work or Derivative Works thereof in any medium, with or without
   1043       modifications, and in Source or Object form, provided that You
   1044       meet the following conditions:
   1045 
   1046       (a) You must give any other recipients of the Work or
   1047           Derivative Works a copy of this License; and
   1048 
   1049       (b) You must cause any modified files to carry prominent notices
   1050           stating that You changed the files; and
   1051 
   1052       (c) You must retain, in the Source form of any Derivative Works
   1053           that You distribute, all copyright, patent, trademark, and
   1054           attribution notices from the Source form of the Work,
   1055           excluding those notices that do not pertain to any part of
   1056           the Derivative Works; and
   1057 
   1058       (d) If the Work includes a "NOTICE" text file as part of its
   1059           distribution, then any Derivative Works that You distribute must
   1060           include a readable copy of the attribution notices contained
   1061           within such NOTICE file, excluding those notices that do not
   1062           pertain to any part of the Derivative Works, in at least one
   1063           of the following places: within a NOTICE text file distributed
   1064           as part of the Derivative Works; within the Source form or
   1065           documentation, if provided along with the Derivative Works; or,
   1066           within a display generated by the Derivative Works, if and
   1067           wherever such third-party notices normally appear. The contents
   1068           of the NOTICE file are for informational purposes only and
   1069           do not modify the License. You may add Your own attribution
   1070           notices within Derivative Works that You distribute, alongside
   1071           or as an addendum to the NOTICE text from the Work, provided
   1072           that such additional attribution notices cannot be construed
   1073           as modifying the License.
   1074 
   1075       You may add Your own copyright statement to Your modifications and
   1076       may provide additional or different license terms and conditions
   1077       for use, reproduction, or distribution of Your modifications, or
   1078       for any such Derivative Works as a whole, provided Your use,
   1079       reproduction, and distribution of the Work otherwise complies with
   1080       the conditions stated in this License.
   1081 
   1082    5. Submission of Contributions. Unless You explicitly state otherwise,
   1083       any Contribution intentionally submitted for inclusion in the Work
   1084       by You to the Licensor shall be under the terms and conditions of
   1085       this License, without any additional terms or conditions.
   1086       Notwithstanding the above, nothing herein shall supersede or modify
   1087       the terms of any separate license agreement you may have executed
   1088       with Licensor regarding such Contributions.
   1089 
   1090    6. Trademarks. This License does not grant permission to use the trade
   1091       names, trademarks, service marks, or product names of the Licensor,
   1092       except as required for reasonable and customary use in describing the
   1093       origin of the Work and reproducing the content of the NOTICE file.
   1094 
   1095    7. Disclaimer of Warranty. Unless required by applicable law or
   1096       agreed to in writing, Licensor provides the Work (and each
   1097       Contributor provides its Contributions) on an "AS IS" BASIS,
   1098       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   1099       implied, including, without limitation, any warranties or conditions
   1100       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   1101       PARTICULAR PURPOSE. You are solely responsible for determining the
   1102       appropriateness of using or redistributing the Work and assume any
   1103       risks associated with Your exercise of permissions under this License.
   1104 
   1105    8. Limitation of Liability. In no event and under no legal theory,
   1106       whether in tort (including negligence), contract, or otherwise,
   1107       unless required by applicable law (such as deliberate and grossly
   1108       negligent acts) or agreed to in writing, shall any Contributor be
   1109       liable to You for damages, including any direct, indirect, special,
   1110       incidental, or consequential damages of any character arising as a
   1111       result of this License or out of the use or inability to use the
   1112       Work (including but not limited to damages for loss of goodwill,
   1113       work stoppage, computer failure or malfunction, or any and all
   1114       other commercial damages or losses), even if such Contributor
   1115       has been advised of the possibility of such damages.
   1116 
   1117    9. Accepting Warranty or Additional Liability. While redistributing
   1118       the Work or Derivative Works thereof, You may choose to offer,
   1119       and charge a fee for, acceptance of support, warranty, indemnity,
   1120       or other liability obligations and/or rights consistent with this
   1121       License. However, in accepting such obligations, You may act only
   1122       on Your own behalf and on Your sole responsibility, not on behalf
   1123       of any other Contributor, and only if You agree to indemnify,
   1124       defend, and hold each Contributor harmless for any liability
   1125       incurred by, or claims asserted against, such Contributor by reason
   1126       of your accepting any such warranty or additional liability.
   1127 
   1128    END OF TERMS AND CONDITIONS
   1129 
   1130    APPENDIX: How to apply the Apache License to your work.
   1131 
   1132       To apply the Apache License to your work, attach the following
   1133       boilerplate notice, with the fields enclosed by brackets "[]"
   1134       replaced with your own identifying information. (Don't include
   1135       the brackets!)  The text should be enclosed in the appropriate
   1136       comment syntax for the file format. We also recommend that a
   1137       file or class name and description of purpose be included on the
   1138       same "printed page" as the copyright notice for easier
   1139       identification within third-party archives.
   1140 
   1141    Copyright [yyyy] [name of copyright owner]
   1142 
   1143    Licensed under the Apache License, Version 2.0 (the "License");
   1144    you may not use this file except in compliance with the License.
   1145    You may obtain a copy of the License at
   1146 
   1147        http://www.apache.org/licenses/LICENSE-2.0
   1148 
   1149    Unless required by applicable law or agreed to in writing, software
   1150    distributed under the License is distributed on an "AS IS" BASIS,
   1151    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   1152    See the License for the specific language governing permissions and
   1153    limitations under the License.
   1154 
   1155 
   1156 
   1157 
   1158 -----------------------------------------------------------------------------
   1159 * gson.jar (com.google.code.gson:gson:2.8.0)
   1160 
   1161  ****** LICENSE:
   1162 
   1163                                  Apache License
   1164                            Version 2.0, January 2004
   1165                         http://www.apache.org/licenses/
   1166 
   1167    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   1168 
   1169    1. Definitions.
   1170 
   1171       "License" shall mean the terms and conditions for use, reproduction,
   1172       and distribution as defined by Sections 1 through 9 of this document.
   1173 
   1174       "Licensor" shall mean the copyright owner or entity authorized by
   1175       the copyright owner that is granting the License.
   1176 
   1177       "Legal Entity" shall mean the union of the acting entity and all
   1178       other entities that control, are controlled by, or are under common
   1179       control with that entity. For the purposes of this definition,
   1180       "control" means (i) the power, direct or indirect, to cause the
   1181       direction or management of such entity, whether by contract or
   1182       otherwise, or (ii) ownership of fifty percent (50%) or more of the
   1183       outstanding shares, or (iii) beneficial ownership of such entity.
   1184 
   1185       "You" (or "Your") shall mean an individual or Legal Entity
   1186       exercising permissions granted by this License.
   1187 
   1188       "Source" form shall mean the preferred form for making modifications,
   1189       including but not limited to software source code, documentation
   1190       source, and configuration files.
   1191 
   1192       "Object" form shall mean any form resulting from mechanical
   1193       transformation or translation of a Source form, including but
   1194       not limited to compiled object code, generated documentation,
   1195       and conversions to other media types.
   1196 
   1197       "Work" shall mean the work of authorship, whether in Source or
   1198       Object form, made available under the License, as indicated by a
   1199       copyright notice that is included in or attached to the work
   1200       (an example is provided in the Appendix below).
   1201 
   1202       "Derivative Works" shall mean any work, whether in Source or Object
   1203       form, that is based on (or derived from) the Work and for which the
   1204       editorial revisions, annotations, elaborations, or other modifications
   1205       represent, as a whole, an original work of authorship. For the purposes
   1206       of this License, Derivative Works shall not include works that remain
   1207       separable from, or merely link (or bind by name) to the interfaces of,
   1208       the Work and Derivative Works thereof.
   1209 
   1210       "Contribution" shall mean any work of authorship, including
   1211       the original version of the Work and any modifications or additions
   1212       to that Work or Derivative Works thereof, that is intentionally
   1213       submitted to Licensor for inclusion in the Work by the copyright owner
   1214       or by an individual or Legal Entity authorized to submit on behalf of
   1215       the copyright owner. For the purposes of this definition, "submitted"
   1216       means any form of electronic, verbal, or written communication sent
   1217       to the Licensor or its representatives, including but not limited to
   1218       communication on electronic mailing lists, source code control systems,
   1219       and issue tracking systems that are managed by, or on behalf of, the
   1220       Licensor for the purpose of discussing and improving the Work, but
   1221       excluding communication that is conspicuously marked or otherwise
   1222       designated in writing by the copyright owner as "Not a Contribution."
   1223 
   1224       "Contributor" shall mean Licensor and any individual or Legal Entity
   1225       on behalf of whom a Contribution has been received by Licensor and
   1226       subsequently incorporated within the Work.
   1227 
   1228    2. Grant of Copyright License. Subject to the terms and conditions of
   1229       this License, each Contributor hereby grants to You a perpetual,
   1230       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   1231       copyright license to reproduce, prepare Derivative Works of,
   1232       publicly display, publicly perform, sublicense, and distribute the
   1233       Work and such Derivative Works in Source or Object form.
   1234 
   1235    3. Grant of Patent License. Subject to the terms and conditions of
   1236       this License, each Contributor hereby grants to You a perpetual,
   1237       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   1238       (except as stated in this section) patent license to make, have made,
   1239       use, offer to sell, sell, import, and otherwise transfer the Work,
   1240       where such license applies only to those patent claims licensable
   1241       by such Contributor that are necessarily infringed by their
   1242       Contribution(s) alone or by combination of their Contribution(s)
   1243       with the Work to which such Contribution(s) was submitted. If You
   1244       institute patent litigation against any entity (including a
   1245       cross-claim or counterclaim in a lawsuit) alleging that the Work
   1246       or a Contribution incorporated within the Work constitutes direct
   1247       or contributory patent infringement, then any patent licenses
   1248       granted to You under this License for that Work shall terminate
   1249       as of the date such litigation is filed.
   1250 
   1251    4. Redistribution. You may reproduce and distribute copies of the
   1252       Work or Derivative Works thereof in any medium, with or without
   1253       modifications, and in Source or Object form, provided that You
   1254       meet the following conditions:
   1255 
   1256       (a) You must give any other recipients of the Work or
   1257           Derivative Works a copy of this License; and
   1258 
   1259       (b) You must cause any modified files to carry prominent notices
   1260           stating that You changed the files; and
   1261 
   1262       (c) You must retain, in the Source form of any Derivative Works
   1263           that You distribute, all copyright, patent, trademark, and
   1264           attribution notices from the Source form of the Work,
   1265           excluding those notices that do not pertain to any part of
   1266           the Derivative Works; and
   1267 
   1268       (d) If the Work includes a "NOTICE" text file as part of its
   1269           distribution, then any Derivative Works that You distribute must
   1270           include a readable copy of the attribution notices contained
   1271           within such NOTICE file, excluding those notices that do not
   1272           pertain to any part of the Derivative Works, in at least one
   1273           of the following places: within a NOTICE text file distributed
   1274           as part of the Derivative Works; within the Source form or
   1275           documentation, if provided along with the Derivative Works; or,
   1276           within a display generated by the Derivative Works, if and
   1277           wherever such third-party notices normally appear. The contents
   1278           of the NOTICE file are for informational purposes only and
   1279           do not modify the License. You may add Your own attribution
   1280           notices within Derivative Works that You distribute, alongside
   1281           or as an addendum to the NOTICE text from the Work, provided
   1282           that such additional attribution notices cannot be construed
   1283           as modifying the License.
   1284 
   1285       You may add Your own copyright statement to Your modifications and
   1286       may provide additional or different license terms and conditions
   1287       for use, reproduction, or distribution of Your modifications, or
   1288       for any such Derivative Works as a whole, provided Your use,
   1289       reproduction, and distribution of the Work otherwise complies with
   1290       the conditions stated in this License.
   1291 
   1292    5. Submission of Contributions. Unless You explicitly state otherwise,
   1293       any Contribution intentionally submitted for inclusion in the Work
   1294       by You to the Licensor shall be under the terms and conditions of
   1295       this License, without any additional terms or conditions.
   1296       Notwithstanding the above, nothing herein shall supersede or modify
   1297       the terms of any separate license agreement you may have executed
   1298       with Licensor regarding such Contributions.
   1299 
   1300    6. Trademarks. This License does not grant permission to use the trade
   1301       names, trademarks, service marks, or product names of the Licensor,
   1302       except as required for reasonable and customary use in describing the
   1303       origin of the Work and reproducing the content of the NOTICE file.
   1304 
   1305    7. Disclaimer of Warranty. Unless required by applicable law or
   1306       agreed to in writing, Licensor provides the Work (and each
   1307       Contributor provides its Contributions) on an "AS IS" BASIS,
   1308       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   1309       implied, including, without limitation, any warranties or conditions
   1310       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   1311       PARTICULAR PURPOSE. You are solely responsible for determining the
   1312       appropriateness of using or redistributing the Work and assume any
   1313       risks associated with Your exercise of permissions under this License.
   1314 
   1315    8. Limitation of Liability. In no event and under no legal theory,
   1316       whether in tort (including negligence), contract, or otherwise,
   1317       unless required by applicable law (such as deliberate and grossly
   1318       negligent acts) or agreed to in writing, shall any Contributor be
   1319       liable to You for damages, including any direct, indirect, special,
   1320       incidental, or consequential damages of any character arising as a
   1321       result of this License or out of the use or inability to use the
   1322       Work (including but not limited to damages for loss of goodwill,
   1323       work stoppage, computer failure or malfunction, or any and all
   1324       other commercial damages or losses), even if such Contributor
   1325       has been advised of the possibility of such damages.
   1326 
   1327    9. Accepting Warranty or Additional Liability. While redistributing
   1328       the Work or Derivative Works thereof, You may choose to offer,
   1329       and charge a fee for, acceptance of support, warranty, indemnity,
   1330       or other liability obligations and/or rights consistent with this
   1331       License. However, in accepting such obligations, You may act only
   1332       on Your own behalf and on Your sole responsibility, not on behalf
   1333       of any other Contributor, and only if You agree to indemnify,
   1334       defend, and hold each Contributor harmless for any liability
   1335       incurred by, or claims asserted against, such Contributor by reason
   1336       of your accepting any such warranty or additional liability.
   1337 
   1338    END OF TERMS AND CONDITIONS
   1339 
   1340    APPENDIX: How to apply the Apache License to your work.
   1341 
   1342       To apply the Apache License to your work, attach the following
   1343       boilerplate notice, with the fields enclosed by brackets "[]"
   1344       replaced with your own identifying information. (Don't include
   1345       the brackets!)  The text should be enclosed in the appropriate
   1346       comment syntax for the file format. We also recommend that a
   1347       file or class name and description of purpose be included on the
   1348       same "printed page" as the copyright notice for easier
   1349       identification within third-party archives.
   1350 
   1351    Copyright [yyyy] [name of copyright owner]
   1352 
   1353    Licensed under the Apache License, Version 2.0 (the "License");
   1354    you may not use this file except in compliance with the License.
   1355    You may obtain a copy of the License at
   1356 
   1357        http://www.apache.org/licenses/LICENSE-2.0
   1358 
   1359    Unless required by applicable law or agreed to in writing, software
   1360    distributed under the License is distributed on an "AS IS" BASIS,
   1361    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   1362    See the License for the specific language governing permissions and
   1363    limitations under the License.
   1364 
   1365 
   1366 
   1367 
   1368 -----------------------------------------------------------------------------
   1369 * sqlite-jdbc.jar (org.xerial:sqlite-jdbc:3.16.1)
   1370 
   1371  ****** LICENSE:
   1372 
   1373                                  Apache License
   1374                            Version 2.0, January 2004
   1375                         http://www.apache.org/licenses/
   1376 
   1377    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   1378 
   1379    1. Definitions.
   1380 
   1381       "License" shall mean the terms and conditions for use, reproduction,
   1382       and distribution as defined by Sections 1 through 9 of this document.
   1383 
   1384       "Licensor" shall mean the copyright owner or entity authorized by
   1385       the copyright owner that is granting the License.
   1386 
   1387       "Legal Entity" shall mean the union of the acting entity and all
   1388       other entities that control, are controlled by, or are under common
   1389       control with that entity. For the purposes of this definition,
   1390       "control" means (i) the power, direct or indirect, to cause the
   1391       direction or management of such entity, whether by contract or
   1392       otherwise, or (ii) ownership of fifty percent (50%) or more of the
   1393       outstanding shares, or (iii) beneficial ownership of such entity.
   1394 
   1395       "You" (or "Your") shall mean an individual or Legal Entity
   1396       exercising permissions granted by this License.
   1397 
   1398       "Source" form shall mean the preferred form for making modifications,
   1399       including but not limited to software source code, documentation
   1400       source, and configuration files.
   1401 
   1402       "Object" form shall mean any form resulting from mechanical
   1403       transformation or translation of a Source form, including but
   1404       not limited to compiled object code, generated documentation,
   1405       and conversions to other media types.
   1406 
   1407       "Work" shall mean the work of authorship, whether in Source or
   1408       Object form, made available under the License, as indicated by a
   1409       copyright notice that is included in or attached to the work
   1410       (an example is provided in the Appendix below).
   1411 
   1412       "Derivative Works" shall mean any work, whether in Source or Object
   1413       form, that is based on (or derived from) the Work and for which the
   1414       editorial revisions, annotations, elaborations, or other modifications
   1415       represent, as a whole, an original work of authorship. For the purposes
   1416       of this License, Derivative Works shall not include works that remain
   1417       separable from, or merely link (or bind by name) to the interfaces of,
   1418       the Work and Derivative Works thereof.
   1419 
   1420       "Contribution" shall mean any work of authorship, including
   1421       the original version of the Work and any modifications or additions
   1422       to that Work or Derivative Works thereof, that is intentionally
   1423       submitted to Licensor for inclusion in the Work by the copyright owner
   1424       or by an individual or Legal Entity authorized to submit on behalf of
   1425       the copyright owner. For the purposes of this definition, "submitted"
   1426       means any form of electronic, verbal, or written communication sent
   1427       to the Licensor or its representatives, including but not limited to
   1428       communication on electronic mailing lists, source code control systems,
   1429       and issue tracking systems that are managed by, or on behalf of, the
   1430       Licensor for the purpose of discussing and improving the Work, but
   1431       excluding communication that is conspicuously marked or otherwise
   1432       designated in writing by the copyright owner as "Not a Contribution."
   1433 
   1434       "Contributor" shall mean Licensor and any individual or Legal Entity
   1435       on behalf of whom a Contribution has been received by Licensor and
   1436       subsequently incorporated within the Work.
   1437 
   1438    2. Grant of Copyright License. Subject to the terms and conditions of
   1439       this License, each Contributor hereby grants to You a perpetual,
   1440       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   1441       copyright license to reproduce, prepare Derivative Works of,
   1442       publicly display, publicly perform, sublicense, and distribute the
   1443       Work and such Derivative Works in Source or Object form.
   1444 
   1445    3. Grant of Patent License. Subject to the terms and conditions of
   1446       this License, each Contributor hereby grants to You a perpetual,
   1447       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   1448       (except as stated in this section) patent license to make, have made,
   1449       use, offer to sell, sell, import, and otherwise transfer the Work,
   1450       where such license applies only to those patent claims licensable
   1451       by such Contributor that are necessarily infringed by their
   1452       Contribution(s) alone or by combination of their Contribution(s)
   1453       with the Work to which such Contribution(s) was submitted. If You
   1454       institute patent litigation against any entity (including a
   1455       cross-claim or counterclaim in a lawsuit) alleging that the Work
   1456       or a Contribution incorporated within the Work constitutes direct
   1457       or contributory patent infringement, then any patent licenses
   1458       granted to You under this License for that Work shall terminate
   1459       as of the date such litigation is filed.
   1460 
   1461    4. Redistribution. You may reproduce and distribute copies of the
   1462       Work or Derivative Works thereof in any medium, with or without
   1463       modifications, and in Source or Object form, provided that You
   1464       meet the following conditions:
   1465 
   1466       (a) You must give any other recipients of the Work or
   1467           Derivative Works a copy of this License; and
   1468 
   1469       (b) You must cause any modified files to carry prominent notices
   1470           stating that You changed the files; and
   1471 
   1472       (c) You must retain, in the Source form of any Derivative Works
   1473           that You distribute, all copyright, patent, trademark, and
   1474           attribution notices from the Source form of the Work,
   1475           excluding those notices that do not pertain to any part of
   1476           the Derivative Works; and
   1477 
   1478       (d) If the Work includes a "NOTICE" text file as part of its
   1479           distribution, then any Derivative Works that You distribute must
   1480           include a readable copy of the attribution notices contained
   1481           within such NOTICE file, excluding those notices that do not
   1482           pertain to any part of the Derivative Works, in at least one
   1483           of the following places: within a NOTICE text file distributed
   1484           as part of the Derivative Works; within the Source form or
   1485           documentation, if provided along with the Derivative Works; or,
   1486           within a display generated by the Derivative Works, if and
   1487           wherever such third-party notices normally appear. The contents
   1488           of the NOTICE file are for informational purposes only and
   1489           do not modify the License. You may add Your own attribution
   1490           notices within Derivative Works that You distribute, alongside
   1491           or as an addendum to the NOTICE text from the Work, provided
   1492           that such additional attribution notices cannot be construed
   1493           as modifying the License.
   1494 
   1495       You may add Your own copyright statement to Your modifications and
   1496       may provide additional or different license terms and conditions
   1497       for use, reproduction, or distribution of Your modifications, or
   1498       for any such Derivative Works as a whole, provided Your use,
   1499       reproduction, and distribution of the Work otherwise complies with
   1500       the conditions stated in this License.
   1501 
   1502    5. Submission of Contributions. Unless You explicitly state otherwise,
   1503       any Contribution intentionally submitted for inclusion in the Work
   1504       by You to the Licensor shall be under the terms and conditions of
   1505       this License, without any additional terms or conditions.
   1506       Notwithstanding the above, nothing herein shall supersede or modify
   1507       the terms of any separate license agreement you may have executed
   1508       with Licensor regarding such Contributions.
   1509 
   1510    6. Trademarks. This License does not grant permission to use the trade
   1511       names, trademarks, service marks, or product names of the Licensor,
   1512       except as required for reasonable and customary use in describing the
   1513       origin of the Work and reproducing the content of the NOTICE file.
   1514 
   1515    7. Disclaimer of Warranty. Unless required by applicable law or
   1516       agreed to in writing, Licensor provides the Work (and each
   1517       Contributor provides its Contributions) on an "AS IS" BASIS,
   1518       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   1519       implied, including, without limitation, any warranties or conditions
   1520       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   1521       PARTICULAR PURPOSE. You are solely responsible for determining the
   1522       appropriateness of using or redistributing the Work and assume any
   1523       risks associated with Your exercise of permissions under this License.
   1524 
   1525    8. Limitation of Liability. In no event and under no legal theory,
   1526       whether in tort (including negligence), contract, or otherwise,
   1527       unless required by applicable law (such as deliberate and grossly
   1528       negligent acts) or agreed to in writing, shall any Contributor be
   1529       liable to You for damages, including any direct, indirect, special,
   1530       incidental, or consequential damages of any character arising as a
   1531       result of this License or out of the use or inability to use the
   1532       Work (including but not limited to damages for loss of goodwill,
   1533       work stoppage, computer failure or malfunction, or any and all
   1534       other commercial damages or losses), even if such Contributor
   1535       has been advised of the possibility of such damages.
   1536 
   1537    9. Accepting Warranty or Additional Liability. While redistributing
   1538       the Work or Derivative Works thereof, You may choose to offer,
   1539       and charge a fee for, acceptance of support, warranty, indemnity,
   1540       or other liability obligations and/or rights consistent with this
   1541       License. However, in accepting such obligations, You may act only
   1542       on Your own behalf and on Your sole responsibility, not on behalf
   1543       of any other Contributor, and only if You agree to indemnify,
   1544       defend, and hold each Contributor harmless for any liability
   1545       incurred by, or claims asserted against, such Contributor by reason
   1546       of your accepting any such warranty or additional liability.
   1547 
   1548    END OF TERMS AND CONDITIONS
   1549 
   1550    APPENDIX: How to apply the Apache License to your work.
   1551 
   1552       To apply the Apache License to your work, attach the following
   1553       boilerplate notice, with the fields enclosed by brackets "[]"
   1554       replaced with your own identifying information. (Don't include
   1555       the brackets!)  The text should be enclosed in the appropriate
   1556       comment syntax for the file format. We also recommend that a
   1557       file or class name and description of purpose be included on the
   1558       same "printed page" as the copyright notice for easier
   1559       identification within third-party archives.
   1560 
   1561    Copyright [yyyy] [name of copyright owner]
   1562 
   1563    Licensed under the Apache License, Version 2.0 (the "License");
   1564    you may not use this file except in compliance with the License.
   1565    You may obtain a copy of the License at
   1566 
   1567        http://www.apache.org/licenses/LICENSE-2.0
   1568 
   1569    Unless required by applicable law or agreed to in writing, software
   1570    distributed under the License is distributed on an "AS IS" BASIS,
   1571    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   1572    See the License for the specific language governing permissions and
   1573    limitations under the License.
   1574 
   1575  ****** LICENSE:
   1576 Copyright (c) 2006, David Crawshaw.  All rights reserved.
   1577 
   1578 Redistribution and use in source and binary forms, with or without
   1579 modification, are permitted provided that the following conditions
   1580 are met:
   1581 
   1582 1. Redistributions of source code must retain the above copyright
   1583    notice, this list of conditions and the following disclaimer.
   1584 2. Redistributions in binary form must reproduce the above copyright
   1585    notice, this list of conditions and the following disclaimer in the
   1586    documentation and/or other materials provided with the distribution.
   1587 
   1588 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1589 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1590 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1591 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1592 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1593 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1594 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1595 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1596 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1597 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1598 SUCH DAMAGE.
   1599 
   1600 
   1601 
   1602 
   1603 
   1604 -----------------------------------------------------------------------------
   1605 * guava.jar (com.google.guava:guava:18.0)
   1606 
   1607  ****** LICENSE:
   1608 
   1609                                  Apache License
   1610                            Version 2.0, January 2004
   1611                         http://www.apache.org/licenses/
   1612 
   1613    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   1614 
   1615    1. Definitions.
   1616 
   1617       "License" shall mean the terms and conditions for use, reproduction,
   1618       and distribution as defined by Sections 1 through 9 of this document.
   1619 
   1620       "Licensor" shall mean the copyright owner or entity authorized by
   1621       the copyright owner that is granting the License.
   1622 
   1623       "Legal Entity" shall mean the union of the acting entity and all
   1624       other entities that control, are controlled by, or are under common
   1625       control with that entity. For the purposes of this definition,
   1626       "control" means (i) the power, direct or indirect, to cause the
   1627       direction or management of such entity, whether by contract or
   1628       otherwise, or (ii) ownership of fifty percent (50%) or more of the
   1629       outstanding shares, or (iii) beneficial ownership of such entity.
   1630 
   1631       "You" (or "Your") shall mean an individual or Legal Entity
   1632       exercising permissions granted by this License.
   1633 
   1634       "Source" form shall mean the preferred form for making modifications,
   1635       including but not limited to software source code, documentation
   1636       source, and configuration files.
   1637 
   1638       "Object" form shall mean any form resulting from mechanical
   1639       transformation or translation of a Source form, including but
   1640       not limited to compiled object code, generated documentation,
   1641       and conversions to other media types.
   1642 
   1643       "Work" shall mean the work of authorship, whether in Source or
   1644       Object form, made available under the License, as indicated by a
   1645       copyright notice that is included in or attached to the work
   1646       (an example is provided in the Appendix below).
   1647 
   1648       "Derivative Works" shall mean any work, whether in Source or Object
   1649       form, that is based on (or derived from) the Work and for which the
   1650       editorial revisions, annotations, elaborations, or other modifications
   1651       represent, as a whole, an original work of authorship. For the purposes
   1652       of this License, Derivative Works shall not include works that remain
   1653       separable from, or merely link (or bind by name) to the interfaces of,
   1654       the Work and Derivative Works thereof.
   1655 
   1656       "Contribution" shall mean any work of authorship, including
   1657       the original version of the Work and any modifications or additions
   1658       to that Work or Derivative Works thereof, that is intentionally
   1659       submitted to Licensor for inclusion in the Work by the copyright owner
   1660       or by an individual or Legal Entity authorized to submit on behalf of
   1661       the copyright owner. For the purposes of this definition, "submitted"
   1662       means any form of electronic, verbal, or written communication sent
   1663       to the Licensor or its representatives, including but not limited to
   1664       communication on electronic mailing lists, source code control systems,
   1665       and issue tracking systems that are managed by, or on behalf of, the
   1666       Licensor for the purpose of discussing and improving the Work, but
   1667       excluding communication that is conspicuously marked or otherwise
   1668       designated in writing by the copyright owner as "Not a Contribution."
   1669 
   1670       "Contributor" shall mean Licensor and any individual or Legal Entity
   1671       on behalf of whom a Contribution has been received by Licensor and
   1672       subsequently incorporated within the Work.
   1673 
   1674    2. Grant of Copyright License. Subject to the terms and conditions of
   1675       this License, each Contributor hereby grants to You a perpetual,
   1676       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   1677       copyright license to reproduce, prepare Derivative Works of,
   1678       publicly display, publicly perform, sublicense, and distribute the
   1679       Work and such Derivative Works in Source or Object form.
   1680 
   1681    3. Grant of Patent License. Subject to the terms and conditions of
   1682       this License, each Contributor hereby grants to You a perpetual,
   1683       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   1684       (except as stated in this section) patent license to make, have made,
   1685       use, offer to sell, sell, import, and otherwise transfer the Work,
   1686       where such license applies only to those patent claims licensable
   1687       by such Contributor that are necessarily infringed by their
   1688       Contribution(s) alone or by combination of their Contribution(s)
   1689       with the Work to which such Contribution(s) was submitted. If You
   1690       institute patent litigation against any entity (including a
   1691       cross-claim or counterclaim in a lawsuit) alleging that the Work
   1692       or a Contribution incorporated within the Work constitutes direct
   1693       or contributory patent infringement, then any patent licenses
   1694       granted to You under this License for that Work shall terminate
   1695       as of the date such litigation is filed.
   1696 
   1697    4. Redistribution. You may reproduce and distribute copies of the
   1698       Work or Derivative Works thereof in any medium, with or without
   1699       modifications, and in Source or Object form, provided that You
   1700       meet the following conditions:
   1701 
   1702       (a) You must give any other recipients of the Work or
   1703           Derivative Works a copy of this License; and
   1704 
   1705       (b) You must cause any modified files to carry prominent notices
   1706           stating that You changed the files; and
   1707 
   1708       (c) You must retain, in the Source form of any Derivative Works
   1709           that You distribute, all copyright, patent, trademark, and
   1710           attribution notices from the Source form of the Work,
   1711           excluding those notices that do not pertain to any part of
   1712           the Derivative Works; and
   1713 
   1714       (d) If the Work includes a "NOTICE" text file as part of its
   1715           distribution, then any Derivative Works that You distribute must
   1716           include a readable copy of the attribution notices contained
   1717           within such NOTICE file, excluding those notices that do not
   1718           pertain to any part of the Derivative Works, in at least one
   1719           of the following places: within a NOTICE text file distributed
   1720           as part of the Derivative Works; within the Source form or
   1721           documentation, if provided along with the Derivative Works; or,
   1722           within a display generated by the Derivative Works, if and
   1723           wherever such third-party notices normally appear. The contents
   1724           of the NOTICE file are for informational purposes only and
   1725           do not modify the License. You may add Your own attribution
   1726           notices within Derivative Works that You distribute, alongside
   1727           or as an addendum to the NOTICE text from the Work, provided
   1728           that such additional attribution notices cannot be construed
   1729           as modifying the License.
   1730 
   1731       You may add Your own copyright statement to Your modifications and
   1732       may provide additional or different license terms and conditions
   1733       for use, reproduction, or distribution of Your modifications, or
   1734       for any such Derivative Works as a whole, provided Your use,
   1735       reproduction, and distribution of the Work otherwise complies with
   1736       the conditions stated in this License.
   1737 
   1738    5. Submission of Contributions. Unless You explicitly state otherwise,
   1739       any Contribution intentionally submitted for inclusion in the Work
   1740       by You to the Licensor shall be under the terms and conditions of
   1741       this License, without any additional terms or conditions.
   1742       Notwithstanding the above, nothing herein shall supersede or modify
   1743       the terms of any separate license agreement you may have executed
   1744       with Licensor regarding such Contributions.
   1745 
   1746    6. Trademarks. This License does not grant permission to use the trade
   1747       names, trademarks, service marks, or product names of the Licensor,
   1748       except as required for reasonable and customary use in describing the
   1749       origin of the Work and reproducing the content of the NOTICE file.
   1750 
   1751    7. Disclaimer of Warranty. Unless required by applicable law or
   1752       agreed to in writing, Licensor provides the Work (and each
   1753       Contributor provides its Contributions) on an "AS IS" BASIS,
   1754       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   1755       implied, including, without limitation, any warranties or conditions
   1756       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   1757       PARTICULAR PURPOSE. You are solely responsible for determining the
   1758       appropriateness of using or redistributing the Work and assume any
   1759       risks associated with Your exercise of permissions under this License.
   1760 
   1761    8. Limitation of Liability. In no event and under no legal theory,
   1762       whether in tort (including negligence), contract, or otherwise,
   1763       unless required by applicable law (such as deliberate and grossly
   1764       negligent acts) or agreed to in writing, shall any Contributor be
   1765       liable to You for damages, including any direct, indirect, special,
   1766       incidental, or consequential damages of any character arising as a
   1767       result of this License or out of the use or inability to use the
   1768       Work (including but not limited to damages for loss of goodwill,
   1769       work stoppage, computer failure or malfunction, or any and all
   1770       other commercial damages or losses), even if such Contributor
   1771       has been advised of the possibility of such damages.
   1772 
   1773    9. Accepting Warranty or Additional Liability. While redistributing
   1774       the Work or Derivative Works thereof, You may choose to offer,
   1775       and charge a fee for, acceptance of support, warranty, indemnity,
   1776       or other liability obligations and/or rights consistent with this
   1777       License. However, in accepting such obligations, You may act only
   1778       on Your own behalf and on Your sole responsibility, not on behalf
   1779       of any other Contributor, and only if You agree to indemnify,
   1780       defend, and hold each Contributor harmless for any liability
   1781       incurred by, or claims asserted against, such Contributor by reason
   1782       of your accepting any such warranty or additional liability.
   1783 
   1784    END OF TERMS AND CONDITIONS
   1785 
   1786    APPENDIX: How to apply the Apache License to your work.
   1787 
   1788       To apply the Apache License to your work, attach the following
   1789       boilerplate notice, with the fields enclosed by brackets "[]"
   1790       replaced with your own identifying information. (Don't include
   1791       the brackets!)  The text should be enclosed in the appropriate
   1792       comment syntax for the file format. We also recommend that a
   1793       file or class name and description of purpose be included on the
   1794       same "printed page" as the copyright notice for easier
   1795       identification within third-party archives.
   1796 
   1797    Copyright [yyyy] [name of copyright owner]
   1798 
   1799    Licensed under the Apache License, Version 2.0 (the "License");
   1800    you may not use this file except in compliance with the License.
   1801    You may obtain a copy of the License at
   1802 
   1803        http://www.apache.org/licenses/LICENSE-2.0
   1804 
   1805    Unless required by applicable law or agreed to in writing, software
   1806    distributed under the License is distributed on an "AS IS" BASIS,
   1807    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   1808    See the License for the specific language governing permissions and
   1809    limitations under the License.
   1810 
   1811 
   1812 
   1813