diff --git a/.jvmopts b/.jvmopts index 142c561258d6..80bd78efb880 100644 --- a/.jvmopts +++ b/.jvmopts @@ -1,4 +1,4 @@ -Xss16M --Xmx3G +-Xmx4G -XX:+UseCompressedOops ---upgrade-module-path=engine/runtime/build-cache/truffle-api.jar \ No newline at end of file +--upgrade-module-path=engine/runtime/build-cache/truffle-api.jar diff --git a/build.sbt b/build.sbt index 6a83b6ede980..578bbae8a9b1 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ import java.io.File // === Global Configuration =================================================== // ============================================================================ -val scalacVersion = "2.13.3" +val scalacVersion = "2.13.5" val rustVersion = "1.40.0-nightly (b520af6fd 2019-11-03)" val graalVersion = "21.0.0.2" val javaVersion = "11" @@ -355,7 +355,7 @@ val scalaCompiler = Seq( // === Splain ================================================================= -val splainVersion = "0.5.7" +val splainVersion = "0.5.8" val splainOptions = Seq( "-P:splain:infix:true", "-P:splain:foundreq:true", @@ -385,7 +385,7 @@ val directoryWatcherVersion = "0.9.10" val flatbuffersVersion = "1.12.0" val guavaVersion = "29.0-jre" val jlineVersion = "3.15.0" -val kindProjectorVersion = "0.11.2" +val kindProjectorVersion = "0.11.3" val mockitoScalaVersion = "1.14.8" val newtypeVersion = "0.4.4" val pprintVersion = "0.5.9" diff --git a/distribution/engine/THIRD-PARTY/NOTICE b/distribution/engine/THIRD-PARTY/NOTICE index 21e1f3a1299e..ed1a17aa8484 100644 --- a/distribution/engine/THIRD-PARTY/NOTICE +++ b/distribution/engine/THIRD-PARTY/NOTICE @@ -36,11 +36,6 @@ The license file can be found at `licenses/APACHE2.0`. Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.core.jackson-annotations-2.11.1`. -'scala-reflect', licensed under the Apache-2.0, is distributed with the engine. -The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-reflect-2.13.3`. - - 'jline', licensed under the The BSD License, is distributed with the engine. The license information can be found along with the copyright notices. Copyright notices related to this dependency can be found in the directory `org.jline.jline-3.15.0`. @@ -81,6 +76,11 @@ The license information can be found along with the copyright notices. Copyright notices related to this dependency can be found in the directory `com.beachape.enumeratum-macros_2.13-1.6.1`. +'scala-reflect', licensed under the Apache-2.0, is distributed with the engine. +The license file can be found at `licenses/APACHE2.0`. +Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-reflect-2.13.5`. + + 'auto-common', licensed under the Apache 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. Copyright notices related to this dependency can be found in the directory `com.google.auto.auto-common-0.10`. @@ -191,6 +191,11 @@ The license file can be found at `licenses/APACHE2.0`. Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1`. +'jline', licensed under the The BSD License, is distributed with the engine. +The license file can be found at `licenses/BSD-3-Clause`. +Copyright notices related to this dependency can be found in the directory `org.jline.jline-3.19.0`. + + 'akka-parsing_2.13', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1`. @@ -306,6 +311,11 @@ The license information can be found along with the copyright notices. Copyright notices related to this dependency can be found in the directory `nl.gn0s1s.bump_2.13-0.1.3`. +'scala-compiler', licensed under the Apache-2.0, is distributed with the engine. +The license file can be found at `licenses/APACHE2.0`. +Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-compiler-2.13.5`. + + 'alleycats-core_2.13', licensed under the MIT, is distributed with the engine. The license information can be found along with the copyright notices. Copyright notices related to this dependency can be found in the directory `org.typelevel.alleycats-core_2.13-2.1.1`. @@ -348,7 +358,7 @@ Copyright notices related to this dependency can be found in the directory `com. 'scala-library', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-library-2.13.3`. +Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-library-2.13.5`. 'jackson-databind', licensed under the The Apache Software License, Version 2.0, is distributed with the engine. @@ -386,11 +396,6 @@ The license file can be found at `licenses/APACHE2.0`. Copyright notices related to this dependency can be found in the directory `com.google.j2objc.j2objc-annotations-1.3`. -'scala-compiler', licensed under the Apache-2.0, is distributed with the engine. -The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-compiler-2.13.3`. - - 'refined_2.13', licensed under the MIT, is distributed with the engine. The license information can be found along with the copyright notices. Copyright notices related to this dependency can be found in the directory `eu.timepit.refined_2.13-0.9.14`. diff --git a/distribution/engine/THIRD-PARTY/licenses/BSD-3-Clause b/distribution/engine/THIRD-PARTY/licenses/BSD-3-Clause new file mode 100644 index 000000000000..731a7373159e --- /dev/null +++ b/distribution/engine/THIRD-PARTY/licenses/BSD-3-Clause @@ -0,0 +1,9 @@ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/distribution/engine/THIRD-PARTY/org.jline.jline-3.19.0/NOTICES b/distribution/engine/THIRD-PARTY/org.jline.jline-3.19.0/NOTICES new file mode 100644 index 000000000000..a67c92295a9f --- /dev/null +++ b/distribution/engine/THIRD-PARTY/org.jline.jline-3.19.0/NOTICES @@ -0,0 +1,19 @@ +this work for additional information regarding copyright ownership. + +Copyright (C) 2009-2018 the original author(s). + +regarding copyright ownership. The ASF licenses this file + +Copyright (c) 2000-2005 Dieter Wimberger + +Copyright (c) 2002-2017, the original author or authors. + +Copyright (c) 2002-2019, the original author or authors. + +Copyright (c) 2002-2021, the original author or authors. + +Copyright (c) 2002-2020, the original author or authors. + +Copyright (c) 2002-2018, the original author or authors. + +Copyright (c) 2002-2016, the original author or authors. diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.3/NOTICES b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.3/NOTICES deleted file mode 100644 index 864e5eca4645..000000000000 --- a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.3/NOTICES +++ /dev/null @@ -1,13 +0,0 @@ -/* NSC -- new Scala compiler - * Copyright 2005-2013 LAMP/EPFL - * @author Martin Odersky - */ - -Copyright 2002-2017 LAMP/EPFL and Lightbend, Inc. - -Copyright 2005-2017 LAMP/EPFL and Lightbend, Inc - -Copyright 2005-2017 LAMP/EPFL and Lightbend, Inc. - -See org.scala-lang.scala-library-2.13 for additional documentation related to this module. - diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.3/NOTICE b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.5/NOTICE similarity index 100% rename from distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.3/NOTICE rename to distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.5/NOTICE diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.5/NOTICES b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.5/NOTICES new file mode 100644 index 000000000000..cb45ba3845b2 --- /dev/null +++ b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.5/NOTICES @@ -0,0 +1,9 @@ +Copyright 2005-2013 LAMP/EPFL + +Copyright 2005-2017 LAMP/EPFL and Lightbend, Inc + +Copyright 2005-2017 LAMP/EPFL and Lightbend, Inc. + +Copyright EPFL and Lightbend, Inc. + +additional information regarding copyright ownership. diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/NOTICES b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/NOTICES deleted file mode 100644 index ff57b17eef17..000000000000 --- a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/NOTICES +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Scala (https://www.scala-lang.org) - * - * Copyright EPFL and Lightbend, Inc. - * - * Licensed under Apache License 2.0 - * (http://www.apache.org/licenses/LICENSE-2.0). - * - * See the NOTICE file distributed with this work for - * additional information regarding copyright ownership. - */ diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/LICENSE.md b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/LICENSE.md deleted file mode 100644 index 83ef781d15f1..000000000000 --- a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/LICENSE.md +++ /dev/null @@ -1,42 +0,0 @@ -Scala is licensed under the [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). - -## Scala License - -Copyright (c) 2002-2020 EPFL - -Copyright (c) 2011-2020 Lightbend, Inc. - -All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - -# Other Licenses - -This software includes projects with the following licenses, -which are also included in the `licenses/` directory: - -### [Apache License](http://www.apache.org/licenses/LICENSE-2.0.html) -This license is used by the following third-party libraries: - - * JNA - -### [BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) -This license is used by the following third-party libraries: - - * ASM - * JLine 3 - -### [MIT License](http://www.opensource.org/licenses/MIT) -This license is used by the following third-party libraries: - - * jQuery diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/License.rtf b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/License.rtf deleted file mode 100644 index 376ec02cb530..000000000000 --- a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/License.rtf +++ /dev/null @@ -1,85 +0,0 @@ -{\rtf1\ansi\ansicpg1252\cocoartf2511 -\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fswiss\fcharset0 Helvetica-Bold;} -{\colortbl;\red255\green255\blue255;\red27\green31\blue34;\red10\green77\blue204;\red0\green0\blue0; -\red21\green23\blue26;} -{\*\expandedcolortbl;;\cssrgb\c14118\c16078\c18039;\cssrgb\c1176\c40000\c83922;\csgray\c0\c0; -\cssrgb\c10588\c12157\c13725\c4706;} -{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1} -{\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2} -{\list\listtemplateid3\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid201\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid3} -{\list\listtemplateid4\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid301\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid4}} -{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}{\listoverride\listid3\listoverridecount0\ls3}{\listoverride\listid4\listoverridecount0\ls4}} -\paperw11900\paperh16840\margl1440\margr1440\vieww17360\viewh20980\viewkind0 -\deftab720 -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\fs28 \cf2 \expnd0\expndtw0\kerning0 -Scala is licensed under the\'a0{\field{\*\fldinst{HYPERLINK "https://www.apache.org/licenses/LICENSE-2.0"}}{\fldrslt \cf3 Apache License Version 2.0}}.\ -\pard\pardeftab720\sl360\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl440\sa320\partightenfactor0 - -\fs48 \cf2 Scala License\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0\fs28 \cf2 Copyright (c) 2002-2020 EPFL\ -Copyright (c) 2011-2020 Lightbend, Inc.\ -All rights reserved.\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -\cf2 \cb4 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at {\field{\*\fldinst{HYPERLINK "http://www.apache.org/licenses/LICENSE-2.0"}}{\fldrslt http://www.apache.org/licenses/LICENSE-2.0}}.\ -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\ -\pard\pardeftab720\sl480\partightenfactor0 - -\f1\b \cf3 \cb1 \ -\pard\pardeftab720\sl600\sa320\partightenfactor0 - -\fs48 \cf2 Other Licenses\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0\fs28 \cf2 This software includes projects with the following licenses, which are also included in the\'a0\cb5 licenses/\cb1 \'a0directory:\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.apache.org/licenses/LICENSE-2.0.html"}}{\fldrslt \cf3 Apache License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls1\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -JNA\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.opensource.org/licenses/bsd-license.php"}}{\fldrslt \cf3 BSD License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls2\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -JLine 3\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://opensource.org/licenses/BSD-3-Clause"}}{\fldrslt \cf3 BSD 3-Clause License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls3\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -ASM\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.opensource.org/licenses/MIT"}}{\fldrslt \cf3 MIT License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls4\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -jQuery\ -} \ No newline at end of file diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/apache_jna.txt b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/apache_jna.txt deleted file mode 100644 index 592efd6604bd..000000000000 --- a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/apache_jna.txt +++ /dev/null @@ -1,205 +0,0 @@ -Scala includes the JLine library, which includes the JNA library, -which is made available under multiple licenses, including the -Apache 2 license: - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_asm.txt b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_asm.txt deleted file mode 100644 index a3591e4b406c..000000000000 --- a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_asm.txt +++ /dev/null @@ -1,31 +0,0 @@ -Scala includes the ASM library. - -Copyright (c) 2000-2011 INRIA, France Telecom -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -3. Neither the name of the copyright holders nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGE. diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_jline.txt b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_jline.txt deleted file mode 100644 index cf45a50bea5e..000000000000 --- a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_jline.txt +++ /dev/null @@ -1,36 +0,0 @@ -Scala includes the JLine 3 library: - -Copyright (c) 2002-2018, the original author or authors. -All rights reserved. - -https://opensource.org/licenses/BSD-3-Clause - -Redistribution and use in source and binary forms, with or -without modification, are permitted provided that the following -conditions are met: - -Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with -the distribution. - -Neither the name of JLine nor the names of its contributors -may be used to endorse or promote products derived from this -software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY -AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, -OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED -AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/mit_jquery.txt b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/mit_jquery.txt deleted file mode 100644 index ea261d2cfa84..000000000000 --- a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/mit_jquery.txt +++ /dev/null @@ -1,22 +0,0 @@ -Scala includes the jQuery library: - -Copyright JS Foundation and other contributors, https://js.foundation/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/NOTICE b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.5/NOTICE similarity index 100% rename from distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/NOTICE rename to distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.5/NOTICE diff --git a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/copyright-keep-context b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.5/NOTICES similarity index 100% rename from tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/copyright-keep-context rename to distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.5/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.3/NOTICES b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.3/NOTICES deleted file mode 100644 index 855813149e35..000000000000 --- a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.3/NOTICES +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Scala (https://www.scala-lang.org) - * - * Copyright EPFL and Lightbend, Inc. - * - * Licensed under Apache License 2.0 - * (http://www.apache.org/licenses/LICENSE-2.0). - * - * See the NOTICE file distributed with this work for - * additional information regarding copyright ownership. - */ - -/* NSC -- new Scala compiler - * Copyright 2005-2013 LAMP/EPFL - */ - -See org.scala-lang.scala-library-2.13 for notices related to this module. - diff --git a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/NOTICE b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.5/NOTICE similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/NOTICE rename to distribution/engine/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.5/NOTICE diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.5/NOTICES b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.5/NOTICES new file mode 100644 index 000000000000..6a1760cdf85f --- /dev/null +++ b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.5/NOTICES @@ -0,0 +1,3 @@ +Copyright EPFL and Lightbend, Inc. + +Copyright 2005-2013 LAMP/EPFL diff --git a/distribution/launcher/THIRD-PARTY/NOTICE b/distribution/launcher/THIRD-PARTY/NOTICE index c4e19465bce4..1b2683860068 100644 --- a/distribution/launcher/THIRD-PARTY/NOTICE +++ b/distribution/launcher/THIRD-PARTY/NOTICE @@ -21,11 +21,6 @@ The license file can be found at `licenses/APACHE2.0`. Copyright notices related to this dependency can be found in the directory `org.apache.commons.commons-compress-1.20`. -'scala-reflect', licensed under the Apache-2.0, is distributed with the launcher. -The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-reflect-2.13.3`. - - 'shapeless_2.13', licensed under the Apache 2, is distributed with the launcher. The license file can be found at `licenses/APACHE2.0`. Copyright notices related to this dependency can be found in the directory `com.chuusai.shapeless_2.13-2.3.3`. @@ -36,6 +31,11 @@ The license file can be found at `licenses/APACHE2.0`. Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-slf4j_2.13-2.6.6`. +'scala-reflect', licensed under the Apache-2.0, is distributed with the launcher. +The license file can be found at `licenses/APACHE2.0`. +Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-reflect-2.13.5`. + + 'akka-actor_2.13', licensed under the Apache-2.0, is distributed with the launcher. The license file can be found at `licenses/APACHE2.0`. Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-actor_2.13-2.6.6`. @@ -128,7 +128,7 @@ Copyright notices related to this dependency can be found in the directory `io.c 'scala-library', licensed under the Apache-2.0, is distributed with the launcher. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-library-2.13.3`. +Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-library-2.13.5`. 'circe-generic_2.13', licensed under the Apache 2.0, is distributed with the launcher. diff --git a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/NOTICES b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/NOTICES deleted file mode 100644 index ff57b17eef17..000000000000 --- a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/NOTICES +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Scala (https://www.scala-lang.org) - * - * Copyright EPFL and Lightbend, Inc. - * - * Licensed under Apache License 2.0 - * (http://www.apache.org/licenses/LICENSE-2.0). - * - * See the NOTICE file distributed with this work for - * additional information regarding copyright ownership. - */ diff --git a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/LICENSE.md b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/LICENSE.md deleted file mode 100644 index 83ef781d15f1..000000000000 --- a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/LICENSE.md +++ /dev/null @@ -1,42 +0,0 @@ -Scala is licensed under the [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). - -## Scala License - -Copyright (c) 2002-2020 EPFL - -Copyright (c) 2011-2020 Lightbend, Inc. - -All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - -# Other Licenses - -This software includes projects with the following licenses, -which are also included in the `licenses/` directory: - -### [Apache License](http://www.apache.org/licenses/LICENSE-2.0.html) -This license is used by the following third-party libraries: - - * JNA - -### [BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) -This license is used by the following third-party libraries: - - * ASM - * JLine 3 - -### [MIT License](http://www.opensource.org/licenses/MIT) -This license is used by the following third-party libraries: - - * jQuery diff --git a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/License.rtf b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/License.rtf deleted file mode 100644 index 376ec02cb530..000000000000 --- a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/License.rtf +++ /dev/null @@ -1,85 +0,0 @@ -{\rtf1\ansi\ansicpg1252\cocoartf2511 -\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fswiss\fcharset0 Helvetica-Bold;} -{\colortbl;\red255\green255\blue255;\red27\green31\blue34;\red10\green77\blue204;\red0\green0\blue0; -\red21\green23\blue26;} -{\*\expandedcolortbl;;\cssrgb\c14118\c16078\c18039;\cssrgb\c1176\c40000\c83922;\csgray\c0\c0; -\cssrgb\c10588\c12157\c13725\c4706;} -{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1} -{\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2} -{\list\listtemplateid3\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid201\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid3} -{\list\listtemplateid4\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid301\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid4}} -{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}{\listoverride\listid3\listoverridecount0\ls3}{\listoverride\listid4\listoverridecount0\ls4}} -\paperw11900\paperh16840\margl1440\margr1440\vieww17360\viewh20980\viewkind0 -\deftab720 -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\fs28 \cf2 \expnd0\expndtw0\kerning0 -Scala is licensed under the\'a0{\field{\*\fldinst{HYPERLINK "https://www.apache.org/licenses/LICENSE-2.0"}}{\fldrslt \cf3 Apache License Version 2.0}}.\ -\pard\pardeftab720\sl360\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl440\sa320\partightenfactor0 - -\fs48 \cf2 Scala License\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0\fs28 \cf2 Copyright (c) 2002-2020 EPFL\ -Copyright (c) 2011-2020 Lightbend, Inc.\ -All rights reserved.\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -\cf2 \cb4 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at {\field{\*\fldinst{HYPERLINK "http://www.apache.org/licenses/LICENSE-2.0"}}{\fldrslt http://www.apache.org/licenses/LICENSE-2.0}}.\ -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\ -\pard\pardeftab720\sl480\partightenfactor0 - -\f1\b \cf3 \cb1 \ -\pard\pardeftab720\sl600\sa320\partightenfactor0 - -\fs48 \cf2 Other Licenses\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0\fs28 \cf2 This software includes projects with the following licenses, which are also included in the\'a0\cb5 licenses/\cb1 \'a0directory:\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.apache.org/licenses/LICENSE-2.0.html"}}{\fldrslt \cf3 Apache License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls1\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -JNA\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.opensource.org/licenses/bsd-license.php"}}{\fldrslt \cf3 BSD License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls2\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -JLine 3\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://opensource.org/licenses/BSD-3-Clause"}}{\fldrslt \cf3 BSD 3-Clause License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls3\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -ASM\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.opensource.org/licenses/MIT"}}{\fldrslt \cf3 MIT License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls4\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -jQuery\ -} \ No newline at end of file diff --git a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/apache_jna.txt b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/apache_jna.txt deleted file mode 100644 index 592efd6604bd..000000000000 --- a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/apache_jna.txt +++ /dev/null @@ -1,205 +0,0 @@ -Scala includes the JLine library, which includes the JNA library, -which is made available under multiple licenses, including the -Apache 2 license: - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_asm.txt b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_asm.txt deleted file mode 100644 index a3591e4b406c..000000000000 --- a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_asm.txt +++ /dev/null @@ -1,31 +0,0 @@ -Scala includes the ASM library. - -Copyright (c) 2000-2011 INRIA, France Telecom -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -3. Neither the name of the copyright holders nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGE. diff --git a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_jline.txt b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_jline.txt deleted file mode 100644 index cf45a50bea5e..000000000000 --- a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_jline.txt +++ /dev/null @@ -1,36 +0,0 @@ -Scala includes the JLine 3 library: - -Copyright (c) 2002-2018, the original author or authors. -All rights reserved. - -https://opensource.org/licenses/BSD-3-Clause - -Redistribution and use in source and binary forms, with or -without modification, are permitted provided that the following -conditions are met: - -Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with -the distribution. - -Neither the name of JLine nor the names of its contributors -may be used to endorse or promote products derived from this -software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY -AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, -OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED -AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/mit_jquery.txt b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/mit_jquery.txt deleted file mode 100644 index ea261d2cfa84..000000000000 --- a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/mit_jquery.txt +++ /dev/null @@ -1,22 +0,0 @@ -Scala includes the jQuery library: - -Copyright JS Foundation and other contributors, https://js.foundation/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/NOTICE b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.5/NOTICE similarity index 100% rename from distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/NOTICE rename to distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.5/NOTICE diff --git a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/copyright-keep-context b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.5/NOTICES similarity index 100% rename from tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/copyright-keep-context rename to distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.5/NOTICES diff --git a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.3/NOTICES b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.3/NOTICES deleted file mode 100644 index 855813149e35..000000000000 --- a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.3/NOTICES +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Scala (https://www.scala-lang.org) - * - * Copyright EPFL and Lightbend, Inc. - * - * Licensed under Apache License 2.0 - * (http://www.apache.org/licenses/LICENSE-2.0). - * - * See the NOTICE file distributed with this work for - * additional information regarding copyright ownership. - */ - -/* NSC -- new Scala compiler - * Copyright 2005-2013 LAMP/EPFL - */ - -See org.scala-lang.scala-library-2.13 for notices related to this module. - diff --git a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.5/NOTICE b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.5/NOTICE new file mode 100644 index 000000000000..ac3a26b40f48 --- /dev/null +++ b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.5/NOTICE @@ -0,0 +1,16 @@ +Scala +Copyright (c) 2002-2020 EPFL +Copyright (c) 2011-2020 Lightbend, Inc. + +Scala includes software developed at +LAMP/EPFL (https://lamp.epfl.ch/) and +Lightbend, Inc. (https://www.lightbend.com/). + +Licensed under the Apache License, Version 2.0 (the "License"). +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +This software includes projects with other licenses -- see `doc/LICENSE.md`. diff --git a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.5/NOTICES b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.5/NOTICES new file mode 100644 index 000000000000..6a1760cdf85f --- /dev/null +++ b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.5/NOTICES @@ -0,0 +1,3 @@ +Copyright EPFL and Lightbend, Inc. + +Copyright 2005-2013 LAMP/EPFL diff --git a/distribution/project-manager/THIRD-PARTY/NOTICE b/distribution/project-manager/THIRD-PARTY/NOTICE index 9bdf4d1fc3ef..69ccae52424e 100644 --- a/distribution/project-manager/THIRD-PARTY/NOTICE +++ b/distribution/project-manager/THIRD-PARTY/NOTICE @@ -46,11 +46,6 @@ The license file can be found at `licenses/APACHE2.0`. Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.core.jackson-annotations-2.11.1`. -'scala-reflect', licensed under the Apache-2.0, is distributed with the project-manager. -The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-reflect-2.13.3`. - - 'shapeless_2.13', licensed under the Apache 2, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. Copyright notices related to this dependency can be found in the directory `com.chuusai.shapeless_2.13-2.3.3`. @@ -71,6 +66,11 @@ The license information can be found along with the copyright notices. Copyright notices related to this dependency can be found in the directory `com.beachape.enumeratum-macros_2.13-1.6.1`. +'scala-reflect', licensed under the Apache-2.0, is distributed with the project-manager. +The license file can be found at `licenses/APACHE2.0`. +Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-reflect-2.13.5`. + + 'akka-actor_2.13', licensed under the Apache-2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-actor_2.13-2.6.6`. @@ -248,7 +248,7 @@ Copyright notices related to this dependency can be found in the directory `com. 'scala-library', licensed under the Apache-2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-library-2.13.3`. +Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-library-2.13.5`. 'jackson-databind', licensed under the The Apache Software License, Version 2.0, is distributed with the project-manager. diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/NOTICES b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/NOTICES deleted file mode 100644 index ff57b17eef17..000000000000 --- a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/NOTICES +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Scala (https://www.scala-lang.org) - * - * Copyright EPFL and Lightbend, Inc. - * - * Licensed under Apache License 2.0 - * (http://www.apache.org/licenses/LICENSE-2.0). - * - * See the NOTICE file distributed with this work for - * additional information regarding copyright ownership. - */ diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/LICENSE.md b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/LICENSE.md deleted file mode 100644 index 83ef781d15f1..000000000000 --- a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/LICENSE.md +++ /dev/null @@ -1,42 +0,0 @@ -Scala is licensed under the [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). - -## Scala License - -Copyright (c) 2002-2020 EPFL - -Copyright (c) 2011-2020 Lightbend, Inc. - -All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - -# Other Licenses - -This software includes projects with the following licenses, -which are also included in the `licenses/` directory: - -### [Apache License](http://www.apache.org/licenses/LICENSE-2.0.html) -This license is used by the following third-party libraries: - - * JNA - -### [BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) -This license is used by the following third-party libraries: - - * ASM - * JLine 3 - -### [MIT License](http://www.opensource.org/licenses/MIT) -This license is used by the following third-party libraries: - - * jQuery diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/License.rtf b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/License.rtf deleted file mode 100644 index 376ec02cb530..000000000000 --- a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/License.rtf +++ /dev/null @@ -1,85 +0,0 @@ -{\rtf1\ansi\ansicpg1252\cocoartf2511 -\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fswiss\fcharset0 Helvetica-Bold;} -{\colortbl;\red255\green255\blue255;\red27\green31\blue34;\red10\green77\blue204;\red0\green0\blue0; -\red21\green23\blue26;} -{\*\expandedcolortbl;;\cssrgb\c14118\c16078\c18039;\cssrgb\c1176\c40000\c83922;\csgray\c0\c0; -\cssrgb\c10588\c12157\c13725\c4706;} -{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1} -{\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2} -{\list\listtemplateid3\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid201\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid3} -{\list\listtemplateid4\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid301\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid4}} -{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}{\listoverride\listid3\listoverridecount0\ls3}{\listoverride\listid4\listoverridecount0\ls4}} -\paperw11900\paperh16840\margl1440\margr1440\vieww17360\viewh20980\viewkind0 -\deftab720 -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\fs28 \cf2 \expnd0\expndtw0\kerning0 -Scala is licensed under the\'a0{\field{\*\fldinst{HYPERLINK "https://www.apache.org/licenses/LICENSE-2.0"}}{\fldrslt \cf3 Apache License Version 2.0}}.\ -\pard\pardeftab720\sl360\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl440\sa320\partightenfactor0 - -\fs48 \cf2 Scala License\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0\fs28 \cf2 Copyright (c) 2002-2020 EPFL\ -Copyright (c) 2011-2020 Lightbend, Inc.\ -All rights reserved.\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -\cf2 \cb4 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at {\field{\*\fldinst{HYPERLINK "http://www.apache.org/licenses/LICENSE-2.0"}}{\fldrslt http://www.apache.org/licenses/LICENSE-2.0}}.\ -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\ -\pard\pardeftab720\sl480\partightenfactor0 - -\f1\b \cf3 \cb1 \ -\pard\pardeftab720\sl600\sa320\partightenfactor0 - -\fs48 \cf2 Other Licenses\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0\fs28 \cf2 This software includes projects with the following licenses, which are also included in the\'a0\cb5 licenses/\cb1 \'a0directory:\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.apache.org/licenses/LICENSE-2.0.html"}}{\fldrslt \cf3 Apache License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls1\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -JNA\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.opensource.org/licenses/bsd-license.php"}}{\fldrslt \cf3 BSD License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls2\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -JLine 3\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://opensource.org/licenses/BSD-3-Clause"}}{\fldrslt \cf3 BSD 3-Clause License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls3\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -ASM\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.opensource.org/licenses/MIT"}}{\fldrslt \cf3 MIT License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls4\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -jQuery\ -} \ No newline at end of file diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/apache_jna.txt b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/apache_jna.txt deleted file mode 100644 index 592efd6604bd..000000000000 --- a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/apache_jna.txt +++ /dev/null @@ -1,205 +0,0 @@ -Scala includes the JLine library, which includes the JNA library, -which is made available under multiple licenses, including the -Apache 2 license: - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_asm.txt b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_asm.txt deleted file mode 100644 index a3591e4b406c..000000000000 --- a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_asm.txt +++ /dev/null @@ -1,31 +0,0 @@ -Scala includes the ASM library. - -Copyright (c) 2000-2011 INRIA, France Telecom -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -3. Neither the name of the copyright holders nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGE. diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_jline.txt b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_jline.txt deleted file mode 100644 index cf45a50bea5e..000000000000 --- a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/bsd_jline.txt +++ /dev/null @@ -1,36 +0,0 @@ -Scala includes the JLine 3 library: - -Copyright (c) 2002-2018, the original author or authors. -All rights reserved. - -https://opensource.org/licenses/BSD-3-Clause - -Redistribution and use in source and binary forms, with or -without modification, are permitted provided that the following -conditions are met: - -Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with -the distribution. - -Neither the name of JLine nor the names of its contributors -may be used to endorse or promote products derived from this -software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY -AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, -OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED -AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/mit_jquery.txt b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/mit_jquery.txt deleted file mode 100644 index ea261d2cfa84..000000000000 --- a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.3/doc/licenses/mit_jquery.txt +++ /dev/null @@ -1,22 +0,0 @@ -Scala includes the jQuery library: - -Copyright JS Foundation and other contributors, https://js.foundation/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.5/NOTICE b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.5/NOTICE new file mode 100644 index 000000000000..ac3a26b40f48 --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.5/NOTICE @@ -0,0 +1,16 @@ +Scala +Copyright (c) 2002-2020 EPFL +Copyright (c) 2011-2020 Lightbend, Inc. + +Scala includes software developed at +LAMP/EPFL (https://lamp.epfl.ch/) and +Lightbend, Inc. (https://www.lightbend.com/). + +Licensed under the Apache License, Version 2.0 (the "License"). +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +This software includes projects with other licenses -- see `doc/LICENSE.md`. diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/copyright-keep-context b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.5/NOTICES similarity index 100% rename from tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/copyright-keep-context rename to distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.5/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.3/NOTICES b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.3/NOTICES deleted file mode 100644 index 855813149e35..000000000000 --- a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.3/NOTICES +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Scala (https://www.scala-lang.org) - * - * Copyright EPFL and Lightbend, Inc. - * - * Licensed under Apache License 2.0 - * (http://www.apache.org/licenses/LICENSE-2.0). - * - * See the NOTICE file distributed with this work for - * additional information regarding copyright ownership. - */ - -/* NSC -- new Scala compiler - * Copyright 2005-2013 LAMP/EPFL - */ - -See org.scala-lang.scala-library-2.13 for notices related to this module. - diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.5/NOTICE b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.5/NOTICE new file mode 100644 index 000000000000..ac3a26b40f48 --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.5/NOTICE @@ -0,0 +1,16 @@ +Scala +Copyright (c) 2002-2020 EPFL +Copyright (c) 2011-2020 Lightbend, Inc. + +Scala includes software developed at +LAMP/EPFL (https://lamp.epfl.ch/) and +Lightbend, Inc. (https://www.lightbend.com/). + +Licensed under the Apache License, Version 2.0 (the "License"). +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +This software includes projects with other licenses -- see `doc/LICENSE.md`. diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.5/NOTICES b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.5/NOTICES new file mode 100644 index 000000000000..6a1760cdf85f --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.5/NOTICES @@ -0,0 +1,3 @@ +Copyright EPFL and Lightbend, Inc. + +Copyright 2005-2013 LAMP/EPFL diff --git a/engine/language-server/src/main/scala/org/enso/languageserver/text/CollaborativeBuffer.scala b/engine/language-server/src/main/scala/org/enso/languageserver/text/CollaborativeBuffer.scala index e2917cb14519..b1b82683f481 100644 --- a/engine/language-server/src/main/scala/org/enso/languageserver/text/CollaborativeBuffer.scala +++ b/engine/language-server/src/main/scala/org/enso/languageserver/text/CollaborativeBuffer.scala @@ -375,7 +375,7 @@ class CollaborativeBuffer( sender() ! CapabilityReleaseBadRequest context.become(collaborativeEditing(buffer, clients, lockHolder)) - case Some(holder) if holder.clientId == clientId => + case Some(_) => sender() ! CapabilityReleased context.become(collaborativeEditing(buffer, clients, None)) } @@ -397,7 +397,7 @@ class CollaborativeBuffer( sender() ! CapabilityAcquisitionBadRequest context.become(collaborativeEditing(buffer, clients, lockHolder)) - case Some(holder) if holder != clientId => + case Some(holder) => sender() ! CapabilityAcquired holder.rpcController ! CapabilityForceReleased( CapabilityRegistration(CanEdit(path)) diff --git a/engine/launcher/src/main/scala/org/enso/launcher/installation/DistributionInstaller.scala b/engine/launcher/src/main/scala/org/enso/launcher/installation/DistributionInstaller.scala index a343dad2d9fa..58803fa16432 100644 --- a/engine/launcher/src/main/scala/org/enso/launcher/installation/DistributionInstaller.scala +++ b/engine/launcher/src/main/scala/org/enso/launcher/installation/DistributionInstaller.scala @@ -322,7 +322,7 @@ class DistributionInstaller( s"Installer was asked to ${value.description}, but it seems to " + s"not be running from a bundle package." ) - case None => + case _ => } IgnoreBundles diff --git a/engine/runtime/src/main/scala/org/enso/compiler/codegen/AstToIr.scala b/engine/runtime/src/main/scala/org/enso/compiler/codegen/AstToIr.scala index 1d0771c5fb8b..7184acbe5258 100644 --- a/engine/runtime/src/main/scala/org/enso/compiler/codegen/AstToIr.scala +++ b/engine/runtime/src/main/scala/org/enso/compiler/codegen/AstToIr.scala @@ -122,6 +122,7 @@ object AstToIr { val statements = nonImportBlocks.map(translateModuleSymbol) Module(imports, exports, statements, getIdentifiedLocation(module)) + case _ => throw new UnhandledEntity(module, "translateModule") } } @@ -167,6 +168,8 @@ object AstToIr { val nameId: AST.Ident = name match { case AST.Ident.Var.any(name) => name case AST.Ident.Opr.any(opr) => opr + case _ => + throw new UnhandledEntity(name, "translateModuleSymbol") } val methodRef = if (targetPath.nonEmpty) { @@ -940,6 +943,7 @@ object AstToIr { getIdentifiedLocation(right) ) } + case _ => throw new UnhandledEntity(section, "translateOperatorSection") } } @@ -1104,11 +1108,11 @@ object AstToIr { /** Translates an export statement from its [[AST]] representation into * [[IR]]. * - * @param imp the export to translate + * @param exp the export to translate * @return the [[IR]] representation of `imp` */ - def translateExport(imp: AST.Export): Module.Scope.Export = { - imp match { + def translateExport(exp: AST.Export): Module.Scope.Export = { + exp match { case AST.Export(path, rename, isAll, onlyNames, hiddenNames) => IR.Module.Scope.Export( IR.Name.Qualified(path.map(buildName(_)).toList, None), @@ -1116,8 +1120,9 @@ object AstToIr { isAll, onlyNames.map(_.map(buildName(_)).toList), hiddenNames.map(_.map(buildName(_)).toList), - getIdentifiedLocation(imp) + getIdentifiedLocation(exp) ) + case _ => throw new UnhandledEntity(exp, "translateExport") } } diff --git a/engine/runtime/src/main/scala/org/enso/compiler/codegen/IrToTruffle.scala b/engine/runtime/src/main/scala/org/enso/compiler/codegen/IrToTruffle.scala index bec35203e0ce..cf3ec708f90e 100644 --- a/engine/runtime/src/main/scala/org/enso/compiler/codegen/IrToTruffle.scala +++ b/engine/runtime/src/main/scala/org/enso/compiler/codegen/IrToTruffle.scala @@ -375,39 +375,41 @@ class IrToTruffle( BindingAnalysis, "No binding analysis at the point of codegen." ) - bindingsMap.exportedSymbols.foreach { case (name, List(resolution)) => - if (resolution.module != moduleScope.getModule) { - resolution match { - case BindingsMap.ResolvedConstructor(definitionModule, cons) => - val runtimeCons = - definitionModule.getScope.getConstructors.get(cons.name) - val fun = mkConsGetter(runtimeCons) - moduleScope.registerMethod( - moduleScope.getAssociatedType, - name, - fun - ) - case BindingsMap.ResolvedModule(module) => - val runtimeCons = - module.getScope.getAssociatedType - val fun = mkConsGetter(runtimeCons) - moduleScope.registerMethod( - moduleScope.getAssociatedType, - name, - fun - ) - case BindingsMap.ResolvedMethod(module, method) => - val fun = module.getScope.getMethods - .get(module.getScope.getAssociatedType) - .get(method.name) - moduleScope.registerMethod( - moduleScope.getAssociatedType, - name, - fun - ) - case BindingsMap.ResolvedPolyglotSymbol(_, _) => + bindingsMap.exportedSymbols.foreach { + case (name, List(resolution)) => + if (resolution.module != moduleScope.getModule) { + resolution match { + case BindingsMap.ResolvedConstructor(definitionModule, cons) => + val runtimeCons = + definitionModule.getScope.getConstructors.get(cons.name) + val fun = mkConsGetter(runtimeCons) + moduleScope.registerMethod( + moduleScope.getAssociatedType, + name, + fun + ) + case BindingsMap.ResolvedModule(module) => + val runtimeCons = + module.getScope.getAssociatedType + val fun = mkConsGetter(runtimeCons) + moduleScope.registerMethod( + moduleScope.getAssociatedType, + name, + fun + ) + case BindingsMap.ResolvedMethod(module, method) => + val fun = module.getScope.getMethods + .get(module.getScope.getAssociatedType) + .get(method.name) + moduleScope.registerMethod( + moduleScope.getAssociatedType, + name, + fun + ) + case BindingsMap.ResolvedPolyglotSymbol(_, _) => + } } - } + case _ => throw new CompilerError("Unreachable") } } diff --git a/engine/runtime/src/main/scala/org/enso/compiler/context/SuggestionDiff.scala b/engine/runtime/src/main/scala/org/enso/compiler/context/SuggestionDiff.scala index 416c0d428a74..ff39a8e47579 100644 --- a/engine/runtime/src/main/scala/org/enso/compiler/context/SuggestionDiff.scala +++ b/engine/runtime/src/main/scala/org/enso/compiler/context/SuggestionDiff.scala @@ -75,7 +75,7 @@ object SuggestionDiff { as.foldLeft((acc, bs)) { case ((acc, b +: bs), a) => (acc += These.Both(a, b), bs) - case ((acc, Seq()), a) => + case ((acc, _), a) => (acc += These.Here(a), Seq()) } unmatched.foreach(arg => b += These.There(arg)) diff --git a/engine/runtime/src/main/scala/org/enso/interpreter/instrument/execution/CommandExecutionEngine.scala b/engine/runtime/src/main/scala/org/enso/interpreter/instrument/execution/CommandExecutionEngine.scala index 876f07636d08..fa76484ee8a5 100644 --- a/engine/runtime/src/main/scala/org/enso/interpreter/instrument/execution/CommandExecutionEngine.scala +++ b/engine/runtime/src/main/scala/org/enso/interpreter/instrument/execution/CommandExecutionEngine.scala @@ -91,6 +91,14 @@ class CommandExecutionEngine(interpreterContext: InterpreterContext) ex ) Future.failed[Completion](ex) + + case Failure(ex) => + logger.log( + Level.SEVERE, + s"An error occurred during execution of $cmd command", + ex + ) + Future.failed[Completion](ex) } for { diff --git a/engine/runtime/src/main/scala/org/enso/interpreter/instrument/job/EnsureCompiledJob.scala b/engine/runtime/src/main/scala/org/enso/interpreter/instrument/job/EnsureCompiledJob.scala index 997a4dbf4074..67144856e253 100644 --- a/engine/runtime/src/main/scala/org/enso/interpreter/instrument/job/EnsureCompiledJob.scala +++ b/engine/runtime/src/main/scala/org/enso/interpreter/instrument/job/EnsureCompiledJob.scala @@ -348,9 +348,10 @@ class EnsureCompiledJob(protected val files: Iterable[File]) invalidationCommands: Iterable[CacheInvalidation] )(implicit ctx: RuntimeContext): Unit = { ctx.contextManager.getAll.values - .collect { - case stack if stack.nonEmpty => + .foreach { stack => + if (stack.nonEmpty) { CacheInvalidation.runAll(stack, invalidationCommands) + } } } diff --git a/engine/runtime/src/main/scala/org/enso/interpreter/instrument/job/ProgramExecutionSupport.scala b/engine/runtime/src/main/scala/org/enso/interpreter/instrument/job/ProgramExecutionSupport.scala index f38e70ddd376..235d91164cb9 100644 --- a/engine/runtime/src/main/scala/org/enso/interpreter/instrument/job/ProgramExecutionSupport.scala +++ b/engine/runtime/src/main/scala/org/enso/interpreter/instrument/job/ProgramExecutionSupport.scala @@ -159,7 +159,8 @@ trait ProgramExecutionSupport { val logger = ctx.executionService.getLogger logger.log( Level.FINEST, - s"Run program updatedVisualisations=$updatedVisualisations sendMethodCallUpdates=$sendMethodCallUpdates" + s"Run program updatedVisualisations=$updatedVisualisations " + + s"sendMethodCallUpdates=$sendMethodCallUpdates" ) @scala.annotation.tailrec def unwind( @@ -174,6 +175,7 @@ trait ProgramExecutionSupport { (Some(ExecutionFrame(ExecutionItem.Method(call), cache)), localCalls) case InstrumentFrame(Api.StackItem.LocalCall(id), cache) :: xs => unwind(xs, explicitCalls, LocalCallFrame(id, cache) :: localCalls) + case _ => throw new MatchError(stack) } val onCachedMethodCallCallback: Consumer[ExpressionValue] = { value => diff --git a/lib/scala/flexer/src/main/scala/org/enso/flexer/spec/Macro.scala b/lib/scala/flexer/src/main/scala/org/enso/flexer/spec/Macro.scala index b2d2e14946b7..71725e0b3dc5 100644 --- a/lib/scala/flexer/src/main/scala/org/enso/flexer/spec/Macro.scala +++ b/lib/scala/flexer/src/main/scala/org/enso/flexer/spec/Macro.scala @@ -2,7 +2,7 @@ package org.enso.flexer.spec import org.enso.flexer.Parser -import scala.annotation.unused +import scala.annotation.{nowarn, unused} import scala.reflect.macros.blackbox.Context // FIXME: Needs to be refactored. Contains deprecated API usage @@ -26,6 +26,7 @@ object Macro { } } + @nowarn("msg=parameter value evidence") def compileImpl[T: c.WeakTypeTag, P: c.WeakTypeTag]( c: Context )(p: c.Expr[P])(@unused ev: c.Expr[P <:< Parser[T]]): c.Expr[() => P] = { diff --git a/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/infrastructure/file/JsonFileStorage.scala b/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/infrastructure/file/JsonFileStorage.scala index 3cf50f25af35..acad8917570c 100644 --- a/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/infrastructure/file/JsonFileStorage.scala +++ b/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/infrastructure/file/JsonFileStorage.scala @@ -1,7 +1,6 @@ package org.enso.projectmanager.infrastructure.file import java.io.File - import io.circe.parser._ import io.circe.syntax._ import io.circe.{Decoder, Encoder} @@ -12,6 +11,8 @@ import org.enso.projectmanager.control.effect.{ErrorChannel, Sync} import org.enso.projectmanager.infrastructure.file.FileStorage._ import shapeless.{:+:, CNil, _} +import scala.annotation.nowarn + /** ZIO implementation of [[FileStorage]]. It uses circe [[Encoder]] and * [[Decoder]] to encode/decode objects. * @@ -19,6 +20,7 @@ import shapeless.{:+:, CNil, _} * @param fileSystem a filesystem algebra * @tparam A a datatype to store */ +@nowarn("msg=parameter value evidence") class JsonFileStorage[ A: Encoder: Decoder, F[+_, +_]: Sync: ErrorChannel: CovariantFlatMap diff --git a/lib/scala/syntax/definition/src/main/scala/org/enso/syntax/text/AST.scala b/lib/scala/syntax/definition/src/main/scala/org/enso/syntax/text/AST.scala index ce2d07466bec..e65e6c96bb03 100644 --- a/lib/scala/syntax/definition/src/main/scala/org/enso/syntax/text/AST.scala +++ b/lib/scala/syntax/definition/src/main/scala/org/enso/syntax/text/AST.scala @@ -157,6 +157,7 @@ object Phantom { sealed trait Shape[T] +@nowarn("msg=parameter value evidence") object Shape extends ShapeImplicit { import AST.StreamOf import HasSpan.implicits._ @@ -1618,6 +1619,7 @@ object AST { import io.circe.syntax._ // Note [JSON Format Customizations] + @nowarn("msg=parameter value evidence") @unused implicit def blockEncoder[A: Encoder]: Encoder[Shape.Block[A]] = block => Json.obj( diff --git a/lib/scala/syntax/definition/src/main/scala/org/enso/syntax/text/ast/meta/Builder.scala b/lib/scala/syntax/definition/src/main/scala/org/enso/syntax/text/ast/meta/Builder.scala index e66c2fb00987..93c3b416ec4b 100644 --- a/lib/scala/syntax/definition/src/main/scala/org/enso/syntax/text/ast/meta/Builder.scala +++ b/lib/scala/syntax/definition/src/main/scala/org/enso/syntax/text/ast/meta/Builder.scala @@ -123,8 +123,9 @@ final class Builder( case List(seg) => seg.body.toStream match { case List(mod) => mod.wrapped - case _ => throw new scala.Error("Impossible happened") + case _ => throw new scala.Error("The impossible happened") } + case _ => throw new scala.Error("The impossible happened") } } ) @@ -134,9 +135,9 @@ final class Builder( case Macro.Match.any(m) => m.segs.head.body.toStream match { case s :: Nil => s.wrapped - case _ => throw new scala.Error("Impossible happened.") + case _ => throw new scala.Error("The impossible happened.") } - case _ => throw new scala.Error("Impossible happened.") + case _ => throw new scala.Error("The impossible happened.") } } } diff --git a/project/plugins.sbt b/project/plugins.sbt index 9e7533153be8..602a9d46381a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0") addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.4") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.1.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.0") addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.2.0") diff --git a/tools/legal-review/engine/com.lihaoyi.fansi_2.13-0.2.9/files-keep b/tools/legal-review/engine/com.lihaoyi.fansi_2.13-0.2.9/files-keep index f423a022d7d0..55e5656983d4 100644 --- a/tools/legal-review/engine/com.lihaoyi.fansi_2.13-0.2.9/files-keep +++ b/tools/legal-review/engine/com.lihaoyi.fansi_2.13-0.2.9/files-keep @@ -1 +1 @@ -/lihaoyi/fansi/blob/master/LICENSE +/com-lihaoyi/fansi/blob/master/LICENSE diff --git a/tools/legal-review/engine/com.lihaoyi.geny_2.13-0.6.0/files-keep b/tools/legal-review/engine/com.lihaoyi.geny_2.13-0.6.0/files-keep index f09f682f86c7..568b66f4ebde 100644 --- a/tools/legal-review/engine/com.lihaoyi.geny_2.13-0.6.0/files-keep +++ b/tools/legal-review/engine/com.lihaoyi.geny_2.13-0.6.0/files-keep @@ -1 +1 @@ -/lihaoyi/geny/blob/master/LICENSE +/com-lihaoyi/geny/blob/master/LICENSE diff --git a/tools/legal-review/engine/com.lihaoyi.pprint_2.13-0.5.9/files-keep b/tools/legal-review/engine/com.lihaoyi.pprint_2.13-0.5.9/files-keep index 140d3ebfeb7d..10d5f5ba762b 100644 --- a/tools/legal-review/engine/com.lihaoyi.pprint_2.13-0.5.9/files-keep +++ b/tools/legal-review/engine/com.lihaoyi.pprint_2.13-0.5.9/files-keep @@ -1 +1 @@ -/lihaoyi/PPrint/blob/master/LICENSE +/com-lihaoyi/PPrint/blob/master/LICENSE diff --git a/tools/legal-review/engine/com.lihaoyi.sourcecode_2.13-0.2.1/files-keep b/tools/legal-review/engine/com.lihaoyi.sourcecode_2.13-0.2.1/files-keep index f88bd750beae..8ad7e3f53cf2 100644 --- a/tools/legal-review/engine/com.lihaoyi.sourcecode_2.13-0.2.1/files-keep +++ b/tools/legal-review/engine/com.lihaoyi.sourcecode_2.13-0.2.1/files-keep @@ -1 +1 @@ -/lihaoyi/sourcecode/blob/master/LICENSE +/com-lihaoyi/sourcecode/blob/master/LICENSE diff --git a/tools/legal-review/engine/org.jline.jline-3.19.0/copyright-keep b/tools/legal-review/engine/org.jline.jline-3.19.0/copyright-keep new file mode 100644 index 000000000000..a0c6a89dbf6c --- /dev/null +++ b/tools/legal-review/engine/org.jline.jline-3.19.0/copyright-keep @@ -0,0 +1,10 @@ +Copyright (C) 2009-2018 the original author(s). +Copyright (c) 2000-2005 Dieter Wimberger +Copyright (c) 2002-2016, the original author or authors. +Copyright (c) 2002-2017, the original author or authors. +Copyright (c) 2002-2018, the original author or authors. +Copyright (c) 2002-2019, the original author or authors. +Copyright (c) 2002-2020, the original author or authors. +Copyright (c) 2002-2021, the original author or authors. +regarding copyright ownership. The ASF licenses this file +this work for additional information regarding copyright ownership. diff --git a/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.3/copyright-add b/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.3/copyright-add deleted file mode 100644 index 934835df415f..000000000000 --- a/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.3/copyright-add +++ /dev/null @@ -1 +0,0 @@ -See org.scala-lang.scala-library-2.13 for additional documentation related to this module. diff --git a/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.3/copyright-keep b/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.3/copyright-keep deleted file mode 100644 index a48c005dcc73..000000000000 --- a/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.3/copyright-keep +++ /dev/null @@ -1,3 +0,0 @@ -Copyright 2002-2017 LAMP/EPFL and Lightbend, Inc. -Copyright 2005-2017 LAMP/EPFL and Lightbend, Inc -Copyright 2005-2017 LAMP/EPFL and Lightbend, Inc. diff --git a/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.3/copyright-keep-context b/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.3/copyright-keep-context deleted file mode 100644 index 4b0c2425975d..000000000000 --- a/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.3/copyright-keep-context +++ /dev/null @@ -1 +0,0 @@ -Copyright 2005-2013 LAMP/EPFL diff --git a/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.3/copyright-ignore b/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.5/copyright-ignore similarity index 57% rename from tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.3/copyright-ignore rename to tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.5/copyright-ignore index cac1e7d45f45..c695f36ec945 100644 --- a/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.3/copyright-ignore +++ b/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.5/copyright-ignore @@ -1,8 +1,7 @@ "A footer on every Scaladoc page, by default the EPFL/Lightbend copyright notice. Can be overridden with a custom footer.", -Copyright EPFL and Lightbend, Inc. -Div(id = "footer", elems = Txt("Scala programming documentation. Copyright (c) 2002-2020 ") :: A(href = "http://www.epfl.ch", target = "_top", elems = Txt("EPFL")) :: Txt(" and ") :: A(href = "http://www.lightbend.com", target = "_top", elems = Txt("Lightbend")) :: Txt(".")) +Copyright 2002-2017 LAMP/EPFL and Lightbend, Inc. +Div(id = "footer", elems = Txt("Scala programming documentation. Copyright (c) 2002-2020 ") :: A(href = "https://www.epfl.ch", target = "_top", elems = Txt("EPFL")) :: Txt(" and ") :: A(href = "https://www.lightbend.com", target = "_top", elems = Txt("Lightbend")) :: Txt(".")) Properties.copyrightString -additional information regarding copyright ownership. rem # Copyright EPFL and Lightbend, Inc. rem # additional information regarding copyright ownership. val versionMsg = s"Scaladoc ${Properties.versionString} -- ${Properties.copyrightString}" diff --git a/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.5/copyright-keep b/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.5/copyright-keep new file mode 100644 index 000000000000..f0ab86a1d778 --- /dev/null +++ b/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.5/copyright-keep @@ -0,0 +1,5 @@ +Copyright 2005-2013 LAMP/EPFL +Copyright 2005-2017 LAMP/EPFL and Lightbend, Inc +Copyright 2005-2017 LAMP/EPFL and Lightbend, Inc. +Copyright EPFL and Lightbend, Inc. +additional information regarding copyright ownership. diff --git a/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.3/files-ignore b/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.5/files-ignore similarity index 100% rename from tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.3/files-ignore rename to tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.5/files-ignore diff --git a/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.3/files-keep b/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.5/files-keep similarity index 100% rename from tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.3/files-keep rename to tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.5/files-keep diff --git a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/LICENSE.md b/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/LICENSE.md deleted file mode 100644 index 83ef781d15f1..000000000000 --- a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/LICENSE.md +++ /dev/null @@ -1,42 +0,0 @@ -Scala is licensed under the [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). - -## Scala License - -Copyright (c) 2002-2020 EPFL - -Copyright (c) 2011-2020 Lightbend, Inc. - -All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - -# Other Licenses - -This software includes projects with the following licenses, -which are also included in the `licenses/` directory: - -### [Apache License](http://www.apache.org/licenses/LICENSE-2.0.html) -This license is used by the following third-party libraries: - - * JNA - -### [BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) -This license is used by the following third-party libraries: - - * ASM - * JLine 3 - -### [MIT License](http://www.opensource.org/licenses/MIT) -This license is used by the following third-party libraries: - - * jQuery diff --git a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/License.rtf b/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/License.rtf deleted file mode 100644 index 376ec02cb530..000000000000 --- a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/License.rtf +++ /dev/null @@ -1,85 +0,0 @@ -{\rtf1\ansi\ansicpg1252\cocoartf2511 -\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fswiss\fcharset0 Helvetica-Bold;} -{\colortbl;\red255\green255\blue255;\red27\green31\blue34;\red10\green77\blue204;\red0\green0\blue0; -\red21\green23\blue26;} -{\*\expandedcolortbl;;\cssrgb\c14118\c16078\c18039;\cssrgb\c1176\c40000\c83922;\csgray\c0\c0; -\cssrgb\c10588\c12157\c13725\c4706;} -{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1} -{\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2} -{\list\listtemplateid3\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid201\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid3} -{\list\listtemplateid4\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid301\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid4}} -{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}{\listoverride\listid3\listoverridecount0\ls3}{\listoverride\listid4\listoverridecount0\ls4}} -\paperw11900\paperh16840\margl1440\margr1440\vieww17360\viewh20980\viewkind0 -\deftab720 -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\fs28 \cf2 \expnd0\expndtw0\kerning0 -Scala is licensed under the\'a0{\field{\*\fldinst{HYPERLINK "https://www.apache.org/licenses/LICENSE-2.0"}}{\fldrslt \cf3 Apache License Version 2.0}}.\ -\pard\pardeftab720\sl360\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl440\sa320\partightenfactor0 - -\fs48 \cf2 Scala License\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0\fs28 \cf2 Copyright (c) 2002-2020 EPFL\ -Copyright (c) 2011-2020 Lightbend, Inc.\ -All rights reserved.\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -\cf2 \cb4 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at {\field{\*\fldinst{HYPERLINK "http://www.apache.org/licenses/LICENSE-2.0"}}{\fldrslt http://www.apache.org/licenses/LICENSE-2.0}}.\ -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\ -\pard\pardeftab720\sl480\partightenfactor0 - -\f1\b \cf3 \cb1 \ -\pard\pardeftab720\sl600\sa320\partightenfactor0 - -\fs48 \cf2 Other Licenses\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0\fs28 \cf2 This software includes projects with the following licenses, which are also included in the\'a0\cb5 licenses/\cb1 \'a0directory:\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.apache.org/licenses/LICENSE-2.0.html"}}{\fldrslt \cf3 Apache License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls1\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -JNA\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.opensource.org/licenses/bsd-license.php"}}{\fldrslt \cf3 BSD License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls2\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -JLine 3\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://opensource.org/licenses/BSD-3-Clause"}}{\fldrslt \cf3 BSD 3-Clause License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls3\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -ASM\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.opensource.org/licenses/MIT"}}{\fldrslt \cf3 MIT License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls4\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -jQuery\ -} \ No newline at end of file diff --git a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/apache_jna.txt b/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/apache_jna.txt deleted file mode 100644 index 592efd6604bd..000000000000 --- a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/apache_jna.txt +++ /dev/null @@ -1,205 +0,0 @@ -Scala includes the JLine library, which includes the JNA library, -which is made available under multiple licenses, including the -Apache 2 license: - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_asm.txt b/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_asm.txt deleted file mode 100644 index a3591e4b406c..000000000000 --- a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_asm.txt +++ /dev/null @@ -1,31 +0,0 @@ -Scala includes the ASM library. - -Copyright (c) 2000-2011 INRIA, France Telecom -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -3. Neither the name of the copyright holders nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGE. diff --git a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_jline.txt b/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_jline.txt deleted file mode 100644 index cf45a50bea5e..000000000000 --- a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_jline.txt +++ /dev/null @@ -1,36 +0,0 @@ -Scala includes the JLine 3 library: - -Copyright (c) 2002-2018, the original author or authors. -All rights reserved. - -https://opensource.org/licenses/BSD-3-Clause - -Redistribution and use in source and binary forms, with or -without modification, are permitted provided that the following -conditions are met: - -Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with -the distribution. - -Neither the name of JLine nor the names of its contributors -may be used to endorse or promote products derived from this -software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY -AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, -OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED -AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/mit_jquery.txt b/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/mit_jquery.txt deleted file mode 100644 index ea261d2cfa84..000000000000 --- a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/mit_jquery.txt +++ /dev/null @@ -1,22 +0,0 @@ -Scala includes the jQuery library: - -Copyright JS Foundation and other contributors, https://js.foundation/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/copyright-ignore b/tools/legal-review/engine/org.scala-lang.scala-library-2.13.5/copyright-ignore similarity index 75% rename from tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/copyright-ignore rename to tools/legal-review/engine/org.scala-lang.scala-library-2.13.5/copyright-ignore index 5761cb82ad64..b875119e5f68 100644 --- a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/copyright-ignore +++ b/tools/legal-review/engine/org.scala-lang.scala-library-2.13.5/copyright-ignore @@ -1,3 +1,3 @@ val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2020, LAMP/EPFL and Lightbend, Inc.") -private[scala] def versionFor(command: String) = f"Scala $command $versionString -- $copyrightString" case _ => "No copyright" +private[scala] def versionFor(command: String) = s"Scala $command $versionString -- $copyrightString" diff --git a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.5/copyright-keep b/tools/legal-review/engine/org.scala-lang.scala-library-2.13.5/copyright-keep new file mode 100644 index 000000000000..1bb2f1e623d0 --- /dev/null +++ b/tools/legal-review/engine/org.scala-lang.scala-library-2.13.5/copyright-keep @@ -0,0 +1 @@ +Copyright EPFL and Lightbend, Inc. diff --git a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-ignore b/tools/legal-review/engine/org.scala-lang.scala-library-2.13.5/files-ignore similarity index 100% rename from tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-ignore rename to tools/legal-review/engine/org.scala-lang.scala-library-2.13.5/files-ignore diff --git a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-keep b/tools/legal-review/engine/org.scala-lang.scala-library-2.13.5/files-keep similarity index 100% rename from tools/legal-review/engine/org.scala-lang.scala-library-2.13.3/files-keep rename to tools/legal-review/engine/org.scala-lang.scala-library-2.13.5/files-keep diff --git a/tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.3/copyright-add b/tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.3/copyright-add deleted file mode 100644 index 86fdc160feb5..000000000000 --- a/tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.3/copyright-add +++ /dev/null @@ -1 +0,0 @@ -See org.scala-lang.scala-library-2.13 for notices related to this module. diff --git a/tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.3/copyright-keep-context b/tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.5/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.3/copyright-keep-context rename to tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.5/copyright-keep index 81428754fb74..39867f52eb46 100644 --- a/tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.3/copyright-keep-context +++ b/tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.5/copyright-keep @@ -1,2 +1,2 @@ -Copyright EPFL and Lightbend, Inc. Copyright 2005-2013 LAMP/EPFL +Copyright EPFL and Lightbend, Inc. diff --git a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-ignore b/tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.5/files-ignore similarity index 100% rename from tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-ignore rename to tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.5/files-ignore diff --git a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-keep b/tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.5/files-keep similarity index 100% rename from tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-keep rename to tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.5/files-keep diff --git a/tools/legal-review/engine/report-state b/tools/legal-review/engine/report-state index 50c7298015df..28a0ee23f308 100644 --- a/tools/legal-review/engine/report-state +++ b/tools/legal-review/engine/report-state @@ -1,3 +1,3 @@ -0D321FDD2903B1F187DC6AE64A1F272A4814F572FFA44AF6C3EED26E719A1DFA -FCA4F798638DEC47D23C0B487DFF74A2836BC3D195EF081B5C69AFFF52787E6E +B2308C33B3873553B0F1C0932E2EAECAE452C8FDD2D2C5D95FBD1107315BE8B2 +F46B1A56CA982BBAF1B12362C11BFB98E228E107ED17D4A59BA95A9B23F2A3CF 0 diff --git a/tools/legal-review/engine/reviewed-licenses/The_BSD_License b/tools/legal-review/engine/reviewed-licenses/The_BSD_License new file mode 100644 index 000000000000..c547acb36c9b --- /dev/null +++ b/tools/legal-review/engine/reviewed-licenses/The_BSD_License @@ -0,0 +1 @@ +tools/legal-review/license-texts/BSD-3-Clause diff --git a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/LICENSE.md b/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/LICENSE.md deleted file mode 100644 index 83ef781d15f1..000000000000 --- a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/LICENSE.md +++ /dev/null @@ -1,42 +0,0 @@ -Scala is licensed under the [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). - -## Scala License - -Copyright (c) 2002-2020 EPFL - -Copyright (c) 2011-2020 Lightbend, Inc. - -All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - -# Other Licenses - -This software includes projects with the following licenses, -which are also included in the `licenses/` directory: - -### [Apache License](http://www.apache.org/licenses/LICENSE-2.0.html) -This license is used by the following third-party libraries: - - * JNA - -### [BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) -This license is used by the following third-party libraries: - - * ASM - * JLine 3 - -### [MIT License](http://www.opensource.org/licenses/MIT) -This license is used by the following third-party libraries: - - * jQuery diff --git a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/License.rtf b/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/License.rtf deleted file mode 100644 index 376ec02cb530..000000000000 --- a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/License.rtf +++ /dev/null @@ -1,85 +0,0 @@ -{\rtf1\ansi\ansicpg1252\cocoartf2511 -\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fswiss\fcharset0 Helvetica-Bold;} -{\colortbl;\red255\green255\blue255;\red27\green31\blue34;\red10\green77\blue204;\red0\green0\blue0; -\red21\green23\blue26;} -{\*\expandedcolortbl;;\cssrgb\c14118\c16078\c18039;\cssrgb\c1176\c40000\c83922;\csgray\c0\c0; -\cssrgb\c10588\c12157\c13725\c4706;} -{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1} -{\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2} -{\list\listtemplateid3\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid201\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid3} -{\list\listtemplateid4\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid301\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid4}} -{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}{\listoverride\listid3\listoverridecount0\ls3}{\listoverride\listid4\listoverridecount0\ls4}} -\paperw11900\paperh16840\margl1440\margr1440\vieww17360\viewh20980\viewkind0 -\deftab720 -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\fs28 \cf2 \expnd0\expndtw0\kerning0 -Scala is licensed under the\'a0{\field{\*\fldinst{HYPERLINK "https://www.apache.org/licenses/LICENSE-2.0"}}{\fldrslt \cf3 Apache License Version 2.0}}.\ -\pard\pardeftab720\sl360\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl440\sa320\partightenfactor0 - -\fs48 \cf2 Scala License\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0\fs28 \cf2 Copyright (c) 2002-2020 EPFL\ -Copyright (c) 2011-2020 Lightbend, Inc.\ -All rights reserved.\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -\cf2 \cb4 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at {\field{\*\fldinst{HYPERLINK "http://www.apache.org/licenses/LICENSE-2.0"}}{\fldrslt http://www.apache.org/licenses/LICENSE-2.0}}.\ -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\ -\pard\pardeftab720\sl480\partightenfactor0 - -\f1\b \cf3 \cb1 \ -\pard\pardeftab720\sl600\sa320\partightenfactor0 - -\fs48 \cf2 Other Licenses\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0\fs28 \cf2 This software includes projects with the following licenses, which are also included in the\'a0\cb5 licenses/\cb1 \'a0directory:\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.apache.org/licenses/LICENSE-2.0.html"}}{\fldrslt \cf3 Apache License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls1\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -JNA\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.opensource.org/licenses/bsd-license.php"}}{\fldrslt \cf3 BSD License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls2\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -JLine 3\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://opensource.org/licenses/BSD-3-Clause"}}{\fldrslt \cf3 BSD 3-Clause License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls3\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -ASM\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.opensource.org/licenses/MIT"}}{\fldrslt \cf3 MIT License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls4\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -jQuery\ -} \ No newline at end of file diff --git a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/apache_jna.txt b/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/apache_jna.txt deleted file mode 100644 index 592efd6604bd..000000000000 --- a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/apache_jna.txt +++ /dev/null @@ -1,205 +0,0 @@ -Scala includes the JLine library, which includes the JNA library, -which is made available under multiple licenses, including the -Apache 2 license: - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_asm.txt b/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_asm.txt deleted file mode 100644 index a3591e4b406c..000000000000 --- a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_asm.txt +++ /dev/null @@ -1,31 +0,0 @@ -Scala includes the ASM library. - -Copyright (c) 2000-2011 INRIA, France Telecom -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -3. Neither the name of the copyright holders nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGE. diff --git a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_jline.txt b/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_jline.txt deleted file mode 100644 index cf45a50bea5e..000000000000 --- a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_jline.txt +++ /dev/null @@ -1,36 +0,0 @@ -Scala includes the JLine 3 library: - -Copyright (c) 2002-2018, the original author or authors. -All rights reserved. - -https://opensource.org/licenses/BSD-3-Clause - -Redistribution and use in source and binary forms, with or -without modification, are permitted provided that the following -conditions are met: - -Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with -the distribution. - -Neither the name of JLine nor the names of its contributors -may be used to endorse or promote products derived from this -software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY -AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, -OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED -AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/mit_jquery.txt b/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/mit_jquery.txt deleted file mode 100644 index ea261d2cfa84..000000000000 --- a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/mit_jquery.txt +++ /dev/null @@ -1,22 +0,0 @@ -Scala includes the jQuery library: - -Copyright JS Foundation and other contributors, https://js.foundation/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/copyright-ignore b/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.5/copyright-ignore similarity index 75% rename from tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/copyright-ignore rename to tools/legal-review/launcher/org.scala-lang.scala-library-2.13.5/copyright-ignore index 5761cb82ad64..dd9d725708ad 100644 --- a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.3/copyright-ignore +++ b/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.5/copyright-ignore @@ -1,3 +1,3 @@ -val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2020, LAMP/EPFL and Lightbend, Inc.") -private[scala] def versionFor(command: String) = f"Scala $command $versionString -- $copyrightString" case _ => "No copyright" +private[scala] def versionFor(command: String) = s"Scala $command $versionString -- $copyrightString" +val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2020, LAMP/EPFL and Lightbend, Inc.") diff --git a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.5/copyright-keep b/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.5/copyright-keep new file mode 100644 index 000000000000..1bb2f1e623d0 --- /dev/null +++ b/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.5/copyright-keep @@ -0,0 +1 @@ +Copyright EPFL and Lightbend, Inc. diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-ignore b/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.5/files-ignore similarity index 100% rename from tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-ignore rename to tools/legal-review/launcher/org.scala-lang.scala-library-2.13.5/files-ignore diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-keep b/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.5/files-keep similarity index 100% rename from tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-keep rename to tools/legal-review/launcher/org.scala-lang.scala-library-2.13.5/files-keep diff --git a/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.3/copyright-add b/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.3/copyright-add deleted file mode 100644 index 86fdc160feb5..000000000000 --- a/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.3/copyright-add +++ /dev/null @@ -1 +0,0 @@ -See org.scala-lang.scala-library-2.13 for notices related to this module. diff --git a/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.3/copyright-keep-context b/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.5/copyright-keep similarity index 100% rename from tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.3/copyright-keep-context rename to tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.5/copyright-keep index 81428754fb74..39867f52eb46 100644 --- a/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.3/copyright-keep-context +++ b/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.5/copyright-keep @@ -1,2 +1,2 @@ -Copyright EPFL and Lightbend, Inc. Copyright 2005-2013 LAMP/EPFL +Copyright EPFL and Lightbend, Inc. diff --git a/tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.3/files-ignore b/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.5/files-ignore similarity index 53% rename from tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.3/files-ignore rename to tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.5/files-ignore index 9ef2c9b4d859..6b1d0bfabc3c 100644 --- a/tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.3/files-ignore +++ b/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.5/files-ignore @@ -1,2 +1 @@ LICENSE -NOTICE diff --git a/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.5/files-keep b/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.5/files-keep new file mode 100644 index 000000000000..6d5ee1d05223 --- /dev/null +++ b/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.5/files-keep @@ -0,0 +1 @@ +NOTICE diff --git a/tools/legal-review/launcher/report-state b/tools/legal-review/launcher/report-state index 1049fe038a27..38cddd9880ff 100644 --- a/tools/legal-review/launcher/report-state +++ b/tools/legal-review/launcher/report-state @@ -1,3 +1,3 @@ -FCBED5ECC2ACC81368DF1116D4063C3AD41B6F51AAEB402B66F467746EE1E53A -61272754ADE92C42129172BE5D75624366F0C349A68056B7347FD10C901CA9C3 +77A4B0DFB71540A671CF4BA9B3303E90BB4B1BD6727DEDA15A81FEF644F6A1CE +D71CD6267659A419BFF87E1129AE325B6235B0BAE76BA259C0D71819DD7E3F66 0 diff --git a/tools/legal-review/license-texts/BSD-3-Clause b/tools/legal-review/license-texts/BSD-3-Clause new file mode 100644 index 000000000000..731a7373159e --- /dev/null +++ b/tools/legal-review/license-texts/BSD-3-Clause @@ -0,0 +1,9 @@ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/LICENSE.md b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/LICENSE.md deleted file mode 100644 index 83ef781d15f1..000000000000 --- a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/LICENSE.md +++ /dev/null @@ -1,42 +0,0 @@ -Scala is licensed under the [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). - -## Scala License - -Copyright (c) 2002-2020 EPFL - -Copyright (c) 2011-2020 Lightbend, Inc. - -All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - -# Other Licenses - -This software includes projects with the following licenses, -which are also included in the `licenses/` directory: - -### [Apache License](http://www.apache.org/licenses/LICENSE-2.0.html) -This license is used by the following third-party libraries: - - * JNA - -### [BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) -This license is used by the following third-party libraries: - - * ASM - * JLine 3 - -### [MIT License](http://www.opensource.org/licenses/MIT) -This license is used by the following third-party libraries: - - * jQuery diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/License.rtf b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/License.rtf deleted file mode 100644 index 376ec02cb530..000000000000 --- a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/License.rtf +++ /dev/null @@ -1,85 +0,0 @@ -{\rtf1\ansi\ansicpg1252\cocoartf2511 -\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fswiss\fcharset0 Helvetica-Bold;} -{\colortbl;\red255\green255\blue255;\red27\green31\blue34;\red10\green77\blue204;\red0\green0\blue0; -\red21\green23\blue26;} -{\*\expandedcolortbl;;\cssrgb\c14118\c16078\c18039;\cssrgb\c1176\c40000\c83922;\csgray\c0\c0; -\cssrgb\c10588\c12157\c13725\c4706;} -{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1} -{\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2} -{\list\listtemplateid3\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid201\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid3} -{\list\listtemplateid4\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid301\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid4}} -{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}{\listoverride\listid3\listoverridecount0\ls3}{\listoverride\listid4\listoverridecount0\ls4}} -\paperw11900\paperh16840\margl1440\margr1440\vieww17360\viewh20980\viewkind0 -\deftab720 -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\fs28 \cf2 \expnd0\expndtw0\kerning0 -Scala is licensed under the\'a0{\field{\*\fldinst{HYPERLINK "https://www.apache.org/licenses/LICENSE-2.0"}}{\fldrslt \cf3 Apache License Version 2.0}}.\ -\pard\pardeftab720\sl360\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl440\sa320\partightenfactor0 - -\fs48 \cf2 Scala License\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0\fs28 \cf2 Copyright (c) 2002-2020 EPFL\ -Copyright (c) 2011-2020 Lightbend, Inc.\ -All rights reserved.\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -\cf2 \cb4 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at {\field{\*\fldinst{HYPERLINK "http://www.apache.org/licenses/LICENSE-2.0"}}{\fldrslt http://www.apache.org/licenses/LICENSE-2.0}}.\ -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\ -\pard\pardeftab720\sl480\partightenfactor0 - -\f1\b \cf3 \cb1 \ -\pard\pardeftab720\sl600\sa320\partightenfactor0 - -\fs48 \cf2 Other Licenses\ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0\fs28 \cf2 This software includes projects with the following licenses, which are also included in the\'a0\cb5 licenses/\cb1 \'a0directory:\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.apache.org/licenses/LICENSE-2.0.html"}}{\fldrslt \cf3 Apache License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls1\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -JNA\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.opensource.org/licenses/bsd-license.php"}}{\fldrslt \cf3 BSD License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls2\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -JLine 3\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://opensource.org/licenses/BSD-3-Clause"}}{\fldrslt \cf3 BSD 3-Clause License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls3\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -ASM\ -\pard\pardeftab720\sl300\partightenfactor0 - -\f1\b \cf3 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 -{\field{\*\fldinst{HYPERLINK "http://www.opensource.org/licenses/MIT"}}{\fldrslt \cf3 MIT License}}\cf2 \ -\pard\pardeftab720\sl360\sa320\partightenfactor0 - -\f0\b0 \cf2 This license is used by the following third-party libraries:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl360\partightenfactor0 -\ls4\ilvl0\cf2 \kerning1\expnd0\expndtw0 {\listtext \uc0\u8226 }\expnd0\expndtw0\kerning0 -jQuery\ -} \ No newline at end of file diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/apache_jna.txt b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/apache_jna.txt deleted file mode 100644 index 592efd6604bd..000000000000 --- a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/apache_jna.txt +++ /dev/null @@ -1,205 +0,0 @@ -Scala includes the JLine library, which includes the JNA library, -which is made available under multiple licenses, including the -Apache 2 license: - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_asm.txt b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_asm.txt deleted file mode 100644 index a3591e4b406c..000000000000 --- a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_asm.txt +++ /dev/null @@ -1,31 +0,0 @@ -Scala includes the ASM library. - -Copyright (c) 2000-2011 INRIA, France Telecom -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -3. Neither the name of the copyright holders nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGE. diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_jline.txt b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_jline.txt deleted file mode 100644 index cf45a50bea5e..000000000000 --- a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/bsd_jline.txt +++ /dev/null @@ -1,36 +0,0 @@ -Scala includes the JLine 3 library: - -Copyright (c) 2002-2018, the original author or authors. -All rights reserved. - -https://opensource.org/licenses/BSD-3-Clause - -Redistribution and use in source and binary forms, with or -without modification, are permitted provided that the following -conditions are met: - -Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with -the distribution. - -Neither the name of JLine nor the names of its contributors -may be used to endorse or promote products derived from this -software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY -AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, -OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED -AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/mit_jquery.txt b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/mit_jquery.txt deleted file mode 100644 index ea261d2cfa84..000000000000 --- a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/files-add/doc/licenses/mit_jquery.txt +++ /dev/null @@ -1,22 +0,0 @@ -Scala includes the jQuery library: - -Copyright JS Foundation and other contributors, https://js.foundation/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/copyright-ignore b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.5/copyright-ignore similarity index 75% rename from tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/copyright-ignore rename to tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.5/copyright-ignore index 5761cb82ad64..ae89e320fe71 100644 --- a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.3/copyright-ignore +++ b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.5/copyright-ignore @@ -1,3 +1,3 @@ val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2020, LAMP/EPFL and Lightbend, Inc.") -private[scala] def versionFor(command: String) = f"Scala $command $versionString -- $copyrightString" +private[scala] def versionFor(command: String) = s"Scala $command $versionString -- $copyrightString" case _ => "No copyright" diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.5/copyright-keep b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.5/copyright-keep new file mode 100644 index 000000000000..1bb2f1e623d0 --- /dev/null +++ b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.5/copyright-keep @@ -0,0 +1 @@ +Copyright EPFL and Lightbend, Inc. diff --git a/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.3/files-ignore b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.5/files-ignore similarity index 53% rename from tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.3/files-ignore rename to tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.5/files-ignore index 9ef2c9b4d859..6b1d0bfabc3c 100644 --- a/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.3/files-ignore +++ b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.5/files-ignore @@ -1,2 +1 @@ LICENSE -NOTICE diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.5/files-keep b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.5/files-keep new file mode 100644 index 000000000000..6d5ee1d05223 --- /dev/null +++ b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.5/files-keep @@ -0,0 +1 @@ +NOTICE diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.3/copyright-add b/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.3/copyright-add deleted file mode 100644 index 86fdc160feb5..000000000000 --- a/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.3/copyright-add +++ /dev/null @@ -1 +0,0 @@ -See org.scala-lang.scala-library-2.13 for notices related to this module. diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.3/copyright-keep-context b/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.5/copyright-keep similarity index 100% rename from tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.3/copyright-keep-context rename to tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.5/copyright-keep index 81428754fb74..39867f52eb46 100644 --- a/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.3/copyright-keep-context +++ b/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.5/copyright-keep @@ -1,2 +1,2 @@ -Copyright EPFL and Lightbend, Inc. Copyright 2005-2013 LAMP/EPFL +Copyright EPFL and Lightbend, Inc. diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.3/files-ignore b/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.5/files-ignore similarity index 53% rename from tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.3/files-ignore rename to tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.5/files-ignore index 9ef2c9b4d859..6b1d0bfabc3c 100644 --- a/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.3/files-ignore +++ b/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.5/files-ignore @@ -1,2 +1 @@ LICENSE -NOTICE diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.5/files-keep b/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.5/files-keep new file mode 100644 index 000000000000..6d5ee1d05223 --- /dev/null +++ b/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.5/files-keep @@ -0,0 +1 @@ +NOTICE diff --git a/tools/legal-review/project-manager/report-state b/tools/legal-review/project-manager/report-state index 50f34ad23fb5..5edefd4a0306 100644 --- a/tools/legal-review/project-manager/report-state +++ b/tools/legal-review/project-manager/report-state @@ -1,3 +1,3 @@ -9627CEFB2D58C3487E41D6102FAA9629139C821C88492AEA12111D11B7CE3627 -2B4B2553D3219BBCC009C9036FE12C7E9C9BDAE7B690B9FA91E8A277F9E32C43 +88C7909D960DBCBC7AF51044C6F5B891E616A2CA45E449E888782089952C2D0D +3F7744654FA07934500E60530615836ED849476D843FFF6BA20737F875AA1FEE 0