zeta: Add zlib to license detection + ignore symbol differences (#37238)

Michael Sloan created

See discussion on #36564. Makes the license regexes a less fragile by
not matching on symbols, while also excluding cases where a long file
ends with a valid license. Also adds Zlib license, a commented out test
to check all license-like files discovered in the homedir, and more
testcases.

Not too happy with the efficiency here, on my quite good computer it
takes ~120ms to compile the regex and allocates ~8mb for it. This is
just not a great use of regexes, I think something using eager substring
matching would be much more efficient - hoping to followup with that.

Release Notes:

- Edit Prediction: Added Zlib license to open-source licenses eligible
for data collection.

Change summary

Cargo.lock                                           |   1 
crates/zeta/Cargo.toml                               |   1 
crates/zeta/license_examples/0bsd.txt                |   0 
crates/zeta/license_examples/apache-2.0-ex0.txt      |   0 
crates/zeta/license_examples/apache-2.0-ex1.txt      |  42 ++
crates/zeta/license_examples/apache-2.0-ex2.txt      | 150 ++++----
crates/zeta/license_examples/apache-2.0-ex3.txt      |  13 
crates/zeta/license_examples/bsd-1-clause.txt        |   0 
crates/zeta/license_examples/bsd-2-clause-ex0.txt    |   0 
crates/zeta/license_examples/bsd-3-clause-ex0.txt    |   0 
crates/zeta/license_examples/bsd-3-clause-ex1.txt    |  27 +
crates/zeta/license_examples/bsd-3-clause-ex2.txt    |  31 +
crates/zeta/license_examples/bsd-3-clause-ex3.txt    |  30 +
crates/zeta/license_examples/bsd-3-clause-ex4.txt    |  27 +
crates/zeta/license_examples/isc.txt                 |   0 
crates/zeta/license_examples/mit-ex0.txt             |   0 
crates/zeta/license_examples/mit-ex1.txt             |  26 +
crates/zeta/license_examples/mit-ex2.txt             |  22 +
crates/zeta/license_examples/mit-ex3.txt             |  21 +
crates/zeta/license_examples/upl-1.0.txt             |   0 
crates/zeta/license_examples/zlib-ex0.txt            |  19 +
crates/zeta/license_regexes/0bsd.regex               |  10 
crates/zeta/license_regexes/apache-2.0.regex         | 223 +++++++++++++
crates/zeta/license_regexes/bsd.regex                |  23 +
crates/zeta/license_regexes/isc.regex                |  12 
crates/zeta/license_regexes/mit.regex                |  17 +
crates/zeta/license_regexes/upl-1.0.regex            |  32 +
crates/zeta/license_regexes/zlib.regex               |  18 +
crates/zeta/src/license_detection.rs                 | 229 +++++++++++--
crates/zeta/src/license_detection/0bsd.regex         |  12 
crates/zeta/src/license_detection/bsd-1-clause.regex |  17 -
crates/zeta/src/license_detection/bsd-2-clause.regex |  22 -
crates/zeta/src/license_detection/bsd-3-clause.regex |  26 -
crates/zeta/src/license_detection/isc.regex          |  15 
crates/zeta/src/license_detection/mit.regex          |  21 -
crates/zeta/src/license_detection/upl-1.0.regex      |  35 --
36 files changed, 854 insertions(+), 268 deletions(-)

Detailed changes

Cargo.lock πŸ”—

@@ -20817,6 +20817,7 @@ dependencies = [
  "gpui",
  "http_client",
  "indoc",
+ "itertools 0.14.0",
  "language",
  "language_model",
  "log",

crates/zeta/Cargo.toml πŸ”—

@@ -34,6 +34,7 @@ futures.workspace = true
 gpui.workspace = true
 http_client.workspace = true
 indoc.workspace = true
+itertools.workspace = true
 language.workspace = true
 language_model.workspace = true
 log.workspace = true

crates/zeta/license_examples/apache-2.0-ex1.txt πŸ”—

@@ -0,0 +1,55 @@
+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:
+
+You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+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
+

crates/zeta/src/license_detection/apache-2.0.regex β†’ crates/zeta/license_examples/apache-2.0-ex2.txt πŸ”—

@@ -1,109 +1,110 @@
+
                                  Apache License
-                           Version 2\.0, January 2004
-                        http://www\.apache\.org/licenses/
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
 
    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 
-   1\. Definitions\.
+   1. Definitions.
 
       "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document\.
+      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\.
+      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
+      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\.
+      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\.
+      "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\.
+      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\.
+      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\)\.
+      (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
+      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
+      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\.
+      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"
+      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\."
+      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\.
+      subsequently incorporated within the Work.
 
-   2\. Grant of Copyright License\. Subject to the terms and conditions of
+   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
+      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\.
+      Work and such Derivative Works in Source or Object form.
 
-   3\. Grant of Patent License\. Subject to the terms and conditions of
+   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,
+      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
+      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\.
+      as of the date such litigation is filed.
 
-   4\. Redistribution\. You may reproduce and distribute copies of the
+   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
+      (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
+      (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
+      (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
+      (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
@@ -112,90 +113,77 @@
           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
+          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
+          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\.
+          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\.
+      the conditions stated in this License.
 
-   5\. Submission of Contributions\. Unless You explicitly state otherwise,
+   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\.
+      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\.
+      with Licensor regarding such Contributions.
 
-   6\. Trademarks\. This License does not grant permission to use the trade
+   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\.
+      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,
+   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
+      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\.
+      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
+   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 (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\.
+      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
+   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
+      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\.)?(?:
+      of your accepting any such warranty or additional liability.
 
-   Copyright .*)?(?:
+   END OF TERMS AND CONDITIONS
 
-   Licensed under the Apache License, Version 2\.0 \(the "License"\);
-   you may not use this file except in compliance with the License\.
+   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
+       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\.
+   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\.)?
+   limitations under the License.

crates/zeta/license_examples/apache-2.0-ex3.txt πŸ”—

@@ -0,0 +1,13 @@
+Copyright 2011 Someone
+
+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
+
+   https://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.

crates/zeta/license_examples/bsd-3-clause-ex1.txt πŸ”—

@@ -0,0 +1,27 @@
+// Copyright 2024 (this is copy modified from chromium)
+//
+// 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 da company 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.

crates/zeta/license_examples/bsd-3-clause-ex2.txt πŸ”—

@@ -0,0 +1,31 @@
+The Glasgow Haskell Compiler License
+
+Copyright 2002, The University Court of the University of Glasgow.
+All rights reserved.
+
+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 name of the University 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 UNIVERSITY COURT OF THE UNIVERSITY OF
+GLASGOW AND THE 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
+UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE 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.

crates/zeta/license_examples/bsd-3-clause-ex3.txt πŸ”—

@@ -0,0 +1,30 @@
+Copyright (c) 2019 Someone
+
+All rights reserved.
+
+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 Someone nor the names of other
+      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.

crates/zeta/license_examples/bsd-3-clause-ex4.txt πŸ”—

@@ -0,0 +1,27 @@
+Copyright (c) 2009-2011, Mozilla Foundation and contributors
+All rights reserved.
+
+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 names of the Mozilla Foundation nor the names of project
+  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.

crates/zeta/license_examples/mit-ex1.txt πŸ”—

@@ -0,0 +1,26 @@
+Copyright (c) 2006-2009 Someone
+Copyright (c) 2009-2013 Some organization
+
+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.

crates/zeta/license_examples/mit-ex2.txt πŸ”—

@@ -0,0 +1,22 @@
+(The MIT License)
+
+Copyright (c) someone
+
+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.

crates/zeta/license_examples/mit-ex3.txt πŸ”—

@@ -0,0 +1,21 @@
+    MIT License
+
+    Copyright (c) Someone.
+
+    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

crates/zeta/license_examples/zlib-ex0.txt πŸ”—

@@ -0,0 +1,19 @@
+Copyright (c) 2021 Someone
+
+This software is provided 'as-is', without any express or implied warranty. In
+no event will the authors be held liable for any damages arising from the use of
+this software.
+
+Permission is granted to anyone to use this software for any purpose, including
+commercial applications, and to alter it and redistribute it freely, subject to
+the following restrictions:
+
+ 1. The origin of this software must not be misrepresented; you must not claim
+    that you wrote the original software. If you use this software in a product,
+    an acknowledgment in the product documentation would be appreciated but is
+    not required.
+
+ 2. Altered source versions must be plainly marked as such, and must not be
+    misrepresented as being the original software.
+
+ 3. This notice may not be removed or altered from any source distribution.

crates/zeta/license_regexes/0bsd.regex πŸ”—

@@ -0,0 +1,10 @@
+.{0,512}Permission to use copy modify andor distribute this software for any
+purpose with or without fee is hereby granted
+
+THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL
+WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS IN NO EVENT SHALL THE AUTHOR BE LIABLE
+FOR ANY SPECIAL DIRECT INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
+DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE DATA OR PROFITS WHETHER IN
+AN ACTION OF CONTRACT NEGLIGENCE OR OTHER TORTIOUS ACTION ARISING OUT
+OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE

crates/zeta/license_regexes/apache-2.0.regex πŸ”—

@@ -0,0 +1,223 @@
+.{0,512}Licensed under the Apache License Version 20 the License
+you may not use this file except in compliance with the License
+You may obtain a copy of the License at
+
+   https?wwwapacheorglicensesLICENSE20
+
+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|.{0,512}(?:Licensed under the Apache License Version 20 the License
+you may not use this file except in compliance with the License
+You may obtain a copy of the License at
+
+   https?wwwapacheorglicensesLICENSE20
+
+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)?
+
+                              ?Apache License
+                           Version 20 January 2004
+                        https?wwwapacheorglicenses
+
+   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 nonexclusive nocharge royaltyfree 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 nonexclusive nocharge royaltyfree 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
+      Contributions alone or by combination of their Contributions
+      with the Work to which such Contributions was submitted If You
+      institute patent litigation against any entity including a
+      crossclaim 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 thirdparty 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 NONINFRINGEMENT 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 andor 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 Dont 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 thirdparty archives)?(?:
+
+   Copyright.{0,512})?(?:
+
+   Licensed under the Apache License Version 20 the License
+   you may not use this file except in compliance with the License
+   You may obtain a copy of the License at
+
+       https?wwwapacheorglicensesLICENSE20
+
+   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)?

crates/zeta/license_regexes/bsd.regex πŸ”—

@@ -0,0 +1,23 @@
+.{0,512}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 andor other materials provided with the distribution(?:
+
+(?:3 )?.{0,128} may be used to endorse or
+promote products derived from this software without specific prior written
+permission)?)?
+
+THIS SOFTWARE IS PROVIDED BY .{0,128}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 .{0,128}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

crates/zeta/license_regexes/isc.regex πŸ”—

@@ -0,0 +1,12 @@
+.{0,512}Permission to use copy modify andor distribute
+this software for any purpose with or without fee is hereby granted provided
+that the above copyright notice and this permission notice appear in all
+copies
+
+THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL DIRECT INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE DATA OR PROFITS WHETHER IN AN
+ACTION OF CONTRACT NEGLIGENCE OR OTHER TORTIOUS ACTION ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE

crates/zeta/license_regexes/mit.regex πŸ”—

@@ -0,0 +1,17 @@
+.{0,512}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 andor 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

crates/zeta/license_regexes/upl-1.0.regex πŸ”—

@@ -0,0 +1,32 @@
+.{0,512}Subject to the condition set forth below permission is hereby granted to any
+person obtaining a copy of this software associated documentation andor data
+collectively the Software free of charge and under any and all copyright
+rights in the Software and any and all patent rights owned or freely licensable
+by each licensor hereunder covering either i the unmodified Software as
+contributed to or provided by such licensor or ii the Larger Works as
+defined below to deal in both
+
+a the Software and
+
+b any piece of software andor hardware listed in the lrgrwrkstxt file if one is
+    included with the Software each a Larger Work to which the Software is
+    contributed by such licensors
+
+without restriction including without limitation the rights to copy create
+derivative works of display perform and distribute the Software and make use
+sell offer for sale import export have made and have sold the Software and the
+Larger Works and to sublicense the foregoing rights on either these or other
+terms
+
+This license is subject to the following condition
+
+The above copyright notice and either this complete permission notice or at a minimum
+a reference to the UPL must 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

crates/zeta/license_regexes/zlib.regex πŸ”—

@@ -0,0 +1,18 @@
+.{0,512}This software is provided asis without any express or implied
+warranty In no event will the authors be held liable for any damages
+arising from the use of this software
+
+Permission is granted to anyone to use this software for any purpose
+including commercial applications and to alter it and redistribute it
+freely subject to the following restrictions
+
+1? The origin of this software must not be misrepresented you must not
+claim that you wrote the original software If you use this software
+in a product an acknowledgment in the product documentation would be
+appreciated but is not required
+
+2? Altered source versions must be plainly marked as such and must not be
+misrepresented as being the original software
+
+3? This notice may not be removed or altered from any source
+distribution

crates/zeta/src/license_detection.rs πŸ”—

@@ -8,6 +8,7 @@ use std::{
 use fs::Fs;
 use futures::StreamExt as _;
 use gpui::{App, AppContext as _, Entity, Subscription, Task};
+use itertools::Itertools;
 use postage::watch;
 use project::Worktree;
 use regex::Regex;
@@ -25,7 +26,8 @@ static LICENSE_FILE_NAME_REGEX: LazyLock<regex::bytes::Regex> = LazyLock::new(||
                 0? bsd (?: [\\-._] [0123])? (?: [\\-._] clause)? | \
                 isc | \
                 mit | \
-                upl))? \
+                upl | \
+                zlib))? \
         (?: [\\-._]? (?: license | licence))? \
         (?: \\.txt | \\.md)? \
         $",
@@ -36,16 +38,15 @@ static LICENSE_FILE_NAME_REGEX: LazyLock<regex::bytes::Regex> = LazyLock::new(||
     .unwrap()
 });
 
-#[derive(Debug, Clone, Copy, Eq, PartialEq, VariantArray)]
+#[derive(Debug, Clone, Copy, Eq, Ord, PartialOrd, PartialEq, VariantArray)]
 pub enum OpenSourceLicense {
     Apache2_0,
-    BSD0Clause,
-    BSD1Clause,
-    BSD2Clause,
-    BSD3Clause,
+    BSDZero,
+    BSD,
     ISC,
     MIT,
     UPL1_0,
+    Zlib,
 }
 
 impl Display for OpenSourceLicense {
@@ -55,29 +56,31 @@ impl Display for OpenSourceLicense {
 }
 
 impl OpenSourceLicense {
+    /// These are SPDX identifiers for the licenses, except for BSD, where the variants are not
+    /// distinguished.
     pub fn spdx_identifier(&self) -> &'static str {
         match self {
             OpenSourceLicense::Apache2_0 => "apache-2.0",
-            OpenSourceLicense::BSD0Clause => "0bsd",
-            OpenSourceLicense::BSD1Clause => "bsd-1-clause",
-            OpenSourceLicense::BSD2Clause => "bsd-2-clause",
-            OpenSourceLicense::BSD3Clause => "bsd-3-clause",
+            OpenSourceLicense::BSDZero => "0bsd",
+            OpenSourceLicense::BSD => "bsd",
             OpenSourceLicense::ISC => "isc",
             OpenSourceLicense::MIT => "mit",
             OpenSourceLicense::UPL1_0 => "upl-1.0",
+            OpenSourceLicense::Zlib => "zlib",
         }
     }
 
+    /// Regexes to match the license text. These regexes are expected to match the entire file. Also
+    /// note that `canonicalize_license_text` removes everything but alphanumeric ascii characters.
     pub fn regex(&self) -> &'static str {
         match self {
-            OpenSourceLicense::Apache2_0 => include_str!("license_detection/apache-2.0.regex"),
-            OpenSourceLicense::BSD0Clause => include_str!("license_detection/0bsd.regex"),
-            OpenSourceLicense::BSD1Clause => include_str!("license_detection/bsd-1-clause.regex"),
-            OpenSourceLicense::BSD2Clause => include_str!("license_detection/bsd-2-clause.regex"),
-            OpenSourceLicense::BSD3Clause => include_str!("license_detection/bsd-3-clause.regex"),
-            OpenSourceLicense::ISC => include_str!("license_detection/isc.regex"),
-            OpenSourceLicense::MIT => include_str!("license_detection/mit.regex"),
-            OpenSourceLicense::UPL1_0 => include_str!("license_detection/upl-1.0.regex"),
+            OpenSourceLicense::Apache2_0 => include_str!("../license_regexes/apache-2.0.regex"),
+            OpenSourceLicense::BSDZero => include_str!("../license_regexes/0bsd.regex"),
+            OpenSourceLicense::BSD => include_str!("../license_regexes/bsd.regex"),
+            OpenSourceLicense::ISC => include_str!("../license_regexes/isc.regex"),
+            OpenSourceLicense::MIT => include_str!("../license_regexes/mit.regex"),
+            OpenSourceLicense::UPL1_0 => include_str!("../license_regexes/upl-1.0.regex"),
+            OpenSourceLicense::Zlib => include_str!("../license_regexes/zlib.regex"),
         }
     }
 }
