/*&#xA; * Copyright 2010-2017 JetBrains s.r.o.&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &#34;License&#34;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; * http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &#34;AS IS&#34; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */&#xA;&#xA;--------------------------------------------------------------------------------&#xA;args4j_LICENSE.txt:&#xA;The MIT License&#xA;&#xA;Copyright (c) 2003, Kohsuke Kawaguchi&#xA;&#xA;Permission is hereby granted, free of charge, to any person obtaining a copy&#xA;of this software and associated documentation files (the &#34;Software&#34;), to deal&#xA;in the Software without restriction, including without limitation the rights&#xA;to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&#xA;copies of the Software, and to permit persons to whom the Software is&#xA;furnished to do so, subject to the following conditions:&#xA;&#xA;The above copyright notice and this permission notice shall be included in&#xA;all copies or substantial portions of the Software.&#xA;&#xA;THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&#xA;IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&#xA;FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&#xA;AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&#xA;LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&#xA;OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&#xA;THE SOFTWARE.&#xA;&#xA;--------------------------------------------------------------------------------&#xA;asm_license.txt:&#xA;&#xA; ASM: a very small and fast Java bytecode manipulation framework&#xA; Copyright (c) 2000-2005 INRIA, France Telecom&#xA; All rights reserved.&#xA;&#xA; Redistribution and use in source and binary forms, with or without&#xA; modification, are permitted provided that the following conditions&#xA; are met:&#xA; 1. Redistributions of source code must retain the above copyright&#xA;    notice, this list of conditions and the following disclaimer.&#xA; 2. Redistributions in binary form must reproduce the above copyright&#xA;    notice, this list of conditions and the following disclaimer in the&#xA;    documentation and/or other materials provided with the distribution.&#xA; 3. Neither the name of the copyright holders nor the names of its&#xA;    contributors may be used to endorse or promote products derived from&#xA;    this software without specific prior written permission.&#xA;&#xA; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &#34;AS IS&#34;&#xA; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&#xA; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&#xA; ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&#xA; LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&#xA; CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&#xA; SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&#xA; INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&#xA; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&#xA; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&#xA; THE POSSIBILITY OF SUCH DAMAGE.&#xA;&#xA;--------------------------------------------------------------------------------&#xA;closure-compiler_LICENSE.txt:&#xA;&#xA;                                 Apache License&#xA;                           Version 2.0, January 2004&#xA;                        http://www.apache.org/licenses/&#xA;&#xA;   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&#xA;&#xA;   1. Definitions.&#xA;&#xA;      &#34;License&#34; shall mean the terms and conditions for use, reproduction,&#xA;      and distribution as defined by Sections 1 through 9 of this document.&#xA;&#xA;      &#34;Licensor&#34; shall mean the copyright owner or entity authorized by&#xA;      the copyright owner that is granting the License.&#xA;&#xA;      &#34;Legal Entity&#34; shall mean the union of the acting entity and all&#xA;      other entities that control, are controlled by, or are under common&#xA;      control with that entity. For the purposes of this definition,&#xA;      &#34;control&#34; means (i) the power, direct or indirect, to cause the&#xA;      direction or management of such entity, whether by contract or&#xA;      otherwise, or (ii) ownership of fifty percent (50%) or more of the&#xA;      outstanding shares, or (iii) beneficial ownership of such entity.&#xA;&#xA;      &#34;You&#34; (or &#34;Your&#34;) shall mean an individual or Legal Entity&#xA;      exercising permissions granted by this License.&#xA;&#xA;      &#34;Source&#34; form shall mean the preferred form for making modifications,&#xA;      including but not limited to software source code, documentation&#xA;      source, and configuration files.&#xA;&#xA;      &#34;Object&#34; form shall mean any form resulting from mechanical&#xA;      transformation or translation of a Source form, including but&#xA;      not limited to compiled object code, generated documentation,&#xA;      and conversions to other media types.&#xA;&#xA;      &#34;Work&#34; shall mean the work of authorship, whether in Source or&#xA;      Object form, made available under the License, as indicated by a&#xA;      copyright notice that is included in or attached to the work&#xA;      (an example is provided in the Appendix below).&#xA;&#xA;      &#34;Derivative Works&#34; shall mean any work, whether in Source or Object&#xA;      form, that is based on (or derived from) the Work and for which the&#xA;      editorial revisions, annotations, elaborations, or other modifications&#xA;      represent, as a whole, an original work of authorship. For the purposes&#xA;      of this License, Derivative Works shall not include works that remain&#xA;      separable from, or merely link (or bind by name) to the interfaces of,&#xA;      the Work and Derivative Works thereof.&#xA;&#xA;      &#34;Contribution&#34; shall mean any work of authorship, including&#xA;      the original version of the Work and any modifications or additions&#xA;      to that Work or Derivative Works thereof, that is intentionally&#xA;      submitted to Licensor for inclusion in the Work by the copyright owner&#xA;      or by an individual or Legal Entity authorized to submit on behalf of&#xA;      the copyright owner. For the purposes of this definition, &#34;submitted&#34;&#xA;      means any form of electronic, verbal, or written communication sent&#xA;      to the Licensor or its representatives, including but not limited to&#xA;      communication on electronic mailing lists, source code control systems,&#xA;      and issue tracking systems that are managed by, or on behalf of, the&#xA;      Licensor for the purpose of discussing and improving the Work, but&#xA;      excluding communication that is conspicuously marked or otherwise&#xA;      designated in writing by the copyright owner as &#34;Not a Contribution.&#34;&#xA;&#xA;      &#34;Contributor&#34; shall mean Licensor and any individual or Legal Entity&#xA;      on behalf of whom a Contribution has been received by Licensor and&#xA;      subsequently incorporated within the Work.&#xA;&#xA;   2. Grant of Copyright License. Subject to the terms and conditions of&#xA;      this License, each Contributor hereby grants to You a perpetual,&#xA;      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&#xA;      copyright license to reproduce, prepare Derivative Works of,&#xA;      publicly display, publicly perform, sublicense, and distribute the&#xA;      Work and such Derivative Works in Source or Object form.&#xA;&#xA;   3. Grant of Patent License. Subject to the terms and conditions of&#xA;      this License, each Contributor hereby grants to You a perpetual,&#xA;      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&#xA;      (except as stated in this section) patent license to make, have made,&#xA;      use, offer to sell, sell, import, and otherwise transfer the Work,&#xA;      where such license applies only to those patent claims licensable&#xA;      by such Contributor that are necessarily infringed by their&#xA;      Contribution(s) alone or by combination of their Contribution(s)&#xA;      with the Work to which such Contribution(s) was submitted. If You&#xA;      institute patent litigation against any entity (including a&#xA;      cross-claim or counterclaim in a lawsuit) alleging that the Work&#xA;      or a Contribution incorporated within the Work constitutes direct&#xA;      or contributory patent infringement, then any patent licenses&#xA;      granted to You under this License for that Work shall terminate&#xA;      as of the date such litigation is filed.&#xA;&#xA;   4. Redistribution. You may reproduce and distribute copies of the&#xA;      Work or Derivative Works thereof in any medium, with or without&#xA;      modifications, and in Source or Object form, provided that You&#xA;      meet the following conditions:&#xA;&#xA;      (a) You must give any other recipients of the Work or&#xA;          Derivative Works a copy of this License; and&#xA;&#xA;      (b) You must cause any modified files to carry prominent notices&#xA;          stating that You changed the files; and&#xA;&#xA;      (c) You must retain, in the Source form of any Derivative Works&#xA;          that You distribute, all copyright, patent, trademark, and&#xA;          attribution notices from the Source form of the Work,&#xA;          excluding those notices that do not pertain to any part of&#xA;          the Derivative Works; and&#xA;&#xA;      (d) If the Work includes a &#34;NOTICE&#34; text file as part of its&#xA;          distribution, then any Derivative Works that You distribute must&#xA;          include a readable copy of the attribution notices contained&#xA;          within such NOTICE file, excluding those notices that do not&#xA;          pertain to any part of the Derivative Works, in at least one&#xA;          of the following places: within a NOTICE text file distributed&#xA;          as part of the Derivative Works; within the Source form or&#xA;          documentation, if provided along with the Derivative Works; or,&#xA;          within a display generated by the Derivative Works, if and&#xA;          wherever such third-party notices normally appear. The contents&#xA;          of the NOTICE file are for informational purposes only and&#xA;          do not modify the License. You may add Your own attribution&#xA;          notices within Derivative Works that You distribute, alongside&#xA;          or as an addendum to the NOTICE text from the Work, provided&#xA;          that such additional attribution notices cannot be construed&#xA;          as modifying the License.&#xA;&#xA;      You may add Your own copyright statement to Your modifications and&#xA;      may provide additional or different license terms and conditions&#xA;      for use, reproduction, or distribution of Your modifications, or&#xA;      for any such Derivative Works as a whole, provided Your use,&#xA;      reproduction, and distribution of the Work otherwise complies with&#xA;      the conditions stated in this License.&#xA;&#xA;   5. Submission of Contributions. Unless You explicitly state otherwise,&#xA;      any Contribution intentionally submitted for inclusion in the Work&#xA;      by You to the Licensor shall be under the terms and conditions of&#xA;      this License, without any additional terms or conditions.&#xA;      Notwithstanding the above, nothing herein shall supersede or modify&#xA;      the terms of any separate license agreement you may have executed&#xA;      with Licensor regarding such Contributions.&#xA;&#xA;   6. Trademarks. This License does not grant permission to use the trade&#xA;      names, trademarks, service marks, or product names of the Licensor,&#xA;      except as required for reasonable and customary use in describing the&#xA;      origin of the Work and reproducing the content of the NOTICE file.&#xA;&#xA;   7. Disclaimer of Warranty. Unless required by applicable law or&#xA;      agreed to in writing, Licensor provides the Work (and each&#xA;      Contributor provides its Contributions) on an &#34;AS IS&#34; BASIS,&#xA;      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&#xA;      implied, including, without limitation, any warranties or conditions&#xA;      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&#xA;      PARTICULAR PURPOSE. You are solely responsible for determining the&#xA;      appropriateness of using or redistributing the Work and assume any&#xA;      risks associated with Your exercise of permissions under this License.&#xA;&#xA;   8. Limitation of Liability. In no event and under no legal theory,&#xA;      whether in tort (including negligence), contract, or otherwise,&#xA;      unless required by applicable law (such as deliberate and grossly&#xA;      negligent acts) or agreed to in writing, shall any Contributor be&#xA;      liable to You for damages, including any direct, indirect, special,&#xA;      incidental, or consequential damages of any character arising as a&#xA;      result of this License or out of the use or inability to use the&#xA;      Work (including but not limited to damages for loss of goodwill,&#xA;      work stoppage, computer failure or malfunction, or any and all&#xA;      other commercial damages or losses), even if such Contributor&#xA;      has been advised of the possibility of such damages.&#xA;&#xA;   9. Accepting Warranty or Additional Liability. While redistributing&#xA;      the Work or Derivative Works thereof, You may choose to offer,&#xA;      and charge a fee for, acceptance of support, warranty, indemnity,&#xA;      or other liability obligations and/or rights consistent with this&#xA;      License. However, in accepting such obligations, You may act only&#xA;      on Your own behalf and on Your sole responsibility, not on behalf&#xA;      of any other Contributor, and only if You agree to indemnify,&#xA;      defend, and hold each Contributor harmless for any liability&#xA;      incurred by, or claims asserted against, such Contributor by reason&#xA;      of your accepting any such warranty or additional liability.&#xA;&#xA;   END OF TERMS AND CONDITIONS&#xA;&#xA;   APPENDIX: How to apply the Apache License to your work.&#xA;&#xA;      To apply the Apache License to your work, attach the following&#xA;      boilerplate notice, with the fields enclosed by brackets &#34;[]&#34;&#xA;      replaced with your own identifying information. (Don&#39;t include&#xA;      the brackets!)  The text should be enclosed in the appropriate&#xA;      comment syntax for the file format. We also recommend that a&#xA;      file or class name and description of purpose be included on the&#xA;      same &#34;printed page&#34; as the copyright notice for easier&#xA;      identification within third-party archives.&#xA;&#xA;   Copyright [yyyy] [name of copyright owner]&#xA;&#xA;   Licensed under the Apache License, Version 2.0 (the &#34;License&#34;);&#xA;   you may not use this file except in compliance with the License.&#xA;   You may obtain a copy of the License at&#xA;&#xA;       http://www.apache.org/licenses/LICENSE-2.0&#xA;&#xA;   Unless required by applicable law or agreed to in writing, software&#xA;   distributed under the License is distributed on an &#34;AS IS&#34; BASIS,&#xA;   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA;   See the License for the specific language governing permissions and&#xA;   limitations under the License.&#xA;&#xA;--------------------------------------------------------------------------------&#xA;dart_LICENSE.txt:&#xA;This license applies to all parts of Dart that are not externally&#xA;maintained libraries. The external maintained libraries used by&#xA;Dart are:&#xA;&#xA;7-Zip - in third_party/7zip&#xA;JSCRE - in runtime/third_party/jscre&#xA;Ant - in third_party/apache_ant&#xA;args4j - in third_party/args4j&#xA;bzip2 - in third_party/bzip2&#xA;dromaeo - in samples/third_party/dromaeo&#xA;Eclipse - in third_party/eclipse&#xA;gsutil = in third_party/gsutil&#xA;Guava - in third_party/guava&#xA;hamcrest - in third_party/hamcrest&#xA;Httplib2 - in samples/third_party/httplib2&#xA;JSON - in third_party/json&#xA;JUnit - in third_party/junit&#xA;Oauth - in samples/third_party/oauth2client&#xA;Rhino - in third_party/rhino&#xA;weberknecht - in third_party/weberknecht&#xA;&#xA;The libraries may have their own licenses; we recommend you read them,&#xA;as their terms may differ from the terms below.&#xA;&#xA;Copyright 2012, the Dart project authors. All rights reserved.&#xA;Redistribution and use in source and binary forms, with or without&#xA;modification, are permitted provided that the following conditions are&#xA;met:&#xA;    * Redistributions of source code must retain the above copyright&#xA;      notice, this list of conditions and the following disclaimer.&#xA;    * Redistributions in binary form must reproduce the above&#xA;      copyright notice, this list of conditions and the following&#xA;      disclaimer in the documentation and/or other materials provided&#xA;      with the distribution.&#xA;    * Neither the name of Google Inc. nor the names of its&#xA;      contributors may be used to endorse or promote products derived&#xA;      from this software without specific prior written permission.&#xA;THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&#xA;&#34;AS IS&#34; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&#xA;LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&#xA;A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&#xA;OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&#xA;SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&#xA;LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&#xA;DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&#xA;THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&#xA;(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&#xA;OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&#xA;&#xA;--------------------------------------------------------------------------------&#xA;guava_license.txt:&#xA;&#xA;                                 Apache License&#xA;                           Version 2.0, January 2004&#xA;                        http://www.apache.org/licenses/&#xA;&#xA;   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&#xA;&#xA;   1. Definitions.&#xA;&#xA;      &#34;License&#34; shall mean the terms and conditions for use, reproduction,&#xA;      and distribution as defined by Sections 1 through 9 of this document.&#xA;&#xA;      &#34;Licensor&#34; shall mean the copyright owner or entity authorized by&#xA;      the copyright owner that is granting the License.&#xA;&#xA;      &#34;Legal Entity&#34; shall mean the union of the acting entity and all&#xA;      other entities that control, are controlled by, or are under common&#xA;      control with that entity. For the purposes of this definition,&#xA;      &#34;control&#34; means (i) the power, direct or indirect, to cause the&#xA;      direction or management of such entity, whether by contract or&#xA;      otherwise, or (ii) ownership of fifty percent (50%) or more of the&#xA;      outstanding shares, or (iii) beneficial ownership of such entity.&#xA;&#xA;      &#34;You&#34; (or &#34;Your&#34;) shall mean an individual or Legal Entity&#xA;      exercising permissions granted by this License.&#xA;&#xA;      &#34;Source&#34; form shall mean the preferred form for making modifications,&#xA;      including but not limited to software source code, documentation&#xA;      source, and configuration files.&#xA;&#xA;      &#34;Object&#34; form shall mean any form resulting from mechanical&#xA;      transformation or translation of a Source form, including but&#xA;      not limited to compiled object code, generated documentation,&#xA;      and conversions to other media types.&#xA;&#xA;      &#34;Work&#34; shall mean the work of authorship, whether in Source or&#xA;      Object form, made available under the License, as indicated by a&#xA;      copyright notice that is included in or attached to the work&#xA;      (an example is provided in the Appendix below).&#xA;&#xA;      &#34;Derivative Works&#34; shall mean any work, whether in Source or Object&#xA;      form, that is based on (or derived from) the Work and for which the&#xA;      editorial revisions, annotations, elaborations, or other modifications&#xA;      represent, as a whole, an original work of authorship. For the purposes&#xA;      of this License, Derivative Works shall not include works that remain&#xA;      separable from, or merely link (or bind by name) to the interfaces of,&#xA;      the Work and Derivative Works thereof.&#xA;&#xA;      &#34;Contribution&#34; shall mean any work of authorship, including&#xA;      the original version of the Work and any modifications or additions&#xA;      to that Work or Derivative Works thereof, that is intentionally&#xA;      submitted to Licensor for inclusion in the Work by the copyright owner&#xA;      or by an individual or Legal Entity authorized to submit on behalf of&#xA;      the copyright owner. For the purposes of this definition, &#34;submitted&#34;&#xA;      means any form of electronic, verbal, or written communication sent&#xA;      to the Licensor or its representatives, including but not limited to&#xA;      communication on electronic mailing lists, source code control systems,&#xA;      and issue tracking systems that are managed by, or on behalf of, the&#xA;      Licensor for the purpose of discussing and improving the Work, but&#xA;      excluding communication that is conspicuously marked or otherwise&#xA;      designated in writing by the copyright owner as &#34;Not a Contribution.&#34;&#xA;&#xA;      &#34;Contributor&#34; shall mean Licensor and any individual or Legal Entity&#xA;      on behalf of whom a Contribution has been received by Licensor and&#xA;      subsequently incorporated within the Work.&#xA;&#xA;   2. Grant of Copyright License. Subject to the terms and conditions of&#xA;      this License, each Contributor hereby grants to You a perpetual,&#xA;      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&#xA;      copyright license to reproduce, prepare Derivative Works of,&#xA;      publicly display, publicly perform, sublicense, and distribute the&#xA;      Work and such Derivative Works in Source or Object form.&#xA;&#xA;   3. Grant of Patent License. Subject to the terms and conditions of&#xA;      this License, each Contributor hereby grants to You a perpetual,&#xA;      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&#xA;      (except as stated in this section) patent license to make, have made,&#xA;      use, offer to sell, sell, import, and otherwise transfer the Work,&#xA;      where such license applies only to those patent claims licensable&#xA;      by such Contributor that are necessarily infringed by their&#xA;      Contribution(s) alone or by combination of their Contribution(s)&#xA;      with the Work to which such Contribution(s) was submitted. If You&#xA;      institute patent litigation against any entity (including a&#xA;      cross-claim or counterclaim in a lawsuit) alleging that the Work&#xA;      or a Contribution incorporated within the Work constitutes direct&#xA;      or contributory patent infringement, then any patent licenses&#xA;      granted to You under this License for that Work shall terminate&#xA;      as of the date such litigation is filed.&#xA;&#xA;   4. Redistribution. You may reproduce and distribute copies of the&#xA;      Work or Derivative Works thereof in any medium, with or without&#xA;      modifications, and in Source or Object form, provided that You&#xA;      meet the following conditions:&#xA;&#xA;      (a) You must give any other recipients of the Work or&#xA;          Derivative Works a copy of this License; and&#xA;&#xA;      (b) You must cause any modified files to carry prominent notices&#xA;          stating that You changed the files; and&#xA;&#xA;      (c) You must retain, in the Source form of any Derivative Works&#xA;          that You distribute, all copyright, patent, trademark, and&#xA;          attribution notices from the Source form of the Work,&#xA;          excluding those notices that do not pertain to any part of&#xA;          the Derivative Works; and&#xA;&#xA;      (d) If the Work includes a &#34;NOTICE&#34; text file as part of its&#xA;          distribution, then any Derivative Works that You distribute must&#xA;          include a readable copy of the attribution notices contained&#xA;          within such NOTICE file, excluding those notices that do not&#xA;          pertain to any part of the Derivative Works, in at least one&#xA;          of the following places: within a NOTICE text file distributed&#xA;          as part of the Derivative Works; within the Source form or&#xA;          documentation, if provided along with the Derivative Works; or,&#xA;          within a display generated by the Derivative Works, if and&#xA;          wherever such third-party notices normally appear. The contents&#xA;          of the NOTICE file are for informational purposes only and&#xA;          do not modify the License. You may add Your own attribution&#xA;          notices within Derivative Works that You distribute, alongside&#xA;          or as an addendum to the NOTICE text from the Work, provided&#xA;          that such additional attribution notices cannot be construed&#xA;          as modifying the License.&#xA;&#xA;      You may add Your own copyright statement to Your modifications and&#xA;      may provide additional or different license terms and conditions&#xA;      for use, reproduction, or distribution of Your modifications, or&#xA;      for any such Derivative Works as a whole, provided Your use,&#xA;      reproduction, and distribution of the Work otherwise complies with&#xA;      the conditions stated in this License.&#xA;&#xA;   5. Submission of Contributions. Unless You explicitly state otherwise,&#xA;      any Contribution intentionally submitted for inclusion in the Work&#xA;      by You to the Licensor shall be under the terms and conditions of&#xA;      this License, without any additional terms or conditions.&#xA;      Notwithstanding the above, nothing herein shall supersede or modify&#xA;      the terms of any separate license agreement you may have executed&#xA;      with Licensor regarding such Contributions.&#xA;&#xA;   6. Trademarks. This License does not grant permission to use the trade&#xA;      names, trademarks, service marks, or product names of the Licensor,&#xA;      except as required for reasonable and customary use in describing the&#xA;      origin of the Work and reproducing the content of the NOTICE file.&#xA;&#xA;   7. Disclaimer of Warranty. Unless required by applicable law or&#xA;      agreed to in writing, Licensor provides the Work (and each&#xA;      Contributor provides its Contributions) on an &#34;AS IS&#34; BASIS,&#xA;      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&#xA;      implied, including, without limitation, any warranties or conditions&#xA;      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&#xA;      PARTICULAR PURPOSE. You are solely responsible for determining the&#xA;      appropriateness of using or redistributing the Work and assume any&#xA;      risks associated with Your exercise of permissions under this License.&#xA;&#xA;   8. Limitation of Liability. In no event and under no legal theory,&#xA;      whether in tort (including negligence), contract, or otherwise,&#xA;      unless required by applicable law (such as deliberate and grossly&#xA;      negligent acts) or agreed to in writing, shall any Contributor be&#xA;      liable to You for damages, including any direct, indirect, special,&#xA;      incidental, or consequential damages of any character arising as a&#xA;      result of this License or out of the use or inability to use the&#xA;      Work (including but not limited to damages for loss of goodwill,&#xA;      work stoppage, computer failure or malfunction, or any and all&#xA;      other commercial damages or losses), even if such Contributor&#xA;      has been advised of the possibility of such damages.&#xA;&#xA;   9. Accepting Warranty or Additional Liability. While redistributing&#xA;      the Work or Derivative Works thereof, You may choose to offer,&#xA;      and charge a fee for, acceptance of support, warranty, indemnity,&#xA;      or other liability obligations and/or rights consistent with this&#xA;      License. However, in accepting such obligations, You may act only&#xA;      on Your own behalf and on Your sole responsibility, not on behalf&#xA;      of any other Contributor, and only if You agree to indemnify,&#xA;      defend, and hold each Contributor harmless for any liability&#xA;      incurred by, or claims asserted against, such Contributor by reason&#xA;      of your accepting any such warranty or additional liability.&#xA;&#xA;   END OF TERMS AND CONDITIONS&#xA;&#xA;   APPENDIX: How to apply the Apache License to your work.&#xA;&#xA;      To apply the Apache License to your work, attach the following&#xA;      boilerplate notice, with the fields enclosed by brackets &#34;[]&#34;&#xA;      replaced with your own identifying information. (Don&#39;t include&#xA;      the brackets!)  The text should be enclosed in the appropriate&#xA;      comment syntax for the file format. We also recommend that a&#xA;      file or class name and description of purpose be included on the&#xA;      same &#34;printed page&#34; as the copyright notice for easier&#xA;      identification within third-party archives.&#xA;&#xA;   Copyright [yyyy] [name of copyright owner]&#xA;&#xA;   Licensed under the Apache License, Version 2.0 (the &#34;License&#34;);&#xA;   you may not use this file except in compliance with the License.&#xA;   You may obtain a copy of the License at&#xA;&#xA;       http://www.apache.org/licenses/LICENSE-2.0&#xA;&#xA;   Unless required by applicable law or agreed to in writing, software&#xA;   distributed under the License is distributed on an &#34;AS IS&#34; BASIS,&#xA;   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA;   See the License for the specific language governing permissions and&#xA;   limitations under the License.&#xA;&#xA;--------------------------------------------------------------------------------&#xA;jshashtable_license.txt:&#xA;/**&#xA; * Copyright 2010 Tim Down.&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &#34;License&#34;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *      http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &#34;AS IS&#34; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */&#xA;--------------------------------------------------------------------------------&#xA;json_LICENSE.txt:&#xA;JSON&#xA;&#xA;Copyright (c) 2002 JSON.org&#xA;&#xA;Permission is hereby granted, free of charge, to any person obtaining a copy &#xA;of this software and associated documentation files (the &#34;Software&#34;), to deal &#xA;in the Software without restriction, including without limitation the rights &#xA;to use, copy, modify, merge, publish, distribute, sublicense, and/or sell &#xA;copies of the Software, and to permit persons to whom the Software is &#xA;furnished to do so, subject to the following conditions:&#xA;&#xA;The above copyright notice and this permission notice shall be included in &#xA;all copies or substantial portions of the Software.&#xA;&#xA;The Software shall be used for Good, not Evil.&#xA;&#xA;THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR &#xA;IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, &#xA;FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE &#xA;AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER &#xA;LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, &#xA;OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE &#xA;SOFTWARE. &#xA;&#xA;--------------------------------------------------------------------------------&#xA;maven_LICENSE.txt:&#xA;&#xA;                                 Apache License&#xA;                           Version 2.0, January 2004&#xA;                        http://www.apache.org/licenses/&#xA;&#xA;   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&#xA;&#xA;   1. Definitions.&#xA;&#xA;      &#34;License&#34; shall mean the terms and conditions for use, reproduction,&#xA;      and distribution as defined by Sections 1 through 9 of this document.&#xA;&#xA;      &#34;Licensor&#34; shall mean the copyright owner or entity authorized by&#xA;      the copyright owner that is granting the License.&#xA;&#xA;      &#34;Legal Entity&#34; shall mean the union of the acting entity and all&#xA;      other entities that control, are controlled by, or are under common&#xA;      control with that entity. For the purposes of this definition,&#xA;      &#34;control&#34; means (i) the power, direct or indirect, to cause the&#xA;      direction or management of such entity, whether by contract or&#xA;      otherwise, or (ii) ownership of fifty percent (50%) or more of the&#xA;      outstanding shares, or (iii) beneficial ownership of such entity.&#xA;&#xA;      &#34;You&#34; (or &#34;Your&#34;) shall mean an individual or Legal Entity&#xA;      exercising permissions granted by this License.&#xA;&#xA;      &#34;Source&#34; form shall mean the preferred form for making modifications,&#xA;      including but not limited to software source code, documentation&#xA;      source, and configuration files.&#xA;&#xA;      &#34;Object&#34; form shall mean any form resulting from mechanical&#xA;      transformation or translation of a Source form, including but&#xA;      not limited to compiled object code, generated documentation,&#xA;      and conversions to other media types.&#xA;&#xA;      &#34;Work&#34; shall mean the work of authorship, whether in Source or&#xA;      Object form, made available under the License, as indicated by a&#xA;      copyright notice that is included in or attached to the work&#xA;      (an example is provided in the Appendix below).&#xA;&#xA;      &#34;Derivative Works&#34; shall mean any work, whether in Source or Object&#xA;      form, that is based on (or derived from) the Work and for which the&#xA;      editorial revisions, annotations, elaborations, or other modifications&#xA;      represent, as a whole, an original work of authorship. For the purposes&#xA;      of this License, Derivative Works shall not include works that remain&#xA;      separable from, or merely link (or bind by name) to the interfaces of,&#xA;      the Work and Derivative Works thereof.&#xA;&#xA;      &#34;Contribution&#34; shall mean any work of authorship, including&#xA;      the original version of the Work and any modifications or additions&#xA;      to that Work or Derivative Works thereof, that is intentionally&#xA;      submitted to Licensor for inclusion in the Work by the copyright owner&#xA;      or by an individual or Legal Entity authorized to submit on behalf of&#xA;      the copyright owner. For the purposes of this definition, &#34;submitted&#34;&#xA;      means any form of electronic, verbal, or written communication sent&#xA;      to the Licensor or its representatives, including but not limited to&#xA;      communication on electronic mailing lists, source code control systems,&#xA;      and issue tracking systems that are managed by, or on behalf of, the&#xA;      Licensor for the purpose of discussing and improving the Work, but&#xA;      excluding communication that is conspicuously marked or otherwise&#xA;      designated in writing by the copyright owner as &#34;Not a Contribution.&#34;&#xA;&#xA;      &#34;Contributor&#34; shall mean Licensor and any individual or Legal Entity&#xA;      on behalf of whom a Contribution has been received by Licensor and&#xA;      subsequently incorporated within the Work.&#xA;&#xA;   2. Grant of Copyright License. Subject to the terms and conditions of&#xA;      this License, each Contributor hereby grants to You a perpetual,&#xA;      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&#xA;      copyright license to reproduce, prepare Derivative Works of,&#xA;      publicly display, publicly perform, sublicense, and distribute the&#xA;      Work and such Derivative Works in Source or Object form.&#xA;&#xA;   3. Grant of Patent License. Subject to the terms and conditions of&#xA;      this License, each Contributor hereby grants to You a perpetual,&#xA;      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&#xA;      (except as stated in this section) patent license to make, have made,&#xA;      use, offer to sell, sell, import, and otherwise transfer the Work,&#xA;      where such license applies only to those patent claims licensable&#xA;      by such Contributor that are necessarily infringed by their&#xA;      Contribution(s) alone or by combination of their Contribution(s)&#xA;      with the Work to which such Contribution(s) was submitted. If You&#xA;      institute patent litigation against any entity (including a&#xA;      cross-claim or counterclaim in a lawsuit) alleging that the Work&#xA;      or a Contribution incorporated within the Work constitutes direct&#xA;      or contributory patent infringement, then any patent licenses&#xA;      granted to You under this License for that Work shall terminate&#xA;      as of the date such litigation is filed.&#xA;&#xA;   4. Redistribution. You may reproduce and distribute copies of the&#xA;      Work or Derivative Works thereof in any medium, with or without&#xA;      modifications, and in Source or Object form, provided that You&#xA;      meet the following conditions:&#xA;&#xA;      (a) You must give any other recipients of the Work or&#xA;          Derivative Works a copy of this License; and&#xA;&#xA;      (b) You must cause any modified files to carry prominent notices&#xA;          stating that You changed the files; and&#xA;&#xA;      (c) You must retain, in the Source form of any Derivative Works&#xA;          that You distribute, all copyright, patent, trademark, and&#xA;          attribution notices from the Source form of the Work,&#xA;          excluding those notices that do not pertain to any part of&#xA;          the Derivative Works; and&#xA;&#xA;      (d) If the Work includes a &#34;NOTICE&#34; text file as part of its&#xA;          distribution, then any Derivative Works that You distribute must&#xA;          include a readable copy of the attribution notices contained&#xA;          within such NOTICE file, excluding those notices that do not&#xA;          pertain to any part of the Derivative Works, in at least one&#xA;          of the following places: within a NOTICE text file distributed&#xA;          as part of the Derivative Works; within the Source form or&#xA;          documentation, if provided along with the Derivative Works; or,&#xA;          within a display generated by the Derivative Works, if and&#xA;          wherever such third-party notices normally appear. The contents&#xA;          of the NOTICE file are for informational purposes only and&#xA;          do not modify the License. You may add Your own attribution&#xA;          notices within Derivative Works that You distribute, alongside&#xA;          or as an addendum to the NOTICE text from the Work, provided&#xA;          that such additional attribution notices cannot be construed&#xA;          as modifying the License.&#xA;&#xA;      You may add Your own copyright statement to Your modifications and&#xA;      may provide additional or different license terms and conditions&#xA;      for use, reproduction, or distribution of Your modifications, or&#xA;      for any such Derivative Works as a whole, provided Your use,&#xA;      reproduction, and distribution of the Work otherwise complies with&#xA;      the conditions stated in this License.&#xA;&#xA;   5. Submission of Contributions. Unless You explicitly state otherwise,&#xA;      any Contribution intentionally submitted for inclusion in the Work&#xA;      by You to the Licensor shall be under the terms and conditions of&#xA;      this License, without any additional terms or conditions.&#xA;      Notwithstanding the above, nothing herein shall supersede or modify&#xA;      the terms of any separate license agreement you may have executed&#xA;      with Licensor regarding such Contributions.&#xA;&#xA;   6. Trademarks. This License does not grant permission to use the trade&#xA;      names, trademarks, service marks, or product names of the Licensor,&#xA;      except as required for reasonable and customary use in describing the&#xA;      origin of the Work and reproducing the content of the NOTICE file.&#xA;&#xA;   7. Disclaimer of Warranty. Unless required by applicable law or&#xA;      agreed to in writing, Licensor provides the Work (and each&#xA;      Contributor provides its Contributions) on an &#34;AS IS&#34; BASIS,&#xA;      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&#xA;      implied, including, without limitation, any warranties or conditions&#xA;      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&#xA;      PARTICULAR PURPOSE. You are solely responsible for determining the&#xA;      appropriateness of using or redistributing the Work and assume any&#xA;      risks associated with Your exercise of permissions under this License.&#xA;&#xA;   8. Limitation of Liability. In no event and under no legal theory,&#xA;      whether in tort (including negligence), contract, or otherwise,&#xA;      unless required by applicable law (such as deliberate and grossly&#xA;      negligent acts) or agreed to in writing, shall any Contributor be&#xA;      liable to You for damages, including any direct, indirect, special,&#xA;      incidental, or consequential damages of any character arising as a&#xA;      result of this License or out of the use or inability to use the&#xA;      Work (including but not limited to damages for loss of goodwill,&#xA;      work stoppage, computer failure or malfunction, or any and all&#xA;      other commercial damages or losses), even if such Contributor&#xA;      has been advised of the possibility of such damages.&#xA;&#xA;   9. Accepting Warranty or Additional Liability. While redistributing&#xA;      the Work or Derivative Works thereof, You may choose to offer,&#xA;      and charge a fee for, acceptance of support, warranty, indemnity,&#xA;      or other liability obligations and/or rights consistent with this&#xA;      License. However, in accepting such obligations, You may act only&#xA;      on Your own behalf and on Your sole responsibility, not on behalf&#xA;      of any other Contributor, and only if You agree to indemnify,&#xA;      defend, and hold each Contributor harmless for any liability&#xA;      incurred by, or claims asserted against, such Contributor by reason&#xA;      of your accepting any such warranty or additional liability.&#xA;&#xA;   END OF TERMS AND CONDITIONS&#xA;&#xA;   APPENDIX: How to apply the Apache License to your work.&#xA;&#xA;      To apply the Apache License to your work, attach the following&#xA;      boilerplate notice, with the fields enclosed by brackets &#34;[]&#34;&#xA;      replaced with your own identifying information. (Don&#39;t include&#xA;      the brackets!)  The text should be enclosed in the appropriate&#xA;      comment syntax for the file format. We also recommend that a&#xA;      file or class name and description of purpose be included on the&#xA;      same &#34;printed page&#34; as the copyright notice for easier&#xA;      identification within third-party archives.&#xA;&#xA;   Copyright [yyyy] [name of copyright owner]&#xA;&#xA;   Licensed under the Apache License, Version 2.0 (the &#34;License&#34;);&#xA;   you may not use this file except in compliance with the License.&#xA;   You may obtain a copy of the License at&#xA;&#xA;       http://www.apache.org/licenses/LICENSE-2.0&#xA;&#xA;   Unless required by applicable law or agreed to in writing, software&#xA;   distributed under the License is distributed on an &#34;AS IS&#34; BASIS,&#xA;   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA;   See the License for the specific language governing permissions and&#xA;   limitations under the License.&#xA;&#xA;--------------------------------------------------------------------------------&#xA;pcollections_LICENSE.txt:&#xA;Copyright (c) 2008 Harold Cooper&#xA;&#xA;Permission is hereby granted, free of charge, to any person obtaining a copy&#xA;of this software and associated documentation files (the &#34;Software&#34;), to deal&#xA;in the Software without restriction, including without limitation the rights&#xA;to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&#xA;copies of the Software, and to permit persons to whom the Software is&#xA;furnished to do so, subject to the following conditions:&#xA;&#xA;The above copyright notice and this permission notice shall be included in&#xA;all copies or substantial portions of the Software.&#xA;&#xA;THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&#xA;IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&#xA;FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&#xA;AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&#xA;LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&#xA;OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&#xA;THE SOFTWARE.&#xA;&#xA;--------------------------------------------------------------------------------&#xA;prototype_license.txt:&#xA;Copyright (c) 2005-2010 Sam Stephenson&#xA;&#xA;Permission is hereby granted, free of charge, to any person obtaining a copy&#xA;of this software and associated documentation files (the &#34;Software&#34;), to deal&#xA;in the Software without restriction, including without limitation the rights&#xA;to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&#xA;copies of the Software, and to permit persons to whom the Software is&#xA;furnished to do so, subject to the following conditions:&#xA;&#xA;THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&#xA;IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&#xA;FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&#xA;AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&#xA;LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&#xA;OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE&#xA;SOFTWARE.&#xA;--------------------------------------------------------------------------------&#xA;rhino_LICENSE.txt:&#xA;The majority of Rhino is MPL 1.1 / GPL 2.0 dual licensed:&#xA;&#xA;The Mozilla Public License (http://www.mozilla.org/MPL/MPL-1.1.txt):&#xA;============================================================================&#xA;&#x9;&#x9;&#x9;    MOZILLA PUBLIC LICENSE&#xA;&#x9;&#x9;&#x9;&#x9;  Version 1.1&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;---------------&#xA;&#xA;  1. Definitions.&#xA;&#xA;       1.0.1. &#34;Commercial Use&#34; means distribution or otherwise making the&#xA;       Covered Code available to a third party.&#xA;&#xA;       1.1. &#34;Contributor&#34; means each entity that creates or contributes to&#xA;       the creation of Modifications.&#xA;&#xA;       1.2. &#34;Contributor Version&#34; means the combination of the Original&#xA;       Code, prior Modifications used by a Contributor, and the Modifications&#xA;       made by that particular Contributor.&#xA;&#xA;       1.3. &#34;Covered Code&#34; means the Original Code or Modifications or the&#xA;       combination of the Original Code and Modifications, in each case&#xA;       including portions thereof.&#xA;&#xA;       1.4. &#34;Electronic Distribution Mechanism&#34; means a mechanism generally&#xA;       accepted in the software development community for the electronic&#xA;       transfer of data.&#xA;&#xA;       1.5. &#34;Executable&#34; means Covered Code in any form other than Source&#xA;       Code.&#xA;&#xA;       1.6. &#34;Initial Developer&#34; means the individual or entity identified&#xA;       as the Initial Developer in the Source Code notice required by Exhibit&#xA;       A.&#xA;&#xA;       1.7. &#34;Larger Work&#34; means a work which combines Covered Code or&#xA;       portions thereof with code not governed by the terms of this License.&#xA;&#xA;       1.8. &#34;License&#34; means this document.&#xA;&#xA;       1.8.1. &#34;Licensable&#34; means having the right to grant, to the maximum&#xA;       extent possible, whether at the time of the initial grant or&#xA;       subsequently acquired, any and all of the rights conveyed herein.&#xA;&#xA;       1.9. &#34;Modifications&#34; means any addition to or deletion from the&#xA;       substance or structure of either the Original Code or any previous&#xA;       Modifications. When Covered Code is released as a series of files, a&#xA;       Modification is:&#xA;&#x9;    A. Any addition to or deletion from the contents of a file&#xA;&#x9;    containing Original Code or previous Modifications.&#xA;&#xA;&#x9;    B. Any new file that contains any part of the Original Code or&#xA;&#x9;    previous Modifications.&#xA;&#xA;       1.10. &#34;Original Code&#34; means Source Code of computer software code&#xA;       which is described in the Source Code notice required by Exhibit A as&#xA;       Original Code, and which, at the time of its release under this&#xA;       License is not already Covered Code governed by this License.&#xA;&#xA;       1.10.1. &#34;Patent Claims&#34; means any patent claim(s), now owned or&#xA;       hereafter acquired, including without limitation,  method, process,&#xA;       and apparatus claims, in any patent Licensable by grantor.&#xA;&#xA;       1.11. &#34;Source Code&#34; means the preferred form of the Covered Code for&#xA;       making modifications to it, including all modules it contains, plus&#xA;       any associated interface definition files, scripts used to control&#xA;       compilation and installation of an Executable, or source code&#xA;       differential comparisons against either the Original Code or another&#xA;       well known, available Covered Code of the Contributor&#39;s choice. The&#xA;       Source Code can be in a compressed or archival form, provided the&#xA;       appropriate decompression or de-archiving software is widely available&#xA;       for no charge.&#xA;&#xA;       1.12. &#34;You&#34; (or &#34;Your&#34;)  means an individual or a legal entity&#xA;       exercising rights under, and complying with all of the terms of, this&#xA;       License or a future version of this License issued under Section 6.1.&#xA;       For legal entities, &#34;You&#34; includes any entity which controls, is&#xA;       controlled by, or is under common control with You. For purposes of&#xA;       this definition, &#34;control&#34; means (a) the power, direct or indirect,&#xA;       to cause the direction or management of such entity, whether by&#xA;       contract or otherwise, or (b) ownership of more than fifty percent&#xA;       (50%) of the outstanding shares or beneficial ownership of such&#xA;       entity.&#xA;&#xA;  2. Source Code License.&#xA;&#xA;       2.1. The Initial Developer Grant.&#xA;       The Initial Developer hereby grants You a world-wide, royalty-free,&#xA;       non-exclusive license, subject to third party intellectual property&#xA;       claims:&#xA;&#x9;    (a)  under intellectual property rights (other than patent or&#xA;&#x9;    trademark) Licensable by Initial Developer to use, reproduce,&#xA;&#x9;    modify, display, perform, sublicense and distribute the Original&#xA;&#x9;    Code (or portions thereof) with or without Modifications, and/or&#xA;&#x9;    as part of a Larger Work; and&#xA;&#xA;&#x9;    (b) under Patents Claims infringed by the making, using or&#xA;&#x9;    selling of Original Code, to make, have made, use, practice,&#xA;&#x9;    sell, and offer for sale, and/or otherwise dispose of the&#xA;&#x9;    Original Code (or portions thereof).&#xA;&#xA;&#x9;    (c) the licenses granted in this Section 2.1(a) and (b) are&#xA;&#x9;    effective on the date Initial Developer first distributes&#xA;&#x9;    Original Code under the terms of this License.&#xA;&#xA;&#x9;    (d) Notwithstanding Section 2.1(b) above, no patent license is&#xA;&#x9;    granted: 1) for code that You delete from the Original Code; 2)&#xA;&#x9;    separate from the Original Code;  or 3) for infringements caused&#xA;&#x9;    by: i) the modification of the Original Code or ii) the&#xA;&#x9;    combination of the Original Code with other software or devices.&#xA;&#xA;       2.2. Contributor Grant.&#xA;       Subject to third party intellectual property claims, each Contributor&#xA;       hereby grants You a world-wide, royalty-free, non-exclusive license&#xA;&#xA;&#x9;    (a)  under intellectual property rights (other than patent or&#xA;&#x9;    trademark) Licensable by Contributor, to use, reproduce, modify,&#xA;&#x9;    display, perform, sublicense and distribute the Modifications&#xA;&#x9;    created by such Contributor (or portions thereof) either on an&#xA;&#x9;    unmodified basis, with other Modifications, as Covered Code&#xA;&#x9;    and/or as part of a Larger Work; and&#xA;&#xA;&#x9;    (b) under Patent Claims infringed by the making, using, or&#xA;&#x9;    selling of  Modifications made by that Contributor either alone&#xA;&#x9;    and/or in combination with its Contributor Version (or portions&#xA;&#x9;    of such combination), to make, use, sell, offer for sale, have&#xA;&#x9;    made, and/or otherwise dispose of: 1) Modifications made by that&#xA;&#x9;    Contributor (or portions thereof); and 2) the combination of&#xA;&#x9;    Modifications made by that Contributor with its Contributor&#xA;&#x9;    Version (or portions of such combination).&#xA;&#xA;&#x9;    (c) the licenses granted in Sections 2.2(a) and 2.2(b) are&#xA;&#x9;    effective on the date Contributor first makes Commercial Use of&#xA;&#x9;    the Covered Code.&#xA;&#xA;&#x9;    (d)    Notwithstanding Section 2.2(b) above, no patent license is&#xA;&#x9;    granted: 1) for any code that Contributor has deleted from the&#xA;&#x9;    Contributor Version; 2)  separate from the Contributor Version;&#xA;&#x9;    3)  for infringements caused by: i) third party modifications of&#xA;&#x9;    Contributor Version or ii)  the combination of Modifications made&#xA;&#x9;    by that Contributor with other software  (except as part of the&#xA;&#x9;    Contributor Version) or other devices; or 4) under Patent Claims&#xA;&#x9;    infringed by Covered Code in the absence of Modifications made by&#xA;&#x9;    that Contributor.&#xA;&#xA;  3. Distribution Obligations.&#xA;&#xA;       3.1. Application of License.&#xA;       The Modifications which You create or to which You contribute are&#xA;       governed by the terms of this License, including without limitation&#xA;       Section 2.2. The Source Code version of Covered Code may be&#xA;       distributed only under the terms of this License or a future version&#xA;       of this License released under Section 6.1, and You must include a&#xA;       copy of this License with every copy of the Source Code You&#xA;       distribute. You may not offer or impose any terms on any Source Code&#xA;       version that alters or restricts the applicable version of this&#xA;       License or the recipients&#39; rights hereunder. However, You may include&#xA;       an additional document offering the additional rights described in&#xA;       Section 3.5.&#xA;&#xA;       3.2. Availability of Source Code.&#xA;       Any Modification which You create or to which You contribute must be&#xA;       made available in Source Code form under the terms of this License&#xA;       either on the same media as an Executable version or via an accepted&#xA;       Electronic Distribution Mechanism to anyone to whom you made an&#xA;       Executable version available; and if made available via Electronic&#xA;       Distribution Mechanism, must remain available for at least twelve (12)&#xA;       months after the date it initially became available, or at least six&#xA;       (6) months after a subsequent version of that particular Modification&#xA;       has been made available to such recipients. You are responsible for&#xA;       ensuring that the Source Code version remains available even if the&#xA;       Electronic Distribution Mechanism is maintained by a third party.&#xA;&#xA;       3.3. Description of Modifications.&#xA;       You must cause all Covered Code to which You contribute to contain a&#xA;       file documenting the changes You made to create that Covered Code and&#xA;       the date of any change. You must include a prominent statement that&#xA;       the Modification is derived, directly or indirectly, from Original&#xA;       Code provided by the Initial Developer and including the name of the&#xA;       Initial Developer in (a) the Source Code, and (b) in any notice in an&#xA;       Executable version or related documentation in which You describe the&#xA;       origin or ownership of the Covered Code.&#xA;&#xA;       3.4. Intellectual Property Matters&#xA;&#x9;    (a) Third Party Claims.&#xA;&#x9;    If Contributor has knowledge that a license under a third party&#39;s&#xA;&#x9;    intellectual property rights is required to exercise the rights&#xA;&#x9;    granted by such Contributor under Sections 2.1 or 2.2,&#xA;&#x9;    Contributor must include a text file with the Source Code&#xA;&#x9;    distribution titled &#34;LEGAL&#34; which describes the claim and the&#xA;&#x9;    party making the claim in sufficient detail that a recipient will&#xA;&#x9;    know whom to contact. If Contributor obtains such knowledge after&#xA;&#x9;    the Modification is made available as described in Section 3.2,&#xA;&#x9;    Contributor shall promptly modify the LEGAL file in all copies&#xA;&#x9;    Contributor makes available thereafter and shall take other steps&#xA;&#x9;    (such as notifying appropriate mailing lists or newsgroups)&#xA;&#x9;    reasonably calculated to inform those who received the Covered&#xA;&#x9;    Code that new knowledge has been obtained.&#xA;&#xA;&#x9;    (b) Contributor APIs.&#xA;&#x9;    If Contributor&#39;s Modifications include an application programming&#xA;&#x9;    interface and Contributor has knowledge of patent licenses which&#xA;&#x9;    are reasonably necessary to implement that API, Contributor must&#xA;&#x9;    also include this information in the LEGAL file.&#xA;&#xA;&#x9;&#x9; (c)    Representations.&#xA;&#x9;    Contributor represents that, except as disclosed pursuant to&#xA;&#x9;    Section 3.4(a) above, Contributor believes that Contributor&#39;s&#xA;&#x9;    Modifications are Contributor&#39;s original creation(s) and/or&#xA;&#x9;    Contributor has sufficient rights to grant the rights conveyed by&#xA;&#x9;    this License.&#xA;&#xA;       3.5. Required Notices.&#xA;       You must duplicate the notice in Exhibit A in each file of the Source&#xA;       Code.  If it is not possible to put such notice in a particular Source&#xA;       Code file due to its structure, then You must include such notice in a&#xA;       location (such as a relevant directory) where a user would be likely&#xA;       to look for such a notice.  If You created one or more Modification(s)&#xA;       You may add your name as a Contributor to the notice described in&#xA;       Exhibit A.  You must also duplicate this License in any documentation&#xA;       for the Source Code where You describe recipients&#39; rights or ownership&#xA;       rights relating to Covered Code.  You may choose to offer, and to&#xA;       charge a fee for, warranty, support, indemnity or liability&#xA;       obligations to one or more recipients of Covered Code. However, You&#xA;       may do so only on Your own behalf, and not on behalf of the Initial&#xA;       Developer or any Contributor. You must make it absolutely clear than&#xA;       any such warranty, support, indemnity or liability obligation is&#xA;       offered by You alone, and You hereby agree to indemnify the Initial&#xA;       Developer and every Contributor for any liability incurred by the&#xA;       Initial Developer or such Contributor as a result of warranty,&#xA;       support, indemnity or liability terms You offer.&#xA;&#xA;       3.6. Distribution of Executable Versions.&#xA;       You may distribute Covered Code in Executable form only if the&#xA;       requirements of Section 3.1-3.5 have been met for that Covered Code,&#xA;       and if You include a notice stating that the Source Code version of&#xA;       the Covered Code is available under the terms of this License,&#xA;       including a description of how and where You have fulfilled the&#xA;       obligations of Section 3.2. The notice must be conspicuously included&#xA;       in any notice in an Executable version, related documentation or&#xA;       collateral in which You describe recipients&#39; rights relating to the&#xA;       Covered Code. You may distribute the Executable version of Covered&#xA;       Code or ownership rights under a license of Your choice, which may&#xA;       contain terms different from this License, provided that You are in&#xA;       compliance with the terms of this License and that the license for the&#xA;       Executable version does not attempt to limit or alter the recipient&#39;s&#xA;       rights in the Source Code version from the rights set forth in this&#xA;       License. If You distribute the Executable version under a different&#xA;       license You must make it absolutely clear that any terms which differ&#xA;       from this License are offered by You alone, not by the Initial&#xA;       Developer or any Contributor. You hereby agree to indemnify the&#xA;       Initial Developer and every Contributor for any liability incurred by&#xA;       the Initial Developer or such Contributor as a result of any such&#xA;       terms You offer.&#xA;&#xA;       3.7. Larger Works.&#xA;       You may create a Larger Work by combining Covered Code with other code&#xA;       not governed by the terms of this License and distribute the Larger&#xA;       Work as a single product. In such a case, You must make sure the&#xA;       requirements of this License are fulfilled for the Covered Code.&#xA;&#xA;  4. Inability to Comply Due to Statute or Regulation.&#xA;&#xA;       If it is impossible for You to comply with any of the terms of this&#xA;       License with respect to some or all of the Covered Code due to&#xA;       statute, judicial order, or regulation then You must: (a) comply with&#xA;       the terms of this License to the maximum extent possible; and (b)&#xA;       describe the limitations and the code they affect. Such description&#xA;       must be included in the LEGAL file described in Section 3.4 and must&#xA;       be included with all distributions of the Source Code. Except to the&#xA;       extent prohibited by statute or regulation, such description must be&#xA;       sufficiently detailed for a recipient of ordinary skill to be able to&#xA;       understand it.&#xA;&#xA;  5. Application of this License.&#xA;&#xA;       This License applies to code to which the Initial Developer has&#xA;       attached the notice in Exhibit A and to related Covered Code.&#xA;&#xA;  6. Versions of the License.&#xA;&#xA;       6.1. New Versions.&#xA;       Netscape Communications Corporation (&#34;Netscape&#34;) may publish revised&#xA;       and/or new versions of the License from time to time. Each version&#xA;       will be given a distinguishing version number.&#xA;&#xA;       6.2. Effect of New Versions.&#xA;       Once Covered Code has been published under a particular version of the&#xA;       License, You may always continue to use it under the terms of that&#xA;       version. You may also choose to use such Covered Code under the terms&#xA;       of any subsequent version of the License published by Netscape. No one&#xA;       other than Netscape has the right to modify the terms applicable to&#xA;       Covered Code created under this License.&#xA;&#xA;       6.3. Derivative Works.&#xA;       If You create or use a modified version of this License (which you may&#xA;       only do in order to apply it to code which is not already Covered Code&#xA;       governed by this License), You must (a) rename Your license so that&#xA;       the phrases &#34;Mozilla&#34;, &#34;MOZILLAPL&#34;, &#34;MOZPL&#34;, &#34;Netscape&#34;,&#xA;       &#34;MPL&#34;, &#34;NPL&#34; or any confusingly similar phrase do not appear in your&#xA;       license (except to note that your license differs from this License)&#xA;       and (b) otherwise make it clear that Your version of the license&#xA;       contains terms which differ from the Mozilla Public License and&#xA;       Netscape Public License. (Filling in the name of the Initial&#xA;       Developer, Original Code or Contributor in the notice described in&#xA;       Exhibit A shall not of themselves be deemed to be modifications of&#xA;       this License.)&#xA;&#xA;  7. DISCLAIMER OF WARRANTY.&#xA;&#xA;       COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN &#34;AS IS&#34; BASIS,&#xA;       WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,&#xA;       WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF&#xA;       DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.&#xA;       THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE&#xA;       IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,&#xA;       YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE&#xA;       COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER&#xA;       OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF&#xA;       ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&#xA;&#xA;  8. TERMINATION.&#xA;&#xA;       8.1.  This License and the rights granted hereunder will terminate&#xA;       automatically if You fail to comply with terms herein and fail to cure&#xA;       such breach within 30 days of becoming aware of the breach. All&#xA;       sublicenses to the Covered Code which are properly granted shall&#xA;       survive any termination of this License. Provisions which, by their&#xA;       nature, must remain in effect beyond the termination of this License&#xA;       shall survive.&#xA;&#xA;       8.2.  If You initiate litigation by asserting a patent infringement&#xA;       claim (excluding declatory judgment actions) against Initial Developer&#xA;       or a Contributor (the Initial Developer or Contributor against whom&#xA;       You file such action is referred to as &#34;Participant&#34;)  alleging that:&#xA;&#xA;       (a)  such Participant&#39;s Contributor Version directly or indirectly&#xA;       infringes any patent, then any and all rights granted by such&#xA;       Participant to You under Sections 2.1 and/or 2.2 of this License&#xA;       shall, upon 60 days notice from Participant terminate prospectively,&#xA;       unless if within 60 days after receipt of notice You either: (i)&#xA;       agree in writing to pay Participant a mutually agreeable reasonable&#xA;       royalty for Your past and future use of Modifications made by such&#xA;       Participant, or (ii) withdraw Your litigation claim with respect to&#xA;       the Contributor Version against such Participant.  If within 60 days&#xA;       of notice, a reasonable royalty and payment arrangement are not&#xA;       mutually agreed upon in writing by the parties or the litigation claim&#xA;       is not withdrawn, the rights granted by Participant to You under&#xA;       Sections 2.1 and/or 2.2 automatically terminate at the expiration of&#xA;       the 60 day notice period specified above.&#xA;&#xA;       (b)  any software, hardware, or device, other than such Participant&#39;s&#xA;       Contributor Version, directly or indirectly infringes any patent, then&#xA;       any rights granted to You by such Participant under Sections 2.1(b)&#xA;       and 2.2(b) are revoked effective as of the date You first made, used,&#xA;       sold, distributed, or had made, Modifications made by that&#xA;       Participant.&#xA;&#xA;       8.3.  If You assert a patent infringement claim against Participant&#xA;       alleging that such Participant&#39;s Contributor Version directly or&#xA;       indirectly infringes any patent where such claim is resolved (such as&#xA;       by license or settlement) prior to the initiation of patent&#xA;       infringement litigation, then the reasonable value of the licenses&#xA;       granted by such Participant under Sections 2.1 or 2.2 shall be taken&#xA;       into account in determining the amount or value of any payment or&#xA;       license.&#xA;&#xA;       8.4.  In the event of termination under Sections 8.1 or 8.2 above,&#xA;       all end user license agreements (excluding distributors and resellers)&#xA;       which have been validly granted by You or any distributor hereunder&#xA;       prior to termination shall survive termination.&#xA;&#xA;  9. LIMITATION OF LIABILITY.&#xA;&#xA;       UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&#xA;       (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL&#xA;       DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,&#xA;       OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR&#xA;       ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY&#xA;       CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,&#xA;       WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER&#xA;       COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN&#xA;       INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF&#xA;       LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY&#xA;       RESULTING FROM SUCH PARTY&#39;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW&#xA;       PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE&#xA;       EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO&#xA;       THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.&#xA;&#xA;  10. U.S. GOVERNMENT END USERS.&#xA;&#xA;       The Covered Code is a &#34;commercial item,&#34; as that term is defined in&#xA;       48 C.F.R. 2.101 (Oct. 1995), consisting of &#34;commercial computer&#xA;       software&#34; and &#34;commercial computer software documentation,&#34; as such&#xA;       terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48&#xA;       C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),&#xA;       all U.S. Government End Users acquire Covered Code with only those&#xA;       rights set forth herein.&#xA;&#xA;  11. MISCELLANEOUS.&#xA;&#xA;       This License represents the complete agreement concerning subject&#xA;       matter hereof. If any provision of this License is held to be&#xA;       unenforceable, such provision shall be reformed only to the extent&#xA;       necessary to make it enforceable. This License shall be governed by&#xA;       California law provisions (except to the extent applicable law, if&#xA;       any, provides otherwise), excluding its conflict-of-law provisions.&#xA;       With respect to disputes in which at least one party is a citizen of,&#xA;       or an entity chartered or registered to do business in the United&#xA;       States of America, any litigation relating to this License shall be&#xA;       subject to the jurisdiction of the Federal Courts of the Northern&#xA;       District of California, with venue lying in Santa Clara County,&#xA;       California, with the losing party responsible for costs, including&#xA;       without limitation, court costs and reasonable attorneys&#39; fees and&#xA;       expenses. The application of the United Nations Convention on&#xA;       Contracts for the International Sale of Goods is expressly excluded.&#xA;       Any law or regulation which provides that the language of a contract&#xA;       shall be construed against the drafter shall not apply to this&#xA;       License.&#xA;&#xA;  12. RESPONSIBILITY FOR CLAIMS.&#xA;&#xA;       As between Initial Developer and the Contributors, each party is&#xA;       responsible for claims and damages arising, directly or indirectly,&#xA;       out of its utilization of rights under this License and You agree to&#xA;       work with Initial Developer and Contributors to distribute such&#xA;       responsibility on an equitable basis. Nothing herein is intended or&#xA;       shall be deemed to constitute any admission of liability.&#xA;&#xA;  13. MULTIPLE-LICENSED CODE.&#xA;&#xA;       Initial Developer may designate portions of the Covered Code as&#xA;       &#34;Multiple-Licensed&#34;.  &#34;Multiple-Licensed&#34; means that the Initial&#xA;       Developer permits you to utilize portions of the Covered Code under&#xA;       Your choice of the NPL or the alternative licenses, if any, specified&#xA;       by the Initial Developer in the file described in Exhibit A.&#xA;&#xA;  EXHIBIT A -Mozilla Public License.&#xA;&#xA;       ``The contents of this file are subject to the Mozilla Public License&#xA;       Version 1.1 (the &#34;License&#34;); you may not use this file except in&#xA;       compliance with the License. You may obtain a copy of the License at&#xA;       http://www.mozilla.org/MPL/&#xA;&#xA;       Software distributed under the License is distributed on an &#34;AS IS&#34;&#xA;       basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the&#xA;       License for the specific language governing rights and limitations&#xA;       under the License.&#xA;&#xA;       The Original Code is ______________________________________.&#xA;&#xA;       The Initial Developer of the Original Code is ________________________.&#xA;       Portions created by ______________________ are Copyright (C) ______&#xA;       _______________________. All Rights Reserved.&#xA;&#xA;       Contributor(s): ______________________________________.&#xA;&#xA;       Alternatively, the contents of this file may be used under the terms&#xA;       of the _____ license (the  &#34;[___] License&#34;), in which case the&#xA;       provisions of [______] License are applicable instead of those&#xA;       above.  If you wish to allow use of your version of this file only&#xA;       under the terms of the [____] License and not to allow others to use&#xA;       your version of this file under the MPL, indicate your decision by&#xA;       deleting  the provisions above and replace  them with the notice and&#xA;       other provisions required by the [___] License.  If you do not delete&#xA;       the provisions above, a recipient may use your version of this file&#xA;       under either the MPL or the [___] License.&#34;&#xA;&#xA;       [NOTE: The text of this Exhibit A may differ slightly from the text of&#xA;       the notices in the Source Code files of the Original Code. You should&#xA;       use the text of this Exhibit A rather than the text found in the&#xA;       Original Code Source Code for Your Modifications.]&#xA;============================================================================&#xA;&#xA;============================================================================&#xA;&#x9;  GNU GENERAL PUBLIC LICENSE&#xA;&#x9;     Version 2, June 1991&#xA;&#xA;   Copyright (C) 1989, 1991 Free Software Foundation, Inc.,&#xA;   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA&#xA;   Everyone is permitted to copy and distribute verbatim copies&#xA;   of this license document, but changing it is not allowed.&#xA;&#xA;&#x9;    Preamble&#xA;&#xA;    The licenses for most software are designed to take away your&#xA;  freedom to share and change it.  By contrast, the GNU General Public&#xA;  License is intended to guarantee your freedom to share and change free&#xA;  software--to make sure the software is free for all its users.  This&#xA;  General Public License applies to most of the Free Software&#xA;  Foundation&#39;s software and to any other program whose authors commit to&#xA;  using it.  (Some other Free Software Foundation software is covered by&#xA;  the GNU Lesser General Public License instead.)  You can apply it to&#xA;  your programs, too.&#xA;&#xA;    When we speak of free software, we are referring to freedom, not&#xA;  price.  Our General Public Licenses are designed to make sure that you&#xA;  have the freedom to distribute copies of free software (and charge for&#xA;  this service if you wish), that you receive source code or can get it&#xA;  if you want it, that you can change the software or use pieces of it&#xA;  in new free programs; and that you know you can do these things.&#xA;&#xA;    To protect your rights, we need to make restrictions that forbid&#xA;  anyone to deny you these rights or to ask you to surrender the rights.&#xA;  These restrictions translate to certain responsibilities for you if you&#xA;  distribute copies of the software, or if you modify it.&#xA;&#xA;    For example, if you distribute copies of such a program, whether&#xA;  gratis or for a fee, you must give the recipients all the rights that&#xA;  you have.  You must make sure that they, too, receive or can get the&#xA;  source code.  And you must show them these terms so they know their&#xA;  rights.&#xA;&#xA;    We protect your rights with two steps: (1) copyright the software, and&#xA;  (2) offer you this license which gives you legal permission to copy,&#xA;  distribute and/or modify the software.&#xA;&#xA;    Also, for each author&#39;s protection and ours, we want to make certain&#xA;  that everyone understands that there is no warranty for this free&#xA;  software.  If the software is modified by someone else and passed on, we&#xA;  want its recipients to know that what they have is not the original, so&#xA;  that any problems introduced by others will not reflect on the original&#xA;  authors&#39; reputations.&#xA;&#xA;    Finally, any free program is threatened constantly by software&#xA;  patents.  We wish to avoid the danger that redistributors of a free&#xA;  program will individually obtain patent licenses, in effect making the&#xA;  program proprietary.  To prevent this, we have made it clear that any&#xA;  patent must be licensed for everyone&#39;s free use or not licensed at all.&#xA;&#xA;    The precise terms and conditions for copying, distribution and&#xA;  modification follow.&#xA;&#xA;&#x9;  GNU GENERAL PUBLIC LICENSE&#xA;     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION&#xA;&#xA;    0. This License applies to any program or other work which contains&#xA;  a notice placed by the copyright holder saying it may be distributed&#xA;  under the terms of this General Public License.  The &#34;Program&#34;, below,&#xA;  refers to any such program or work, and a &#34;work based on the Program&#34;&#xA;  means either the Program or any derivative work under copyright law:&#xA;  that is to say, a work containing the Program or a portion of it,&#xA;  either verbatim or with modifications and/or translated into another&#xA;  language.  (Hereinafter, translation is included without limitation in&#xA;  the term &#34;modification&#34;.)  Each licensee is addressed as &#34;you&#34;.&#xA;&#xA;  Activities other than copying, distribution and modification are not&#xA;  covered by this License; they are outside its scope.  The act of&#xA;  running the Program is not restricted, and the output from the Program&#xA;  is covered only if its contents constitute a work based on the&#xA;  Program (independent of having been made by running the Program).&#xA;  Whether that is true depends on what the Program does.&#xA;&#xA;    1. You may copy and distribute verbatim copies of the Program&#39;s&#xA;  source code as you receive it, in any medium, provided that you&#xA;  conspicuously and appropriately publish on each copy an appropriate&#xA;  copyright notice and disclaimer of warranty; keep intact all the&#xA;  notices that refer to this License and to the absence of any warranty;&#xA;  and give any other recipients of the Program a copy of this License&#xA;  along with the Program.&#xA;&#xA;  You may charge a fee for the physical act of transferring a copy, and&#xA;  you may at your option offer warranty protection in exchange for a fee.&#xA;&#xA;    2. You may modify your copy or copies of the Program or any portion&#xA;  of it, thus forming a work based on the Program, and copy and&#xA;  distribute such modifications or work under the terms of Section 1&#xA;  above, provided that you also meet all of these conditions:&#xA;&#xA;      a) You must cause the modified files to carry prominent notices&#xA;      stating that you changed the files and the date of any change.&#xA;&#xA;      b) You must cause any work that you distribute or publish, that in&#xA;      whole or in part contains or is derived from the Program or any&#xA;      part thereof, to be licensed as a whole at no charge to all third&#xA;      parties under the terms of this License.&#xA;&#xA;      c) If the modified program normally reads commands interactively&#xA;      when run, you must cause it, when started running for such&#xA;      interactive use in the most ordinary way, to print or display an&#xA;      announcement including an appropriate copyright notice and a&#xA;      notice that there is no warranty (or else, saying that you provide&#xA;      a warranty) and that users may redistribute the program under&#xA;      these conditions, and telling the user how to view a copy of this&#xA;      License.  (Exception: if the Program itself is interactive but&#xA;      does not normally print such an announcement, your work based on&#xA;      the Program is not required to print an announcement.)&#xA;&#xA;  These requirements apply to the modified work as a whole.  If&#xA;  identifiable sections of that work are not derived from the Program,&#xA;  and can be reasonably considered independent and separate works in&#xA;  themselves, then this License, and its terms, do not apply to those&#xA;  sections when you distribute them as separate works.  But when you&#xA;  distribute the same sections as part of a whole which is a work based&#xA;  on the Program, the distribution of the whole must be on the terms of&#xA;  this License, whose permissions for other licensees extend to the&#xA;  entire whole, and thus to each and every part regardless of who wrote it.&#xA;&#xA;  Thus, it is not the intent of this section to claim rights or contest&#xA;  your rights to work written entirely by you; rather, the intent is to&#xA;  exercise the right to control the distribution of derivative or&#xA;  collective works based on the Program.&#xA;&#xA;  In addition, mere aggregation of another work not based on the Program&#xA;  with the Program (or with a work based on the Program) on a volume of&#xA;  a storage or distribution medium does not bring the other work under&#xA;  the scope of this License.&#xA;&#xA;    3. You may copy and distribute the Program (or a work based on it,&#xA;  under Section 2) in object code or executable form under the terms of&#xA;  Sections 1 and 2 above provided that you also do one of the following:&#xA;&#xA;      a) Accompany it with the complete corresponding machine-readable&#xA;      source code, which must be distributed under the terms of Sections&#xA;      1 and 2 above on a medium customarily used for software interchange; or,&#xA;&#xA;      b) Accompany it with a written offer, valid for at least three&#xA;      years, to give any third party, for a charge no more than your&#xA;      cost of physically performing source distribution, a complete&#xA;      machine-readable copy of the corresponding source code, to be&#xA;      distributed under the terms of Sections 1 and 2 above on a medium&#xA;      customarily used for software interchange; or,&#xA;&#xA;      c) Accompany it with the information you received as to the offer&#xA;      to distribute corresponding source code.  (This alternative is&#xA;      allowed only for noncommercial distribution and only if you&#xA;      received the program in object code or executable form with such&#xA;      an offer, in accord with Subsection b above.)&#xA;&#xA;  The source code for a work means the preferred form of the work for&#xA;  making modifications to it.  For an executable work, complete source&#xA;  code means all the source code for all modules it contains, plus any&#xA;  associated interface definition files, plus the scripts used to&#xA;  control compilation and installation of the executable.  However, as a&#xA;  special exception, the source code distributed need not include&#xA;  anything that is normally distributed (in either source or binary&#xA;  form) with the major components (compiler, kernel, and so on) of the&#xA;  operating system on which the executable runs, unless that component&#xA;  itself accompanies the executable.&#xA;&#xA;  If distribution of executable or object code is made by offering&#xA;  access to copy from a designated place, then offering equivalent&#xA;  access to copy the source code from the same place counts as&#xA;  distribution of the source code, even though third parties are not&#xA;  compelled to copy the source along with the object code.&#xA;&#xA;    4. You may not copy, modify, sublicense, or distribute the Program&#xA;  except as expressly provided under this License.  Any attempt&#xA;  otherwise to copy, modify, sublicense or distribute the Program is&#xA;  void, and will automatically terminate your rights under this License.&#xA;  However, parties who have received copies, or rights, from you under&#xA;  this License will not have their licenses terminated so long as such&#xA;  parties remain in full compliance.&#xA;&#xA;    5. You are not required to accept this License, since you have not&#xA;  signed it.  However, nothing else grants you permission to modify or&#xA;  distribute the Program or its derivative works.  These actions are&#xA;  prohibited by law if you do not accept this License.  Therefore, by&#xA;  modifying or distributing the Program (or any work based on the&#xA;  Program), you indicate your acceptance of this License to do so, and&#xA;  all its terms and conditions for copying, distributing or modifying&#xA;  the Program or works based on it.&#xA;&#xA;    6. Each time you redistribute the Program (or any work based on the&#xA;  Program), the recipient automatically receives a license from the&#xA;  original licensor to copy, distribute or modify the Program subject to&#xA;  these terms and conditions.  You may not impose any further&#xA;  restrictions on the recipients&#39; exercise of the rights granted herein.&#xA;  You are not responsible for enforcing compliance by third parties to&#xA;  this License.&#xA;&#xA;    7. If, as a consequence of a court judgment or allegation of patent&#xA;  infringement or for any other reason (not limited to patent issues),&#xA;  conditions are imposed on you (whether by court order, agreement or&#xA;  otherwise) that contradict the conditions of this License, they do not&#xA;  excuse you from the conditions of this License.  If you cannot&#xA;  distribute so as to satisfy simultaneously your obligations under this&#xA;  License and any other pertinent obligations, then as a consequence you&#xA;  may not distribute the Program at all.  For example, if a patent&#xA;  license would not permit royalty-free redistribution of the Program by&#xA;  all those who receive copies directly or indirectly through you, then&#xA;  the only way you could satisfy both it and this License would be to&#xA;  refrain entirely from distribution of the Program.&#xA;&#xA;  If any portion of this section is held invalid or unenforceable under&#xA;  any particular circumstance, the balance of the section is intended to&#xA;  apply and the section as a whole is intended to apply in other&#xA;  circumstances.&#xA;&#xA;  It is not the purpose of this section to induce you to infringe any&#xA;  patents or other property right claims or to contest validity of any&#xA;  such claims; this section has the sole purpose of protecting the&#xA;  integrity of the free software distribution system, which is&#xA;  implemented by public license practices.  Many people have made&#xA;  generous contributions to the wide range of software distributed&#xA;  through that system in reliance on consistent application of that&#xA;  system; it is up to the author/donor to decide if he or she is willing&#xA;  to distribute software through any other system and a licensee cannot&#xA;  impose that choice.&#xA;&#xA;  This section is intended to make thoroughly clear what is believed to&#xA;  be a consequence of the rest of this License.&#xA;&#xA;    8. If the distribution and/or use of the Program is restricted in&#xA;  certain countries either by patents or by copyrighted interfaces, the&#xA;  original copyright holder who places the Program under this License&#xA;  may add an explicit geographical distribution limitation excluding&#xA;  those countries, so that distribution is permitted only in or among&#xA;  countries not thus excluded.  In such case, this License incorporates&#xA;  the limitation as if written in the body of this License.&#xA;&#xA;    9. The Free Software Foundation may publish revised and/or new versions&#xA;  of the General Public License from time to time.  Such new versions will&#xA;  be similar in spirit to the present version, but may differ in detail to&#xA;  address new problems or concerns.&#xA;&#xA;  Each version is given a distinguishing version number.  If the Program&#xA;  specifies a version number of this License which applies to it and &#34;any&#xA;  later version&#34;, you have the option of following the terms and conditions&#xA;  either of that version or of any later version published by the Free&#xA;  Software Foundation.  If the Program does not specify a version number of&#xA;  this License, you may choose any version ever published by the Free Software&#xA;  Foundation.&#xA;&#xA;    10. If you wish to incorporate parts of the Program into other free&#xA;  programs whose distribution conditions are different, write to the author&#xA;  to ask for permission.  For software which is copyrighted by the Free&#xA;  Software Foundation, write to the Free Software Foundation; we sometimes&#xA;  make exceptions for this.  Our decision will be guided by the two goals&#xA;  of preserving the free status of all derivatives of our free software and&#xA;  of promoting the sharing and reuse of software generally.&#xA;&#xA;&#x9;    NO WARRANTY&#xA;&#xA;    11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY&#xA;  FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN&#xA;  OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES&#xA;  PROVIDE THE PROGRAM &#34;AS IS&#34; WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED&#xA;  OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF&#xA;  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS&#xA;  TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE&#xA;  PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,&#xA;  REPAIR OR CORRECTION.&#xA;&#xA;    12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING&#xA;  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR&#xA;  REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,&#xA;  INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING&#xA;  OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED&#xA;  TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY&#xA;  YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER&#xA;  PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE&#xA;  POSSIBILITY OF SUCH DAMAGES.&#xA;&#xA;&#x9;   END OF TERMS AND CONDITIONS&#xA;&#xA;&#x9;How to Apply These Terms to Your New Programs&#xA;&#xA;    If you develop a new program, and you want it to be of the greatest&#xA;  possible use to the public, the best way to achieve this is to make it&#xA;  free software which everyone can redistribute and change under these terms.&#xA;&#xA;    To do so, attach the following notices to the program.  It is safest&#xA;  to attach them to the start of each source file to most effectively&#xA;  convey the exclusion of warranty; and each file should have at least&#xA;  the &#34;copyright&#34; line and a pointer to where the full notice is found.&#xA;&#xA;      &lt;one line to give the program&#39;s name and a brief idea of what it does.&gt;&#xA;      Copyright (C) &lt;year&gt;  &lt;name of author&gt;&#xA;&#xA;      This program is free software; you can redistribute it and/or modify&#xA;      it under the terms of the GNU General Public License as published by&#xA;      the Free Software Foundation; either version 2 of the License, or&#xA;      (at your option) any later version.&#xA;&#xA;      This program is distributed in the hope that it will be useful,&#xA;      but WITHOUT ANY WARRANTY; without even the implied warranty of&#xA;      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the&#xA;      GNU General Public License for more details.&#xA;&#xA;      You should have received a copy of the GNU General Public License along&#xA;      with this program; if not, write to the Free Software Foundation, Inc.,&#xA;      51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.&#xA;&#xA;  Also add information on how to contact you by electronic and paper mail.&#xA;&#xA;  If the program is interactive, make it output a short notice like this&#xA;  when it starts in an interactive mode:&#xA;&#xA;      Gnomovision version 69, Copyright (C) year name of author&#xA;      Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w&#39;.&#xA;      This is free software, and you are welcome to redistribute it&#xA;      under certain conditions; type `show c&#39; for details.&#xA;&#xA;  The hypothetical commands `show w&#39; and `show c&#39; should show the appropriate&#xA;  parts of the General Public License.  Of course, the commands you use may&#xA;  be called something other than `show w&#39; and `show c&#39;; they could even be&#xA;  mouse-clicks or menu items--whatever suits your program.&#xA;&#xA;  You should also get your employer (if you work as a programmer) or your&#xA;  school, if any, to sign a &#34;copyright disclaimer&#34; for the program, if&#xA;  necessary.  Here is a sample; alter the names:&#xA;&#xA;    Yoyodyne, Inc., hereby disclaims all copyright interest in the program&#xA;    `Gnomovision&#39; (which makes passes at compilers) written by James Hacker.&#xA;&#xA;    &lt;signature of Ty Coon&gt;, 1 April 1989&#xA;    Ty Coon, President of Vice&#xA;&#xA;  This General Public License does not permit incorporating your program into&#xA;  proprietary programs.  If your program is a subroutine library, you may&#xA;  consider it more useful to permit linking proprietary applications with the&#xA;  library.  If this is what you want to do, use the GNU Lesser General&#xA;  Public License instead of this License.&#xA;============================================================================&#xA;&#xA;Additionally, some files (currently the contents of&#xA;toolsrc/org/mozilla/javascript/tools/debugger/treetable/) are available&#xA;only under the following license:&#xA;&#xA;============================================================================&#xA; * Copyright 1997, 1998 Sun Microsystems, Inc.  All Rights Reserved.&#xA; *&#xA; * Redistribution and use in source and binary forms, with or without&#xA; * modification, are permitted provided that the following conditions&#xA; * are met:&#xA; *&#xA; *   - Redistributions of source code must retain the above copyright&#xA; *     notice, this list of conditions and the following disclaimer.&#xA; *&#xA; *   - Redistributions in binary form must reproduce the above copyright&#xA; *     notice, this list of conditions and the following disclaimer in the&#xA; *     documentation and/or other materials provided with the distribution.&#xA; *&#xA; *   - Neither the name of Sun Microsystems nor the names of its&#xA; *     contributors may be used to endorse or promote products derived&#xA; *     from this software without specific prior written permission.&#xA; *&#xA; * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &#34;AS&#xA; * IS&#34; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,&#xA; * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR&#xA; * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR&#xA; * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&#xA; * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&#xA; * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR&#xA; * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&#xA; * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&#xA; * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&#xA; * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&#xA;============================================================================&#xA;&#xA;--------------------------------------------------------------------------------&#xA;scala_license.txt:&#xA;SCALA LICENSE&#xA;&#xA;Copyright (c) 2002-2012 EPFL, Lausanne, unless otherwise specified.&#xA;All rights reserved.&#xA;&#xA;This software was developed by the Programming Methods Laboratory of the&#xA;Swiss Federal Institute of Technology (EPFL), Lausanne, Switzerland.&#xA;&#xA;Permission to use, copy, modify, and distribute this software in source&#xA;or binary form for any purpose with or without fee is hereby granted,&#xA;provided that the following conditions are met:&#xA;&#xA;   1. Redistributions of source code must retain the above copyright&#xA;      notice, this list of conditions and the following disclaimer.&#xA;&#xA;   2. Redistributions in binary form must reproduce the above copyright&#xA;      notice, this list of conditions and the following disclaimer in the&#xA;      documentation and/or other materials provided with the distribution.&#xA;&#xA;   3. Neither the name of the EPFL nor the names of its contributors&#xA;      may be used to endorse or promote products derived from this&#xA;      software without specific prior written permission.&#xA;&#xA;&#xA;THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS&#39;&#39; AND&#xA;ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&#xA;IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&#xA;ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE&#xA;FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL&#xA;DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR&#xA;SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER&#xA;CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT&#xA;LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY&#xA;OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&#xA;SUCH DAMAGE.&#xA;--------------------------------------------------------------------------------&#xA;sun_license.txt:&#xA;Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.&#xA;&#xA;Developed at SunSoft, a Sun Microsystems, Inc. business.&#xA;Permission to use, copy, modify, and distribute this&#xA;software is freely granted, provided that this notice &#xA;is preserved.&#xA;--------------------------------------------------------------------------------&#xA;trove_license.txt:&#xA;          GNU LESSER GENERAL PUBLIC LICENSE&#xA;               Version 2.1, February 1999&#xA;&#xA; Copyright (C) 1991, 1999 Free Software Foundation, Inc.&#xA;     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA&#xA; Everyone is permitted to copy and distribute verbatim copies&#xA; of this license document, but changing it is not allowed.&#xA;&#xA;[This is the first released version of the Lesser GPL.  It also counts&#xA; as the successor of the GNU Library Public License, version 2, hence&#xA; the version number 2.1.]&#xA;&#xA;                Preamble&#xA;&#xA;  The licenses for most software are designed to take away your&#xA;freedom to share and change it.  By contrast, the GNU General Public&#xA;Licenses are intended to guarantee your freedom to share and change&#xA;free software--to make sure the software is free for all its users.&#xA;&#xA;  This license, the Lesser General Public License, applies to some&#xA;specially designated software packages--typically libraries--of the&#xA;Free Software Foundation and other authors who decide to use it.  You&#xA;can use it too, but we suggest you first think carefully about whether&#xA;this license or the ordinary General Public License is the better&#xA;strategy to use in any particular case, based on the explanations below.&#xA;&#xA;  When we speak of free software, we are referring to freedom of use,&#xA;not price.  Our General Public Licenses are designed to make sure that&#xA;you have the freedom to distribute copies of free software (and charge&#xA;for this service if you wish); that you receive source code or can get&#xA;it if you want it; that you can change the software and use pieces of&#xA;it in new free programs; and that you are informed that you can do&#xA;these things.&#xA;&#xA;  To protect your rights, we need to make restrictions that forbid&#xA;distributors to deny you these rights or to ask you to surrender these&#xA;rights.  These restrictions translate to certain responsibilities for&#xA;you if you distribute copies of the library or if you modify it.&#xA;&#xA;  For example, if you distribute copies of the library, whether gratis&#xA;or for a fee, you must give the recipients all the rights that we gave&#xA;you.  You must make sure that they, too, receive or can get the source&#xA;code.  If you link other code with the library, you must provide&#xA;complete object files to the recipients, so that they can relink them&#xA;with the library after making changes to the library and recompiling&#xA;it.  And you must show them these terms so they know their rights.&#xA;&#xA;  We protect your rights with a two-step method: (1) we copyright the&#xA;library, and (2) we offer you this license, which gives you legal&#xA;permission to copy, distribute and/or modify the library.&#xA;&#xA;  To protect each distributor, we want to make it very clear that&#xA;there is no warranty for the free library.  Also, if the library is&#xA;modified by someone else and passed on, the recipients should know&#xA;that what they have is not the original version, so that the original&#xA;author&#39;s reputation will not be affected by problems that might be&#xA;introduced by others.&#xA;ï¿½&#xA;  Finally, software patents pose a constant threat to the existence of&#xA;any free program.  We wish to make sure that a company cannot&#xA;effectively restrict the users of a free program by obtaining a&#xA;restrictive license from a patent holder.  Therefore, we insist that&#xA;any patent license obtained for a version of the library must be&#xA;consistent with the full freedom of use specified in this license.&#xA;&#xA;  Most GNU software, including some libraries, is covered by the&#xA;ordinary GNU General Public License.  This license, the GNU Lesser&#xA;General Public License, applies to certain designated libraries, and&#xA;is quite different from the ordinary General Public License.  We use&#xA;this license for certain libraries in order to permit linking those&#xA;libraries into non-free programs.&#xA;&#xA;  When a program is linked with a library, whether statically or using&#xA;a shared library, the combination of the two is legally speaking a&#xA;combined work, a derivative of the original library.  The ordinary&#xA;General Public License therefore permits such linking only if the&#xA;entire combination fits its criteria of freedom.  The Lesser General&#xA;Public License permits more lax criteria for linking other code with&#xA;the library.&#xA;&#xA;  We call this license the &#34;Lesser&#34; General Public License because it&#xA;does Less to protect the user&#39;s freedom than the ordinary General&#xA;Public License.  It also provides other free software developers Less&#xA;of an advantage over competing non-free programs.  These disadvantages&#xA;are the reason we use the ordinary General Public License for many&#xA;libraries.  However, the Lesser license provides advantages in certain&#xA;special circumstances.&#xA;&#xA;  For example, on rare occasions, there may be a special need to&#xA;encourage the widest possible use of a certain library, so that it becomes&#xA;a de-facto standard.  To achieve this, non-free programs must be&#xA;allowed to use the library.  A more frequent case is that a free&#xA;library does the same job as widely used non-free libraries.  In this&#xA;case, there is little to gain by limiting the free library to free&#xA;software only, so we use the Lesser General Public License.&#xA;&#xA;  In other cases, permission to use a particular library in non-free&#xA;programs enables a greater number of people to use a large body of&#xA;free software.  For example, permission to use the GNU C Library in&#xA;non-free programs enables many more people to use the whole GNU&#xA;operating system, as well as its variant, the GNU/Linux operating&#xA;system.&#xA;&#xA;  Although the Lesser General Public License is Less protective of the&#xA;users&#39; freedom, it does ensure that the user of a program that is&#xA;linked with the Library has the freedom and the wherewithal to run&#xA;that program using a modified version of the Library.&#xA;&#xA;  The precise terms and conditions for copying, distribution and&#xA;modification follow.  Pay close attention to the difference between a&#xA;&#34;work based on the library&#34; and a &#34;work that uses the library&#34;.  The&#xA;former contains code derived from the library, whereas the latter must&#xA;be combined with the library in order to run.&#xA;ï¿½&#xA;          GNU LESSER GENERAL PUBLIC LICENSE&#xA;   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION&#xA;&#xA;  0. This License Agreement applies to any software library or other&#xA;program which contains a notice placed by the copyright holder or&#xA;other authorized party saying it may be distributed under the terms of&#xA;this Lesser General Public License (also called &#34;this License&#34;).&#xA;Each licensee is addressed as &#34;you&#34;.&#xA;&#xA;  A &#34;library&#34; means a collection of software functions and/or data&#xA;prepared so as to be conveniently linked with application programs&#xA;(which use some of those functions and data) to form executables.&#xA;&#xA;  The &#34;Library&#34;, below, refers to any such software library or work&#xA;which has been distributed under these terms.  A &#34;work based on the&#xA;Library&#34; means either the Library or any derivative work under&#xA;copyright law: that is to say, a work containing the Library or a&#xA;portion of it, either verbatim or with modifications and/or translated&#xA;straightforwardly into another language.  (Hereinafter, translation is&#xA;included without limitation in the term &#34;modification&#34;.)&#xA;&#xA;  &#34;Source code&#34; for a work means the preferred form of the work for&#xA;making modifications to it.  For a library, complete source code means&#xA;all the source code for all modules it contains, plus any associated&#xA;interface definition files, plus the scripts used to control compilation&#xA;and installation of the library.&#xA;&#xA;  Activities other than copying, distribution and modification are not&#xA;covered by this License; they are outside its scope.  The act of&#xA;running a program using the Library is not restricted, and output from&#xA;such a program is covered only if its contents constitute a work based&#xA;on the Library (independent of the use of the Library in a tool for&#xA;writing it).  Whether that is true depends on what the Library does&#xA;and what the program that uses the Library does.&#xA;&#xA;  1. You may copy and distribute verbatim copies of the Library&#39;s&#xA;complete source code as you receive it, in any medium, provided that&#xA;you conspicuously and appropriately publish on each copy an&#xA;appropriate copyright notice and disclaimer of warranty; keep intact&#xA;all the notices that refer to this License and to the absence of any&#xA;warranty; and distribute a copy of this License along with the&#xA;Library.&#xA;&#xA;  You may charge a fee for the physical act of transferring a copy,&#xA;and you may at your option offer warranty protection in exchange for a&#xA;fee.&#xA;ï¿½&#xA;  2. You may modify your copy or copies of the Library or any portion&#xA;of it, thus forming a work based on the Library, and copy and&#xA;distribute such modifications or work under the terms of Section 1&#xA;above, provided that you also meet all of these conditions:&#xA;&#xA;    a) The modified work must itself be a software library.&#xA;&#xA;    b) You must cause the files modified to carry prominent notices&#xA;    stating that you changed the files and the date of any change.&#xA;&#xA;    c) You must cause the whole of the work to be licensed at no&#xA;    charge to all third parties under the terms of this License.&#xA;&#xA;    d) If a facility in the modified Library refers to a function or a&#xA;    table of data to be supplied by an application program that uses&#xA;    the facility, other than as an argument passed when the facility&#xA;    is invoked, then you must make a good faith effort to ensure that,&#xA;    in the event an application does not supply such function or&#xA;    table, the facility still operates, and performs whatever part of&#xA;    its purpose remains meaningful.&#xA;&#xA;    (For example, a function in a library to compute square roots has&#xA;    a purpose that is entirely well-defined independent of the&#xA;    application.  Therefore, Subsection 2d requires that any&#xA;    application-supplied function or table used by this function must&#xA;    be optional: if the application does not supply it, the square&#xA;    root function must still compute square roots.)&#xA;&#xA;These requirements apply to the modified work as a whole.  If&#xA;identifiable sections of that work are not derived from the Library,&#xA;and can be reasonably considered independent and separate works in&#xA;themselves, then this License, and its terms, do not apply to those&#xA;sections when you distribute them as separate works.  But when you&#xA;distribute the same sections as part of a whole which is a work based&#xA;on the Library, the distribution of the whole must be on the terms of&#xA;this License, whose permissions for other licensees extend to the&#xA;entire whole, and thus to each and every part regardless of who wrote&#xA;it.&#xA;&#xA;Thus, it is not the intent of this section to claim rights or contest&#xA;your rights to work written entirely by you; rather, the intent is to&#xA;exercise the right to control the distribution of derivative or&#xA;collective works based on the Library.&#xA;&#xA;In addition, mere aggregation of another work not based on the Library&#xA;with the Library (or with a work based on the Library) on a volume of&#xA;a storage or distribution medium does not bring the other work under&#xA;the scope of this License.&#xA;&#xA;  3. You may opt to apply the terms of the ordinary GNU General Public&#xA;License instead of this License to a given copy of the Library.  To do&#xA;this, you must alter all the notices that refer to this License, so&#xA;that they refer to the ordinary GNU General Public License, version 2,&#xA;instead of to this License.  (If a newer version than version 2 of the&#xA;ordinary GNU General Public License has appeared, then you can specify&#xA;that version instead if you wish.)  Do not make any other change in&#xA;these notices.&#xA;ï¿½&#xA;  Once this change is made in a given copy, it is irreversible for&#xA;that copy, so the ordinary GNU General Public License applies to all&#xA;subsequent copies and derivative works made from that copy.&#xA;&#xA;  This option is useful when you wish to copy part of the code of&#xA;the Library into a program that is not a library.&#xA;&#xA;  4. You may copy and distribute the Library (or a portion or&#xA;derivative of it, under Section 2) in object code or executable form&#xA;under the terms of Sections 1 and 2 above provided that you accompany&#xA;it with the complete corresponding machine-readable source code, which&#xA;must be distributed under the terms of Sections 1 and 2 above on a&#xA;medium customarily used for software interchange.&#xA;&#xA;  If distribution of object code is made by offering access to copy&#xA;from a designated place, then offering equivalent access to copy the&#xA;source code from the same place satisfies the requirement to&#xA;distribute the source code, even though third parties are not&#xA;compelled to copy the source along with the object code.&#xA;&#xA;  5. A program that contains no derivative of any portion of the&#xA;Library, but is designed to work with the Library by being compiled or&#xA;linked with it, is called a &#34;work that uses the Library&#34;.  Such a&#xA;work, in isolation, is not a derivative work of the Library, and&#xA;therefore falls outside the scope of this License.&#xA;&#xA;  However, linking a &#34;work that uses the Library&#34; with the Library&#xA;creates an executable that is a derivative of the Library (because it&#xA;contains portions of the Library), rather than a &#34;work that uses the&#xA;library&#34;.  The executable is therefore covered by this License.&#xA;Section 6 states terms for distribution of such executables.&#xA;&#xA;  When a &#34;work that uses the Library&#34; uses material from a header file&#xA;that is part of the Library, the object code for the work may be a&#xA;derivative work of the Library even though the source code is not.&#xA;Whether this is true is especially significant if the work can be&#xA;linked without the Library, or if the work is itself a library.  The&#xA;threshold for this to be true is not precisely defined by law.&#xA;&#xA;  If such an object file uses only numerical parameters, data&#xA;structure layouts and accessors, and small macros and small inline&#xA;functions (ten lines or less in length), then the use of the object&#xA;file is unrestricted, regardless of whether it is legally a derivative&#xA;work.  (Executables containing this object code plus portions of the&#xA;Library will still fall under Section 6.)&#xA;&#xA;  Otherwise, if the work is a derivative of the Library, you may&#xA;distribute the object code for the work under the terms of Section 6.&#xA;Any executables containing that work also fall under Section 6,&#xA;whether or not they are linked directly with the Library itself.&#xA;ï¿½&#xA;  6. As an exception to the Sections above, you may also combine or&#xA;link a &#34;work that uses the Library&#34; with the Library to produce a&#xA;work containing portions of the Library, and distribute that work&#xA;under terms of your choice, provided that the terms permit&#xA;modification of the work for the customer&#39;s own use and reverse&#xA;engineering for debugging such modifications.&#xA;&#xA;  You must give prominent notice with each copy of the work that the&#xA;Library is used in it and that the Library and its use are covered by&#xA;this License.  You must supply a copy of this License.  If the work&#xA;during execution displays copyright notices, you must include the&#xA;copyright notice for the Library among them, as well as a reference&#xA;directing the user to the copy of this License.  Also, you must do one&#xA;of these things:&#xA;&#xA;    a) Accompany the work with the complete corresponding&#xA;    machine-readable source code for the Library including whatever&#xA;    changes were used in the work (which must be distributed under&#xA;    Sections 1 and 2 above); and, if the work is an executable linked&#xA;    with the Library, with the complete machine-readable &#34;work that&#xA;    uses the Library&#34;, as object code and/or source code, so that the&#xA;    user can modify the Library and then relink to produce a modified&#xA;    executable containing the modified Library.  (It is understood&#xA;    that the user who changes the contents of definitions files in the&#xA;    Library will not necessarily be able to recompile the application&#xA;    to use the modified definitions.)&#xA;&#xA;    b) Use a suitable shared library mechanism for linking with the&#xA;    Library.  A suitable mechanism is one that (1) uses at run time a&#xA;    copy of the library already present on the user&#39;s computer system,&#xA;    rather than copying library functions into the executable, and (2)&#xA;    will operate properly with a modified version of the library, if&#xA;    the user installs one, as long as the modified version is&#xA;    interface-compatible with the version that the work was made with.&#xA;&#xA;    c) Accompany the work with a written offer, valid for at&#xA;    least three years, to give the same user the materials&#xA;    specified in Subsection 6a, above, for a charge no more&#xA;    than the cost of performing this distribution.&#xA;&#xA;    d) If distribution of the work is made by offering access to copy&#xA;    from a designated place, offer equivalent access to copy the above&#xA;    specified materials from the same place.&#xA;&#xA;    e) Verify that the user has already received a copy of these&#xA;    materials or that you have already sent this user a copy.&#xA;&#xA;  For an executable, the required form of the &#34;work that uses the&#xA;Library&#34; must include any data and utility programs needed for&#xA;reproducing the executable from it.  However, as a special exception,&#xA;the materials to be distributed need not include anything that is&#xA;normally distributed (in either source or binary form) with the major&#xA;components (compiler, kernel, and so on) of the operating system on&#xA;which the executable runs, unless that component itself accompanies&#xA;the executable.&#xA;&#xA;  It may happen that this requirement contradicts the license&#xA;restrictions of other proprietary libraries that do not normally&#xA;accompany the operating system.  Such a contradiction means you cannot&#xA;use both them and the Library together in an executable that you&#xA;distribute.&#xA;ï¿½&#xA;  7. You may place library facilities that are a work based on the&#xA;Library side-by-side in a single library together with other library&#xA;facilities not covered by this License, and distribute such a combined&#xA;library, provided that the separate distribution of the work based on&#xA;the Library and of the other library facilities is otherwise&#xA;permitted, and provided that you do these two things:&#xA;&#xA;    a) Accompany the combined library with a copy of the same work&#xA;    based on the Library, uncombined with any other library&#xA;    facilities.  This must be distributed under the terms of the&#xA;    Sections above.&#xA;&#xA;    b) Give prominent notice with the combined library of the fact&#xA;    that part of it is a work based on the Library, and explaining&#xA;    where to find the accompanying uncombined form of the same work.&#xA;&#xA;  8. You may not copy, modify, sublicense, link with, or distribute&#xA;the Library except as expressly provided under this License.  Any&#xA;attempt otherwise to copy, modify, sublicense, link with, or&#xA;distribute the Library is void, and will automatically terminate your&#xA;rights under this License.  However, parties who have received copies,&#xA;or rights, from you under this License will not have their licenses&#xA;terminated so long as such parties remain in full compliance.&#xA;&#xA;  9. You are not required to accept this License, since you have not&#xA;signed it.  However, nothing else grants you permission to modify or&#xA;distribute the Library or its derivative works.  These actions are&#xA;prohibited by law if you do not accept this License.  Therefore, by&#xA;modifying or distributing the Library (or any work based on the&#xA;Library), you indicate your acceptance of this License to do so, and&#xA;all its terms and conditions for copying, distributing or modifying&#xA;the Library or works based on it.&#xA;&#xA;  10. Each time you redistribute the Library (or any work based on the&#xA;Library), the recipient automatically receives a license from the&#xA;original licensor to copy, distribute, link with or modify the Library&#xA;subject to these terms and conditions.  You may not impose any further&#xA;restrictions on the recipients&#39; exercise of the rights granted herein.&#xA;You are not responsible for enforcing compliance by third parties with&#xA;this License.&#xA;ï¿½&#xA;  11. If, as a consequence of a court judgment or allegation of patent&#xA;infringement or for any other reason (not limited to patent issues),&#xA;conditions are imposed on you (whether by court order, agreement or&#xA;otherwise) that contradict the conditions of this License, they do not&#xA;excuse you from the conditions of this License.  If you cannot&#xA;distribute so as to satisfy simultaneously your obligations under this&#xA;License and any other pertinent obligations, then as a consequence you&#xA;may not distribute the Library at all.  For example, if a patent&#xA;license would not permit royalty-free redistribution of the Library by&#xA;all those who receive copies directly or indirectly through you, then&#xA;the only way you could satisfy both it and this License would be to&#xA;refrain entirely from distribution of the Library.&#xA;&#xA;If any portion of this section is held invalid or unenforceable under any&#xA;particular circumstance, the balance of the section is intended to apply,&#xA;and the section as a whole is intended to apply in other circumstances.&#xA;&#xA;It is not the purpose of this section to induce you to infringe any&#xA;patents or other property right claims or to contest validity of any&#xA;such claims; this section has the sole purpose of protecting the&#xA;integrity of the free software distribution system which is&#xA;implemented by public license practices.  Many people have made&#xA;generous contributions to the wide range of software distributed&#xA;through that system in reliance on consistent application of that&#xA;system; it is up to the author/donor to decide if he or she is willing&#xA;to distribute software through any other system and a licensee cannot&#xA;impose that choice.&#xA;&#xA;This section is intended to make thoroughly clear what is believed to&#xA;be a consequence of the rest of this License.&#xA;&#xA;  12. If the distribution and/or use of the Library is restricted in&#xA;certain countries either by patents or by copyrighted interfaces, the&#xA;original copyright holder who places the Library under this License may add&#xA;an explicit geographical distribution limitation excluding those countries,&#xA;so that distribution is permitted only in or among countries not thus&#xA;excluded.  In such case, this License incorporates the limitation as if&#xA;written in the body of this License.&#xA;&#xA;  13. The Free Software Foundation may publish revised and/or new&#xA;versions of the Lesser General Public License from time to time.&#xA;Such new versions will be similar in spirit to the present version,&#xA;but may differ in detail to address new problems or concerns.&#xA;&#xA;Each version is given a distinguishing version number.  If the Library&#xA;specifies a version number of this License which applies to it and&#xA;&#34;any later version&#34;, you have the option of following the terms and&#xA;conditions either of that version or of any later version published by&#xA;the Free Software Foundation.  If the Library does not specify a&#xA;license version number, you may choose any version ever published by&#xA;the Free Software Foundation.&#xA;ï¿½&#xA;  14. If you wish to incorporate parts of the Library into other free&#xA;programs whose distribution conditions are incompatible with these,&#xA;write to the author to ask for permission.  For software which is&#xA;copyrighted by the Free Software Foundation, write to the Free&#xA;Software Foundation; we sometimes make exceptions for this.  Our&#xA;decision will be guided by the two goals of preserving the free status&#xA;of all derivatives of our free software and of promoting the sharing&#xA;and reuse of software generally.&#xA;&#xA;                NO WARRANTY&#xA;&#xA;  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO&#xA;WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.&#xA;EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR&#xA;OTHER PARTIES PROVIDE THE LIBRARY &#34;AS IS&#34; WITHOUT WARRANTY OF ANY&#xA;KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE&#xA;IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR&#xA;PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE&#xA;LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME&#xA;THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.&#xA;&#xA;  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN&#xA;WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY&#xA;AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU&#xA;FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR&#xA;CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE&#xA;LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING&#xA;RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A&#xA;FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF&#xA;SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH&#xA;DAMAGES.&#xA;&#xA;             END OF TERMS AND CONDITIONS&#xA;ï¿½&#xA;           How to Apply These Terms to Your New Libraries&#xA;&#xA;  If you develop a new library, and you want it to be of the greatest&#xA;possible use to the public, we recommend making it free software that&#xA;everyone can redistribute and change.  You can do so by permitting&#xA;redistribution under these terms (or, alternatively, under the terms of the&#xA;ordinary General Public License).&#xA;&#xA;  To apply these terms, attach the following notices to the library.  It is&#xA;safest to attach them to the start of each source file to most effectively&#xA;convey the exclusion of warranty; and each file should have at least the&#xA;&#34;copyright&#34; line and a pointer to where the full notice is found.&#xA;&#xA;    &lt;one line to give the library&#39;s name and a brief idea of what it does.&gt;&#xA;    Copyright (C) &lt;year&gt;  &lt;name of author&gt;&#xA;&#xA;    This library is free software; you can redistribute it and/or&#xA;    modify it under the terms of the GNU Lesser General Public&#xA;    License as published by the Free Software Foundation; either&#xA;    version 2.1 of the License, or (at your option) any later version.&#xA;&#xA;    This library is distributed in the hope that it will be useful,&#xA;    but WITHOUT ANY WARRANTY; without even the implied warranty of&#xA;    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU&#xA;    Lesser General Public License for more details.&#xA;&#xA;    You should have received a copy of the GNU Lesser General Public&#xA;    License along with this library; if not, write to the Free Software&#xA;    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA&#xA;&#xA;Also add information on how to contact you by electronic and paper mail.&#xA;&#xA;You should also get your employer (if you work as a programmer) or your&#xA;school, if any, to sign a &#34;copyright disclaimer&#34; for the library, if&#xA;necessary.  Here is a sample; alter the names:&#xA;&#xA;  Yoyodyne, Inc., hereby disclaims all copyright interest in the&#xA;  library `Frob&#39; (a library for tweaking knobs) written by James Random Hacker.&#xA;&#xA;  &lt;signature of Ty Coon&gt;, 1 April 1990&#xA;  Ty Coon, President of Vice&#xA;&#xA;That&#39;s all there is to it!&#xA;&#xA;&#xA;&#xA;--------------------------------------------------------------------------------&#xA;trove_readme_license.txt:&#xA;The Trove library is licensed under the Lesser GNU Public License,&#xA;which is included with the distribution in a file called trove_license.txt.&#xA;&#xA;&#xA;The PrimeFinder and HashFunctions classes in Trove are subject to the&#xA;following license restrictions:&#xA;&#xA;Copyright (c) 1999 CERN - European Organization for Nuclear Research.&#xA;&#xA;Permission to use, copy, modify, distribute and sell this software and&#xA;its documentation for any purpose is hereby granted without fee,&#xA;provided that the above copyright notice appear in all copies and that&#xA;both that copyright notice and this permission notice appear in&#xA;supporting documentation. CERN makes no representations about the&#xA;suitability of this software for any purpose. It is provided &#34;as is&#34;&#xA;without expressed or implied warranty.&#xA;&#xA;&#xA;&#xA;--------------------------------------------------------------------------------&#xA;