@@ -93,7 +96,7 @@ fn detect_license(license: &str) -> Option<OpenSourceLicense> {
             } else {
                 regex_string.push_str(")|(");
             }
-            regex_string.push_str(&canonicalize_license_text(license.regex()));
+            regex_string.push_str(&canonicalize_license_regex(license.regex()));
         }
         regex_string.push_str("))$");
         let regex = Regex::new(&regex_string).unwrap();
@@ -116,15 +119,25 @@ fn detect_license(license: &str) -> Option<OpenSourceLicense> {
         })
 }
 
-/// Canonicalizes the whitespace of license text and license regexes.
-fn canonicalize_license_text(license: &str) -> String {
+/// Canonicalizes the whitespace of license text.
+fn canonicalize_license_regex(license: &str) -> String {
     license
         .split_ascii_whitespace()
-        .collect::<Vec<_>>()
         .join(" ")
         .to_ascii_lowercase()
 }
 
+/// Canonicalizes the whitespace of license text.
+fn canonicalize_license_text(license: &str) -> String {
+    license
+        .chars()
+        .filter(|c| c.is_ascii_alphanumeric() || c.is_ascii_whitespace())
+        .map(|c| c.to_ascii_lowercase())
+        .collect::<String>()
+        .split_ascii_whitespace()
+        .join(" ")
+}
+
 pub enum LicenseDetectionWatcher {
     Local {
         is_open_source_rx: watch::Receiver<bool>,
@@ -254,26 +267,96 @@ mod tests {
 
     use super::*;
 
-    const APACHE_2_0_TXT: &str = include_str!("license_detection/apache-2.0.txt");
-    const ISC_TXT: &str = include_str!("license_detection/isc.txt");
-    const MIT_TXT: &str = include_str!("license_detection/mit.txt");
-    const UPL_1_0_TXT: &str = include_str!("license_detection/upl-1.0.txt");
-    const BSD_0_CLAUSE_TXT: &str = include_str!("license_detection/0bsd.txt");
-    const BSD_1_CLAUSE_TXT: &str = include_str!("license_detection/bsd-1-clause.txt");
-    const BSD_2_CLAUSE_TXT: &str = include_str!("license_detection/bsd-2-clause.txt");
-    const BSD_3_CLAUSE_TXT: &str = include_str!("license_detection/bsd-3-clause.txt");
+    const APACHE_2_0_TXT: &str = include_str!("../license_examples/apache-2.0-ex0.txt");
+    const ISC_TXT: &str = include_str!("../license_examples/isc.txt");
+    const MIT_TXT: &str = include_str!("../license_examples/mit-ex0.txt");
+    const UPL_1_0_TXT: &str = include_str!("../license_examples/upl-1.0.txt");
+    const BSD_0_TXT: &str = include_str!("../license_examples/0bsd.txt");
 
     #[track_caller]
     fn assert_matches_license(text: &str, license: OpenSourceLicense) {
-        let license_regex =
-            Regex::new(&format!("^{}$", canonicalize_license_text(license.regex()))).unwrap();
-        assert!(license_regex.is_match(&canonicalize_license_text(text)));
-        assert_eq!(detect_license(text), Some(license));
+        if detect_license(text) != Some(license) {
+            let license_regex_text = canonicalize_license_regex(license.regex());
+            let license_regex = Regex::new(&format!("^{}$", license_regex_text)).unwrap();
+            let text = canonicalize_license_text(text);
+            let matched_regex = license_regex.is_match(&text);
+            if matched_regex {
+                panic!(
+                    "The following text matches the individual regex for {}, \
+                    but not the combined one:\n```license-text\n{}\n```\n",
+                    license, text
+                );
+            } else {
+                panic!(
+                    "The following text doesn't match the regex for {}:\n\
+                    ```license-text\n{}\n```\n\n```regex\n{}\n```\n",
+                    license, text, license_regex_text
+                );
+            }
+        }
     }
 
+    /*
+    // Uncomment this and run with `cargo test -p zeta -- --no-capture &> licenses-output` to
+    // traverse your entire home directory and run license detection on every file that has a
+    // license-like name.
     #[test]
-    fn test_0bsd_positive_detection() {
-        assert_matches_license(BSD_0_CLAUSE_TXT, OpenSourceLicense::BSD0Clause);
+    fn test_check_all_licenses_in_home_dir() {
+        let mut detected = Vec::new();
+        let mut unrecognized = Vec::new();
+        let mut walked_entries = 0;
+        let homedir = std::env::home_dir().unwrap();
+        for entry in walkdir::WalkDir::new(&homedir) {
+            walked_entries += 1;
+            if walked_entries % 10000 == 0 {
+                println!(
+                    "So far visited {} files in {}",
+                    walked_entries,
+                    homedir.display()
+                );
+            }
+            let Ok(entry) = entry else {
+                continue;
+            };
+            if !LICENSE_FILE_NAME_REGEX.is_match(entry.file_name().as_encoded_bytes()) {
+                continue;
+            }
+            let Ok(contents) = std::fs::read_to_string(entry.path()) else {
+                continue;
+            };
+            let path_string = entry.path().to_string_lossy().to_string();
+            match detect_license(&contents) {
+                Some(license) => detected.push((license, path_string)),
+                None => unrecognized.push(path_string),
+            }
+        }
+        println!("\nDetected licenses:\n");
+        detected.sort();
+        for (license, path) in &detected {
+            println!("{}: {}", license.spdx_identifier(), path);
+        }
+        println!("\nUnrecognized licenses:\n");
+        for path in &unrecognized {
+            println!("{}", path);
+        }
+        panic!(
+            "{} licenses detected, {} unrecognized",
+            detected.len(),
+            unrecognized.len()
+        );
+        println!("This line has a warning to make sure this test is always commented out");
+    }
+    */
+
+    #[test]
+    fn test_no_unicode_in_regexes() {
+        for license in OpenSourceLicense::VARIANTS {
+            assert!(
+                !license.regex().contains(|c: char| !c.is_ascii()),
+                "{}.regex contains unicode",
+                license.spdx_identifier()
+            );
+        }
     }
 
     #[test]
@@ -319,6 +402,24 @@ mod tests {
         );
         assert!(license_with_copyright != license_with_appendix);
         assert_matches_license(&license_with_copyright, OpenSourceLicense::Apache2_0);
+
+        assert_matches_license(
+            include_str!("../../../LICENSE-APACHE"),
+            OpenSourceLicense::Apache2_0,
+        );
+
+        assert_matches_license(
+            include_str!("../license_examples/apache-2.0-ex1.txt"),
+            OpenSourceLicense::Apache2_0,
+        );
+        assert_matches_license(
+            include_str!("../license_examples/apache-2.0-ex2.txt"),
+            OpenSourceLicense::Apache2_0,
+        );
+        assert_matches_license(
+            include_str!("../license_examples/apache-2.0-ex3.txt"),
+            OpenSourceLicense::Apache2_0,
+        );
     }
 
     #[test]
@@ -333,17 +434,47 @@ mod tests {
 
     #[test]
     fn test_bsd_1_clause_positive_detection() {
-        assert_matches_license(BSD_1_CLAUSE_TXT, OpenSourceLicense::BSD1Clause);
+        assert_matches_license(
+            include_str!("../license_examples/bsd-1-clause.txt"),
+            OpenSourceLicense::BSD,
+        );
     }
 
     #[test]
     fn test_bsd_2_clause_positive_detection() {
-        assert_matches_license(BSD_2_CLAUSE_TXT, OpenSourceLicense::BSD2Clause);
+        assert_matches_license(
+            include_str!("../license_examples/bsd-2-clause-ex0.txt"),
+            OpenSourceLicense::BSD,
+        );
     }
 
     #[test]
     fn test_bsd_3_clause_positive_detection() {
-        assert_matches_license(BSD_3_CLAUSE_TXT, OpenSourceLicense::BSD3Clause);
+        assert_matches_license(
+            include_str!("../license_examples/bsd-3-clause-ex0.txt"),
+            OpenSourceLicense::BSD,
+        );
+        assert_matches_license(
+            include_str!("../license_examples/bsd-3-clause-ex1.txt"),
+            OpenSourceLicense::BSD,
+        );
+        assert_matches_license(
+            include_str!("../license_examples/bsd-3-clause-ex2.txt"),
+            OpenSourceLicense::BSD,
+        );
+        assert_matches_license(
+            include_str!("../license_examples/bsd-3-clause-ex3.txt"),
+            OpenSourceLicense::BSD,
+        );
+        assert_matches_license(
+            include_str!("../license_examples/bsd-3-clause-ex4.txt"),
+            OpenSourceLicense::BSD,
+        );
+    }
+
+    #[test]
+    fn test_bsd_0_positive_detection() {
+        assert_matches_license(BSD_0_TXT, OpenSourceLicense::BSDZero);
     }
 
     #[test]
@@ -365,6 +496,18 @@ mod tests {
     #[test]
     fn test_mit_positive_detection() {
         assert_matches_license(MIT_TXT, OpenSourceLicense::MIT);
+        assert_matches_license(
+            include_str!("../license_examples/mit-ex1.txt"),
+            OpenSourceLicense::MIT,
+        );
+        assert_matches_license(
+            include_str!("../license_examples/mit-ex2.txt"),
+            OpenSourceLicense::MIT,
+        );
+        assert_matches_license(
+            include_str!("../license_examples/mit-ex3.txt"),
+            OpenSourceLicense::MIT,
+        );
     }
 
     #[test]
@@ -393,6 +536,14 @@ mod tests {
         assert!(detect_license(&license_text).is_none());
     }
 
+    #[test]
+    fn test_zlib_positive_detection() {
+        assert_matches_license(
+            include_str!("../license_examples/zlib-ex0.txt"),
+            OpenSourceLicense::Zlib,
+        );
+    }
+
     #[test]
     fn test_license_file_name_regex() {
         // Test basic license file names

crates/zeta/src/license_detection/0bsd.regex πŸ”—

@@ -1,12 +0,0 @@
-.*
-
-Permission to use, copy, modify, and/or distribute this software for
-any purpose with or without fee is hereby granted\.
-
-THE SOFTWARE IS PROVIDED β€œAS IS” AND THE AUTHOR DISCLAIMS ALL
-WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS\. IN NO EVENT SHALL THE AUTHOR BE LIABLE
-FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
-DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
-AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
-OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE\.

crates/zeta/src/license_detection/bsd-1-clause.regex πŸ”—

@@ -1,17 +0,0 @@
-.*Copyright.*
-
-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\.
-
-THIS SOFTWARE IS PROVIDED BY .* β€œ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 .* 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\.

crates/zeta/src/license_detection/bsd-2-clause.regex πŸ”—

@@ -1,22 +0,0 @@
-.*Copyright.*
-
-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\.
-
-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\.

crates/zeta/src/license_detection/bsd-3-clause.regex πŸ”—

@@ -1,26 +0,0 @@
-.*Copyright.*
-
-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\.

crates/zeta/src/license_detection/isc.regex πŸ”—

@@ -1,15 +0,0 @@
-.*ISC License.*
-
-Copyright.*
-
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies\.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS\. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE\.

crates/zeta/src/license_detection/mit.regex πŸ”—

@@ -1,21 +0,0 @@
-.*MIT License.*
-
-Copyright.*
-
-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\.

crates/zeta/src/license_detection/upl-1.0.regex πŸ”—

@@ -1,35 +0,0 @@
-Copyright.*
-
-The Universal Permissive License.*
-
-Subject to the condition set forth below, permission is hereby granted to any person
-obtaining a copy of this software, associated documentation and/or data \(collectively
-the "Software"\), free of charge and under any and all copyright rights in the
-Software, and any and all patent rights owned or freely licensable by each licensor
-hereunder covering either \(i\) the unmodified Software as contributed to or provided
-by such licensor, or \(ii\) the Larger Works \(as defined below\), to deal in both
-
-\(a\) the Software, and
-
-\(b\) any piece of software and/or hardware listed in the lrgrwrks\.txt file if one is
-    included with the Software \(each a "Larger Work" to which the Software is
-    contributed by such licensors\),
-
-without restriction, including without limitation the rights to copy, create
-derivative works of, display, perform, and distribute the Software and make, use,
-sell, offer for sale, import, export, have made, and have sold the Software and the
-Larger Work\(s\), and to sublicense the foregoing rights on either these or other
-terms\.
-
-This license is subject to the following condition:
-
-The above copyright notice and either this complete permission notice or at a minimum
-a reference to the UPL must 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\.