diff --git a/.gitattributes b/.gitattributes index ea0c7184ec..32e761f025 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ -.licenses/**/*.yml linguist-generated=true Library/Homebrew/sorbet/rbi/annotations/*.rbi linguist-generated=true Library/Homebrew/sorbet/rbi/annotations/**/*.rbi linguist-generated=true Library/Homebrew/sorbet/rbi/dsl/*.rbi linguist-generated=true diff --git a/.github/licensed.yml b/.github/licensed.yml deleted file mode 100644 index 4608e952ce..0000000000 --- a/.github/licensed.yml +++ /dev/null @@ -1,40 +0,0 @@ -sources: - bundler: true - -source_path: Library/Homebrew - -bundler: - # Licensed treats an empty value as its default development/test exclusion. - without: __licensed_none__ - -stale_records_action: error - -allowed: - - apache-2.0 - - bsd-2-clause - - bsd-3-clause - - isc - - mit - - ruby - - wtfpl - -reviewed: - bundler: - - base64 - - benchmark - - bigdecimal - - coderay - - concurrent-ruby - - diff-lcs - - drb - - io-console - - json - - kramdown - - logger - - ostruct - - parser - - racc - - rbs - - reline - - ruby-progressbar - - tsort diff --git a/.github/workflows/vendor-gems.yml b/.github/workflows/vendor-gems.yml index 405bd9398c..0e21f4601e 100644 --- a/.github/workflows/vendor-gems.yml +++ b/.github/workflows/vendor-gems.yml @@ -3,14 +3,11 @@ name: Vendor Gems on: pull_request: paths: - - .github/licensed.yml - .github/workflows/vendor-gems.yml - - .licenses/** - Library/Homebrew/dev-cmd/vendor-gems.rb - Library/Homebrew/Gemfile* push: paths: - - .github/licensed.yml - .github/workflows/vendor-gems.yml - Library/Homebrew/dev-cmd/vendor-gems.rb - Library/Homebrew/Gemfile* @@ -81,34 +78,6 @@ jobs: brew vendor-gems --non-bundler-gems fi - - name: Install CMake and Licensed - uses: Homebrew/actions/cache-homebrew-prefix@df4b09108a1de9d6f995fe68f302b3f68bd6d2ef # 2026.07.20.1 - with: - install: cmake licensed - workflow-key: vendor-gems-licensed - uninstall: true - - - name: Update RubyGems licence metadata - working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }} - run: | - BUNDLE_WITH="$(brew ruby -- -e 'require "utils/gem_setup"; puts Homebrew.valid_gem_groups.join(":")')" - export BUNDLE_WITH - licensed cache --config .github/licensed.yml - licensed status --config .github/licensed.yml - - - name: Commit licence metadata changes - if: github.event_name != 'pull_request' - env: - GEM_NAME: ${{ steps.push-target.outputs.gem_name }} - working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }} - run: | - if [[ -n "$(git status --porcelain -- ".licenses")" ]] - then - git add ".licenses" - git commit -m "Update RubyGems licence metadata for ${GEM_NAME}." \ - -m "Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow." - fi - - name: Update RBI files run: brew typecheck --update @@ -138,13 +107,12 @@ jobs: if: github.event_name == 'pull_request' working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }} run: | - status="$(git status --porcelain -- .licenses Library/Homebrew/vendor/bundle Library/Homebrew/sorbet)" + status="$(git status --porcelain -- Library/Homebrew/vendor/bundle Library/Homebrew/sorbet)" if [ -n "${status}" ] then { - echo "::error::Vendored gems, license metadata and/or RBI files are out of date." + echo "::error::Vendored gems and/or RBI files are out of date." echo "Run 'brew vendor-gems && brew typecheck --update' (or 'brew update-portable-ruby' for portable-ruby bumps) and commit the changes." - echo "RubyGems licence metadata is refreshed by this workflow." echo echo "${status}" } >&2 diff --git a/.gitignore b/.gitignore index e13398d906..cb9acc9367 100644 --- a/.gitignore +++ b/.gitignore @@ -195,8 +195,6 @@ !/.editorconfig !/.gitignore !/.irb_config -!/.licenses -!/.licenses/** !/.ruby-version !/.shellcheckrc !/.vale.ini diff --git a/.licenses/bundler/ast.dep.yml b/.licenses/bundler/ast.dep.yml deleted file mode 100644 index b4e740214d..0000000000 --- a/.licenses/bundler/ast.dep.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: ast -version: 2.4.3 -type: bundler -summary: A library for working with Abstract Syntax Trees. -homepage: https://whitequark.github.io/ast/ -license: mit -licenses: -- sources: LICENSE.MIT - text: | - Copyright (c) 2011-2013 Peter Zotov - - 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. -notices: [] diff --git a/.licenses/bundler/base64.dep.yml b/.licenses/bundler/base64.dep.yml deleted file mode 100644 index 949ed64479..0000000000 --- a/.licenses/bundler/base64.dep.yml +++ /dev/null @@ -1,129 +0,0 @@ ---- -name: base64 -version: 0.3.0 -type: bundler -summary: Support for encoding and decoding binary data using a Base64 representation. -homepage: https://github.com/ruby/base64 -license: other -licenses: -- sources: COPYING - text: | - Ruby is copyrighted free software by Yukihiro Matsumoto . - You can redistribute it and/or modify it under either the terms of the - 2-clause BSDL (see the file BSDL), or the conditions below: - - 1. You may make and give away verbatim copies of the source form of the - software without restriction, provided that you duplicate all of the - original copyright notices and associated disclaimers. - - 2. You may modify your copy of the software in any way, provided that - you do at least ONE of the following: - - a. place your modifications in the Public Domain or otherwise - make them Freely Available, such as by posting said - modifications to Usenet or an equivalent medium, or by allowing - the author to include your modifications in the software. - - b. use the modified software only within your corporation or - organization. - - c. give non-standard binaries non-standard names, with - instructions on where to get the original software distribution. - - d. make other distribution arrangements with the author. - - 3. You may distribute the software in object code or binary form, - provided that you do at least ONE of the following: - - a. distribute the binaries and library files of the software, - together with instructions (in the manual page or equivalent) - on where to get the original distribution. - - b. accompany the distribution with the machine-readable source of - the software. - - c. give non-standard binaries non-standard names, with - instructions on where to get the original software distribution. - - d. make other distribution arrangements with the author. - - 4. You may modify and include the part of the software into any other - software (possibly commercial). But some files in the distribution - are not written by the author, so that they are not under these terms. - - For the list of those files and their copying conditions, see the - file LEGAL. - - 5. The scripts and library files supplied as input to or produced as - output from the software do not automatically fall under the - copyright of the software, but belong to whomever generated them, - and may be sold commercially, and may be aggregated with this - software. - - 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE. -notices: -- sources: LEGAL - text: |- - # -*- rdoc -*- - - = LEGAL NOTICE INFORMATION - -------------------------- - - All the files in this distribution are covered under either the Ruby's - license (see the file COPYING) or public-domain except some files - mentioned below. - - == MIT License - >>> - 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. - - == Old-style BSD license - >>> - 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 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 REGENTS 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 REGENTS 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. - - IMPORTANT NOTE:: - - From ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change - paragraph 3 above is now null and void. diff --git a/.licenses/bundler/benchmark.dep.yml b/.licenses/bundler/benchmark.dep.yml deleted file mode 100644 index c719fcea71..0000000000 --- a/.licenses/bundler/benchmark.dep.yml +++ /dev/null @@ -1,67 +0,0 @@ ---- -name: benchmark -version: 0.5.0 -type: bundler -summary: a performance benchmarking library -homepage: https://github.com/ruby/benchmark -license: other -licenses: -- sources: COPYING - text: | - Ruby is copyrighted free software by Yukihiro Matsumoto . - You can redistribute it and/or modify it under either the terms of the - 2-clause BSDL (see the file BSDL), or the conditions below: - - 1. You may make and give away verbatim copies of the source form of the - software without restriction, provided that you duplicate all of the - original copyright notices and associated disclaimers. - - 2. You may modify your copy of the software in any way, provided that - you do at least ONE of the following: - - a. place your modifications in the Public Domain or otherwise - make them Freely Available, such as by posting said - modifications to Usenet or an equivalent medium, or by allowing - the author to include your modifications in the software. - - b. use the modified software only within your corporation or - organization. - - c. give non-standard binaries non-standard names, with - instructions on where to get the original software distribution. - - d. make other distribution arrangements with the author. - - 3. You may distribute the software in object code or binary form, - provided that you do at least ONE of the following: - - a. distribute the binaries and library files of the software, - together with instructions (in the manual page or equivalent) - on where to get the original distribution. - - b. accompany the distribution with the machine-readable source of - the software. - - c. give non-standard binaries non-standard names, with - instructions on where to get the original software distribution. - - d. make other distribution arrangements with the author. - - 4. You may modify and include the part of the software into any other - software (possibly commercial). But some files in the distribution - are not written by the author, so that they are not under these terms. - - For the list of those files and their copying conditions, see the - file LEGAL. - - 5. The scripts and library files supplied as input to or produced as - output from the software do not automatically fall under the - copyright of the software, but belong to whomever generated them, - and may be sold commercially, and may be aggregated with this - software. - - 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE. -notices: [] diff --git a/.licenses/bundler/bindata.dep.yml b/.licenses/bundler/bindata.dep.yml deleted file mode 100644 index 65fc10fd89..0000000000 --- a/.licenses/bundler/bindata.dep.yml +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: bindata -version: 2.5.1 -type: bundler -summary: A declarative way to read and write binary file formats -homepage: https://github.com/dmendel/bindata -license: bsd-2-clause -licenses: -- sources: LICENSE - text: | - BSD 2-Clause License - - Copyright (c) 2007-2022, Dion Mendel - 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. - - 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. -notices: [] diff --git a/.licenses/bundler/bundler.dep.yml b/.licenses/bundler/bundler.dep.yml deleted file mode 100644 index 3fbaa5b416..0000000000 --- a/.licenses/bundler/bundler.dep.yml +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: bundler -version: 4.0.16 -type: bundler -summary: The best way to manage your application's dependencies -homepage: https://bundler.io -license: mit -licenses: -- sources: Auto-generated MIT license text - text: | - MIT License - - 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. -notices: [] diff --git a/.licenses/bundler/concurrent-ruby.dep.yml b/.licenses/bundler/concurrent-ruby.dep.yml deleted file mode 100644 index 5fb7d22ad3..0000000000 --- a/.licenses/bundler/concurrent-ruby.dep.yml +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: concurrent-ruby -version: 1.3.7 -type: bundler -summary: Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala, Haskell, - F#, C#, Java, and classic concurrency patterns. -homepage: http://www.concurrent-ruby.com -license: other -licenses: -- sources: LICENSE.txt - text: | - Copyright (c) Jerry D'Antonio -- released under the MIT license. - - http://www.opensource.org/licenses/mit-license.php - - 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. -notices: [] diff --git a/.licenses/bundler/csv.dep.yml b/.licenses/bundler/csv.dep.yml deleted file mode 100644 index f0de9a1609..0000000000 --- a/.licenses/bundler/csv.dep.yml +++ /dev/null @@ -1,49 +0,0 @@ ---- -name: csv -version: 3.3.5 -type: bundler -summary: CSV Reading and Writing -homepage: https://github.com/ruby/csv -license: other -licenses: -- sources: LICENSE.txt - text: | - Copyright (C) 2005-2016 James Edward Gray II. All rights reserved. - Copyright (C) 2007-2017 Yukihiro Matsumoto. All rights reserved. - Copyright (C) 2017 SHIBATA Hiroshi. All rights reserved. - Copyright (C) 2017 Olivier Lacan. All rights reserved. - Copyright (C) 2017 Espartaco Palma. All rights reserved. - Copyright (C) 2017 Marcus Stollsteimer. All rights reserved. - Copyright (C) 2017 pavel. All rights reserved. - Copyright (C) 2017-2018 Steven Daniels. All rights reserved. - Copyright (C) 2018 Tomohiro Ogoke. All rights reserved. - Copyright (C) 2018 Kouhei Sutou. All rights reserved. - Copyright (C) 2018 Mitsutaka Mimura. All rights reserved. - Copyright (C) 2018 Vladislav. 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. - - THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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. -- sources: README.md - text: |- - The gem is available as open source under the terms of the [2-Clause BSD License](https://opensource.org/licenses/BSD-2-Clause). - - See LICENSE.txt for details. -notices: [] diff --git a/.licenses/bundler/diff-lcs.dep.yml b/.licenses/bundler/diff-lcs.dep.yml deleted file mode 100644 index 97bc7a60fd..0000000000 --- a/.licenses/bundler/diff-lcs.dep.yml +++ /dev/null @@ -1,52 +0,0 @@ ---- -name: diff-lcs -version: 1.6.2 -type: bundler -summary: Diff::LCS computes the difference between two Enumerable sequences using - the McIlroy-Hunt longest common subsequence (LCS) algorithm -homepage: https://github.com/halostatue/diff-lcs -license: other -licenses: -- sources: LICENCE.md - text: | - # Licence - - This software is available under three licenses: the GNU GPL version 2 (or at - your option, a later version), the Perl Artistic license, or the MIT license. - Note that my preference for licensing is the MIT license, but Algorithm::Diff - was dually originally licensed with the Perl Artistic and the GNU GPL ("the same - terms as Perl itself") and given that the Ruby implementation originally hewed - pretty closely to the Perl version, I must maintain the additional licensing - terms. - - - Copyright 2004–2025 Austin Ziegler and contributors. - - Adapted from Algorithm::Diff (Perl) by Ned Konz and a Smalltalk version by - Mario I. Wolczko. - - ## MIT License - - 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. - - ## Perl Artistic License - - See the file docs/artistic.txt in the main distribution. - - ## GNU GPL version 2 - - See the file docs/COPYING.txt in the main distribution. -notices: [] diff --git a/.licenses/bundler/drb.dep.yml b/.licenses/bundler/drb.dep.yml deleted file mode 100644 index 16caf99079..0000000000 --- a/.licenses/bundler/drb.dep.yml +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: drb -version: 2.2.3 -type: bundler -summary: Distributed object system for Ruby -homepage: https://github.com/ruby/drb -license: other -licenses: -- sources: LICENSE.txt - text: | - Copyright (C) 1993-2013 Yukihiro Matsumoto. 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. - - THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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. -notices: [] diff --git a/.licenses/bundler/elftools.dep.yml b/.licenses/bundler/elftools.dep.yml deleted file mode 100644 index cee60ee2e5..0000000000 --- a/.licenses/bundler/elftools.dep.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: elftools -version: 1.3.1 -type: bundler -summary: ELFTools - Pure ruby library for parsing and patching ELF files -homepage: https://github.com/david942j/rbelftools -license: mit -licenses: -- sources: README.md - text: MIT License -notices: [] diff --git a/.licenses/bundler/erubi.dep.yml b/.licenses/bundler/erubi.dep.yml deleted file mode 100644 index 50ab745b75..0000000000 --- a/.licenses/bundler/erubi.dep.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: erubi -version: 1.13.1 -type: bundler -summary: Small ERB Implementation -homepage: https://github.com/jeremyevans/erubi -license: mit -licenses: -- sources: MIT-LICENSE - text: | - copyright(c) 2006-2011 kuwata-lab.com all rights reserved. - copyright(c) 2016-2021 Jeremy Evans - - 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. -- sources: README.rdoc - text: MIT -notices: [] diff --git a/.licenses/bundler/hana.dep.yml b/.licenses/bundler/hana.dep.yml deleted file mode 100644 index e619a8bf9d..0000000000 --- a/.licenses/bundler/hana.dep.yml +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: hana -version: 1.3.7 -type: bundler -summary: Implementation of [JSON Patch][1] and [JSON Pointer][2] RFC. -homepage: http://github.com/tenderlove/hana -license: mit -licenses: -- sources: README.md - text: |- - (The MIT License) - - Copyright (c) 2012-2020 Aaron Patterson - - 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. - - [1]: https://datatracker.ietf.org/doc/rfc6902/ - [2]: http://tools.ietf.org/html/rfc6901 -notices: [] diff --git a/.licenses/bundler/json_schemer.dep.yml b/.licenses/bundler/json_schemer.dep.yml deleted file mode 100644 index 818732c8d9..0000000000 --- a/.licenses/bundler/json_schemer.dep.yml +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: json_schemer -version: 2.5.0 -type: bundler -summary: JSON Schema validator. Supports drafts 4, 6, 7, 2019-09, 2020-12, OpenAPI - 3.0, and OpenAPI 3.1. -homepage: https://github.com/davishmcclurg/json_schemer -license: mit -licenses: -- sources: LICENSE.txt - text: | - The MIT License (MIT) - - Copyright (c) 2018 David Harsha - - 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. -- sources: README.md - text: The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). -notices: [] diff --git a/.licenses/bundler/kramdown.dep.yml b/.licenses/bundler/kramdown.dep.yml deleted file mode 100644 index 878b9a943d..0000000000 --- a/.licenses/bundler/kramdown.dep.yml +++ /dev/null @@ -1,46 +0,0 @@ ---- -name: kramdown -version: 2.5.2 -type: bundler -summary: kramdown is a fast, pure-Ruby Markdown-superset converter. -homepage: http://kramdown.gettalong.org -license: other -licenses: -- sources: COPYING - text: |+ - kramdown - fast, pure-Ruby Markdown-superset converter - Copyright (C) 2009-2013 Thomas Leitner - - 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. - - - Some test cases and the benchmark files are based on test cases from - the MDTest test suite: - - MDTest - Copyright (c) 2007 Michel Fortin - - -- sources: README.md - text: MIT - see the **COPYING** file. -notices: -- sources: AUTHORS - text: The author of kramdown is Thomas Leitner . -... diff --git a/.licenses/bundler/language_server-protocol.dep.yml b/.licenses/bundler/language_server-protocol.dep.yml deleted file mode 100644 index 150375bf47..0000000000 --- a/.licenses/bundler/language_server-protocol.dep.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: language_server-protocol -version: 3.17.0.6 -type: bundler -summary: A Language Server Protocol SDK -homepage: https://github.com/mtsmfm/language_server-protocol-ruby -license: mit -licenses: -- sources: LICENSE.txt - text: | - The MIT License (MIT) - - Copyright (c) 2017 Fumiaki MATSUSHIMA - - 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. -- sources: README.md - text: The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). -notices: [] diff --git a/.licenses/bundler/lint_roller.dep.yml b/.licenses/bundler/lint_roller.dep.yml deleted file mode 100644 index 12428b07b3..0000000000 --- a/.licenses/bundler/lint_roller.dep.yml +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: lint_roller -version: 1.1.0 -type: bundler -summary: A plugin specification for linter and formatter rulesets -homepage: https://github.com/standardrb/lint_roller -license: mit -licenses: -- sources: LICENSE.txt - text: | - The MIT License (MIT) - - Copyright (c) 2023 Test Double, Inc. - - 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. -notices: [] diff --git a/.licenses/bundler/logger.dep.yml b/.licenses/bundler/logger.dep.yml deleted file mode 100644 index cc783bd0b4..0000000000 --- a/.licenses/bundler/logger.dep.yml +++ /dev/null @@ -1,69 +0,0 @@ ---- -name: logger -version: 1.7.0 -type: bundler -summary: Provides a simple logging utility for outputting messages. -homepage: https://github.com/ruby/logger -license: other -licenses: -- sources: COPYING - text: | - Ruby is copyrighted free software by Yukihiro Matsumoto . - You can redistribute it and/or modify it under either the terms of the - 2-clause BSDL (see the file BSDL), or the conditions below: - - 1. You may make and give away verbatim copies of the source form of the - software without restriction, provided that you duplicate all of the - original copyright notices and associated disclaimers. - - 2. You may modify your copy of the software in any way, provided that - you do at least ONE of the following: - - a. place your modifications in the Public Domain or otherwise - make them Freely Available, such as by posting said - modifications to Usenet or an equivalent medium, or by allowing - the author to include your modifications in the software. - - b. use the modified software only within your corporation or - organization. - - c. give non-standard binaries non-standard names, with - instructions on where to get the original software distribution. - - d. make other distribution arrangements with the author. - - 3. You may distribute the software in object code or binary form, - provided that you do at least ONE of the following: - - a. distribute the binaries and library files of the software, - together with instructions (in the manual page or equivalent) - on where to get the original distribution. - - b. accompany the distribution with the machine-readable source of - the software. - - c. give non-standard binaries non-standard names, with - instructions on where to get the original software distribution. - - d. make other distribution arrangements with the author. - - 4. You may modify and include the part of the software into any other - software (possibly commercial). But some files in the distribution - are not written by the author, so that they are not under these terms. - - For the list of those files and their copying conditions, see the - file LEGAL. - - 5. The scripts and library files supplied as input to or produced as - output from the software do not automatically fall under the - copyright of the software, but belong to whomever generated them, - and may be sold commercially, and may be aggregated with this - software. - - 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE. -- sources: README.md - text: The gem is available as open source under the terms of the [BSD-2-Clause](BSDL). -notices: [] diff --git a/.licenses/bundler/minitest.dep.yml b/.licenses/bundler/minitest.dep.yml deleted file mode 100644 index db0a9b7001..0000000000 --- a/.licenses/bundler/minitest.dep.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: minitest -version: 6.0.6 -type: bundler -summary: minitest provides a complete suite of testing facilities supporting TDD, - BDD, and benchmarking -homepage: https://minite.st/ -license: mit -licenses: -- sources: README.rdoc - text: |- - (The MIT License) - - Copyright (c) Ryan Davis, seattle.rb - - 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. -notices: [] diff --git a/.licenses/bundler/netrc.dep.yml b/.licenses/bundler/netrc.dep.yml deleted file mode 100644 index 02fea77e20..0000000000 --- a/.licenses/bundler/netrc.dep.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: netrc -version: 0.11.0 -type: bundler -summary: Library to read and write netrc files. -homepage: https://github.com/geemus/netrc -license: mit -licenses: -- sources: LICENSE.md - text: | - The MIT License (MIT) - - Copyright (c) 2011-2014 [CONTRIBUTORS.md](https://github.com/geemus/netrc/blob/master/CONTRIBUTORS.md) - - 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. -notices: [] diff --git a/.licenses/bundler/ostruct.dep.yml b/.licenses/bundler/ostruct.dep.yml deleted file mode 100644 index c388c04a11..0000000000 --- a/.licenses/bundler/ostruct.dep.yml +++ /dev/null @@ -1,69 +0,0 @@ ---- -name: ostruct -version: 0.6.3 -type: bundler -summary: Class to build custom data structures, similar to a Hash. -homepage: https://github.com/ruby/ostruct -license: other -licenses: -- sources: COPYING - text: | - Ruby is copyrighted free software by Yukihiro Matsumoto . - You can redistribute it and/or modify it under either the terms of the - 2-clause BSDL (see the file BSDL), or the conditions below: - - 1. You may make and give away verbatim copies of the source form of the - software without restriction, provided that you duplicate all of the - original copyright notices and associated disclaimers. - - 2. You may modify your copy of the software in any way, provided that - you do at least ONE of the following: - - a. place your modifications in the Public Domain or otherwise - make them Freely Available, such as by posting said - modifications to Usenet or an equivalent medium, or by allowing - the author to include your modifications in the software. - - b. use the modified software only within your corporation or - organization. - - c. give non-standard binaries non-standard names, with - instructions on where to get the original software distribution. - - d. make other distribution arrangements with the author. - - 3. You may distribute the software in object code or binary form, - provided that you do at least ONE of the following: - - a. distribute the binaries and library files of the software, - together with instructions (in the manual page or equivalent) - on where to get the original distribution. - - b. accompany the distribution with the machine-readable source of - the software. - - c. give non-standard binaries non-standard names, with - instructions on where to get the original software distribution. - - d. make other distribution arrangements with the author. - - 4. You may modify and include the part of the software into any other - software (possibly commercial). But some files in the distribution - are not written by the author, so that they are not under these terms. - - For the list of those files and their copying conditions, see the - file LEGAL. - - 5. The scripts and library files supplied as input to or produced as - output from the software do not automatically fall under the - copyright of the software, but belong to whomever generated them, - and may be sold commercially, and may be aggregated with this - software. - - 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE. -- sources: README.md - text: The gem is available as open source under the terms of the [2-Clause BSD License](https://opensource.org/licenses/BSD-2-Clause). -notices: [] diff --git a/.licenses/bundler/parallel.dep.yml b/.licenses/bundler/parallel.dep.yml deleted file mode 100644 index a98a7b570e..0000000000 --- a/.licenses/bundler/parallel.dep.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: parallel -version: 2.1.0 -type: bundler -summary: Run any kind of code in parallel processes -homepage: https://github.com/grosser/parallel -license: mit -licenses: -- sources: MIT-LICENSE.txt - text: | - Copyright (C) 2013 Michael Grosser - - 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. -notices: [] diff --git a/.licenses/bundler/parallel_tests.dep.yml b/.licenses/bundler/parallel_tests.dep.yml deleted file mode 100644 index 25be60b22d..0000000000 --- a/.licenses/bundler/parallel_tests.dep.yml +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: parallel_tests -version: 5.7.0 -type: bundler -summary: Run Test::Unit / RSpec / Cucumber / Spinach in parallel -homepage: https://github.com/grosser/parallel_tests -license: mit -licenses: -- sources: Auto-generated MIT license text - text: | - MIT License - - 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. -notices: [] diff --git a/.licenses/bundler/parser.dep.yml b/.licenses/bundler/parser.dep.yml deleted file mode 100644 index a575156b5f..0000000000 --- a/.licenses/bundler/parser.dep.yml +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: parser -version: 3.3.12.0 -type: bundler -summary: A Ruby parser written in pure Ruby. -homepage: https://github.com/whitequark/parser -license: other -licenses: -- sources: LICENSE.txt - text: | - Copyright (c) 2013-2024 parser project contributors - Copyright (c) 2013-2016 Catherine - - Parts of the source are derived from ruby_parser: - Copyright (c) Ryan Davis, seattle.rb - - MIT License - - 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. -notices: [] diff --git a/.licenses/bundler/patchelf.dep.yml b/.licenses/bundler/patchelf.dep.yml deleted file mode 100644 index c56e65f899..0000000000 --- a/.licenses/bundler/patchelf.dep.yml +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: patchelf -version: 1.5.2 -type: bundler -summary: patchelf -homepage: https://github.com/david942j/patchelf.rb -license: mit -licenses: -- sources: LICENSE - text: | - MIT License - - Copyright (c) 2019 david942j - - 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. -notices: [] diff --git a/.licenses/bundler/plist.dep.yml b/.licenses/bundler/plist.dep.yml deleted file mode 100644 index 7fbb0e5dd4..0000000000 --- a/.licenses/bundler/plist.dep.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: plist -version: 3.7.2 -type: bundler -summary: All-purpose Property List manipulation library -homepage: https://github.com/patsplat/plist -license: mit -licenses: -- sources: LICENSE.txt - text: | - Copyright (c) 2006-2010, Ben Bleything and Patrick May - - 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. -notices: [] diff --git a/.licenses/bundler/rainbow.dep.yml b/.licenses/bundler/rainbow.dep.yml deleted file mode 100644 index f8bfbe09f1..0000000000 --- a/.licenses/bundler/rainbow.dep.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: rainbow -version: 3.1.1 -type: bundler -summary: Colorize printed text on ANSI terminals -homepage: https://github.com/sickill/rainbow -license: mit -licenses: -- sources: LICENSE - text: | - Copyright (c) Marcin Kulik - - 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. -notices: [] diff --git a/.licenses/bundler/rbi.dep.yml b/.licenses/bundler/rbi.dep.yml deleted file mode 100644 index e366817658..0000000000 --- a/.licenses/bundler/rbi.dep.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: rbi -version: 0.4.0 -type: bundler -summary: RBI generation framework -homepage: https://github.com/Shopify/rbi -license: mit -licenses: -- sources: README.md - text: The gem is available as open source under the terms of the [MIT License](LICENSE.txt). -notices: [] diff --git a/.licenses/bundler/regexp_parser.dep.yml b/.licenses/bundler/regexp_parser.dep.yml deleted file mode 100644 index d9a58c263f..0000000000 --- a/.licenses/bundler/regexp_parser.dep.yml +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: regexp_parser -version: 2.12.0 -type: bundler -summary: Scanner, lexer, parser for ruby's regular expressions -homepage: https://github.com/ammar/regexp_parser -license: mit -licenses: -- sources: LICENSE - text: | - Copyright (c) 2010, 2012-2025, Ammar Ali - - 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. -notices: [] diff --git a/.licenses/bundler/require-hooks.dep.yml b/.licenses/bundler/require-hooks.dep.yml deleted file mode 100644 index fa05d7aca2..0000000000 --- a/.licenses/bundler/require-hooks.dep.yml +++ /dev/null @@ -1,41 +0,0 @@ ---- -name: require-hooks -version: 0.4.0 -type: bundler -summary: Require Hooks provide infrastructure for intercepting require/load calls - in Ruby. -homepage: https://github.com/ruby-next/require-hooks -license: mit -licenses: -- sources: LICENSE.txt - text: |+ - Copyright (c) 2023 Vladimir Dementyev - - MIT License - - 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. - -- sources: README.md - text: |- - The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). - - [Bootsnap]: https://github.com/Shopify/bootsnap - [ruby-next]: https://github.com/ruby-next/ruby-next -notices: [] diff --git a/.licenses/bundler/rexml.dep.yml b/.licenses/bundler/rexml.dep.yml deleted file mode 100644 index 5ea308ce0b..0000000000 --- a/.licenses/bundler/rexml.dep.yml +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: rexml -version: 3.4.4 -type: bundler -summary: An XML toolkit for Ruby -homepage: https://github.com/ruby/rexml -license: bsd-2-clause -licenses: -- sources: LICENSE.txt - text: | - Copyright (C) 1993-2013 Yukihiro Matsumoto. 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. - - THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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. -- sources: README.md - text: The gem is available as open source under the terms of the [BSD-2-Clause](LICENSE.txt). -notices: [] diff --git a/.licenses/bundler/rspec-core.dep.yml b/.licenses/bundler/rspec-core.dep.yml deleted file mode 100644 index eeed5473ae..0000000000 --- a/.licenses/bundler/rspec-core.dep.yml +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: rspec-core -version: 3.13.6 -type: bundler -summary: rspec-core-3.13.6 -homepage: https://rspec.info -license: mit -licenses: -- sources: LICENSE.md - text: | - The MIT License (MIT) - ===================== - - * Copyright © 2012 Chad Humphries, David Chelimsky, Myron Marston - * Copyright © 2009 Chad Humphries, David Chelimsky - * Copyright © 2006 David Chelimsky, The RSpec Development Team - * Copyright © 2005 Steven Baker - - 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. -notices: [] diff --git a/.licenses/bundler/rspec-expectations.dep.yml b/.licenses/bundler/rspec-expectations.dep.yml deleted file mode 100644 index e3bf228247..0000000000 --- a/.licenses/bundler/rspec-expectations.dep.yml +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: rspec-expectations -version: 3.13.5 -type: bundler -summary: rspec-expectations-3.13.5 -homepage: https://rspec.info -license: mit -licenses: -- sources: LICENSE.md - text: | - The MIT License (MIT) - ===================== - - * Copyright © 2012 David Chelimsky, Myron Marston - * Copyright © 2006 David Chelimsky, The RSpec Development Team - * Copyright © 2005 Steven Baker - - 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. -notices: [] diff --git a/.licenses/bundler/rspec-github.dep.yml b/.licenses/bundler/rspec-github.dep.yml deleted file mode 100644 index 9656699f21..0000000000 --- a/.licenses/bundler/rspec-github.dep.yml +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: rspec-github -version: 3.0.0 -type: bundler -summary: Formatter for RSpec to show errors in GitHub action annotations -homepage: https://drieam.github.io/rspec-github -license: mit -licenses: -- sources: Auto-generated MIT license text - text: | - MIT License - - 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. -notices: [] diff --git a/.licenses/bundler/rspec-mocks.dep.yml b/.licenses/bundler/rspec-mocks.dep.yml deleted file mode 100644 index b8edd838ae..0000000000 --- a/.licenses/bundler/rspec-mocks.dep.yml +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: rspec-mocks -version: 3.13.8 -type: bundler -summary: rspec-mocks-3.13.8 -homepage: https://rspec.info -license: mit -licenses: -- sources: LICENSE.md - text: | - The MIT License (MIT) - ===================== - - * Copyright © 2012 David Chelimsky, Myron Marston - * Copyright © 2006 David Chelimsky, The RSpec Development Team - * Copyright © 2005 Steven Baker - - 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. -notices: [] diff --git a/.licenses/bundler/rspec-retry.dep.yml b/.licenses/bundler/rspec-retry.dep.yml deleted file mode 100644 index 2b5e949e9c..0000000000 --- a/.licenses/bundler/rspec-retry.dep.yml +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: rspec-retry -version: 0.6.2 -type: bundler -summary: retry intermittently failing rspec examples -homepage: http://github.com/NoRedInk/rspec-retry -license: mit -licenses: -- sources: LICENSE - text: |- - Copyright (c) 2012 Yusuke Mito - - MIT License - - 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. -notices: [] diff --git a/.licenses/bundler/rspec-sorbet.dep.yml b/.licenses/bundler/rspec-sorbet.dep.yml deleted file mode 100644 index 973c2d101a..0000000000 --- a/.licenses/bundler/rspec-sorbet.dep.yml +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: rspec-sorbet -version: 1.9.2 -type: bundler -summary: A small gem consisting of helpers for using Sorbet & RSpec together. -homepage: https://github.com/samuelgiles/rspec-sorbet -license: mit -licenses: -- sources: LICENSE.txt - text: | - The MIT License (MIT) - - Copyright (c) 2019 Samuel Giles - - 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. -notices: [] diff --git a/.licenses/bundler/rspec-support.dep.yml b/.licenses/bundler/rspec-support.dep.yml deleted file mode 100644 index cdeed5931b..0000000000 --- a/.licenses/bundler/rspec-support.dep.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: rspec-support -version: 3.13.7 -type: bundler -summary: rspec-support-3.13.7 -homepage: https://rspec.info -license: mit -licenses: -- sources: LICENSE.md - text: | - The MIT License (MIT) - ==================== - - * Copyright © 2013 David Chelimsky, Myron Marston, Jon Rowe, Sam Phippen, Xavier Shay, Bradley Schaefer - - 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. -notices: [] diff --git a/.licenses/bundler/rspec.dep.yml b/.licenses/bundler/rspec.dep.yml deleted file mode 100644 index c184a5e6c1..0000000000 --- a/.licenses/bundler/rspec.dep.yml +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: rspec -version: 3.13.2 -type: bundler -summary: rspec-3.13.2 -homepage: https://rspec.info -license: mit -licenses: -- sources: LICENSE.md - text: "The MIT License (MIT)\n=====================\n\nCopyright © 2009 Chad Humphries, - David Chelimsky \nCopyright © 2006 David Chelimsky, The RSpec Development Team - \ \nCopyright © 2005 Steven Baker\n\nPermission is hereby granted, free of charge, - to any person\nobtaining a copy of this software and associated documentation\nfiles - (the “Software”), to deal in the Software without\nrestriction, including without - limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, - and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware - is furnished to do so, subject to the following\nconditions:\n\nThe above copyright - notice and this permission notice shall be\nincluded in all copies or substantial - portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY - OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO - EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES - OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE - SOFTWARE.\n" -notices: [] diff --git a/.licenses/bundler/rspec_junit_formatter.dep.yml b/.licenses/bundler/rspec_junit_formatter.dep.yml deleted file mode 100644 index 7b3c4ad1af..0000000000 --- a/.licenses/bundler/rspec_junit_formatter.dep.yml +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: rspec_junit_formatter -version: 0.6.0 -type: bundler -summary: RSpec JUnit XML formatter -homepage: https://github.com/sj26/rspec_junit_formatter -license: mit -licenses: -- sources: LICENSE - text: | - Copyright (c) 2011-2022 Samuel Cochran - - 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. -- sources: README.md - text: The MIT License, see [LICENSE](./LICENSE). -notices: [] diff --git a/.licenses/bundler/rubocop-ast.dep.yml b/.licenses/bundler/rubocop-ast.dep.yml deleted file mode 100644 index 9826f6dd84..0000000000 --- a/.licenses/bundler/rubocop-ast.dep.yml +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: rubocop-ast -version: 1.50.0 -type: bundler -summary: RuboCop tools to deal with Ruby code AST. -homepage: https://github.com/rubocop/rubocop-ast -license: mit -licenses: -- sources: LICENSE.txt - text: | - Copyright (c) 2012-20 Bozhidar Batsov - - 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. -- sources: README.md - text: |- - `rubocop-ast` is MIT licensed. [See the accompanying file](LICENSE.txt) for - the full text. -notices: [] diff --git a/.licenses/bundler/rubocop-md.dep.yml b/.licenses/bundler/rubocop-md.dep.yml deleted file mode 100644 index c67c918d43..0000000000 --- a/.licenses/bundler/rubocop-md.dep.yml +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: rubocop-md -version: 2.0.4 -type: bundler -summary: Run RuboCop against your Markdown files to make sure that code examples follow - style guidelines. -homepage: https://github.com/rubocop/rubocop-md -license: mit -licenses: -- sources: LICENSE.txt - text: | - The MIT License (MIT) - - Copyright (c) 2017-2023 Vladimir Dementyev - - 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. -- sources: README.md - text: The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). -notices: [] diff --git a/.licenses/bundler/rubocop-performance.dep.yml b/.licenses/bundler/rubocop-performance.dep.yml deleted file mode 100644 index 3f3db3f484..0000000000 --- a/.licenses/bundler/rubocop-performance.dep.yml +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: rubocop-performance -version: 1.26.1 -type: bundler -summary: Automatic performance checking tool for Ruby code. -homepage: https://github.com/rubocop/rubocop-performance -license: mit -licenses: -- sources: LICENSE.txt - text: | - Copyright (c) 2012-25 Bozhidar Batsov - - 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. -- sources: README.md - text: |- - `rubocop-performance` is MIT licensed. [See the accompanying file](LICENSE.txt) for - the full text. -notices: [] diff --git a/.licenses/bundler/rubocop-rspec.dep.yml b/.licenses/bundler/rubocop-rspec.dep.yml deleted file mode 100644 index 5434141f5b..0000000000 --- a/.licenses/bundler/rubocop-rspec.dep.yml +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: rubocop-rspec -version: 3.10.2 -type: bundler -summary: Code style checking for RSpec files -homepage: https://github.com/rubocop/rubocop-rspec -license: mit -licenses: -- sources: MIT-LICENSE.md - text: | - # The MIT License (MIT) - - Copyright (c) 2014 Ian MacLeod - - 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. -- sources: README.md - text: |- - `rubocop-rspec` is MIT licensed. [See the accompanying file](MIT-LICENSE.md) for - the full text. -notices: [] diff --git a/.licenses/bundler/rubocop-sorbet.dep.yml b/.licenses/bundler/rubocop-sorbet.dep.yml deleted file mode 100644 index f10d8a36cd..0000000000 --- a/.licenses/bundler/rubocop-sorbet.dep.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: rubocop-sorbet -version: 0.13.2 -type: bundler -summary: Automatic Sorbet code style checking tool. -homepage: https://github.com/shopify/rubocop-sorbet -license: mit -licenses: -- sources: LICENSE.txt - text: | - The MIT License (MIT) - - Copyright (c) 2019-present, Shopify Inc. - - 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. -- sources: README.md - text: The gem is available as open source under the terms of the [MIT License](https://github.com/Shopify/rubocop-sorbet/blob/main/LICENSE.txt). -notices: [] diff --git a/.licenses/bundler/rubocop.dep.yml b/.licenses/bundler/rubocop.dep.yml deleted file mode 100644 index 3672455ee4..0000000000 --- a/.licenses/bundler/rubocop.dep.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: rubocop -version: 1.88.2 -type: bundler -summary: Automatic Ruby code style checking tool. -homepage: https://github.com/rubocop/rubocop -license: mit -licenses: -- sources: LICENSE.txt - text: | - Copyright (c) 2012-26 Bozhidar Batsov - - 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. -notices: [] diff --git a/.licenses/bundler/ruby-lsp.dep.yml b/.licenses/bundler/ruby-lsp.dep.yml deleted file mode 100644 index c50d2c1760..0000000000 --- a/.licenses/bundler/ruby-lsp.dep.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: ruby-lsp -version: 0.26.10 -type: bundler -summary: An opinionated language server for Ruby -homepage: https://github.com/Shopify/ruby-lsp -license: mit -licenses: -- sources: LICENSE.txt - text: | - The MIT License (MIT) - - Copyright (c) 2022-present, Shopify Inc. - - 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. -- sources: README.md - text: The gem is available as open source under the terms of the [MIT License](LICENSE.txt). -notices: [] diff --git a/.licenses/bundler/ruby-macho.dep.yml b/.licenses/bundler/ruby-macho.dep.yml deleted file mode 100644 index 78bb98cc20..0000000000 --- a/.licenses/bundler/ruby-macho.dep.yml +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: ruby-macho -version: 6.0.0 -type: bundler -summary: ruby-macho - Mach-O file analyzer. -homepage: https://github.com/Homebrew/ruby-macho -license: mit -licenses: -- sources: LICENSE - text: | - The MIT License (MIT) - - Copyright (c) 2015, 2016, 2017, 2018 William Woodruff - - 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. -- sources: README.md - text: |- - `ruby-macho` is licensed under the MIT License. - - For the exact terms, see the [license](LICENSE) file. -notices: [] diff --git a/.licenses/bundler/ruby-progressbar.dep.yml b/.licenses/bundler/ruby-progressbar.dep.yml deleted file mode 100644 index 4f90dee520..0000000000 --- a/.licenses/bundler/ruby-progressbar.dep.yml +++ /dev/null @@ -1,46 +0,0 @@ ---- -name: ruby-progressbar -version: 1.13.0 -type: bundler -summary: Ruby/ProgressBar is a flexible text progress bar library for Ruby. -homepage: https://github.com/jfelchner/ruby-progressbar -license: other -licenses: -- sources: LICENSE.txt - text: | - Copyright (c) 2010-2019 The Kompanee, Ltd - - 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. -- sources: README.md - text: |- - ruby-progressbar 1.0 is Copyright © 2011-2021 The Kompanee. It is free - software, and may be redistributed under the terms specified in the LICENSE - file. - ruby-progressbar 0.9.0 is Copyright © 2008 [Satoru Takabayashi][satoru] - - [contributors]: https://github.com/jfelchner/ruby-progressbar/graphs/contributors - [dependencies]: https://github.com/jfelchner/ruby-progressbar/network/dependents - [gemspec]: https://github.com/jfelchner/ruby-progressbar/blob/master/ruby-progressbar.gemspec - [history]: https://github.com/jfelchner/ruby-progressbar/wiki/History - [issues]: https://github.com/jfelchner/ruby-progressbar/issues - [kompanee-logo]: https://kompanee-public-assets.s3.amazonaws.com/readmes/kompanee-horizontal-black.png - [kompanee-site]: http://www.thekompanee.com - [satoru]: http://0xcc.net - [wiki]: https://github.com/jfelchner/ruby-progressbar/wiki -notices: [] diff --git a/.licenses/bundler/rubydex.dep.yml b/.licenses/bundler/rubydex.dep.yml deleted file mode 100644 index 3ccfa1d5f9..0000000000 --- a/.licenses/bundler/rubydex.dep.yml +++ /dev/null @@ -1,3087 +0,0 @@ ---- -name: rubydex -version: 0.2.9 -type: bundler -summary: A high-performance static analysis suite for Ruby -homepage: https://github.com/Shopify/rubydex -license: other -licenses: -- sources: LICENSE.txt - text: | - The MIT License (MIT) - - Copyright (c) 2025-present, Shopify Inc. - - 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. - - See the generated THIRD_PARTY_LICENSES.html file for third party licenses. -- sources: THIRD_PARTY_LICENSES.html - text: "\n\n\n \n\n\n\n
\n
\n

Third Party Licenses

\n

This - page lists the licenses of the projects used in Rubydex.

\n
\n\n - \

Overview of licenses:

\n \n\n

All license text:

\n
    \n - \
  • \n

    Apache - License 2.0

    \n

    Used by:

    \n
      \n - \
    • nohash-hasher\n 0.2.0
    • \n
    • utf8_iter\n - \ 1.0.4
    • \n
    \n
    \n                                 Apache License\n                           Version
    -    2.0, January 2004\n                        http://www.apache.org/licenses/\n\n
    -    \  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n
    -    \     "License" shall mean the terms and conditions for use, reproduction,\n
    -    \     and distribution as defined by Sections 1 through 9 of this document.\n\n
    -    \     "Licensor" shall mean the copyright owner or entity authorized
    -    by\n      the copyright owner that is granting the License.\n\n      "Legal
    -    Entity" shall mean the union of the acting entity and all\n      other entities
    -    that control, are controlled by, or are under common\n      control with that
    -    entity. For the purposes of this definition,\n      "control" means
    -    (i) the power, direct or indirect, to cause the\n      direction or management
    -    of such entity, whether by contract or\n      otherwise, or (ii) ownership of
    -    fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial
    -    ownership of such entity.\n\n      "You" (or "Your") shall
    -    mean an individual or Legal Entity\n      exercising permissions granted by this
    -    License.\n\n      "Source" form shall mean the preferred form for making
    -    modifications,\n      including but not limited to software source code, documentation\n
    -    \     source, and configuration files.\n\n      "Object" form shall
    -    mean any form resulting from mechanical\n      transformation or translation of
    -    a Source form, including but\n      not limited to compiled object code, generated
    -    documentation,\n      and conversions to other media types.\n\n      "Work"
    -    shall mean the work of authorship, whether in Source or\n      Object form, made
    -    available under the License, as indicated by a\n      copyright notice that is
    -    included in or attached to the work\n      (an example is provided in the Appendix
    -    below).\n\n      "Derivative Works" shall mean any work, whether in
    -    Source or Object\n      form, that is based on (or derived from) the Work and
    -    for which the\n      editorial revisions, annotations, elaborations, or other
    -    modifications\n      represent, as a whole, an original work of authorship. For
    -    the purposes\n      of this License, Derivative Works shall not include works
    -    that remain\n      separable from, or merely link (or bind by name) to the interfaces
    -    of,\n      the Work and Derivative Works thereof.\n\n      "Contribution"
    -    shall mean any work of authorship, including\n      the original version of the
    -    Work and any modifications or additions\n      to that Work or Derivative Works
    -    thereof, that is intentionally\n      submitted to Licensor for inclusion in the
    -    Work by the copyright owner\n      or by an individual or Legal Entity authorized
    -    to submit on behalf of\n      the copyright owner. For the purposes of this definition,
    -    "submitted"\n      means any form of electronic, verbal, or written
    -    communication sent\n      to the Licensor or its representatives, including but
    -    not limited to\n      communication on electronic mailing lists, source code control
    -    systems,\n      and issue tracking systems that are managed by, or on behalf of,
    -    the\n      Licensor for the purpose of discussing and improving the Work, but\n
    -    \     excluding communication that is conspicuously marked or otherwise\n      designated
    -    in writing by the copyright owner as "Not a Contribution."\n\n      "Contributor"
    -    shall mean Licensor and any individual or Legal Entity\n      on behalf of whom
    -    a Contribution has been received by Licensor and\n      subsequently incorporated
    -    within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and
    -    conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n
    -    \     worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright
    -    license to reproduce, prepare Derivative Works of,\n      publicly display, publicly
    -    perform, sublicense, and distribute the\n      Work and such Derivative Works
    -    in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms
    -    and conditions of\n      this License, each Contributor hereby grants to You a
    -    perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n
    -    \     (except as stated in this section) patent license to make, have made,\n
    -    \     use, offer to sell, sell, import, and otherwise transfer the Work,\n      where
    -    such license applies only to those patent claims licensable\n      by such Contributor
    -    that are necessarily infringed by their\n      Contribution(s) alone or by combination
    -    of their Contribution(s)\n      with the Work to which such Contribution(s) was
    -    submitted. If You\n      institute patent litigation against any entity (including
    -    a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or
    -    a Contribution incorporated within the Work constitutes direct\n      or contributory
    -    patent infringement, then any patent licenses\n      granted to You under this
    -    License for that Work shall terminate\n      as of the date such litigation is
    -    filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n
    -    \     Work or Derivative Works thereof in any medium, with or without\n      modifications,
    -    and in Source or Object form, provided that You\n      meet the following conditions:\n\n
    -    \     (a) You must give any other recipients of the Work or\n          Derivative
    -    Works a copy of this License; and\n\n      (b) You must cause any modified files
    -    to carry prominent notices\n          stating that You changed the files; and\n\n
    -    \     (c) You must retain, in the Source form of any Derivative Works\n          that
    -    You distribute, all copyright, patent, trademark, and\n          attribution notices
    -    from the Source form of the Work,\n          excluding those notices that do not
    -    pertain to any part of\n          the Derivative Works; and\n\n      (d) If the
    -    Work includes a "NOTICE" text file as part of its\n          distribution,
    -    then any Derivative Works that You distribute must\n          include a readable
    -    copy of the attribution notices contained\n          within such NOTICE file,
    -    excluding those notices that do not\n          pertain to any part of the Derivative
    -    Works, in at least one\n          of the following places: within a NOTICE text
    -    file distributed\n          as part of the Derivative Works; within the Source
    -    form or\n          documentation, if provided along with the Derivative Works;
    -    or,\n          within a display generated by the Derivative Works, if and\n          wherever
    -    such third-party notices normally appear. The contents\n          of the NOTICE
    -    file are for informational purposes only and\n          do not modify the License.
    -    You may add Your own attribution\n          notices within Derivative Works that
    -    You distribute, alongside\n          or as an addendum to the NOTICE text from
    -    the Work, provided\n          that such additional attribution notices cannot
    -    be construed\n          as modifying the License.\n\n      You may add Your own
    -    copyright statement to Your modifications and\n      may provide additional or
    -    different license terms and conditions\n      for use, reproduction, or distribution
    -    of Your modifications, or\n      for any such Derivative Works as a whole, provided
    -    Your use,\n      reproduction, and distribution of the Work otherwise complies
    -    with\n      the conditions stated in this License.\n\n   5. Submission of Contributions.
    -    Unless You explicitly state otherwise,\n      any Contribution intentionally submitted
    -    for inclusion in the Work\n      by You to the Licensor shall be under the terms
    -    and conditions of\n      this License, without any additional terms or conditions.\n
    -    \     Notwithstanding the above, nothing herein shall supersede or modify\n      the
    -    terms of any separate license agreement you may have executed\n      with Licensor
    -    regarding such Contributions.\n\n   6. Trademarks. This License does not grant
    -    permission to use the trade\n      names, trademarks, service marks, or product
    -    names of the Licensor,\n      except as required for reasonable and customary
    -    use in describing the\n      origin of the Work and reproducing the content of
    -    the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable
    -    law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor
    -    provides its Contributions) on an "AS IS" BASIS,\n      WITHOUT WARRANTIES
    -    OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without
    -    limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY,
    -    or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining
    -    the\n      appropriateness of using or redistributing the Work and assume any\n
    -    \     risks associated with Your exercise of permissions under this License.\n\n
    -    \  8. Limitation of Liability. In no event and under no legal theory,\n      whether
    -    in tort (including negligence), contract, or otherwise,\n      unless required
    -    by applicable law (such as deliberate and grossly\n      negligent acts) or agreed
    -    to in writing, shall any Contributor be\n      liable to You for damages, including
    -    any direct, indirect, special,\n      incidental, or consequential damages of
    -    any character arising as a\n      result of this License or out of the use or
    -    inability to use the\n      Work (including but not limited to damages for loss
    -    of goodwill,\n      work stoppage, computer failure or malfunction, or any and
    -    all\n      other commercial damages or losses), even if such Contributor\n      has
    -    been advised of the possibility of such damages.\n\n   9. Accepting Warranty or
    -    Additional Liability. While redistributing\n      the Work or Derivative Works
    -    thereof, You may choose to offer,\n      and charge a fee for, acceptance of support,
    -    warranty, indemnity,\n      or other liability obligations and/or rights consistent
    -    with this\n      License. However, in accepting such obligations, You may act
    -    only\n      on Your own behalf and on Your sole responsibility, not on behalf\n
    -    \     of any other Contributor, and only if You agree to indemnify,\n      defend,
    -    and hold each Contributor harmless for any liability\n      incurred by, or claims
    -    asserted against, such Contributor by reason\n      of your accepting any such
    -    warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX:
    -    How to apply the Apache License to your work.\n\n      To apply the Apache License
    -    to your work, attach the following\n      boilerplate notice, with the fields
    -    enclosed by brackets "[]"\n      replaced with your own identifying
    -    information. (Don't include\n      the brackets!)  The text should be enclosed
    -    in the appropriate\n      comment syntax for the file format. We also recommend
    -    that a\n      file or class name and description of purpose be included on the\n
    -    \     same "printed page" as the copyright notice for easier\n      identification
    -    within third-party archives.\n\n   Copyright [yyyy] [name of copyright owner]\n\n
    -    \  Licensed under the Apache License, Version 2.0 (the "License");\n
    -    \  you may not use this file except in compliance with the License.\n   You may
    -    obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n
    -    \  Unless required by applicable law or agreed to in writing, software\n   distributed
    -    under the License is distributed on an "AS IS" BASIS,\n   WITHOUT WARRANTIES
    -    OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for
    -    the specific language governing permissions and\n   limitations under the License.\n
    \n - \
  • \n
  • \n

    Apache - License 2.0

    \n

    Used by:

    \n
      \n - \
    • clang-sys\n 1.8.1
    • \n
    \n - \
    \n                                 Apache
    -    License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n
    -    \  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n
    -    \     "License" shall mean the terms and conditions for use, reproduction,\n
    -    \     and distribution as defined by Sections 1 through 9 of this document.\n\n
    -    \     "Licensor" shall mean the copyright owner or entity authorized
    -    by\n      the copyright owner that is granting the License.\n\n      "Legal
    -    Entity" shall mean the union of the acting entity and all\n      other entities
    -    that control, are controlled by, or are under common\n      control with that
    -    entity. For the purposes of this definition,\n      "control" means
    -    (i) the power, direct or indirect, to cause the\n      direction or management
    -    of such entity, whether by contract or\n      otherwise, or (ii) ownership of
    -    fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial
    -    ownership of such entity.\n\n      "You" (or "Your") shall
    -    mean an individual or Legal Entity\n      exercising permissions granted by this
    -    License.\n\n      "Source" form shall mean the preferred form for making
    -    modifications,\n      including but not limited to software source code, documentation\n
    -    \     source, and configuration files.\n\n      "Object" form shall
    -    mean any form resulting from mechanical\n      transformation or translation of
    -    a Source form, including but\n      not limited to compiled object code, generated
    -    documentation,\n      and conversions to other media types.\n\n      "Work"
    -    shall mean the work of authorship, whether in Source or\n      Object form, made
    -    available under the License, as indicated by a\n      copyright notice that is
    -    included in or attached to the work\n      (an example is provided in the Appendix
    -    below).\n\n      "Derivative Works" shall mean any work, whether in
    -    Source or Object\n      form, that is based on (or derived from) the Work and
    -    for which the\n      editorial revisions, annotations, elaborations, or other
    -    modifications\n      represent, as a whole, an original work of authorship. For
    -    the purposes\n      of this License, Derivative Works shall not include works
    -    that remain\n      separable from, or merely link (or bind by name) to the interfaces
    -    of,\n      the Work and Derivative Works thereof.\n\n      "Contribution"
    -    shall mean any work of authorship, including\n      the original version of the
    -    Work and any modifications or additions\n      to that Work or Derivative Works
    -    thereof, that is intentionally\n      submitted to Licensor for inclusion in the
    -    Work by the copyright owner\n      or by an individual or Legal Entity authorized
    -    to submit on behalf of\n      the copyright owner. For the purposes of this definition,
    -    "submitted"\n      means any form of electronic, verbal, or written
    -    communication sent\n      to the Licensor or its representatives, including but
    -    not limited to\n      communication on electronic mailing lists, source code control
    -    systems,\n      and issue tracking systems that are managed by, or on behalf of,
    -    the\n      Licensor for the purpose of discussing and improving the Work, but\n
    -    \     excluding communication that is conspicuously marked or otherwise\n      designated
    -    in writing by the copyright owner as "Not a Contribution."\n\n      "Contributor"
    -    shall mean Licensor and any individual or Legal Entity\n      on behalf of whom
    -    a Contribution has been received by Licensor and\n      subsequently incorporated
    -    within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and
    -    conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n
    -    \     worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright
    -    license to reproduce, prepare Derivative Works of,\n      publicly display, publicly
    -    perform, sublicense, and distribute the\n      Work and such Derivative Works
    -    in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms
    -    and conditions of\n      this License, each Contributor hereby grants to You a
    -    perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n
    -    \     (except as stated in this section) patent license to make, have made,\n
    -    \     use, offer to sell, sell, import, and otherwise transfer the Work,\n      where
    -    such license applies only to those patent claims licensable\n      by such Contributor
    -    that are necessarily infringed by their\n      Contribution(s) alone or by combination
    -    of their Contribution(s)\n      with the Work to which such Contribution(s) was
    -    submitted. If You\n      institute patent litigation against any entity (including
    -    a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or
    -    a Contribution incorporated within the Work constitutes direct\n      or contributory
    -    patent infringement, then any patent licenses\n      granted to You under this
    -    License for that Work shall terminate\n      as of the date such litigation is
    -    filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n
    -    \     Work or Derivative Works thereof in any medium, with or without\n      modifications,
    -    and in Source or Object form, provided that You\n      meet the following conditions:\n\n
    -    \     (a) You must give any other recipients of the Work or\n          Derivative
    -    Works a copy of this License; and\n\n      (b) You must cause any modified files
    -    to carry prominent notices\n          stating that You changed the files; and\n\n
    -    \     (c) You must retain, in the Source form of any Derivative Works\n          that
    -    You distribute, all copyright, patent, trademark, and\n          attribution notices
    -    from the Source form of the Work,\n          excluding those notices that do not
    -    pertain to any part of\n          the Derivative Works; and\n\n      (d) If the
    -    Work includes a "NOTICE" text file as part of its\n          distribution,
    -    then any Derivative Works that You distribute must\n          include a readable
    -    copy of the attribution notices contained\n          within such NOTICE file,
    -    excluding those notices that do not\n          pertain to any part of the Derivative
    -    Works, in at least one\n          of the following places: within a NOTICE text
    -    file distributed\n          as part of the Derivative Works; within the Source
    -    form or\n          documentation, if provided along with the Derivative Works;
    -    or,\n          within a display generated by the Derivative Works, if and\n          wherever
    -    such third-party notices normally appear. The contents\n          of the NOTICE
    -    file are for informational purposes only and\n          do not modify the License.
    -    You may add Your own attribution\n          notices within Derivative Works that
    -    You distribute, alongside\n          or as an addendum to the NOTICE text from
    -    the Work, provided\n          that such additional attribution notices cannot
    -    be construed\n          as modifying the License.\n\n      You may add Your own
    -    copyright statement to Your modifications and\n      may provide additional or
    -    different license terms and conditions\n      for use, reproduction, or distribution
    -    of Your modifications, or\n      for any such Derivative Works as a whole, provided
    -    Your use,\n      reproduction, and distribution of the Work otherwise complies
    -    with\n      the conditions stated in this License.\n\n   5. Submission of Contributions.
    -    Unless You explicitly state otherwise,\n      any Contribution intentionally submitted
    -    for inclusion in the Work\n      by You to the Licensor shall be under the terms
    -    and conditions of\n      this License, without any additional terms or conditions.\n
    -    \     Notwithstanding the above, nothing herein shall supersede or modify\n      the
    -    terms of any separate license agreement you may have executed\n      with Licensor
    -    regarding such Contributions.\n\n   6. Trademarks. This License does not grant
    -    permission to use the trade\n      names, trademarks, service marks, or product
    -    names of the Licensor,\n      except as required for reasonable and customary
    -    use in describing the\n      origin of the Work and reproducing the content of
    -    the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable
    -    law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor
    -    provides its Contributions) on an "AS IS" BASIS,\n      WITHOUT WARRANTIES
    -    OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without
    -    limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY,
    -    or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining
    -    the\n      appropriateness of using or redistributing the Work and assume any\n
    -    \     risks associated with Your exercise of permissions under this License.\n\n
    -    \  8. Limitation of Liability. In no event and under no legal theory,\n      whether
    -    in tort (including negligence), contract, or otherwise,\n      unless required
    -    by applicable law (such as deliberate and grossly\n      negligent acts) or agreed
    -    to in writing, shall any Contributor be\n      liable to You for damages, including
    -    any direct, indirect, special,\n      incidental, or consequential damages of
    -    any character arising as a\n      result of this License or out of the use or
    -    inability to use the\n      Work (including but not limited to damages for loss
    -    of goodwill,\n      work stoppage, computer failure or malfunction, or any and
    -    all\n      other commercial damages or losses), even if such Contributor\n      has
    -    been advised of the possibility of such damages.\n\n   9. Accepting Warranty or
    -    Additional Liability. While redistributing\n      the Work or Derivative Works
    -    thereof, You may choose to offer,\n      and charge a fee for, acceptance of support,
    -    warranty, indemnity,\n      or other liability obligations and/or rights consistent
    -    with this\n      License. However, in accepting such obligations, You may act
    -    only\n      on Your own behalf and on Your sole responsibility, not on behalf\n
    -    \     of any other Contributor, and only if You agree to indemnify,\n      defend,
    -    and hold each Contributor harmless for any liability\n      incurred by, or claims
    -    asserted against, such Contributor by reason\n      of your accepting any such
    -    warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX:
    -    How to apply the Apache License to your work.\n\n      To apply the Apache License
    -    to your work, attach the following\n      boilerplate notice, with the fields
    -    enclosed by brackets "[]"\n      replaced with your own identifying
    -    information. (Don't include\n      the brackets!)  The text should be enclosed
    -    in the appropriate\n      comment syntax for the file format. We also recommend
    -    that a\n      file or class name and description of purpose be included on the\n
    -    \     same "printed page" as the copyright notice for easier\n      identification
    -    within third-party archives.\n\n   Copyright [yyyy] [name of copyright owner]\n\n
    -    \  Licensed under the Apache License, Version 2.0 (the "License");\n
    -    \  you may not use this file except in compliance with the License.\n   You may
    -    obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n
    -    \  Unless required by applicable law or agreed to in writing, software\n   distributed
    -    under the License is distributed on an "AS IS" BASIS,\n   WITHOUT WARRANTIES
    -    OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for
    -    the specific language governing permissions and\n   limitations under the License.\n
    \n - \
  • \n
  • \n

    Apache - License 2.0

    \n

    Used by:

    \n
      \n - \
    • windows-link\n 0.1.3
    • \n
    • windows-sys\n - \ 0.59.0
    • \n
    • windows-sys\n 0.60.2
    • \n - \
    • windows-targets\n 0.52.6
    • \n
    • windows-targets\n - \ 0.53.3
    • \n
    • windows_aarch64_gnullvm\n 0.52.6
    • \n - \
    • windows_aarch64_gnullvm\n 0.53.0
    • \n
    • windows_aarch64_msvc\n - \ 0.52.6
    • \n
    • windows_aarch64_msvc\n 0.53.0
    • \n - \
    • windows_i686_gnu\n 0.52.6
    • \n
    • windows_i686_gnu\n - \ 0.53.0
    • \n
    • windows_i686_gnullvm\n 0.52.6
    • \n - \
    • windows_i686_gnullvm\n 0.53.0
    • \n
    • windows_i686_msvc\n - \ 0.52.6
    • \n
    • windows_i686_msvc\n 0.53.0
    • \n - \
    • windows_x86_64_gnu\n 0.52.6
    • \n
    • windows_x86_64_gnu\n - \ 0.53.0
    • \n
    • windows_x86_64_gnullvm\n 0.52.6
    • \n - \
    • windows_x86_64_gnullvm\n 0.53.0
    • \n
    • windows_x86_64_msvc\n - \ 0.52.6
    • \n
    • windows_x86_64_msvc\n 0.53.0
    • \n - \
    \n
                                     Apache
    -    License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n
    -    \  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n
    -    \     "License" shall mean the terms and conditions for use, reproduction,\n
    -    \     and distribution as defined by Sections 1 through 9 of this document.\n\n
    -    \     "Licensor" shall mean the copyright owner or entity authorized
    -    by\n      the copyright owner that is granting the License.\n\n      "Legal
    -    Entity" shall mean the union of the acting entity and all\n      other entities
    -    that control, are controlled by, or are under common\n      control with that
    -    entity. For the purposes of this definition,\n      "control" means
    -    (i) the power, direct or indirect, to cause the\n      direction or management
    -    of such entity, whether by contract or\n      otherwise, or (ii) ownership of
    -    fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial
    -    ownership of such entity.\n\n      "You" (or "Your") shall
    -    mean an individual or Legal Entity\n      exercising permissions granted by this
    -    License.\n\n      "Source" form shall mean the preferred form for making
    -    modifications,\n      including but not limited to software source code, documentation\n
    -    \     source, and configuration files.\n\n      "Object" form shall
    -    mean any form resulting from mechanical\n      transformation or translation of
    -    a Source form, including but\n      not limited to compiled object code, generated
    -    documentation,\n      and conversions to other media types.\n\n      "Work"
    -    shall mean the work of authorship, whether in Source or\n      Object form, made
    -    available under the License, as indicated by a\n      copyright notice that is
    -    included in or attached to the work\n      (an example is provided in the Appendix
    -    below).\n\n      "Derivative Works" shall mean any work, whether in
    -    Source or Object\n      form, that is based on (or derived from) the Work and
    -    for which the\n      editorial revisions, annotations, elaborations, or other
    -    modifications\n      represent, as a whole, an original work of authorship. For
    -    the purposes\n      of this License, Derivative Works shall not include works
    -    that remain\n      separable from, or merely link (or bind by name) to the interfaces
    -    of,\n      the Work and Derivative Works thereof.\n\n      "Contribution"
    -    shall mean any work of authorship, including\n      the original version of the
    -    Work and any modifications or additions\n      to that Work or Derivative Works
    -    thereof, that is intentionally\n      submitted to Licensor for inclusion in the
    -    Work by the copyright owner\n      or by an individual or Legal Entity authorized
    -    to submit on behalf of\n      the copyright owner. For the purposes of this definition,
    -    "submitted"\n      means any form of electronic, verbal, or written
    -    communication sent\n      to the Licensor or its representatives, including but
    -    not limited to\n      communication on electronic mailing lists, source code control
    -    systems,\n      and issue tracking systems that are managed by, or on behalf of,
    -    the\n      Licensor for the purpose of discussing and improving the Work, but\n
    -    \     excluding communication that is conspicuously marked or otherwise\n      designated
    -    in writing by the copyright owner as "Not a Contribution."\n\n      "Contributor"
    -    shall mean Licensor and any individual or Legal Entity\n      on behalf of whom
    -    a Contribution has been received by Licensor and\n      subsequently incorporated
    -    within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and
    -    conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n
    -    \     worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright
    -    license to reproduce, prepare Derivative Works of,\n      publicly display, publicly
    -    perform, sublicense, and distribute the\n      Work and such Derivative Works
    -    in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms
    -    and conditions of\n      this License, each Contributor hereby grants to You a
    -    perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n
    -    \     (except as stated in this section) patent license to make, have made,\n
    -    \     use, offer to sell, sell, import, and otherwise transfer the Work,\n      where
    -    such license applies only to those patent claims licensable\n      by such Contributor
    -    that are necessarily infringed by their\n      Contribution(s) alone or by combination
    -    of their Contribution(s)\n      with the Work to which such Contribution(s) was
    -    submitted. If You\n      institute patent litigation against any entity (including
    -    a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or
    -    a Contribution incorporated within the Work constitutes direct\n      or contributory
    -    patent infringement, then any patent licenses\n      granted to You under this
    -    License for that Work shall terminate\n      as of the date such litigation is
    -    filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n
    -    \     Work or Derivative Works thereof in any medium, with or without\n      modifications,
    -    and in Source or Object form, provided that You\n      meet the following conditions:\n\n
    -    \     (a) You must give any other recipients of the Work or\n          Derivative
    -    Works a copy of this License; and\n\n      (b) You must cause any modified files
    -    to carry prominent notices\n          stating that You changed the files; and\n\n
    -    \     (c) You must retain, in the Source form of any Derivative Works\n          that
    -    You distribute, all copyright, patent, trademark, and\n          attribution notices
    -    from the Source form of the Work,\n          excluding those notices that do not
    -    pertain to any part of\n          the Derivative Works; and\n\n      (d) If the
    -    Work includes a "NOTICE" text file as part of its\n          distribution,
    -    then any Derivative Works that You distribute must\n          include a readable
    -    copy of the attribution notices contained\n          within such NOTICE file,
    -    excluding those notices that do not\n          pertain to any part of the Derivative
    -    Works, in at least one\n          of the following places: within a NOTICE text
    -    file distributed\n          as part of the Derivative Works; within the Source
    -    form or\n          documentation, if provided along with the Derivative Works;
    -    or,\n          within a display generated by the Derivative Works, if and\n          wherever
    -    such third-party notices normally appear. The contents\n          of the NOTICE
    -    file are for informational purposes only and\n          do not modify the License.
    -    You may add Your own attribution\n          notices within Derivative Works that
    -    You distribute, alongside\n          or as an addendum to the NOTICE text from
    -    the Work, provided\n          that such additional attribution notices cannot
    -    be construed\n          as modifying the License.\n\n      You may add Your own
    -    copyright statement to Your modifications and\n      may provide additional or
    -    different license terms and conditions\n      for use, reproduction, or distribution
    -    of Your modifications, or\n      for any such Derivative Works as a whole, provided
    -    Your use,\n      reproduction, and distribution of the Work otherwise complies
    -    with\n      the conditions stated in this License.\n\n   5. Submission of Contributions.
    -    Unless You explicitly state otherwise,\n      any Contribution intentionally submitted
    -    for inclusion in the Work\n      by You to the Licensor shall be under the terms
    -    and conditions of\n      this License, without any additional terms or conditions.\n
    -    \     Notwithstanding the above, nothing herein shall supersede or modify\n      the
    -    terms of any separate license agreement you may have executed\n      with Licensor
    -    regarding such Contributions.\n\n   6. Trademarks. This License does not grant
    -    permission to use the trade\n      names, trademarks, service marks, or product
    -    names of the Licensor,\n      except as required for reasonable and customary
    -    use in describing the\n      origin of the Work and reproducing the content of
    -    the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable
    -    law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor
    -    provides its Contributions) on an "AS IS" BASIS,\n      WITHOUT WARRANTIES
    -    OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without
    -    limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY,
    -    or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining
    -    the\n      appropriateness of using or redistributing the Work and assume any\n
    -    \     risks associated with Your exercise of permissions under this License.\n\n
    -    \  8. Limitation of Liability. In no event and under no legal theory,\n      whether
    -    in tort (including negligence), contract, or otherwise,\n      unless required
    -    by applicable law (such as deliberate and grossly\n      negligent acts) or agreed
    -    to in writing, shall any Contributor be\n      liable to You for damages, including
    -    any direct, indirect, special,\n      incidental, or consequential damages of
    -    any character arising as a\n      result of this License or out of the use or
    -    inability to use the\n      Work (including but not limited to damages for loss
    -    of goodwill,\n      work stoppage, computer failure or malfunction, or any and
    -    all\n      other commercial damages or losses), even if such Contributor\n      has
    -    been advised of the possibility of such damages.\n\n   9. Accepting Warranty or
    -    Additional Liability. While redistributing\n      the Work or Derivative Works
    -    thereof, You may choose to offer,\n      and charge a fee for, acceptance of support,
    -    warranty, indemnity,\n      or other liability obligations and/or rights consistent
    -    with this\n      License. However, in accepting such obligations, You may act
    -    only\n      on Your own behalf and on Your sole responsibility, not on behalf\n
    -    \     of any other Contributor, and only if You agree to indemnify,\n      defend,
    -    and hold each Contributor harmless for any liability\n      incurred by, or claims
    -    asserted against, such Contributor by reason\n      of your accepting any such
    -    warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX:
    -    How to apply the Apache License to your work.\n\n      To apply the Apache License
    -    to your work, attach the following\n      boilerplate notice, with the fields
    -    enclosed by brackets "[]"\n      replaced with your own identifying
    -    information. (Don't include\n      the brackets!)  The text should be enclosed
    -    in the appropriate\n      comment syntax for the file format. We also recommend
    -    that a\n      file or class name and description of purpose be included on the\n
    -    \     same "printed page" as the copyright notice for easier\n      identification
    -    within third-party archives.\n\n   Copyright (c) Microsoft Corporation.\n\n   Licensed
    -    under the Apache License, Version 2.0 (the "License");\n   you may not
    -    use this file except in compliance with the License.\n   You may obtain a copy
    -    of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless
    -    required by applicable law or agreed to in writing, software\n   distributed under
    -    the License is distributed on an "AS IS" BASIS,\n   WITHOUT WARRANTIES
    -    OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for
    -    the specific language governing permissions and\n   limitations under the License.\n
    \n - \
  • \n
  • \n

    Apache - License 2.0

    \n

    Used by:

    \n
      \n - \
    • bytecount\n 0.6.9
    • \n
    • normalize-line-endings\n 0.3.0
    • \n
    • predicates-core\n 1.0.9
    • \n
    • predicates-tree\n 1.0.12
    • \n
    • predicates\n 3.1.3
    • \n
    \n - \
                                     Apache
    -    License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n
    -    \  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n
    -    \     "License" shall mean the terms and conditions for use, reproduction,\n
    -    \     and distribution as defined by Sections 1 through 9 of this document.\n\n
    -    \     "Licensor" shall mean the copyright owner or entity authorized
    -    by\n      the copyright owner that is granting the License.\n\n      "Legal
    -    Entity" shall mean the union of the acting entity and all\n      other entities
    -    that control, are controlled by, or are under common\n      control with that
    -    entity. For the purposes of this definition,\n      "control" means
    -    (i) the power, direct or indirect, to cause the\n      direction or management
    -    of such entity, whether by contract or\n      otherwise, or (ii) ownership of
    -    fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial
    -    ownership of such entity.\n\n      "You" (or "Your") shall
    -    mean an individual or Legal Entity\n      exercising permissions granted by this
    -    License.\n\n      "Source" form shall mean the preferred form for making
    -    modifications,\n      including but not limited to software source code, documentation\n
    -    \     source, and configuration files.\n\n      "Object" form shall
    -    mean any form resulting from mechanical\n      transformation or translation of
    -    a Source form, including but\n      not limited to compiled object code, generated
    -    documentation,\n      and conversions to other media types.\n\n      "Work"
    -    shall mean the work of authorship, whether in Source or\n      Object form, made
    -    available under the License, as indicated by a\n      copyright notice that is
    -    included in or attached to the work\n      (an example is provided in the Appendix
    -    below).\n\n      "Derivative Works" shall mean any work, whether in
    -    Source or Object\n      form, that is based on (or derived from) the Work and
    -    for which the\n      editorial revisions, annotations, elaborations, or other
    -    modifications\n      represent, as a whole, an original work of authorship. For
    -    the purposes\n      of this License, Derivative Works shall not include works
    -    that remain\n      separable from, or merely link (or bind by name) to the interfaces
    -    of,\n      the Work and Derivative Works thereof.\n\n      "Contribution"
    -    shall mean any work of authorship, including\n      the original version of the
    -    Work and any modifications or additions\n      to that Work or Derivative Works
    -    thereof, that is intentionally\n      submitted to Licensor for inclusion in the
    -    Work by the copyright owner\n      or by an individual or Legal Entity authorized
    -    to submit on behalf of\n      the copyright owner. For the purposes of this definition,
    -    "submitted"\n      means any form of electronic, verbal, or written
    -    communication sent\n      to the Licensor or its representatives, including but
    -    not limited to\n      communication on electronic mailing lists, source code control
    -    systems,\n      and issue tracking systems that are managed by, or on behalf of,
    -    the\n      Licensor for the purpose of discussing and improving the Work, but\n
    -    \     excluding communication that is conspicuously marked or otherwise\n      designated
    -    in writing by the copyright owner as "Not a Contribution."\n\n      "Contributor"
    -    shall mean Licensor and any individual or Legal Entity\n      on behalf of whom
    -    a Contribution has been received by Licensor and\n      subsequently incorporated
    -    within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and
    -    conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n
    -    \     worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright
    -    license to reproduce, prepare Derivative Works of,\n      publicly display, publicly
    -    perform, sublicense, and distribute the\n      Work and such Derivative Works
    -    in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms
    -    and conditions of\n      this License, each Contributor hereby grants to You a
    -    perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n
    -    \     (except as stated in this section) patent license to make, have made,\n
    -    \     use, offer to sell, sell, import, and otherwise transfer the Work,\n      where
    -    such license applies only to those patent claims licensable\n      by such Contributor
    -    that are necessarily infringed by their\n      Contribution(s) alone or by combination
    -    of their Contribution(s)\n      with the Work to which such Contribution(s) was
    -    submitted. If You\n      institute patent litigation against any entity (including
    -    a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or
    -    a Contribution incorporated within the Work constitutes direct\n      or contributory
    -    patent infringement, then any patent licenses\n      granted to You under this
    -    License for that Work shall terminate\n      as of the date such litigation is
    -    filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n
    -    \     Work or Derivative Works thereof in any medium, with or without\n      modifications,
    -    and in Source or Object form, provided that You\n      meet the following conditions:\n\n
    -    \     (a) You must give any other recipients of the Work or\n          Derivative
    -    Works a copy of this License; and\n\n      (b) You must cause any modified files
    -    to carry prominent notices\n          stating that You changed the files; and\n\n
    -    \     (c) You must retain, in the Source form of any Derivative Works\n          that
    -    You distribute, all copyright, patent, trademark, and\n          attribution notices
    -    from the Source form of the Work,\n          excluding those notices that do not
    -    pertain to any part of\n          the Derivative Works; and\n\n      (d) If the
    -    Work includes a "NOTICE" text file as part of its\n          distribution,
    -    then any Derivative Works that You distribute must\n          include a readable
    -    copy of the attribution notices contained\n          within such NOTICE file,
    -    excluding those notices that do not\n          pertain to any part of the Derivative
    -    Works, in at least one\n          of the following places: within a NOTICE text
    -    file distributed\n          as part of the Derivative Works; within the Source
    -    form or\n          documentation, if provided along with the Derivative Works;
    -    or,\n          within a display generated by the Derivative Works, if and\n          wherever
    -    such third-party notices normally appear. The contents\n          of the NOTICE
    -    file are for informational purposes only and\n          do not modify the License.
    -    You may add Your own attribution\n          notices within Derivative Works that
    -    You distribute, alongside\n          or as an addendum to the NOTICE text from
    -    the Work, provided\n          that such additional attribution notices cannot
    -    be construed\n          as modifying the License.\n\n      You may add Your own
    -    copyright statement to Your modifications and\n      may provide additional or
    -    different license terms and conditions\n      for use, reproduction, or distribution
    -    of Your modifications, or\n      for any such Derivative Works as a whole, provided
    -    Your use,\n      reproduction, and distribution of the Work otherwise complies
    -    with\n      the conditions stated in this License.\n\n   5. Submission of Contributions.
    -    Unless You explicitly state otherwise,\n      any Contribution intentionally submitted
    -    for inclusion in the Work\n      by You to the Licensor shall be under the terms
    -    and conditions of\n      this License, without any additional terms or conditions.\n
    -    \     Notwithstanding the above, nothing herein shall supersede or modify\n      the
    -    terms of any separate license agreement you may have executed\n      with Licensor
    -    regarding such Contributions.\n\n   6. Trademarks. This License does not grant
    -    permission to use the trade\n      names, trademarks, service marks, or product
    -    names of the Licensor,\n      except as required for reasonable and customary
    -    use in describing the\n      origin of the Work and reproducing the content of
    -    the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable
    -    law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor
    -    provides its Contributions) on an "AS IS" BASIS,\n      WITHOUT WARRANTIES
    -    OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without
    -    limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY,
    -    or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining
    -    the\n      appropriateness of using or redistributing the Work and assume any\n
    -    \     risks associated with Your exercise of permissions under this License.\n\n
    -    \  8. Limitation of Liability. In no event and under no legal theory,\n      whether
    -    in tort (including negligence), contract, or otherwise,\n      unless required
    -    by applicable law (such as deliberate and grossly\n      negligent acts) or agreed
    -    to in writing, shall any Contributor be\n      liable to You for damages, including
    -    any direct, indirect, special,\n      incidental, or consequential damages of
    -    any character arising as a\n      result of this License or out of the use or
    -    inability to use the\n      Work (including but not limited to damages for loss
    -    of goodwill,\n      work stoppage, computer failure or malfunction, or any and
    -    all\n      other commercial damages or losses), even if such Contributor\n      has
    -    been advised of the possibility of such damages.\n\n   9. Accepting Warranty or
    -    Additional Liability. While redistributing\n      the Work or Derivative Works
    -    thereof, You may choose to offer,\n      and charge a fee for, acceptance of support,
    -    warranty, indemnity,\n      or other liability obligations and/or rights consistent
    -    with this\n      License. However, in accepting such obligations, You may act
    -    only\n      on Your own behalf and on Your sole responsibility, not on behalf\n
    -    \     of any other Contributor, and only if You agree to indemnify,\n      defend,
    -    and hold each Contributor harmless for any liability\n      incurred by, or claims
    -    asserted against, such Contributor by reason\n      of your accepting any such
    -    warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX:
    -    How to apply the Apache License to your work.\n\n      To apply the Apache License
    -    to your work, attach the following\n      boilerplate notice, with the fields
    -    enclosed by brackets "{}"\n      replaced with your own identifying
    -    information. (Don't include\n      the brackets!)  The text should be enclosed
    -    in the appropriate\n      comment syntax for the file format. We also recommend
    -    that a\n      file or class name and description of purpose be included on the\n
    -    \     same "printed page" as the copyright notice for easier\n      identification
    -    within third-party archives.\n\n   Copyright {yyyy} {name of copyright owner}\n\n
    -    \  Licensed under the Apache License, Version 2.0 (the "License");\n
    -    \  you may not use this file except in compliance with the License.\n   You may
    -    obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n
    -    \  Unless required by applicable law or agreed to in writing, software\n   distributed
    -    under the License is distributed on an "AS IS" BASIS,\n   WITHOUT WARRANTIES
    -    OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for
    -    the specific language governing permissions and\n   limitations under the License.\n
    \n - \
  • \n
  • \n

    Apache - License 2.0

    \n

    Used by:

    \n
      \n - \
    • anstream\n 0.6.19
    • \n
    • anstyle-parse\n - \ 0.2.7
    • \n
    • anstyle-query\n 1.1.3
    • \n - \
    • anstyle-wincon\n 3.0.9
    • \n
    • anstyle\n - \ 1.0.11
    • \n
    • assert_cmd\n 2.0.17
    • \n - \
    • clap\n 4.5.41
    • \n
    • clap_builder\n - \ 4.5.41
    • \n
    • clap_derive\n 4.5.41
    • \n - \
    • clap_lex\n 0.7.5
    • \n
    • colorchoice\n - \ 1.0.4
    • \n
    • is_terminal_polyfill\n - \ 1.70.1
    • \n
    • once_cell_polyfill\n 1.70.1
    • \n - \
    • serde_spanned\n 0.6.9
    • \n
    • serde_spanned\n - \ 1.1.1
    • \n
    • tikv-jemalloc-ctl\n 0.7.0
    • \n - \
    • toml\n 0.8.23
    • \n
    • toml\n - \ 1.1.2+spec-1.1.0
    • \n
    • toml_datetime\n - \ 0.6.11
    • \n
    • toml_datetime\n 1.1.1+spec-1.1.0
    • \n - \
    • toml_edit\n 0.22.27
    • \n
    • toml_parser\n - \ 1.1.2+spec-1.1.0
    • \n
    • toml_write\n - \ 0.1.2
    • \n
    • toml_writer\n 1.1.1+spec-1.1.0
    • \n - \
    \n
                                     Apache
    -    License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n
    -    \  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n
    -    \     "License" shall mean the terms and conditions for use, reproduction,\n
    -    \     and distribution as defined by Sections 1 through 9 of this document.\n\n
    -    \     "Licensor" shall mean the copyright owner or entity authorized
    -    by\n      the copyright owner that is granting the License.\n\n      "Legal
    -    Entity" shall mean the union of the acting entity and all\n      other entities
    -    that control, are controlled by, or are under common\n      control with that
    -    entity. For the purposes of this definition,\n      "control" means
    -    (i) the power, direct or indirect, to cause the\n      direction or management
    -    of such entity, whether by contract or\n      otherwise, or (ii) ownership of
    -    fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial
    -    ownership of such entity.\n\n      "You" (or "Your") shall
    -    mean an individual or Legal Entity\n      exercising permissions granted by this
    -    License.\n\n      "Source" form shall mean the preferred form for making
    -    modifications,\n      including but not limited to software source code, documentation\n
    -    \     source, and configuration files.\n\n      "Object" form shall
    -    mean any form resulting from mechanical\n      transformation or translation of
    -    a Source form, including but\n      not limited to compiled object code, generated
    -    documentation,\n      and conversions to other media types.\n\n      "Work"
    -    shall mean the work of authorship, whether in Source or\n      Object form, made
    -    available under the License, as indicated by a\n      copyright notice that is
    -    included in or attached to the work\n      (an example is provided in the Appendix
    -    below).\n\n      "Derivative Works" shall mean any work, whether in
    -    Source or Object\n      form, that is based on (or derived from) the Work and
    -    for which the\n      editorial revisions, annotations, elaborations, or other
    -    modifications\n      represent, as a whole, an original work of authorship. For
    -    the purposes\n      of this License, Derivative Works shall not include works
    -    that remain\n      separable from, or merely link (or bind by name) to the interfaces
    -    of,\n      the Work and Derivative Works thereof.\n\n      "Contribution"
    -    shall mean any work of authorship, including\n      the original version of the
    -    Work and any modifications or additions\n      to that Work or Derivative Works
    -    thereof, that is intentionally\n      submitted to Licensor for inclusion in the
    -    Work by the copyright owner\n      or by an individual or Legal Entity authorized
    -    to submit on behalf of\n      the copyright owner. For the purposes of this definition,
    -    "submitted"\n      means any form of electronic, verbal, or written
    -    communication sent\n      to the Licensor or its representatives, including but
    -    not limited to\n      communication on electronic mailing lists, source code control
    -    systems,\n      and issue tracking systems that are managed by, or on behalf of,
    -    the\n      Licensor for the purpose of discussing and improving the Work, but\n
    -    \     excluding communication that is conspicuously marked or otherwise\n      designated
    -    in writing by the copyright owner as "Not a Contribution."\n\n      "Contributor"
    -    shall mean Licensor and any individual or Legal Entity\n      on behalf of whom
    -    a Contribution has been received by Licensor and\n      subsequently incorporated
    -    within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and
    -    conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n
    -    \     worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright
    -    license to reproduce, prepare Derivative Works of,\n      publicly display, publicly
    -    perform, sublicense, and distribute the\n      Work and such Derivative Works
    -    in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms
    -    and conditions of\n      this License, each Contributor hereby grants to You a
    -    perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n
    -    \     (except as stated in this section) patent license to make, have made,\n
    -    \     use, offer to sell, sell, import, and otherwise transfer the Work,\n      where
    -    such license applies only to those patent claims licensable\n      by such Contributor
    -    that are necessarily infringed by their\n      Contribution(s) alone or by combination
    -    of their Contribution(s)\n      with the Work to which such Contribution(s) was
    -    submitted. If You\n      institute patent litigation against any entity (including
    -    a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or
    -    a Contribution incorporated within the Work constitutes direct\n      or contributory
    -    patent infringement, then any patent licenses\n      granted to You under this
    -    License for that Work shall terminate\n      as of the date such litigation is
    -    filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n
    -    \     Work or Derivative Works thereof in any medium, with or without\n      modifications,
    -    and in Source or Object form, provided that You\n      meet the following conditions:\n\n
    -    \     (a) You must give any other recipients of the Work or\n          Derivative
    -    Works a copy of this License; and\n\n      (b) You must cause any modified files
    -    to carry prominent notices\n          stating that You changed the files; and\n\n
    -    \     (c) You must retain, in the Source form of any Derivative Works\n          that
    -    You distribute, all copyright, patent, trademark, and\n          attribution notices
    -    from the Source form of the Work,\n          excluding those notices that do not
    -    pertain to any part of\n          the Derivative Works; and\n\n      (d) If the
    -    Work includes a "NOTICE" text file as part of its\n          distribution,
    -    then any Derivative Works that You distribute must\n          include a readable
    -    copy of the attribution notices contained\n          within such NOTICE file,
    -    excluding those notices that do not\n          pertain to any part of the Derivative
    -    Works, in at least one\n          of the following places: within a NOTICE text
    -    file distributed\n          as part of the Derivative Works; within the Source
    -    form or\n          documentation, if provided along with the Derivative Works;
    -    or,\n          within a display generated by the Derivative Works, if and\n          wherever
    -    such third-party notices normally appear. The contents\n          of the NOTICE
    -    file are for informational purposes only and\n          do not modify the License.
    -    You may add Your own attribution\n          notices within Derivative Works that
    -    You distribute, alongside\n          or as an addendum to the NOTICE text from
    -    the Work, provided\n          that such additional attribution notices cannot
    -    be construed\n          as modifying the License.\n\n      You may add Your own
    -    copyright statement to Your modifications and\n      may provide additional or
    -    different license terms and conditions\n      for use, reproduction, or distribution
    -    of Your modifications, or\n      for any such Derivative Works as a whole, provided
    -    Your use,\n      reproduction, and distribution of the Work otherwise complies
    -    with\n      the conditions stated in this License.\n\n   5. Submission of Contributions.
    -    Unless You explicitly state otherwise,\n      any Contribution intentionally submitted
    -    for inclusion in the Work\n      by You to the Licensor shall be under the terms
    -    and conditions of\n      this License, without any additional terms or conditions.\n
    -    \     Notwithstanding the above, nothing herein shall supersede or modify\n      the
    -    terms of any separate license agreement you may have executed\n      with Licensor
    -    regarding such Contributions.\n\n   6. Trademarks. This License does not grant
    -    permission to use the trade\n      names, trademarks, service marks, or product
    -    names of the Licensor,\n      except as required for reasonable and customary
    -    use in describing the\n      origin of the Work and reproducing the content of
    -    the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable
    -    law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor
    -    provides its Contributions) on an "AS IS" BASIS,\n      WITHOUT WARRANTIES
    -    OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without
    -    limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY,
    -    or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining
    -    the\n      appropriateness of using or redistributing the Work and assume any\n
    -    \     risks associated with Your exercise of permissions under this License.\n\n
    -    \  8. Limitation of Liability. In no event and under no legal theory,\n      whether
    -    in tort (including negligence), contract, or otherwise,\n      unless required
    -    by applicable law (such as deliberate and grossly\n      negligent acts) or agreed
    -    to in writing, shall any Contributor be\n      liable to You for damages, including
    -    any direct, indirect, special,\n      incidental, or consequential damages of
    -    any character arising as a\n      result of this License or out of the use or
    -    inability to use the\n      Work (including but not limited to damages for loss
    -    of goodwill,\n      work stoppage, computer failure or malfunction, or any and
    -    all\n      other commercial damages or losses), even if such Contributor\n      has
    -    been advised of the possibility of such damages.\n\n   9. Accepting Warranty or
    -    Additional Liability. While redistributing\n      the Work or Derivative Works
    -    thereof, You may choose to offer,\n      and charge a fee for, acceptance of support,
    -    warranty, indemnity,\n      or other liability obligations and/or rights consistent
    -    with this\n      License. However, in accepting such obligations, You may act
    -    only\n      on Your own behalf and on Your sole responsibility, not on behalf\n
    -    \     of any other Contributor, and only if You agree to indemnify,\n      defend,
    -    and hold each Contributor harmless for any liability\n      incurred by, or claims
    -    asserted against, such Contributor by reason\n      of your accepting any such
    -    warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX:
    -    How to apply the Apache License to your work.\n\n      To apply the Apache License
    -    to your work, attach the following\n      boilerplate notice, with the fields
    -    enclosed by brackets "{}"\n      replaced with your own identifying
    -    information. (Don't include\n      the brackets!)  The text should be enclosed
    -    in the appropriate\n      comment syntax for the file format. We also recommend
    -    that a\n      file or class name and description of purpose be included on the\n
    -    \     same "printed page" as the copyright notice for easier\n      identification
    -    within third-party archives.\n\n   Copyright {yyyy} {name of copyright owner}\n\n
    -    \  Licensed under the Apache License, Version 2.0 (the "License");\n
    -    \  you may not use this file except in compliance with the License.\n   You may
    -    obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n
    -    \  Unless required by applicable law or agreed to in writing, software\n   distributed
    -    under the License is distributed on an "AS IS" BASIS,\n   WITHOUT WARRANTIES
    -    OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for
    -    the specific language governing permissions and\n   limitations under the License.\n\n
    \n - \
  • \n
  • \n

    Apache - License 2.0

    \n

    Used by:

    \n
      \n - \
    • autocfg\n 1.5.0
    • \n
    • bitflags\n - \ 2.9.1
    • \n
    • bstr\n 1.12.0
    • \n - \
    • cc\n 1.2.30
    • \n
    • cexpr\n - \ 0.6.0
    • \n
    • cfg-if\n 1.0.1
    • \n - \
    • crossbeam-channel\n 0.5.15
    • \n
    • crossbeam-deque\n 0.8.6
    • \n
    • crossbeam-epoch\n 0.9.18
    • \n
    • crossbeam-utils\n 0.8.21
    • \n
    • displaydoc\n - \ 0.2.5
    • \n
    • either\n 1.15.0
    • \n - \
    • equivalent\n 1.0.2
    • \n
    • errno\n 0.3.13
    • \n
    • fastrand\n - \ 2.3.0
    • \n
    • form_urlencoded\n 1.2.1
    • \n - \
    • glob\n 0.3.2
    • \n
    • hashbrown\n - \ 0.17.1
    • \n
    • heck\n 0.5.0
    • \n - \
    • idna\n 1.0.3
    • \n
    • idna_adapter\n - \ 1.2.1
    • \n
    • indexmap\n 2.14.0
    • \n - \
    • itertools\n 0.13.0
    • \n
    • linux-raw-sys\n 0.9.4
    • \n
    • log\n - \ 0.4.27
    • \n
    • num-traits\n 0.2.19
    • \n - \
    • once_cell\n 1.21.3
    • \n
    • percent-encoding\n - \ 2.3.1
    • \n
    • regex-automata\n - \ 0.4.9
    • \n
    • regex-syntax\n - \ 0.8.5
    • \n
    • regex\n 1.11.1
    • \n - \
    • rustix\n 1.0.8
    • \n
    • smallvec\n - \ 1.15.1
    • \n
    • stable_deref_trait\n 1.2.0
    • \n - \
    • tempfile\n 3.20.0
    • \n
    • tikv-jemalloc-sys\n - \ 0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8
    • \n - \
    • tikv-jemallocator\n 0.7.0
    • \n
    • url\n - \ 2.5.4
    • \n
    • wait-timeout\n 0.2.1
    • \n - \
    • wasi\n 0.14.2+wasi-0.2.4
    • \n
    \n - \
                                  Apache
    -    License\n                        Version 2.0, January 2004\n                     http://www.apache.org/licenses/\n\nTERMS
    -    AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n
    -    \  "License" shall mean the terms and conditions for use, reproduction,\n
    -    \  and distribution as defined by Sections 1 through 9 of this document.\n\n   "Licensor"
    -    shall mean the copyright owner or entity authorized by\n   the copyright owner
    -    that is granting the License.\n\n   "Legal Entity" shall mean the union
    -    of the acting entity and all\n   other entities that control, are controlled by,
    -    or are under common\n   control with that entity. For the purposes of this definition,\n
    -    \  "control" means (i) the power, direct or indirect, to cause the\n
    -    \  direction or management of such entity, whether by contract or\n   otherwise,
    -    or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares,
    -    or (iii) beneficial ownership of such entity.\n\n   "You" (or "Your")
    -    shall mean an individual or Legal Entity\n   exercising permissions granted by
    -    this License.\n\n   "Source" form shall mean the preferred form for
    -    making modifications,\n   including but not limited to software source code, documentation\n
    -    \  source, and configuration files.\n\n   "Object" form shall mean any
    -    form resulting from mechanical\n   transformation or translation of a Source form,
    -    including but\n   not limited to compiled object code, generated documentation,\n
    -    \  and conversions to other media types.\n\n   "Work" shall mean the
    -    work of authorship, whether in Source or\n   Object form, made available under
    -    the License, as indicated by a\n   copyright notice that is included in or attached
    -    to the work\n   (an example is provided in the Appendix below).\n\n   "Derivative
    -    Works" shall mean any work, whether in Source or Object\n   form, that is
    -    based on (or derived from) the Work and for which the\n   editorial revisions,
    -    annotations, elaborations, or other modifications\n   represent, as a whole, an
    -    original work of authorship. For the purposes\n   of this License, Derivative
    -    Works shall not include works that remain\n   separable from, or merely link (or
    -    bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n
    -    \  "Contribution" shall mean any work of authorship, including\n   the
    -    original version of the Work and any modifications or additions\n   to that Work
    -    or Derivative Works thereof, that is intentionally\n   submitted to Licensor for
    -    inclusion in the Work by the copyright owner\n   or by an individual or Legal
    -    Entity authorized to submit on behalf of\n   the copyright owner. For the purposes
    -    of this definition, "submitted"\n   means any form of electronic, verbal,
    -    or written communication sent\n   to the Licensor or its representatives, including
    -    but not limited to\n   communication on electronic mailing lists, source code
    -    control systems,\n   and issue tracking systems that are managed by, or on behalf
    -    of, the\n   Licensor for the purpose of discussing and improving the Work, but\n
    -    \  excluding communication that is conspicuously marked or otherwise\n   designated
    -    in writing by the copyright owner as "Not a Contribution."\n\n   "Contributor"
    -    shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a
    -    Contribution has been received by Licensor and\n   subsequently incorporated within
    -    the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions
    -    of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide,
    -    non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce,
    -    prepare Derivative Works of,\n   publicly display, publicly perform, sublicense,
    -    and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3.
    -    Grant of Patent License. Subject to the terms and conditions of\n   this License,
    -    each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive,
    -    no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent
    -    license to make, have made,\n   use, offer to sell, sell, import, and otherwise
    -    transfer the Work,\n   where such license applies only to those patent claims
    -    licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s)
    -    alone or by combination of their Contribution(s)\n   with the Work to which such
    -    Contribution(s) was submitted. If You\n   institute patent litigation against
    -    any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging
    -    that the Work\n   or a Contribution incorporated within the Work constitutes direct\n
    -    \  or contributory patent infringement, then any patent licenses\n   granted to
    -    You under this License for that Work shall terminate\n   as of the date such litigation
    -    is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n
    -    \  Work or Derivative Works thereof in any medium, with or without\n   modifications,
    -    and in Source or Object form, provided that You\n   meet the following conditions:\n\n
    -    \  (a) You must give any other recipients of the Work or\n       Derivative Works
    -    a copy of this License; and\n\n   (b) You must cause any modified files to carry
    -    prominent notices\n       stating that You changed the files; and\n\n   (c) You
    -    must retain, in the Source form of any Derivative Works\n       that You distribute,
    -    all copyright, patent, trademark, and\n       attribution notices from the Source
    -    form of the Work,\n       excluding those notices that do not pertain to any part
    -    of\n       the Derivative Works; and\n\n   (d) If the Work includes a "NOTICE"
    -    text file as part of its\n       distribution, then any Derivative Works that
    -    You distribute must\n       include a readable copy of the attribution notices
    -    contained\n       within such NOTICE file, excluding those notices that do not\n
    -    \      pertain to any part of the Derivative Works, in at least one\n       of
    -    the following places: within a NOTICE text file distributed\n       as part of
    -    the Derivative Works; within the Source form or\n       documentation, if provided
    -    along with the Derivative Works; or,\n       within a display generated by the
    -    Derivative Works, if and\n       wherever such third-party notices normally appear.
    -    The contents\n       of the NOTICE file are for informational purposes only and\n
    -    \      do not modify the License. You may add Your own attribution\n       notices
    -    within Derivative Works that You distribute, alongside\n       or as an addendum
    -    to the NOTICE text from the Work, provided\n       that such additional attribution
    -    notices cannot be construed\n       as modifying the License.\n\n   You may add
    -    Your own copyright statement to Your modifications and\n   may provide additional
    -    or different license terms and conditions\n   for use, reproduction, or distribution
    -    of Your modifications, or\n   for any such Derivative Works as a whole, provided
    -    Your use,\n   reproduction, and distribution of the Work otherwise complies with\n
    -    \  the conditions stated in this License.\n\n5. Submission of Contributions. Unless
    -    You explicitly state otherwise,\n   any Contribution intentionally submitted for
    -    inclusion in the Work\n   by You to the Licensor shall be under the terms and
    -    conditions of\n   this License, without any additional terms or conditions.\n
    -    \  Notwithstanding the above, nothing herein shall supersede or modify\n   the
    -    terms of any separate license agreement you may have executed\n   with Licensor
    -    regarding such Contributions.\n\n6. Trademarks. This License does not grant permission
    -    to use the trade\n   names, trademarks, service marks, or product names of the
    -    Licensor,\n   except as required for reasonable and customary use in describing
    -    the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7.
    -    Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in
    -    writing, Licensor provides the Work (and each\n   Contributor provides its Contributions)
    -    on an "AS IS" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
    -    either express or\n   implied, including, without limitation, any warranties or
    -    conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n
    -    \  PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness
    -    of using or redistributing the Work and assume any\n   risks associated with Your
    -    exercise of permissions under this License.\n\n8. Limitation of Liability. In
    -    no event and under no legal theory,\n   whether in tort (including negligence),
    -    contract, or otherwise,\n   unless required by applicable law (such as deliberate
    -    and grossly\n   negligent acts) or agreed to in writing, shall any Contributor
    -    be\n   liable to You for damages, including any direct, indirect, special,\n   incidental,
    -    or consequential damages of any character arising as a\n   result of this License
    -    or out of the use or inability to use the\n   Work (including but not limited
    -    to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction,
    -    or any and all\n   other commercial damages or losses), even if such Contributor\n
    -    \  has been advised of the possibility of such damages.\n\n9. Accepting Warranty
    -    or Additional Liability. While redistributing\n   the Work or Derivative Works
    -    thereof, You may choose to offer,\n   and charge a fee for, acceptance of support,
    -    warranty, indemnity,\n   or other liability obligations and/or rights consistent
    -    with this\n   License. However, in accepting such obligations, You may act only\n
    -    \  on Your own behalf and on Your sole responsibility, not on behalf\n   of any
    -    other Contributor, and only if You agree to indemnify,\n   defend, and hold each
    -    Contributor harmless for any liability\n   incurred by, or claims asserted against,
    -    such Contributor by reason\n   of your accepting any such warranty or additional
    -    liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache
    -    License to your work.\n\n   To apply the Apache License to your work, attach the
    -    following\n   boilerplate notice, with the fields enclosed by brackets "[]"\n
    -    \  replaced with your own identifying information. (Don't include\n   the
    -    brackets!)  The text should be enclosed in the appropriate\n   comment syntax
    -    for the file format. We also recommend that a\n   file or class name and description
    -    of purpose be included on the\n   same "printed page" as the copyright
    -    notice for easier\n   identification within third-party archives.\n\nCopyright
    -    [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version
    -    2.0 (the "License");\nyou may not use this file except in compliance
    -    with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless
    -    required by applicable law or agreed to in writing, software\ndistributed under
    -    the License is distributed on an "AS IS" BASIS,\nWITHOUT WARRANTIES
    -    OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the
    -    specific language governing permissions and\nlimitations under the License.\n
    \n - \
  • \n
  • \n

    Apache - License 2.0

    \n

    Used by:

    \n
      \n - \
    • minimal-lexical\n 0.2.1
    • \n
    \n - \
                                  Apache
    -    License\n                        Version 2.0, January 2004\n                     http://www.apache.org/licenses/\n\nTERMS
    -    AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n
    -    \  "License" shall mean the terms and conditions for use, reproduction,\n
    -    \  and distribution as defined by Sections 1 through 9 of this document.\n\n   "Licensor"
    -    shall mean the copyright owner or entity authorized by\n   the copyright owner
    -    that is granting the License.\n\n   "Legal Entity" shall mean the union
    -    of the acting entity and all\n   other entities that control, are controlled by,
    -    or are under common\n   control with that entity. For the purposes of this definition,\n
    -    \  "control" means (i) the power, direct or indirect, to cause the\n
    -    \  direction or management of such entity, whether by contract or\n   otherwise,
    -    or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares,
    -    or (iii) beneficial ownership of such entity.\n\n   "You" (or "Your")
    -    shall mean an individual or Legal Entity\n   exercising permissions granted by
    -    this License.\n\n   "Source" form shall mean the preferred form for
    -    making modifications,\n   including but not limited to software source code, documentation\n
    -    \  source, and configuration files.\n\n   "Object" form shall mean any
    -    form resulting from mechanical\n   transformation or translation of a Source form,
    -    including but\n   not limited to compiled object code, generated documentation,\n
    -    \  and conversions to other media types.\n\n   "Work" shall mean the
    -    work of authorship, whether in Source or\n   Object form, made available under
    -    the License, as indicated by a\n   copyright notice that is included in or attached
    -    to the work\n   (an example is provided in the Appendix below).\n\n   "Derivative
    -    Works" shall mean any work, whether in Source or Object\n   form, that is
    -    based on (or derived from) the Work and for which the\n   editorial revisions,
    -    annotations, elaborations, or other modifications\n   represent, as a whole, an
    -    original work of authorship. For the purposes\n   of this License, Derivative
    -    Works shall not include works that remain\n   separable from, or merely link (or
    -    bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n
    -    \  "Contribution" shall mean any work of authorship, including\n   the
    -    original version of the Work and any modifications or additions\n   to that Work
    -    or Derivative Works thereof, that is intentionally\n   submitted to Licensor for
    -    inclusion in the Work by the copyright owner\n   or by an individual or Legal
    -    Entity authorized to submit on behalf of\n   the copyright owner. For the purposes
    -    of this definition, "submitted"\n   means any form of electronic, verbal,
    -    or written communication sent\n   to the Licensor or its representatives, including
    -    but not limited to\n   communication on electronic mailing lists, source code
    -    control systems,\n   and issue tracking systems that are managed by, or on behalf
    -    of, the\n   Licensor for the purpose of discussing and improving the Work, but\n
    -    \  excluding communication that is conspicuously marked or otherwise\n   designated
    -    in writing by the copyright owner as "Not a Contribution."\n\n   "Contributor"
    -    shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a
    -    Contribution has been received by Licensor and\n   subsequently incorporated within
    -    the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions
    -    of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide,
    -    non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce,
    -    prepare Derivative Works of,\n   publicly display, publicly perform, sublicense,
    -    and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3.
    -    Grant of Patent License. Subject to the terms and conditions of\n   this License,
    -    each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive,
    -    no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent
    -    license to make, have made,\n   use, offer to sell, sell, import, and otherwise
    -    transfer the Work,\n   where such license applies only to those patent claims
    -    licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s)
    -    alone or by combination of their Contribution(s)\n   with the Work to which such
    -    Contribution(s) was submitted. If You\n   institute patent litigation against
    -    any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging
    -    that the Work\n   or a Contribution incorporated within the Work constitutes direct\n
    -    \  or contributory patent infringement, then any patent licenses\n   granted to
    -    You under this License for that Work shall terminate\n   as of the date such litigation
    -    is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n
    -    \  Work or Derivative Works thereof in any medium, with or without\n   modifications,
    -    and in Source or Object form, provided that You\n   meet the following conditions:\n\n
    -    \  (a) You must give any other recipients of the Work or\n       Derivative Works
    -    a copy of this License; and\n\n   (b) You must cause any modified files to carry
    -    prominent notices\n       stating that You changed the files; and\n\n   (c) You
    -    must retain, in the Source form of any Derivative Works\n       that You distribute,
    -    all copyright, patent, trademark, and\n       attribution notices from the Source
    -    form of the Work,\n       excluding those notices that do not pertain to any part
    -    of\n       the Derivative Works; and\n\n   (d) If the Work includes a "NOTICE"
    -    text file as part of its\n       distribution, then any Derivative Works that
    -    You distribute must\n       include a readable copy of the attribution notices
    -    contained\n       within such NOTICE file, excluding those notices that do not\n
    -    \      pertain to any part of the Derivative Works, in at least one\n       of
    -    the following places: within a NOTICE text file distributed\n       as part of
    -    the Derivative Works; within the Source form or\n       documentation, if provided
    -    along with the Derivative Works; or,\n       within a display generated by the
    -    Derivative Works, if and\n       wherever such third-party notices normally appear.
    -    The contents\n       of the NOTICE file are for informational purposes only and\n
    -    \      do not modify the License. You may add Your own attribution\n       notices
    -    within Derivative Works that You distribute, alongside\n       or as an addendum
    -    to the NOTICE text from the Work, provided\n       that such additional attribution
    -    notices cannot be construed\n       as modifying the License.\n\n   You may add
    -    Your own copyright statement to Your modifications and\n   may provide additional
    -    or different license terms and conditions\n   for use, reproduction, or distribution
    -    of Your modifications, or\n   for any such Derivative Works as a whole, provided
    -    Your use,\n   reproduction, and distribution of the Work otherwise complies with\n
    -    \  the conditions stated in this License.\n\n5. Submission of Contributions. Unless
    -    You explicitly state otherwise,\n   any Contribution intentionally submitted for
    -    inclusion in the Work\n   by You to the Licensor shall be under the terms and
    -    conditions of\n   this License, without any additional terms or conditions.\n
    -    \  Notwithstanding the above, nothing herein shall supersede or modify\n   the
    -    terms of any separate license agreement you may have executed\n   with Licensor
    -    regarding such Contributions.\n\n6. Trademarks. This License does not grant permission
    -    to use the trade\n   names, trademarks, service marks, or product names of the
    -    Licensor,\n   except as required for reasonable and customary use in describing
    -    the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7.
    -    Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in
    -    writing, Licensor provides the Work (and each\n   Contributor provides its Contributions)
    -    on an "AS IS" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
    -    either express or\n   implied, including, without limitation, any warranties or
    -    conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n
    -    \  PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness
    -    of using or redistributing the Work and assume any\n   risks associated with Your
    -    exercise of permissions under this License.\n\n8. Limitation of Liability. In
    -    no event and under no legal theory,\n   whether in tort (including negligence),
    -    contract, or otherwise,\n   unless required by applicable law (such as deliberate
    -    and grossly\n   negligent acts) or agreed to in writing, shall any Contributor
    -    be\n   liable to You for damages, including any direct, indirect, special,\n   incidental,
    -    or consequential damages of any character arising as a\n   result of this License
    -    or out of the use or inability to use the\n   Work (including but not limited
    -    to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction,
    -    or any and all\n   other commercial damages or losses), even if such Contributor\n
    -    \  has been advised of the possibility of such damages.\n\n9. Accepting Warranty
    -    or Additional Liability. While redistributing\n   the Work or Derivative Works
    -    thereof, You may choose to offer,\n   and charge a fee for, acceptance of support,
    -    warranty, indemnity,\n   or other liability obligations and/or rights consistent
    -    with this\n   License. However, in accepting such obligations, You may act only\n
    -    \  on Your own behalf and on Your sole responsibility, not on behalf\n   of any
    -    other Contributor, and only if You agree to indemnify,\n   defend, and hold each
    -    Contributor harmless for any liability\n   incurred by, or claims asserted against,
    -    such Contributor by reason\n   of your accepting any such warranty or additional
    -    liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache
    -    License to your work.\n\n   To apply the Apache License to your work, attach the
    -    following\n   boilerplate notice, with the fields enclosed by brackets "[]"\n
    -    \  replaced with your own identifying information. (Don't include\n   the
    -    brackets!)  The text should be enclosed in the appropriate\n   comment syntax
    -    for the file format. We also recommend that a\n   file or class name and description
    -    of purpose be included on the\n   same "printed page" as the copyright
    -    notice for easier\n   identification within third-party archives.\n\nCopyright
    -    [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version
    -    2.0 (the "License");\nyou may not use this file except in compliance
    -    with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless
    -    required by applicable law or agreed to in writing, software\ndistributed under
    -    the License is distributed on an "AS IS" BASIS,\nWITHOUT WARRANTIES
    -    OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the
    -    specific language governing permissions and\nlimitations under the License.\n
    \n - \
  • \n
  • \n

    Apache - License 2.0

    \n

    Used by:

    \n
      \n - \
    • getrandom\n 0.3.3
    • \n
    \n - \
                                  Apache
    -    License\n                        Version 2.0, January 2004\n                     https://www.apache.org/licenses/\n\nTERMS
    -    AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n
    -    \  "License" shall mean the terms and conditions for use, reproduction,\n
    -    \  and distribution as defined by Sections 1 through 9 of this document.\n\n   "Licensor"
    -    shall mean the copyright owner or entity authorized by\n   the copyright owner
    -    that is granting the License.\n\n   "Legal Entity" shall mean the union
    -    of the acting entity and all\n   other entities that control, are controlled by,
    -    or are under common\n   control with that entity. For the purposes of this definition,\n
    -    \  "control" means (i) the power, direct or indirect, to cause the\n
    -    \  direction or management of such entity, whether by contract or\n   otherwise,
    -    or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares,
    -    or (iii) beneficial ownership of such entity.\n\n   "You" (or "Your")
    -    shall mean an individual or Legal Entity\n   exercising permissions granted by
    -    this License.\n\n   "Source" form shall mean the preferred form for
    -    making modifications,\n   including but not limited to software source code, documentation\n
    -    \  source, and configuration files.\n\n   "Object" form shall mean any
    -    form resulting from mechanical\n   transformation or translation of a Source form,
    -    including but\n   not limited to compiled object code, generated documentation,\n
    -    \  and conversions to other media types.\n\n   "Work" shall mean the
    -    work of authorship, whether in Source or\n   Object form, made available under
    -    the License, as indicated by a\n   copyright notice that is included in or attached
    -    to the work\n   (an example is provided in the Appendix below).\n\n   "Derivative
    -    Works" shall mean any work, whether in Source or Object\n   form, that is
    -    based on (or derived from) the Work and for which the\n   editorial revisions,
    -    annotations, elaborations, or other modifications\n   represent, as a whole, an
    -    original work of authorship. For the purposes\n   of this License, Derivative
    -    Works shall not include works that remain\n   separable from, or merely link (or
    -    bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n
    -    \  "Contribution" shall mean any work of authorship, including\n   the
    -    original version of the Work and any modifications or additions\n   to that Work
    -    or Derivative Works thereof, that is intentionally\n   submitted to Licensor for
    -    inclusion in the Work by the copyright owner\n   or by an individual or Legal
    -    Entity authorized to submit on behalf of\n   the copyright owner. For the purposes
    -    of this definition, "submitted"\n   means any form of electronic, verbal,
    -    or written communication sent\n   to the Licensor or its representatives, including
    -    but not limited to\n   communication on electronic mailing lists, source code
    -    control systems,\n   and issue tracking systems that are managed by, or on behalf
    -    of, the\n   Licensor for the purpose of discussing and improving the Work, but\n
    -    \  excluding communication that is conspicuously marked or otherwise\n   designated
    -    in writing by the copyright owner as "Not a Contribution."\n\n   "Contributor"
    -    shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a
    -    Contribution has been received by Licensor and\n   subsequently incorporated within
    -    the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions
    -    of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide,
    -    non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce,
    -    prepare Derivative Works of,\n   publicly display, publicly perform, sublicense,
    -    and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3.
    -    Grant of Patent License. Subject to the terms and conditions of\n   this License,
    -    each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive,
    -    no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent
    -    license to make, have made,\n   use, offer to sell, sell, import, and otherwise
    -    transfer the Work,\n   where such license applies only to those patent claims
    -    licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s)
    -    alone or by combination of their Contribution(s)\n   with the Work to which such
    -    Contribution(s) was submitted. If You\n   institute patent litigation against
    -    any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging
    -    that the Work\n   or a Contribution incorporated within the Work constitutes direct\n
    -    \  or contributory patent infringement, then any patent licenses\n   granted to
    -    You under this License for that Work shall terminate\n   as of the date such litigation
    -    is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n
    -    \  Work or Derivative Works thereof in any medium, with or without\n   modifications,
    -    and in Source or Object form, provided that You\n   meet the following conditions:\n\n
    -    \  (a) You must give any other recipients of the Work or\n       Derivative Works
    -    a copy of this License; and\n\n   (b) You must cause any modified files to carry
    -    prominent notices\n       stating that You changed the files; and\n\n   (c) You
    -    must retain, in the Source form of any Derivative Works\n       that You distribute,
    -    all copyright, patent, trademark, and\n       attribution notices from the Source
    -    form of the Work,\n       excluding those notices that do not pertain to any part
    -    of\n       the Derivative Works; and\n\n   (d) If the Work includes a "NOTICE"
    -    text file as part of its\n       distribution, then any Derivative Works that
    -    You distribute must\n       include a readable copy of the attribution notices
    -    contained\n       within such NOTICE file, excluding those notices that do not\n
    -    \      pertain to any part of the Derivative Works, in at least one\n       of
    -    the following places: within a NOTICE text file distributed\n       as part of
    -    the Derivative Works; within the Source form or\n       documentation, if provided
    -    along with the Derivative Works; or,\n       within a display generated by the
    -    Derivative Works, if and\n       wherever such third-party notices normally appear.
    -    The contents\n       of the NOTICE file are for informational purposes only and\n
    -    \      do not modify the License. You may add Your own attribution\n       notices
    -    within Derivative Works that You distribute, alongside\n       or as an addendum
    -    to the NOTICE text from the Work, provided\n       that such additional attribution
    -    notices cannot be construed\n       as modifying the License.\n\n   You may add
    -    Your own copyright statement to Your modifications and\n   may provide additional
    -    or different license terms and conditions\n   for use, reproduction, or distribution
    -    of Your modifications, or\n   for any such Derivative Works as a whole, provided
    -    Your use,\n   reproduction, and distribution of the Work otherwise complies with\n
    -    \  the conditions stated in this License.\n\n5. Submission of Contributions. Unless
    -    You explicitly state otherwise,\n   any Contribution intentionally submitted for
    -    inclusion in the Work\n   by You to the Licensor shall be under the terms and
    -    conditions of\n   this License, without any additional terms or conditions.\n
    -    \  Notwithstanding the above, nothing herein shall supersede or modify\n   the
    -    terms of any separate license agreement you may have executed\n   with Licensor
    -    regarding such Contributions.\n\n6. Trademarks. This License does not grant permission
    -    to use the trade\n   names, trademarks, service marks, or product names of the
    -    Licensor,\n   except as required for reasonable and customary use in describing
    -    the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7.
    -    Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in
    -    writing, Licensor provides the Work (and each\n   Contributor provides its Contributions)
    -    on an "AS IS" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
    -    either express or\n   implied, including, without limitation, any warranties or
    -    conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n
    -    \  PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness
    -    of using or redistributing the Work and assume any\n   risks associated with Your
    -    exercise of permissions under this License.\n\n8. Limitation of Liability. In
    -    no event and under no legal theory,\n   whether in tort (including negligence),
    -    contract, or otherwise,\n   unless required by applicable law (such as deliberate
    -    and grossly\n   negligent acts) or agreed to in writing, shall any Contributor
    -    be\n   liable to You for damages, including any direct, indirect, special,\n   incidental,
    -    or consequential damages of any character arising as a\n   result of this License
    -    or out of the use or inability to use the\n   Work (including but not limited
    -    to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction,
    -    or any and all\n   other commercial damages or losses), even if such Contributor\n
    -    \  has been advised of the possibility of such damages.\n\n9. Accepting Warranty
    -    or Additional Liability. While redistributing\n   the Work or Derivative Works
    -    thereof, You may choose to offer,\n   and charge a fee for, acceptance of support,
    -    warranty, indemnity,\n   or other liability obligations and/or rights consistent
    -    with this\n   License. However, in accepting such obligations, You may act only\n
    -    \  on Your own behalf and on Your sole responsibility, not on behalf\n   of any
    -    other Contributor, and only if You agree to indemnify,\n   defend, and hold each
    -    Contributor harmless for any liability\n   incurred by, or claims asserted against,
    -    such Contributor by reason\n   of your accepting any such warranty or additional
    -    liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache
    -    License to your work.\n\n   To apply the Apache License to your work, attach the
    -    following\n   boilerplate notice, with the fields enclosed by brackets "[]"\n
    -    \  replaced with your own identifying information. (Don't include\n   the
    -    brackets!)  The text should be enclosed in the appropriate\n   comment syntax
    -    for the file format. We also recommend that a\n   file or class name and description
    -    of purpose be included on the\n   same "printed page" as the copyright
    -    notice for easier\n   identification within third-party archives.\n\nCopyright
    -    [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version
    -    2.0 (the "License");\nyou may not use this file except in compliance
    -    with the License.\nYou may obtain a copy of the License at\n\n\thttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless
    -    required by applicable law or agreed to in writing, software\ndistributed under
    -    the License is distributed on an "AS IS" BASIS,\nWITHOUT WARRANTIES
    -    OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the
    -    specific language governing permissions and\nlimitations under the License.\n
    \n - \
  • \n
  • \n

    Apache - License 2.0

    \n

    Used by:

    \n
      \n - \
    • text-size\n 1.1.1
    • \n
    \n - \
                                  Apache
    -    License\n                        Version 2.0, January 2004\n                     http://www.apache.org/licenses/\n\nTERMS
    -    AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n
    -    \  "License" shall mean the terms and conditions for use, reproduction,\n
    -    \  and distribution as defined by Sections 1 through 9 of this document.\n\n   "Licensor"
    -    shall mean the copyright owner or entity authorized by\n   the copyright owner
    -    that is granting the License.\n\n   "Legal Entity" shall mean the union
    -    of the acting entity and all\n   other entities that control, are controlled by,
    -    or are under common\n   control with that entity. For the purposes of this definition,\n
    -    \  "control" means (i) the power, direct or indirect, to cause the\n
    -    \  direction or management of such entity, whether by contract or\n   otherwise,
    -    or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares,
    -    or (iii) beneficial ownership of such entity.\n\n   "You" (or "Your")
    -    shall mean an individual or Legal Entity\n   exercising permissions granted by
    -    this License.\n\n   "Source" form shall mean the preferred form for
    -    making modifications,\n   including but not limited to software source code, documentation\n
    -    \  source, and configuration files.\n\n   "Object" form shall mean any
    -    form resulting from mechanical\n   transformation or translation of a Source form,
    -    including but\n   not limited to compiled object code, generated documentation,\n
    -    \  and conversions to other media types.\n\n   "Work" shall mean the
    -    work of authorship, whether in Source or\n   Object form, made available under
    -    the License, as indicated by a\n   copyright notice that is included in or attached
    -    to the work\n   (an example is provided in the Appendix below).\n\n   "Derivative
    -    Works" shall mean any work, whether in Source or Object\n   form, that is
    -    based on (or derived from) the Work and for which the\n   editorial revisions,
    -    annotations, elaborations, or other modifications\n   represent, as a whole, an
    -    original work of authorship. For the purposes\n   of this License, Derivative
    -    Works shall not include works that remain\n   separable from, or merely link (or
    -    bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n
    -    \  "Contribution" shall mean any work of authorship, including\n   the
    -    original version of the Work and any modifications or additions\n   to that Work
    -    or Derivative Works thereof, that is intentionally\n   submitted to Licensor for
    -    inclusion in the Work by the copyright owner\n   or by an individual or Legal
    -    Entity authorized to submit on behalf of\n   the copyright owner. For the purposes
    -    of this definition, "submitted"\n   means any form of electronic, verbal,
    -    or written communication sent\n   to the Licensor or its representatives, including
    -    but not limited to\n   communication on electronic mailing lists, source code
    -    control systems,\n   and issue tracking systems that are managed by, or on behalf
    -    of, the\n   Licensor for the purpose of discussing and improving the Work, but\n
    -    \  excluding communication that is conspicuously marked or otherwise\n   designated
    -    in writing by the copyright owner as "Not a Contribution."\n\n   "Contributor"
    -    shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a
    -    Contribution has been received by Licensor and\n   subsequently incorporated within
    -    the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions
    -    of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide,
    -    non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce,
    -    prepare Derivative Works of,\n   publicly display, publicly perform, sublicense,
    -    and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3.
    -    Grant of Patent License. Subject to the terms and conditions of\n   this License,
    -    each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive,
    -    no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent
    -    license to make, have made,\n   use, offer to sell, sell, import, and otherwise
    -    transfer the Work,\n   where such license applies only to those patent claims
    -    licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s)
    -    alone or by combination of their Contribution(s)\n   with the Work to which such
    -    Contribution(s) was submitted. If You\n   institute patent litigation against
    -    any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging
    -    that the Work\n   or a Contribution incorporated within the Work constitutes direct\n
    -    \  or contributory patent infringement, then any patent licenses\n   granted to
    -    You under this License for that Work shall terminate\n   as of the date such litigation
    -    is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n
    -    \  Work or Derivative Works thereof in any medium, with or without\n   modifications,
    -    and in Source or Object form, provided that You\n   meet the following conditions:\n\n
    -    \  (a) You must give any other recipients of the Work or\n       Derivative Works
    -    a copy of this License; and\n\n   (b) You must cause any modified files to carry
    -    prominent notices\n       stating that You changed the files; and\n\n   (c) You
    -    must retain, in the Source form of any Derivative Works\n       that You distribute,
    -    all copyright, patent, trademark, and\n       attribution notices from the Source
    -    form of the Work,\n       excluding those notices that do not pertain to any part
    -    of\n       the Derivative Works; and\n\n   (d) If the Work includes a "NOTICE"
    -    text file as part of its\n       distribution, then any Derivative Works that
    -    You distribute must\n       include a readable copy of the attribution notices
    -    contained\n       within such NOTICE file, excluding those notices that do not\n
    -    \      pertain to any part of the Derivative Works, in at least one\n       of
    -    the following places: within a NOTICE text file distributed\n       as part of
    -    the Derivative Works; within the Source form or\n       documentation, if provided
    -    along with the Derivative Works; or,\n       within a display generated by the
    -    Derivative Works, if and\n       wherever such third-party notices normally appear.
    -    The contents\n       of the NOTICE file are for informational purposes only and\n
    -    \      do not modify the License. You may add Your own attribution\n       notices
    -    within Derivative Works that You distribute, alongside\n       or as an addendum
    -    to the NOTICE text from the Work, provided\n       that such additional attribution
    -    notices cannot be construed\n       as modifying the License.\n\n   You may add
    -    Your own copyright statement to Your modifications and\n   may provide additional
    -    or different license terms and conditions\n   for use, reproduction, or distribution
    -    of Your modifications, or\n   for any such Derivative Works as a whole, provided
    -    Your use,\n   reproduction, and distribution of the Work otherwise complies with\n
    -    \  the conditions stated in this License.\n\n5. Submission of Contributions. Unless
    -    You explicitly state otherwise,\n   any Contribution intentionally submitted for
    -    inclusion in the Work\n   by You to the Licensor shall be under the terms and
    -    conditions of\n   this License, without any additional terms or conditions.\n
    -    \  Notwithstanding the above, nothing herein shall supersede or modify\n   the
    -    terms of any separate license agreement you may have executed\n   with Licensor
    -    regarding such Contributions.\n\n6. Trademarks. This License does not grant permission
    -    to use the trade\n   names, trademarks, service marks, or product names of the
    -    Licensor,\n   except as required for reasonable and customary use in describing
    -    the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7.
    -    Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in
    -    writing, Licensor provides the Work (and each\n   Contributor provides its Contributions)
    -    on an "AS IS" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
    -    either express or\n   implied, including, without limitation, any warranties or
    -    conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n
    -    \  PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness
    -    of using or redistributing the Work and assume any\n   risks associated with Your
    -    exercise of permissions under this License.\n\n8. Limitation of Liability. In
    -    no event and under no legal theory,\n   whether in tort (including negligence),
    -    contract, or otherwise,\n   unless required by applicable law (such as deliberate
    -    and grossly\n   negligent acts) or agreed to in writing, shall any Contributor
    -    be\n   liable to You for damages, including any direct, indirect, special,\n   incidental,
    -    or consequential damages of any character arising as a\n   result of this License
    -    or out of the use or inability to use the\n   Work (including but not limited
    -    to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction,
    -    or any and all\n   other commercial damages or losses), even if such Contributor\n
    -    \  has been advised of the possibility of such damages.\n\n9. Accepting Warranty
    -    or Additional Liability. While redistributing\n   the Work or Derivative Works
    -    thereof, You may choose to offer,\n   and charge a fee for, acceptance of support,
    -    warranty, indemnity,\n   or other liability obligations and/or rights consistent
    -    with this\n   License. However, in accepting such obligations, You may act only\n
    -    \  on Your own behalf and on Your sole responsibility, not on behalf\n   of any
    -    other Contributor, and only if You agree to indemnify,\n   defend, and hold each
    -    Contributor harmless for any liability\n   incurred by, or claims asserted against,
    -    such Contributor by reason\n   of your accepting any such warranty or additional
    -    liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache
    -    License to your work.\n\n   To apply the Apache License to your work, attach the
    -    following\n   boilerplate notice, with the fields enclosed by brackets "[]"\n
    -    \  replaced with your own identifying information. (Don't include\n   the
    -    brackets!)  The text should be enclosed in the appropriate\n   comment syntax
    -    for the file format. We also recommend that a\n   file or class name and description
    -    of purpose be included on the\n   same "printed page" as the copyright
    -    notice for easier\n   identification within third-party archives.\n\nCopyright
    -    [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version
    -    2.0 (the "License");\nyou may not use this file except in compliance
    -    with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless
    -    required by applicable law or agreed to in writing, software\ndistributed under
    -    the License is distributed on an "AS IS" BASIS,\nWITHOUT WARRANTIES
    -    OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the
    -    specific language governing permissions and\nlimitations under the License.\n
    \n - \
  • \n
  • \n

    Apache - License 2.0

    \n

    Used by:

    \n
      \n - \
    • itoa\n 1.0.15
    • \n
    • libc\n - \ 0.2.174
    • \n
    • line-index\n - \ 0.1.2
    • \n
    • paste\n 1.0.15
    • \n - \
    • prettyplease\n 0.2.36
    • \n
    • proc-macro2\n - \ 1.0.95
    • \n
    • quote\n 1.0.40
    • \n - \
    • r-efi\n 5.3.0
    • \n
    • rustc-hash\n - \ 2.1.1
    • \n
    • ryu\n 1.0.20
    • \n - \
    • serde\n 1.0.228
    • \n
    • serde_core\n - \ 1.0.228
    • \n
    • serde_derive\n 1.0.228
    • \n - \
    • serde_json\n 1.0.141
    • \n
    • serde_yaml\n - \ 0.9.34+deprecated
    • \n
    • shlex\n - \ 1.3.0
    • \n
    • syn\n 2.0.104
    • \n - \
    • unicode-ident\n 1.0.18
    • \n
    • utf8parse\n - \ 0.2.2
    • \n
    • wit-bindgen-rt\n 0.39.0
    • \n - \
    \n
    Apache License\nVersion
    -    2.0, January 2004\nhttp://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR
    -    USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n"License"
    -    shall mean the terms and conditions for use, reproduction, and distribution as
    -    defined by Sections 1 through 9 of this document.\n\n"Licensor" shall
    -    mean the copyright owner or entity authorized by the copyright owner that is granting
    -    the License.\n\n"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.\n\n"You"
    -    (or "Your") shall mean an individual or Legal Entity exercising permissions
    -    granted by this License.\n\n"Source" form shall mean the preferred form
    -    for making modifications, including but not limited to software source code, documentation
    -    source, and configuration files.\n\n"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.\n\n"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).\n\n"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.\n\n"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."\n\n"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.\n\n2.
    -    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.\n\n3. 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.\n\n4. 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:\n\n
    -    \    (a) You must give any other recipients of the Work or Derivative Works a
    -    copy of this License; and\n\n     (b) You must cause any modified files to carry
    -    prominent notices stating that You changed the files; and\n\n     (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\n\n
    -    \    (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.\n\n     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.\n\n5. 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.\n\n6. 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.\n\n7. 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.\n\n8. 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.\n\n9. 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.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache
    -    License to your work.\n\nTo 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.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed
    -    under the Apache License, Version 2.0 (the "License");\nyou may not
    -    use this file except in compliance with the License.\nYou may obtain a copy of
    -    the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required
    -    by applicable law or agreed to in writing, software\ndistributed under the License
    -    is distributed on an "AS IS" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS
    -    OF ANY KIND, either express or implied.\nSee the License for the specific language
    -    governing permissions and\nlimitations under the License.\n
    \n
  • \n - \
  • \n

    BSD - 2-Clause "Simplified" License

    \n

    Used by:

    \n - \
      \n
    • ruby-rbs-sys\n 0.3.0
    • \n - \
    • ruby-rbs\n 0.3.0
    • \n
    \n - \
    Copyright (c) <year> <owner>
    -    \n\nRedistribution and use in source and binary forms, with or without modification,
    -    are permitted provided that the following conditions are met:\n\n1. Redistributions
    -    of source code must retain the above copyright notice, this list of conditions
    -    and the following disclaimer.\n\n2. 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.\n\nTHIS
    -    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.\n
    \n
  • \n
  • \n

    BSD 3-Clause "New" - or "Revised" License

    \n

    Used by:

    \n
      \n
    • bindgen\n 0.72.1
    • \n - \
    \n
    BSD 3-Clause
    -    License\n\nCopyright (c) 2013, Jyun-Yan You\nAll rights reserved.\n\nRedistribution
    -    and use in source and binary forms, with or without\nmodification, are permitted
    -    provided that the following conditions are met:\n\n* Redistributions of source
    -    code must retain the above copyright notice, this\n  list of conditions and the
    -    following disclaimer.\n\n* Redistributions in binary form must reproduce the above
    -    copyright notice,\n  this list of conditions and the following disclaimer in the
    -    documentation\n  and/or other materials provided with the distribution.\n\n* Neither
    -    the name of the copyright holder nor the names of its\n  contributors may be used
    -    to endorse or promote products derived from\n  this software without specific
    -    prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS
    -    AND CONTRIBUTORS "AS IS"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
    -    BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    -    A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
    -    CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
    -    OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
    -    GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED
    -    AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT
    -    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS
    -    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n
    \n
  • \n - \
  • \n

    Boost Software - License 1.0

    \n

    Used by:

    \n
      \n - \
    • xxhash-rust\n 0.8.15
    • \n
    \n - \
    Boost Software License - Version 1.0
    -    - August 17th, 2003\n\nPermission is hereby granted, free of charge, to any person
    -    or organization\nobtaining a copy of the software and accompanying documentation
    -    covered by\nthis license (the "Software") to use, reproduce, display,
    -    distribute,\nexecute, and transmit the Software, and to prepare derivative works
    -    of the\nSoftware, and to permit third-parties to whom the Software is furnished
    -    to\ndo so, all subject to the following:\n\nThe copyright notices in the Software
    -    and this entire statement, including\nthe above license grant, this restriction
    -    and the following disclaimer,\nmust be included in all copies of the Software,
    -    in whole or in part, and\nall derivative works of the Software, unless such copies
    -    or derivative\nworks are solely in the form of machine-executable object code
    -    generated by\na source language processor.\n\nTHE SOFTWARE IS PROVIDED "AS
    -    IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT
    -    LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE,
    -    TITLE AND NON-INFRINGEMENT. IN NO EVENT\nSHALL THE COPYRIGHT HOLDERS OR ANYONE
    -    DISTRIBUTING THE SOFTWARE BE LIABLE\nFOR ANY DAMAGES OR OTHER LIABILITY, WHETHER
    -    IN CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE
    -    SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.\n
    \n
  • \n - \
  • \n

    ISC License

    \n - \

    Used by:

    \n
      \n - \
    • libloading\n 0.8.8
    • \n
    \n - \
    Copyright © 2015, Simonas Kazlauskas\n\nPermission
    -    to use, copy, modify, and/or distribute this software for any purpose with or
    -    without\nfee is hereby granted, provided that the above copyright notice and this
    -    permission notice appear\nin all copies.\n\nTHE SOFTWARE IS PROVIDED "AS
    -    IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\nSOFTWARE
    -    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
    -    THE\nAUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
    -    OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
    -    IN AN ACTION OF CONTRACT,\nNEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
    -    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\nTHIS SOFTWARE.\n
    \n
  • \n - \
  • \n

    MIT License

    \n - \

    Used by:

    \n
      \n - \
    • nom\n 7.1.3
    • \n
    \n
    Copyright (c) 2014-2019 Geoffroy Couprie\n\nPermission
    -    is hereby granted, free of charge, to any person obtaining\na copy of this software
    -    and associated documentation files (the\n"Software"), to deal in the
    -    Software without restriction, including\nwithout limitation the rights to use,
    -    copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the
    -    Software, and to\npermit persons to whom the Software is furnished to do so, subject
    -    to\nthe following conditions:\n\nThe above copyright notice and this permission
    -    notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE
    -    SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS
    -    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS
    -    FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
    -    COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
    -    IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH
    -    THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n
    \n
  • \n - \
  • \n

    MIT License

    \n - \

    Used by:

    \n
      \n - \
    • float-cmp\n 0.10.0
    • \n
    \n - \
    Copyright (c) 2014-2020 Optimal Computing
    -    (NZ) Ltd\n\nPermission is hereby granted, free of charge, to any person obtaining
    -    a copy of\nthis software and associated documentation files (the "Software"),
    -    to deal in\nthe Software without restriction, including without limitation the
    -    rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell
    -    copies\nof the Software, and to permit persons to whom the Software is furnished
    -    to do\nso, subject to the following conditions:\n\nThe above copyright notice
    -    and this permission notice shall be included in all\ncopies or substantial portions
    -    of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY
    -    OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
    -    OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
    -    NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
    -    OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM,
    -    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\nIN THE
    -    SOFTWARE.\n
    \n
  • \n
  • \n

    MIT License

    \n

    Used by:

    \n
      \n
    • termtree\n 0.5.1
    • \n - \
    \n
    Copyright (c)
    -    Individual contributors\n\nPermission is hereby granted, free of charge, to any
    -    person obtaining a copy\nof this software and associated documentation files (the
    -    "Software"), to deal\nin the Software without restriction, including
    -    without limitation the rights\nto use, copy, modify, merge, publish, distribute,
    -    sublicense, and/or sell\ncopies of the Software, and to permit persons to whom
    -    the Software is\nfurnished to do so, subject to the following conditions:\n\nThe
    -    above copyright notice and this permission notice shall be included in all\ncopies
    -    or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS
    -    IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT
    -    LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE
    -    AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE
    -    FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    -    TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR
    -    THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n
    \n
  • \n
  • \n

    MIT License

    \n

    Used - by:

    \n
      \n
    • synstructure\n - \ 0.13.2
    • \n
    \n
    Copyright 2016 Nika Layzell\n\nPermission 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:\n\nThe
    -    above copyright notice and this permission notice shall be included in all copies
    -    or substantial portions of the Software.\n\nTHE 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.\n
    \n
  • \n
  • \n

    MIT License

    \n

    Used - by:

    \n
      \n
    • ruby-prism-sys\n - \ 1.9.0
    • \n
    • ruby-prism\n 1.9.0
    • \n - \
    \n
    Copyright 2022-present,
    -    Shopify Inc.\n\nPermission 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:\n\nThe above copyright notice and
    -    this permission notice shall be included in all copies or substantial portions
    -    of the Software.\n\nTHE 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.\n
    \n
  • \n
  • \n

    MIT License

    \n

    Used by:

    \n
      \n
    • doc-comment\n 0.3.3
    • \n - \
    \n
    MIT License\n\nCopyright
    -    (c) 2018 Guillaume Gomez\n\nPermission is hereby granted, free of charge, to any
    -    person obtaining a copy\nof this software and associated documentation files (the
    -    "Software"), to deal\nin the Software without restriction, including
    -    without limitation the rights\nto use, copy, modify, merge, publish, distribute,
    -    sublicense, and/or sell\ncopies of the Software, and to permit persons to whom
    -    the Software is\nfurnished to do so, subject to the following conditions:\n\nThe
    -    above copyright notice and this permission notice shall be included in all\ncopies
    -    or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS
    -    IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT
    -    LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE
    -    AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE
    -    FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    -    TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR
    -    THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n
    \n
  • \n
  • \n

    MIT License

    \n

    Used - by:

    \n
      \n
    • rubydex\n - \ 0.2.6
    • \n
    • rubydex-sys\n 0.2.6
    • \n - \
    • difflib\n 0.4.0
    • \n
    \n - \
    MIT License\n\nCopyright (c) <year>
    -    <copyright holders>\n\nPermission is hereby granted, free of charge, to
    -    any person obtaining a copy of this software and\nassociated documentation files
    -    (the "Software"), to deal in the Software without restriction, including\nwithout
    -    limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
    -    and/or sell\ncopies of the Software, and to permit persons to whom the Software
    -    is furnished to do so, subject to the\nfollowing conditions:\n\nThe above copyright
    -    notice and this permission notice shall be included in all copies or substantial\nportions
    -    of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY
    -    OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT\nLIMITED TO THE WARRANTIES
    -    OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO\nEVENT
    -    SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    -    LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    -    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE
    -    SOFTWARE.\n
    \n
  • \n
  • \n

    MIT License

    \n

    Used by:

    \n
      \n
    • unsafe-libyaml\n 0.2.11
    • \n - \
    \n
    Permission
    -    is hereby granted, free of charge, to any\nperson obtaining a copy of this software
    -    and associated\ndocumentation files (the "Software"), to deal in the\nSoftware
    -    without restriction, including without\nlimitation the rights to use, copy, modify,
    -    merge,\npublish, distribute, sublicense, and/or sell copies of\nthe Software,
    -    and to permit persons to whom the Software\nis furnished to do so, subject to
    -    the following\nconditions:\n\nThe above copyright notice and this permission notice\nshall
    -    be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE
    -    IS PROVIDED "AS IS", WITHOUT WARRANTY OF\nANY KIND, EXPRESS OR IMPLIED,
    -    INCLUDING BUT NOT LIMITED\nTO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\nPARTICULAR
    -    PURPOSE AND NONINFRINGEMENT. IN NO EVENT\nSHALL THE AUTHORS OR COPYRIGHT HOLDERS
    -    BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF
    -    CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE
    -    OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.\n
    \n
  • \n
  • \n

    MIT License

    \n

    Used - by:

    \n
      \n
    • winnow\n - \ 0.7.12
    • \n
    • winnow\n 1.0.3
    • \n - \
    \n
    Permission
    -    is hereby granted, free of charge, to any person obtaining\na copy of this software
    -    and associated documentation files (the\n"Software"), to deal in the
    -    Software without restriction, including\nwithout limitation the rights to use,
    -    copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the
    -    Software, and to\npermit persons to whom the Software is furnished to do so, subject
    -    to\nthe following conditions:\n\nThe above copyright notice and this permission
    -    notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE
    -    SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS
    -    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS
    -    FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
    -    COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
    -    IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH
    -    THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n
    \n
  • \n - \
  • \n

    MIT License

    \n - \

    Used by:

    \n
      \n - \
    • aho-corasick\n 1.1.3
    • \n
    • memchr\n - \ 2.7.5
    • \n
    \n
    The MIT License (MIT)\n\nCopyright (c) 2015 Andrew Gallant\n\nPermission
    -    is hereby granted, free of charge, to any person obtaining a copy\nof this software
    -    and associated documentation files (the "Software"), to deal\nin the
    -    Software without restriction, including without limitation the rights\nto use,
    -    copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the
    -    Software, and to permit persons to whom the Software is\nfurnished to do so, subject
    -    to the following conditions:\n\nThe above copyright notice and this permission
    -    notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE
    -    SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
    -    OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS
    -    FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR
    -    COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER
    -    IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION
    -    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n
    \n
  • \n - \
  • \n

    MIT License

    \n - \

    Used by:

    \n
      \n - \
    • strsim\n 0.11.1
    • \n
    \n - \
    The MIT License (MIT)\n\nCopyright
    -    (c) 2015 Danny Guo\nCopyright (c) 2016 Titus Wormer <tituswormer@gmail.com>\nCopyright
    -    (c) 2018 Akash Kurdekar\n\nPermission is hereby granted, free of charge, to any
    -    person obtaining a copy\nof this software and associated documentation files (the
    -    "Software"), to deal\nin the Software without restriction, including
    -    without limitation the rights\nto use, copy, modify, merge, publish, distribute,
    -    sublicense, and/or sell\ncopies of the Software, and to permit persons to whom
    -    the Software is\nfurnished to do so, subject to the following conditions:\n\nThe
    -    above copyright notice and this permission notice shall be included in all\ncopies
    -    or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS
    -    IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT
    -    LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE
    -    AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE
    -    FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    -    TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR
    -    THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n
    \n
  • \n
  • \n

    Mozilla Public License - 2.0

    \n

    Used by:

    \n
      \n - \
    • cbindgen\n 0.29.0
    • \n
    \n - \
    Mozilla Public License Version 2.0\n==================================\n\n1.
    -    Definitions\n--------------\n\n1.1. "Contributor"\n    means each individual
    -    or legal entity that creates, contributes to\n    the creation of, or owns Covered
    -    Software.\n\n1.2. "Contributor Version"\n    means the combination of
    -    the Contributions of others (if any) used\n    by a Contributor and that particular
    -    Contributor's Contribution.\n\n1.3. "Contribution"\n    means Covered
    -    Software of a particular Contributor.\n\n1.4. "Covered Software"\n    means
    -    Source Code Form to which the initial Contributor has attached\n    the notice
    -    in Exhibit A, the Executable Form of such Source Code\n    Form, and Modifications
    -    of such Source Code Form, in each case\n    including portions thereof.\n\n1.5.
    -    "Incompatible With Secondary Licenses"\n    means\n\n    (a) that the
    -    initial Contributor has attached the notice described\n        in Exhibit B to
    -    the Covered Software; or\n\n    (b) that the Covered Software was made available
    -    under the terms of\n        version 1.1 or earlier of the License, but not also
    -    under the\n        terms of a Secondary License.\n\n1.6. "Executable Form"\n
    -    \   means any form of the work other than Source Code Form.\n\n1.7. "Larger
    -    Work"\n    means a work that combines Covered Software with other material,
    -    in\n    a separate file or files, that is not Covered Software.\n\n1.8. "License"\n
    -    \   means this document.\n\n1.9. "Licensable"\n    means having the
    -    right to grant, to the maximum extent possible,\n    whether at the time of the
    -    initial grant or subsequently, any and\n    all of the rights conveyed by this
    -    License.\n\n1.10. "Modifications"\n    means any of the following:\n\n
    -    \   (a) any file in Source Code Form that results from an addition to,\n        deletion
    -    from, or modification of the contents of Covered\n        Software; or\n\n    (b)
    -    any new file in Source Code Form that contains any Covered\n        Software.\n\n1.11.
    -    "Patent Claims" of a Contributor\n    means any patent claim(s), including
    -    without limitation, method,\n    process, and apparatus claims, in any patent
    -    Licensable by such\n    Contributor that would be infringed, but for the grant
    -    of the\n    License, by the making, using, selling, offering for sale, having\n
    -    \   made, import, or transfer of either its Contributions or its\n    Contributor
    -    Version.\n\n1.12. "Secondary License"\n    means either the GNU General
    -    Public License, Version 2.0, the GNU\n    Lesser General Public License, Version
    -    2.1, the GNU Affero General\n    Public License, Version 3.0, or any later versions
    -    of those\n    licenses.\n\n1.13. "Source Code Form"\n    means the form
    -    of the work preferred for making modifications.\n\n1.14. "You" (or "Your")\n
    -    \   means an individual or a legal entity exercising rights under this\n    License.
    -    For legal entities, "You" includes any entity that\n    controls, is
    -    controlled by, or is under common control with You. For\n    purposes of this
    -    definition, "control" means (a) the power, direct\n    or indirect,
    -    to cause the direction or management of such entity,\n    whether by contract
    -    or otherwise, or (b) ownership of more than\n    fifty percent (50%) of the outstanding
    -    shares or beneficial\n    ownership of such entity.\n\n2. License Grants and Conditions\n--------------------------------\n\n2.1.
    -    Grants\n\nEach Contributor hereby grants You a world-wide, royalty-free,\nnon-exclusive
    -    license:\n\n(a) under intellectual property rights (other than patent or trademark)\n
    -    \   Licensable by such Contributor to use, reproduce, make available,\n    modify,
    -    display, perform, distribute, and otherwise exploit its\n    Contributions, either
    -    on an unmodified basis, with Modifications, or\n    as part of a Larger Work;
    -    and\n\n(b) under Patent Claims of such Contributor to make, use, sell, offer\n
    -    \   for sale, have made, import, and otherwise transfer either its\n    Contributions
    -    or its Contributor Version.\n\n2.2. Effective Date\n\nThe licenses granted in
    -    Section 2.1 with respect to any Contribution\nbecome effective for each Contribution
    -    on the date the Contributor first\ndistributes such Contribution.\n\n2.3. Limitations
    -    on Grant Scope\n\nThe licenses granted in this Section 2 are the only rights granted
    -    under\nthis License. No additional rights or licenses will be implied from the\ndistribution
    -    or licensing of Covered Software under this License.\nNotwithstanding Section
    -    2.1(b) above, no patent license is granted by a\nContributor:\n\n(a) for any code
    -    that a Contributor has removed from Covered Software;\n    or\n\n(b) for infringements
    -    caused by: (i) Your and any other third party's\n    modifications of Covered
    -    Software, or (ii) the combination of its\n    Contributions with other software
    -    (except as part of its Contributor\n    Version); or\n\n(c) under Patent Claims
    -    infringed by Covered Software in the absence of\n    its Contributions.\n\nThis
    -    License does not grant any rights in the trademarks, service marks,\nor logos
    -    of any Contributor (except as may be necessary to comply with\nthe notice requirements
    -    in Section 3.4).\n\n2.4. Subsequent Licenses\n\nNo Contributor makes additional
    -    grants as a result of Your choice to\ndistribute the Covered Software under a
    -    subsequent version of this\nLicense (see Section 10.2) or under the terms of a
    -    Secondary License (if\npermitted under the terms of Section 3.3).\n\n2.5. Representation\n\nEach
    -    Contributor represents that the Contributor believes its\nContributions are its
    -    original creation(s) or it has sufficient rights\nto grant the rights to its Contributions
    -    conveyed by this License.\n\n2.6. Fair Use\n\nThis License is not intended to
    -    limit any rights You have under\napplicable copyright doctrines of fair use, fair
    -    dealing, or other\nequivalents.\n\n2.7. Conditions\n\nSections 3.1, 3.2, 3.3,
    -    and 3.4 are conditions of the licenses granted\nin Section 2.1.\n\n3. Responsibilities\n-------------------\n\n3.1.
    -    Distribution of Source Form\n\nAll distribution of Covered Software in Source
    -    Code Form, including any\nModifications that You create or to which You contribute,
    -    must be under\nthe terms of this License. You must inform recipients that the
    -    Source\nCode Form of the Covered Software is governed by the terms of this\nLicense,
    -    and how they can obtain a copy of this License. You may not\nattempt to alter
    -    or restrict the recipients' rights in the Source Code\nForm.\n\n3.2. Distribution
    -    of Executable Form\n\nIf You distribute Covered Software in Executable Form then:\n\n(a)
    -    such Covered Software must also be made available in Source Code\n    Form, as
    -    described in Section 3.1, and You must inform recipients of\n    the Executable
    -    Form how they can obtain a copy of such Source Code\n    Form by reasonable means
    -    in a timely manner, at a charge no more\n    than the cost of distribution to
    -    the recipient; and\n\n(b) You may distribute such Executable Form under the terms
    -    of this\n    License, or sublicense it under different terms, provided that the\n
    -    \   license for the Executable Form does not attempt to limit or alter\n    the
    -    recipients' rights in the Source Code Form under this License.\n\n3.3. Distribution
    -    of a Larger Work\n\nYou may create and distribute a Larger Work under terms of
    -    Your choice,\nprovided that You also comply with the requirements of this License
    -    for\nthe Covered Software. If the Larger Work is a combination of Covered\nSoftware
    -    with a work governed by one or more Secondary Licenses, and the\nCovered Software
    -    is not Incompatible With Secondary Licenses, this\nLicense permits You to additionally
    -    distribute such Covered Software\nunder the terms of such Secondary License(s),
    -    so that the recipient of\nthe Larger Work may, at their option, further distribute
    -    the Covered\nSoftware under the terms of either this License or such Secondary\nLicense(s).\n\n3.4.
    -    Notices\n\nYou may not remove or alter the substance of any license notices\n(including
    -    copyright notices, patent notices, disclaimers of warranty,\nor limitations of
    -    liability) contained within the Source Code Form of\nthe Covered Software, except
    -    that You may alter any license notices to\nthe extent required to remedy known
    -    factual inaccuracies.\n\n3.5. Application of Additional Terms\n\nYou may choose
    -    to offer, and to charge a fee for, warranty, support,\nindemnity or liability
    -    obligations to one or more recipients of Covered\nSoftware. However, You may do
    -    so only on Your own behalf, and not on\nbehalf of any Contributor. You must make
    -    it absolutely clear that any\nsuch warranty, support, indemnity, or liability
    -    obligation is offered by\nYou alone, and You hereby agree to indemnify every Contributor
    -    for any\nliability incurred by such Contributor as a result of warranty, support,\nindemnity
    -    or liability terms You offer. You may include additional\ndisclaimers of warranty
    -    and limitations of liability specific to any\njurisdiction.\n\n4. Inability to
    -    Comply Due to Statute or Regulation\n---------------------------------------------------\n\nIf
    -    it is impossible for You to comply with any of the terms of this\nLicense with
    -    respect to some or all of the Covered Software due to\nstatute, judicial order,
    -    or regulation then You must: (a) comply with\nthe terms of this License to the
    -    maximum extent possible; and (b)\ndescribe the limitations and the code they affect.
    -    Such description must\nbe placed in a text file included with all distributions
    -    of the Covered\nSoftware under this License. Except to the extent prohibited by
    -    statute\nor regulation, such description must be sufficiently detailed for a\nrecipient
    -    of ordinary skill to be able to understand it.\n\n5. Termination\n--------------\n\n5.1.
    -    The rights granted under this License will terminate automatically\nif You fail
    -    to comply with any of its terms. However, if You become\ncompliant, then the rights
    -    granted under this License from a particular\nContributor are reinstated (a) provisionally,
    -    unless and until such\nContributor explicitly and finally terminates Your grants,
    -    and (b) on an\nongoing basis, if such Contributor fails to notify You of the\nnon-compliance
    -    by some reasonable means prior to 60 days after You have\ncome back into compliance.
    -    Moreover, Your grants from a particular\nContributor are reinstated on an ongoing
    -    basis if such Contributor\nnotifies You of the non-compliance by some reasonable
    -    means, this is the\nfirst time You have received notice of non-compliance with
    -    this License\nfrom such Contributor, and You become compliant prior to 30 days
    -    after\nYour receipt of the notice.\n\n5.2. If You initiate litigation against
    -    any entity by asserting a patent\ninfringement claim (excluding declaratory judgment
    -    actions,\ncounter-claims, and cross-claims) alleging that a Contributor Version\ndirectly
    -    or indirectly infringes any patent, then the rights granted to\nYou by any and
    -    all Contributors for the Covered Software under Section\n2.1 of this License shall
    -    terminate.\n\n5.3. In the event of termination under Sections 5.1 or 5.2 above,
    -    all\nend user license agreements (excluding distributors and resellers) which\nhave
    -    been validly granted by You or Your distributors under this License\nprior to
    -    termination shall survive termination.\n\n************************************************************************\n*
    -    \                                                                     *\n*  6.
    -    Disclaimer of Warranty                                           *\n*  -------------------------
    -    \                                          *\n*                                                                      *\n*
    -    \ Covered Software is provided under this License on an "as is"       *\n*
    -    \ basis, without warranty of any kind, either expressed, implied, or  *\n*  statutory,
    -    including, without limitation, warranties that the       *\n*  Covered Software
    -    is free of defects, merchantable, fit for a        *\n*  particular purpose or
    -    non-infringing. The entire risk as to the     *\n*  quality and performance of
    -    the Covered Software is with You.        *\n*  Should any Covered Software prove
    -    defective in any respect, You     *\n*  (not any Contributor) assume the cost
    -    of any necessary servicing,   *\n*  repair, or correction. This disclaimer of
    -    warranty constitutes an   *\n*  essential part of this License. No use of any
    -    Covered Software is   *\n*  authorized under this License except under this disclaimer.
    -    \        *\n*                                                                      *\n************************************************************************\n\n************************************************************************\n*
    -    \                                                                     *\n*  7.
    -    Limitation of Liability                                          *\n*  --------------------------
    -    \                                         *\n*                                                                      *\n*
    -    \ Under no circumstances and under no legal theory, whether tort      *\n*  (including
    -    negligence), contract, or otherwise, shall any           *\n*  Contributor, or
    -    anyone who distributes Covered Software as          *\n*  permitted above, be
    -    liable to You for any direct, indirect,         *\n*  special, incidental, or
    -    consequential damages of any character      *\n*  including, without limitation,
    -    damages for lost profits, loss of    *\n*  goodwill, work stoppage, computer failure
    -    or malfunction, or any    *\n*  and all other commercial damages or losses, even
    -    if such party      *\n*  shall have been informed of the possibility of such damages.
    -    This   *\n*  limitation of liability shall not apply to liability for death or
    -    \  *\n*  personal injury resulting from such party's negligence to the       *\n*
    -    \ extent applicable law prohibits such limitation. Some               *\n*  jurisdictions
    -    do not allow the exclusion or limitation of           *\n*  incidental or consequential
    -    damages, so this exclusion and          *\n*  limitation may not apply to You.
    -    \                                   *\n*                                                                      *\n************************************************************************\n\n8.
    -    Litigation\n-------------\n\nAny litigation relating to this License may be brought
    -    only in the\ncourts of a jurisdiction where the defendant maintains its principal\nplace
    -    of business and such litigation shall be governed by laws of that\njurisdiction,
    -    without reference to its conflict-of-law provisions.\nNothing in this Section
    -    shall prevent a party's ability to bring\ncross-claims or counter-claims.\n\n9.
    -    Miscellaneous\n----------------\n\nThis License represents the complete agreement
    -    concerning the subject\nmatter hereof. If any provision of this License is held
    -    to be\nunenforceable, such provision shall be reformed only to the extent\nnecessary
    -    to make it enforceable. Any law or regulation which provides\nthat the language
    -    of a contract shall be construed against the drafter\nshall not be used to construe
    -    this License against a Contributor.\n\n10. Versions of the License\n---------------------------\n\n10.1.
    -    New Versions\n\nMozilla Foundation is the license steward. Except as provided
    -    in Section\n10.3, no one other than the license steward has the right to modify
    -    or\npublish new versions of this License. Each version will be given a\ndistinguishing
    -    version number.\n\n10.2. Effect of New Versions\n\nYou may distribute the Covered
    -    Software under the terms of the version\nof the License under which You originally
    -    received the Covered Software,\nor under the terms of any subsequent version published
    -    by the license\nsteward.\n\n10.3. Modified Versions\n\nIf you create software
    -    not governed by this License, and you want to\ncreate a new license for such software,
    -    you may create and use a\nmodified version of this License if you rename the license
    -    and remove\nany references to the name of the license steward (except to note
    -    that\nsuch modified license differs from this License).\n\n10.4. Distributing
    -    Source Code Form that is Incompatible With Secondary\nLicenses\n\nIf You choose
    -    to distribute Source Code Form that is Incompatible With\nSecondary Licenses under
    -    the terms of this version of the License, the\nnotice described in Exhibit B of
    -    this License must be attached.\n\nExhibit A - Source Code Form License Notice\n-------------------------------------------\n\n
    -    \ This Source Code Form is subject to the terms of the Mozilla Public\n  License,
    -    v. 2.0. If a copy of the MPL was not distributed with this\n  file, You can obtain
    -    one at http://mozilla.org/MPL/2.0/.\n\nIf it is not possible or desirable to put
    -    the notice in a particular\nfile, then You may include the notice in a location
    -    (such as a LICENSE\nfile in a relevant directory) where a recipient would be likely
    -    to look\nfor such a notice.\n\nYou may add additional accurate notices of copyright
    -    ownership.\n\nExhibit B - "Incompatible With Secondary Licenses" Notice\n---------------------------------------------------------\n\n
    -    \ This Source Code Form is "Incompatible With Secondary Licenses", as\n
    -    \ defined by the Mozilla Public License, v. 2.0.\n
    \n
  • \n - \
  • \n

    Unicode - License v3

    \n

    Used by:

    \n
      \n - \
    • unicode-ident\n 1.0.18
    • \n
    \n - \
    UNICODE LICENSE V3\n\nCOPYRIGHT AND
    -    PERMISSION NOTICE\n\nCopyright © 1991-2023 Unicode, Inc.\n\nNOTICE TO USER: Carefully
    -    read the following legal agreement. BY\nDOWNLOADING, INSTALLING, COPYING OR OTHERWISE
    -    USING DATA FILES, AND/OR\nSOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE
    -    BOUND BY, ALL OF THE\nTERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE,
    -    DO NOT\nDOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.\n\nPermission
    -    is hereby granted, free of charge, to any person obtaining a\ncopy of data files
    -    and any associated documentation (the "Data Files") or\nsoftware and
    -    any associated documentation (the "Software") to deal in the\nData Files
    -    or Software without restriction, including without limitation\nthe rights to use,
    -    copy, modify, merge, publish, distribute, and/or sell\ncopies of the Data Files
    -    or Software, and to permit persons to whom the\nData Files or Software are furnished
    -    to do so, provided that either (a)\nthis copyright and permission notice appear
    -    with all copies of the Data\nFiles or Software, or (b) this copyright and permission
    -    notice appear in\nassociated Documentation.\n\nTHE DATA FILES AND SOFTWARE ARE
    -    PROVIDED "AS IS", WITHOUT WARRANTY OF ANY\nKIND, EXPRESS OR IMPLIED,
    -    INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A
    -    PARTICULAR PURPOSE AND NONINFRINGEMENT OF\nTHIRD PARTY RIGHTS.\n\nIN NO EVENT
    -    SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE\nBE LIABLE FOR ANY
    -    CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,\nOR ANY DAMAGES WHATSOEVER
    -    RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT,
    -    NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE
    -    USE OR PERFORMANCE OF THE DATA\nFILES OR SOFTWARE.\n\nExcept as contained in this
    -    notice, the name of a copyright holder shall\nnot be used in advertising or otherwise
    -    to promote the sale, use or other\ndealings in these Data Files or Software without
    -    prior written\nauthorization of the copyright holder.\n
    \n
  • \n - \
  • \n

    Unicode - License v3

    \n

    Used by:

    \n
      \n - \
    • icu_collections\n 2.0.0
    • \n
    • icu_locale_core\n - \ 2.0.0
    • \n
    • icu_normalizer\n 2.0.0
    • \n - \
    • icu_normalizer_data\n 2.0.0
    • \n
    • icu_properties\n - \ 2.0.1
    • \n
    • icu_properties_data\n 2.0.1
    • \n - \
    • icu_provider\n 2.0.0
    • \n
    • litemap\n - \ 0.8.0
    • \n
    • potential_utf\n 0.1.2
    • \n - \
    • tinystr\n 0.8.1
    • \n
    • writeable\n - \ 0.6.1
    • \n
    • yoke-derive\n 0.8.0
    • \n - \
    • yoke\n 0.8.0
    • \n
    • zerofrom-derive\n - \ 0.1.6
    • \n
    • zerofrom\n 0.1.6
    • \n - \
    • zerotrie\n 0.2.2
    • \n
    • zerovec-derive\n - \ 0.11.1
    • \n
    • zerovec\n 0.11.2
    • \n - \
    \n
    UNICODE LICENSE
    -    V3\n\nCOPYRIGHT AND PERMISSION NOTICE\n\nCopyright © 2020-2024 Unicode, Inc.\n\nNOTICE
    -    TO USER: Carefully read the following legal agreement. BY\nDOWNLOADING, INSTALLING,
    -    COPYING OR OTHERWISE USING DATA FILES, AND/OR\nSOFTWARE, YOU UNEQUIVOCALLY ACCEPT,
    -    AND AGREE TO BE BOUND BY, ALL OF THE\nTERMS AND CONDITIONS OF THIS AGREEMENT.
    -    IF YOU DO NOT AGREE, DO NOT\nDOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA
    -    FILES OR SOFTWARE.\n\nPermission is hereby granted, free of charge, to any person
    -    obtaining a\ncopy of data files and any associated documentation (the "Data
    -    Files") or\nsoftware and any associated documentation (the "Software")
    -    to deal in the\nData Files or Software without restriction, including without
    -    limitation\nthe rights to use, copy, modify, merge, publish, distribute, and/or
    -    sell\ncopies of the Data Files or Software, and to permit persons to whom the\nData
    -    Files or Software are furnished to do so, provided that either (a)\nthis copyright
    -    and permission notice appear with all copies of the Data\nFiles or Software, or
    -    (b) this copyright and permission notice appear in\nassociated Documentation.\n\nTHE
    -    DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY\nKIND,
    -    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY,
    -    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF\nTHIRD PARTY RIGHTS.\n\nIN
    -    NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE\nBE LIABLE
    -    FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,\nOR ANY DAMAGES
    -    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION
    -    OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION
    -    WITH THE USE OR PERFORMANCE OF THE DATA\nFILES OR SOFTWARE.\n\nExcept as contained
    -    in this notice, the name of a copyright holder shall\nnot be used in advertising
    -    or otherwise to promote the sale, use or other\ndealings in these Data Files or
    -    Software without prior written\nauthorization of the copyright holder.\n\nSPDX-License-Identifier:
    -    Unicode-3.0\n\n—\n\nPortions of ICU4X may have been adapted from ICU4C and/or
    -    ICU4J.\nICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation
    -    and others.\n
    \n
  • \n
  • \n

    MinGW-w64 toolchain and related libraries for Windows - precompiled builds

    \n

    Used by:

    \n
      \n
    • libgcc (with GCC Runtime Library - Exception), mingw-w64 runtime, winpthreads
    • \n
    \n
    \n            The following 3rd-party software packages
    -    may be used by or distributed with Rubydex on Windows. Any information\n            relevant
    -    to third-party vendors listed below are collected using common, reasonable means.\n
    -    \           \n            https://github.com/mingw-w64/mingw-w64\n            MinGW-w64
    -    runtime licensing\n            ***************************\n            \n            This
    -    program or library was built using MinGW-w64 and statically\n            linked
    -    against the MinGW-w64 runtime. Some parts of the runtime\n            are under
    -    licenses which require that the copyright and license\n            notices are
    -    included when distributing the code in binary form.\n            These notices
    -    are listed below.\n            \n            \n            ========================\n
    -    \           Overall copyright notice\n            ========================\n            \n
    -    \           Copyright (c) 2009, 2010, 2011, 2012, 2013 by the mingw-w64 project\n
    -    \           \n            This license has been certified as open source. It has
    -    also been designated\n            as GPL compatible by the Free Software Foundation
    -    (FSF).\n            \n            Redistribution and use in source and binary
    -    forms, with or without\n            modification, are permitted provided that
    -    the following conditions are met:\n            \n            1. Redistributions
    -    in source code must retain the accompanying copyright\n            notice, this
    -    list of conditions, and the following disclaimer.\n            2. Redistributions
    -    in binary form must reproduce the accompanying\n            copyright notice,
    -    this list of conditions, and the following disclaimer\n            in the documentation
    -    and/or other materials provided with the\n            distribution.\n            3.
    -    Names of the copyright holders must not be used to endorse or promote\n            products
    -    derived from this software without prior written permission\n            from
    -    the copyright holders.\n            4. The right to distribute this software or
    -    to use it for any purpose does\n            not give you the right to use Servicemarks
    -    (sm) or Trademarks (tm) of\n            the copyright holders. Use of them is
    -    covered by separate agreement\n            with the copyright holders.\n            5.
    -    If any files are modified, you must cause the modified files to carry\n            prominent
    -    notices stating that you changed the files and the date of\n            any change.\n
    -    \           \n            Disclaimer\n            \n            THIS SOFTWARE
    -    IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED\n            OR
    -    IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n            OF
    -    MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO\n            EVENT
    -    SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,\n            INCIDENTAL,
    -    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n            LIMITED
    -    TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,\n            OR
    -    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n            LIABILITY,
    -    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n            NEGLIGENCE
    -    OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,\n            EVEN
    -    IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n            \n            ========================================\n
    -    \           getopt, getopt_long, and getop_long_only\n            ========================================\n
    -    \           \n            Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com>\n
    -    \           \n                Permission to use, copy, modify, and distribute
    -    this software for any\n                purpose with or without fee is hereby granted,
    -    provided that the above\n                copyright notice and this permission
    -    notice appear in all copies.\n            \n                THE SOFTWARE IS PROVIDED
    -    \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\n                WITH REGARD
    -    TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\n                MERCHANTABILITY
    -    AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\n                ANY SPECIAL,
    -    DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n                WHATSOEVER
    -    RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n                ACTION
    -    OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n                OR
    -    IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n            \n                Sponsored
    -    in part by the Defense Advanced Research Projects\n                Agency (DARPA)
    -    and Air Force Research Laboratory, Air Force\n                Materiel Command,
    -    USAF, under agreement number F39502-99-1-0512.\n            \n                *
    -    * * * * * *\n            \n                Copyright (c) 2000 The NetBSD Foundation,
    -    Inc.\n                All rights reserved.\n            \n                This
    -    code is derived from software contributed to The NetBSD Foundation\n                by
    -    Dieter Baron and Thomas Klausner.\n            \n                Redistribution
    -    and use in source and binary forms, with or without\n                modification,
    -    are permitted provided that the following conditions\n                are met:\n
    -    \               1. Redistributions of source code must retain the above copyright\n
    -    \               notice, this list of conditions and the following disclaimer.\n
    -    \               2. Redistributions in binary form must reproduce the above copyright\n
    -    \               notice, this list of conditions and the following disclaimer in
    -    the\n                documentation and/or other materials provided with the distribution.\n
    -    \           \n                THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION,
    -    INC. AND CONTRIBUTORS\n                ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
    -    INCLUDING, BUT NOT LIMITED\n                TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
    -    AND FITNESS FOR A PARTICULAR\n                PURPOSE ARE DISCLAIMED. IN NO EVENT
    -    SHALL THE FOUNDATION OR CONTRIBUTORS\n                BE LIABLE FOR ANY DIRECT,
    -    INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n                CONSEQUENTIAL DAMAGES
    -    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n                SUBSTITUTE GOODS
    -    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n                INTERRUPTION)
    -    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\n                CONTRACT,
    -    STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n                ARISING
    -    IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\n                POSSIBILITY
    -    OF SUCH DAMAGE.\n            \n            \n                ===============================================================\n
    -    \               gdtoa: Converting between IEEE floating point numbers and ASCII\n
    -    \               ===============================================================\n
    -    \           \n                The author of this software is David M. Gay.\n            \n
    -    \               Copyright (C) 1997, 1998, 1999, 2000, 2001 by Lucent Technologies\n
    -    \               All Rights Reserved\n            \n                Permission
    -    to use, copy, modify, and distribute this software and\n                its documentation
    -    for any purpose and without fee is hereby\n                granted, provided that
    -    the above copyright notice appear in all\n                copies and that both
    -    that the copyright notice and this\n                permission notice and warranty
    -    disclaimer appear in supporting\n                documentation, and that the name
    -    of Lucent or any of its entities\n                not be used in advertising or
    -    publicity pertaining to\n                distribution of the software without
    -    specific, written prior\n                permission.\n            \n                LUCENT
    -    DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n                INCLUDING
    -    ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.\n                IN NO
    -    EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY\n                SPECIAL,
    -    INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n                WHATSOEVER RESULTING
    -    FROM LOSS OF USE, DATA OR PROFITS, WHETHER\n                IN AN ACTION OF CONTRACT,
    -    NEGLIGENCE OR OTHER TORTIOUS ACTION,\n                ARISING OUT OF OR IN CONNECTION
    -    WITH THE USE OR PERFORMANCE OF\n                THIS SOFTWARE.\n            \n
    -    \               * * * * * * *\n            \n                The author of this
    -    software is David M. Gay.\n            \n                Copyright (C) 2005 by
    -    David M. Gay\n                All Rights Reserved\n            \n                Permission
    -    to use, copy, modify, and distribute this software and its\n                documentation
    -    for any purpose and without fee is hereby granted,\n                provided that
    -    the above copyright notice appear in all copies and that\n                both
    -    that the copyright notice and this permission notice and warranty\n                disclaimer
    -    appear in supporting documentation, and that the name of\n                the
    -    author or any of his current or former employers not be used in\n                advertising
    -    or publicity pertaining to distribution of the software\n                without
    -    specific, written prior permission.\n            \n                THE AUTHOR
    -    DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n                INCLUDING
    -    ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN\n                NO
    -    EVENT SHALL THE AUTHOR OR ANY OF HIS CURRENT OR FORMER EMPLOYERS BE\n                LIABLE
    -    FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n                DAMAGES
    -    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n                WHETHER
    -    IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n                ARISING
    -    OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n                SOFTWARE.\n
    -    \           \n                * * * * * * *\n            \n                The
    -    author of this software is David M. Gay.\n            \n                Copyright
    -    (C) 2004 by David M. Gay.\n                All Rights Reserved\n                Based
    -    on material in the rest of /netlib/fp/gdota.tar.gz,\n                which is
    -    copyright (C) 1998, 2000 by Lucent Technologies.\n            \n                Permission
    -    to use, copy, modify, and distribute this software and\n                its documentation
    -    for any purpose and without fee is hereby\n                granted, provided that
    -    the above copyright notice appear in all\n                copies and that both
    -    that the copyright notice and this\n                permission notice and warranty
    -    disclaimer appear in supporting\n                documentation, and that the name
    -    of Lucent or any of its entities\n                not be used in advertising or
    -    publicity pertaining to\n                distribution of the software without
    -    specific, written prior\n                permission.\n            \n                LUCENT
    -    DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n                INCLUDING
    -    ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.\n                IN NO
    -    EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY\n                SPECIAL,
    -    INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n                WHATSOEVER RESULTING
    -    FROM LOSS OF USE, DATA OR PROFITS, WHETHER\n                IN AN ACTION OF CONTRACT,
    -    NEGLIGENCE OR OTHER TORTIOUS ACTION,\n                ARISING OUT OF OR IN CONNECTION
    -    WITH THE USE OR PERFORMANCE OF\n                THIS SOFTWARE.\n            \n
    -    \           \n                =========================\n                Parts
    -    of the math library\n                =========================\n            \n
    -    \               Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.\n
    -    \           \n                Developed at SunSoft, a Sun Microsystems, Inc. business.\n
    -    \               Permission to use, copy, modify, and distribute this\n                software
    -    is freely granted, provided that this notice\n                is preserved.\n
    -    \           \n                * * * * * * *\n            \n                Copyright
    -    (C) 1993 by Sun Microsystems, Inc. All rights reserved.\n            \n                Developed
    -    at SunPro, a Sun Microsystems, Inc. business.\n                Permission to use,
    -    copy, modify, and distribute this\n                software is freely granted,
    -    provided that this notice\n                is preserved.\n            \n                *
    -    * * * * * *\n            \n                FIXME: Cephes math lib\n                Copyright
    -    (C) 1984-1998 Stephen L. Moshier\n            \n                It sounds vague,
    -    but as to be found at\n                <http: //lists.debian.org/debian-legal/2004/12/msg00295.html>,
    -    it gives an\n                    impression that the author could be willing to
    -    give an explicit\n                    permission to distribute those files e.g.
    -    under a BSD style license. So\n                    probably there is no problem
    -    here, although it could be good to get a\n                    permission from
    -    the author and then add a license into the Cephes files\n                    in
    -    MinGW runtime. At least on follow-up it is marked that debian sees the\n                    version
    -    a-like BSD one. As MinGW.org (where those cephes parts are coming\n                    from)
    -    distributes them now over 6 years, it should be fine.\n            \n                    =================================================\n
    -    \                   Some string, memory and time conversion functions\n                    =================================================\n
    -    \           \n                    Copyright © 2005-2020 Rich Felker, et al.\n
    -    \           \n                    Permission is hereby granted, free of charge,
    -    to any person obtaining\n                    a copy of this software and associated
    -    documentation files (the\n                    \"Software\"), to deal in the Software
    -    without restriction, including\n                    without limitation the rights
    -    to use, copy, modify, merge, publish,\n                    distribute, sublicense,
    -    and/or sell copies of the Software, and to\n                    permit persons
    -    to whom the Software is furnished to do so, subject to\n                    the
    -    following conditions:\n            \n                    The above copyright notice
    -    and this permission notice shall be\n                    included in all copies
    -    or substantial portions of the Software.\n            \n                    THE
    -    SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n                    EXPRESS
    -    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n                    MERCHANTABILITY,
    -    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n                    IN
    -    NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n                    CLAIM,
    -    DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n                    TORT
    -    OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n                    SOFTWARE
    -    OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n            \n                    ===================================\n
    -    \                   Headers and IDLs imported from Wine\n                    ===================================\n
    -    \           \n                    Some header and IDL files were imported from
    -    the Wine project. These files\n                    are prominent maked in source.
    -    Their copyright belongs to contributors and\n                    they are distributed
    -    under LGPL license.\n            \n                    Disclaimer\n            \n
    -    \                   This library is free software; you can redistribute it and/or\n
    -    \                   modify it under the terms of the GNU Lesser General Public\n
    -    \                   License as published by the Free Software Foundation; either\n
    -    \                   version 2.1 of the License, or (at your option) any later
    -    version.\n            \n                    This library is distributed in the
    -    hope that it will be useful,\n                    but WITHOUT ANY WARRANTY; without
    -    even the implied warranty of\n                    MERCHANTABILITY or FITNESS FOR
    -    A PARTICULAR PURPOSE. See the GNU\n                    Lesser General Public License
    -    for more details.\n            \n            ==========================================================================\n
    -    \           \n            winpthreads\n            \n            Copyright (c)
    -    2011 mingw-w64 project\n            \n            Permission is hereby granted,
    -    free of charge, to any person obtaining a\n            copy of this software and
    -    associated documentation files (the \"Software\"),\n            to deal in the
    -    Software without restriction, including without limitation\n            the rights
    -    to use, copy, modify, merge, publish, distribute, sublicense,\n            and/or
    -    sell copies of the Software, and to permit persons to whom the\n            Software
    -    is furnished to do so, subject to the following conditions:\n            \n            The
    -    above copyright notice and this permission notice shall be included in\n            all
    -    copies or substantial portions of the Software.\n            \n            THE
    -    SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n            IMPLIED,
    -    INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n            FITNESS
    -    FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n            AUTHORS
    -    OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n            LIABILITY,
    -    WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n            FROM,
    -    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n            DEALINGS
    -    IN THE SOFTWARE.\n            \n            \n            /*\n            * Parts
    -    of this library are derived by:\n            *\n            * Posix Threads library
    -    for Microsoft Windows\n            *\n            * Use at own risk, there is
    -    no implied warranty to this code.\n            * It uses undocumented features
    -    of Microsoft Windows that can change\n            * at any time in the future.\n
    -    \           *\n            * (C) 2010 Lockless Inc.\n            * All rights
    -    reserved.\n            *\n            * Redistribution and use in source and binary
    -    forms, with or without modification,\n            * are permitted provided that
    -    the following conditions are met:\n            *\n            *\n            *
    -    * Redistributions of source code must retain the above copyright notice,\n            *
    -    this list of conditions and the following disclaimer.\n            * * Redistributions
    -    in binary form must reproduce the above copyright notice,\n            * this
    -    list of conditions and the following disclaimer in the documentation\n            *
    -    and/or other materials provided with the distribution.\n            * * Neither
    -    the name of Lockless Inc. nor the names of its contributors may be\n            *
    -    used to endorse or promote products derived from this software without\n            *
    -    specific prior written permission.\n            *\n            * THIS SOFTWARE
    -    IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AN\n            *
    -    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n
    -    \           * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    -    ARE DISCLAIMED.\n            * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
    -    BE LIABLE FOR ANY DIRECT,\n            * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
    -    OR CONSEQUENTIAL DAMAGES (INCLUDING,\n            * BUT NOT LIMITED TO, PROCUREMENT
    -    OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n            * DATA, OR PROFITS;
    -    OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n            * LIABILITY,
    -    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n            *
    -    OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\n
    -    \           * OF THE POSSIBILITY OF SUCH DAMAGE.\n            */\n            \n
    -    \           ==========================================================================\n
    -    \           \n            libgcc\n            \n                                        GNU
    -    GENERAL PUBLIC LICENSE\n                                Version 3, 29 June 2007\n
    -    \           \n            Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>\n
    -    \           Everyone is permitted to copy and distribute verbatim copies\n            of
    -    this license document, but changing it is not allowed.\n            \n                                        Preamble\n
    -    \           \n            The GNU General Public License is a free, copyleft license
    -    for\n            software and other kinds of works.\n            \n            The
    -    licenses for most software and other practical works are designed\n            to
    -    take away your freedom to share and change the works.  By contrast,\n            the
    -    GNU General Public License is intended to guarantee your freedom to\n            share
    -    and change all versions of a program--to make sure it remains free\n            software
    -    for all its users.  We, the Free Software Foundation, use the\n            GNU
    -    General Public License for most of our software; it applies also to\n            any
    -    other work released this way by its authors.  You can apply it to\n            your
    -    programs, too.\n            \n            When we speak of free software, we are
    -    referring to freedom, not\n            price.  Our General Public Licenses are
    -    designed to make sure that you\n            have the freedom to distribute copies
    -    of free software (and charge for\n            them if you wish), that you receive
    -    source code or can get it if you\n            want it, that you can change the
    -    software or use pieces of it in new\n            free programs, and that you know
    -    you can do these things.\n            \n            To protect your rights, we
    -    need to prevent others from denying you\n            these rights or asking you
    -    to surrender the rights.  Therefore, you have\n            certain responsibilities
    -    if you distribute copies of the software, or if\n            you modify it: responsibilities
    -    to respect the freedom of others.\n            \n            For example, if you
    -    distribute copies of such a program, whether\n            gratis or for a fee,
    -    you must pass on to the recipients the same\n            freedoms that you received.
    -    \ You must make sure that they, too, receive\n            or can get the source
    -    code.  And you must show them these terms so they\n            know their rights.\n
    -    \           \n            Developers that use the GNU GPL protect your rights
    -    with two steps:\n            (1) assert copyright on the software, and (2) offer
    -    you this License\n            giving you legal permission to copy, distribute
    -    and/or modify it.\n            \n            For the developers' and authors'
    -    protection, the GPL clearly explains\n            that there is no warranty for
    -    this free software.  For both users' and\n            authors' sake, the GPL requires
    -    that modified versions be marked as\n            changed, so that their problems
    -    will not be attributed erroneously to\n            authors of previous versions.\n
    -    \           \n            Some devices are designed to deny users access to install
    -    or run\n            modified versions of the software inside them, although the
    -    manufacturer\n            can do so.  This is fundamentally incompatible with
    -    the aim of\n            protecting users' freedom to change the software.  The
    -    systematic\n            pattern of such abuse occurs in the area of products for
    -    individuals to\n            use, which is precisely where it is most unacceptable.
    -    \ Therefore, we\n            have designed this version of the GPL to prohibit
    -    the practice for those\n            products.  If such problems arise substantially
    -    in other domains, we\n            stand ready to extend this provision to those
    -    domains in future versions\n            of the GPL, as needed to protect the freedom
    -    of users.\n            \n            Finally, every program is threatened constantly
    -    by software patents.\n            States should not allow patents to restrict
    -    development and use of\n            software on general-purpose computers, but
    -    in those that do, we wish to\n            avoid the special danger that patents
    -    applied to a free program could\n            make it effectively proprietary.
    -    \ To prevent this, the GPL assures that\n            patents cannot be used to
    -    render the program non-free.\n            \n            The precise terms and
    -    conditions for copying, distribution and\n            modification follow.\n            \n
    -    \                               TERMS AND CONDITIONS\n            \n            0.
    -    Definitions.\n            \n            \"This License\" refers to version 3 of
    -    the GNU General Public License.\n            \n            \"Copyright\" also
    -    means copyright-like laws that apply to other kinds of\n            works, such
    -    as semiconductor masks.\n            \n            \"The Program\" refers to any
    -    copyrightable work licensed under this\n            License.  Each licensee is
    -    addressed as \"you\".  \"Licensees\" and\n            \"recipients\" may be individuals
    -    or organizations.\n            \n            To \"modify\" a work means to copy
    -    from or adapt all or part of the work\n            in a fashion requiring copyright
    -    permission, other than the making of an\n            exact copy.  The resulting
    -    work is called a \"modified version\" of the\n            earlier work or a work
    -    \"based on\" the earlier work.\n            \n            A \"covered work\" means
    -    either the unmodified Program or a work based\n            on the Program.\n            \n
    -    \           To \"propagate\" a work means to do anything with it that, without\n
    -    \           permission, would make you directly or secondarily liable for\n            infringement
    -    under applicable copyright law, except executing it on a\n            computer
    -    or modifying a private copy.  Propagation includes copying,\n            distribution
    -    (with or without modification), making available to the\n            public, and
    -    in some countries other activities as well.\n            \n            To \"convey\"
    -    a work means any kind of propagation that enables other\n            parties to
    -    make or receive copies.  Mere interaction with a user through\n            a computer
    -    network, with no transfer of a copy, is not conveying.\n            \n            An
    -    interactive user interface displays \"Appropriate Legal Notices\"\n            to
    -    the extent that it includes a convenient and prominently visible\n            feature
    -    that (1) displays an appropriate copyright notice, and (2)\n            tells
    -    the user that there is no warranty for the work (except to the\n            extent
    -    that warranties are provided), that licensees may convey the\n            work
    -    under this License, and how to view a copy of this License.  If\n            the
    -    interface presents a list of user commands or options, such as a\n            menu,
    -    a prominent item in the list meets this criterion.\n            \n            1.
    -    Source Code.\n            \n            The \"source code\" for a work means the
    -    preferred form of the work\n            for making modifications to it.  \"Object
    -    code\" means any non-source\n            form of a work.\n            \n            A
    -    \"Standard Interface\" means an interface that either is an official\n            standard
    -    defined by a recognized standards body, or, in the case of\n            interfaces
    -    specified for a particular programming language, one that\n            is widely
    -    used among developers working in that language.\n            \n            The
    -    \"System Libraries\" of an executable work include anything, other\n            than
    -    the work as a whole, that (a) is included in the normal form of\n            packaging
    -    a Major Component, but which is not part of that Major\n            Component,
    -    and (b) serves only to enable use of the work with that\n            Major Component,
    -    or to implement a Standard Interface for which an\n            implementation
    -    is available to the public in source code form.  A\n            \"Major Component\",
    -    in this context, means a major essential component\n            (kernel, window
    -    system, and so on) of the specific operating system\n            (if any) on which
    -    the executable work runs, or a compiler used to\n            produce the work,
    -    or an object code interpreter used to run it.\n            \n            The \"Corresponding
    -    Source\" for a work in object code form means all\n            the source code
    -    needed to generate, install, and (for an executable\n            work) run the
    -    object code and to modify the work, including scripts to\n            control
    -    those activities.  However, it does not include the work's\n            System
    -    Libraries, or general-purpose tools or generally available free\n            programs
    -    which are used unmodified in performing those activities but\n            which
    -    are not part of the work.  For example, Corresponding Source\n            includes
    -    interface definition files associated with source files for\n            the work,
    -    and the source code for shared libraries and dynamically\n            linked subprograms
    -    that the work is specifically designed to require,\n            such as by intimate
    -    data communication or control flow between those\n            subprograms and
    -    other parts of the work.\n            \n            The Corresponding Source need
    -    not include anything that users\n            can regenerate automatically from
    -    other parts of the Corresponding\n            Source.\n            \n            The
    -    Corresponding Source for a work in source code form is that\n            same
    -    work.\n            \n            2. Basic Permissions.\n            \n            All
    -    rights granted under this License are granted for the term of\n            copyright
    -    on the Program, and are irrevocable provided the stated\n            conditions
    -    are met.  This License explicitly affirms your unlimited\n            permission
    -    to run the unmodified Program.  The output from running a\n            covered
    -    work is covered by this License only if the output, given its\n            content,
    -    constitutes a covered work.  This License acknowledges your\n            rights
    -    of fair use or other equivalent, as provided by copyright law.\n            \n
    -    \           You may make, run and propagate covered works that you do not\n            convey,
    -    without conditions so long as your license otherwise remains\n            in force.
    -    \ You may convey covered works to others for the sole purpose\n            of
    -    having them make modifications exclusively for you, or provide you\n            with
    -    facilities for running those works, provided that you comply with\n            the
    -    terms of this License in conveying all material for which you do\n            not
    -    control copyright.  Those thus making or running the covered works\n            for
    -    you must do so exclusively on your behalf, under your direction\n            and
    -    control, on terms that prohibit them from making any copies of\n            your
    -    copyrighted material outside their relationship with you.\n            \n            Conveying
    -    under any other circumstances is permitted solely under\n            the conditions
    -    stated below.  Sublicensing is not allowed; section 10\n            makes it unnecessary.\n
    -    \           \n            3. Protecting Users' Legal Rights From Anti-Circumvention
    -    Law.\n            \n            No covered work shall be deemed part of an effective
    -    technological\n            measure under any applicable law fulfilling obligations
    -    under article\n            11 of the WIPO copyright treaty adopted on 20 December
    -    1996, or\n            similar laws prohibiting or restricting circumvention of
    -    such\n            measures.\n            \n            When you convey a covered
    -    work, you waive any legal power to forbid\n            circumvention of technological
    -    measures to the extent such circumvention\n            is effected by exercising
    -    rights under this License with respect to\n            the covered work, and you
    -    disclaim any intention to limit operation or\n            modification of the
    -    work as a means of enforcing, against the work's\n            users, your or third
    -    parties' legal rights to forbid circumvention of\n            technological measures.\n
    -    \           \n            4. Conveying Verbatim Copies.\n            \n            You
    -    may convey verbatim copies of the Program's source code as you\n            receive
    -    it, in any medium, provided that you conspicuously and\n            appropriately
    -    publish on each copy an appropriate copyright notice;\n            keep intact
    -    all notices stating that this License and any\n            non-permissive terms
    -    added in accord with section 7 apply to the code;\n            keep intact all
    -    notices of the absence of any warranty; and give all\n            recipients a
    -    copy of this License along with the Program.\n            \n            You may
    -    charge any price or no price for each copy that you convey,\n            and you
    -    may offer support or warranty protection for a fee.\n            \n            5.
    -    Conveying Modified Source Versions.\n            \n            You may convey
    -    a work based on the Program, or the modifications to\n            produce it from
    -    the Program, in the form of source code under the\n            terms of section
    -    4, provided that you also meet all of these conditions:\n            \n                a)
    -    The work must carry prominent notices stating that you modified\n                it,
    -    and giving a relevant date.\n            \n                b) The work must carry
    -    prominent notices stating that it is\n                released under this License
    -    and any conditions added under section\n                7.  This requirement modifies
    -    the requirement in section 4 to\n                \"keep intact all notices\".\n
    -    \           \n                c) You must license the entire work, as a whole,
    -    under this\n                License to anyone who comes into possession of a copy.
    -    \ This\n                License will therefore apply, along with any applicable
    -    section 7\n                additional terms, to the whole of the work, and all
    -    its parts,\n                regardless of how they are packaged.  This License
    -    gives no\n                permission to license the work in any other way, but
    -    it does not\n                invalidate such permission if you have separately
    -    received it.\n            \n                d) If the work has interactive user
    -    interfaces, each must display\n                Appropriate Legal Notices; however,
    -    if the Program has interactive\n                interfaces that do not display
    -    Appropriate Legal Notices, your\n                work need not make them do so.\n
    -    \           \n            A compilation of a covered work with other separate
    -    and independent\n            works, which are not by their nature extensions of
    -    the covered work,\n            and which are not combined with it such as to form
    -    a larger program,\n            in or on a volume of a storage or distribution
    -    medium, is called an\n            \"aggregate\" if the compilation and its resulting
    -    copyright are not\n            used to limit the access or legal rights of the
    -    compilation's users\n            beyond what the individual works permit.  Inclusion
    -    of a covered work\n            in an aggregate does not cause this License to
    -    apply to the other\n            parts of the aggregate.\n            \n            6.
    -    Conveying Non-Source Forms.\n            \n            You may convey a covered
    -    work in object code form under the terms\n            of sections 4 and 5, provided
    -    that you also convey the\n            machine-readable Corresponding Source under
    -    the terms of this License,\n            in one of these ways:\n            \n
    -    \               a) Convey the object code in, or embodied in, a physical product\n
    -    \               (including a physical distribution medium), accompanied by the\n
    -    \               Corresponding Source fixed on a durable physical medium\n                customarily
    -    used for software interchange.\n            \n                b) Convey the object
    -    code in, or embodied in, a physical product\n                (including a physical
    -    distribution medium), accompanied by a\n                written offer, valid for
    -    at least three years and valid for as\n                long as you offer spare
    -    parts or customer support for that product\n                model, to give anyone
    -    who possesses the object code either (1) a\n                copy of the Corresponding
    -    Source for all the software in the\n                product that is covered by
    -    this License, on a durable physical\n                medium customarily used for
    -    software interchange, for a price no\n                more than your reasonable
    -    cost of physically performing this\n                conveying of source, or (2)
    -    access to copy the\n                Corresponding Source from a network server
    -    at no charge.\n            \n                c) Convey individual copies of the
    -    object code with a copy of the\n                written offer to provide the Corresponding
    -    Source.  This\n                alternative is allowed only occasionally and noncommercially,
    -    and\n                only if you received the object code with such an offer,
    -    in accord\n                with subsection 6b.\n            \n                d)
    -    Convey the object code by offering access from a designated\n                place
    -    (gratis or for a charge), and offer equivalent access to the\n                Corresponding
    -    Source in the same way through the same place at no\n                further charge.
    -    \ You need not require recipients to copy the\n                Corresponding Source
    -    along with the object code.  If the place to\n                copy the object
    -    code is a network server, the Corresponding Source\n                may be on
    -    a different server (operated by you or a third party)\n                that supports
    -    equivalent copying facilities, provided you maintain\n                clear directions
    -    next to the object code saying where to find the\n                Corresponding
    -    Source.  Regardless of what server hosts the\n                Corresponding Source,
    -    you remain obligated to ensure that it is\n                available for as long
    -    as needed to satisfy these requirements.\n            \n                e) Convey
    -    the object code using peer-to-peer transmission, provided\n                you
    -    inform other peers where the object code and Corresponding\n                Source
    -    of the work are being offered to the general public at no\n                charge
    -    under subsection 6d.\n            \n            A separable portion of the object
    -    code, whose source code is excluded\n            from the Corresponding Source
    -    as a System Library, need not be\n            included in conveying the object
    -    code work.\n            \n            A \"User Product\" is either (1) a \"consumer
    -    product\", which means any\n            tangible personal property which is normally
    -    used for personal, family,\n            or household purposes, or (2) anything
    -    designed or sold for incorporation\n            into a dwelling.  In determining
    -    whether a product is a consumer product,\n            doubtful cases shall be
    -    resolved in favor of coverage.  For a particular\n            product received
    -    by a particular user, \"normally used\" refers to a\n            typical or common
    -    use of that class of product, regardless of the status\n            of the particular
    -    user or of the way in which the particular user\n            actually uses, or
    -    expects or is expected to use, the product.  A product\n            is a consumer
    -    product regardless of whether the product has substantial\n            commercial,
    -    industrial or non-consumer uses, unless such uses represent\n            the only
    -    significant mode of use of the product.\n            \n            \"Installation
    -    Information\" for a User Product means any methods,\n            procedures, authorization
    -    keys, or other information required to install\n            and execute modified
    -    versions of a covered work in that User Product from\n            a modified version
    -    of its Corresponding Source.  The information must\n            suffice to ensure
    -    that the continued functioning of the modified object\n            code is in
    -    no case prevented or interfered with solely because\n            modification
    -    has been made.\n            \n            If you convey an object code work under
    -    this section in, or with, or\n            specifically for use in, a User Product,
    -    and the conveying occurs as\n            part of a transaction in which the right
    -    of possession and use of the\n            User Product is transferred to the recipient
    -    in perpetuity or for a\n            fixed term (regardless of how the transaction
    -    is characterized), the\n            Corresponding Source conveyed under this section
    -    must be accompanied\n            by the Installation Information.  But this requirement
    -    does not apply\n            if neither you nor any third party retains the ability
    -    to install\n            modified object code on the User Product (for example,
    -    the work has\n            been installed in ROM).\n            \n            The
    -    requirement to provide Installation Information does not include a\n            requirement
    -    to continue to provide support service, warranty, or updates\n            for
    -    a work that has been modified or installed by the recipient, or for\n            the
    -    User Product in which it has been modified or installed.  Access to a\n            network
    -    may be denied when the modification itself materially and\n            adversely
    -    affects the operation of the network or violates the rules and\n            protocols
    -    for communication across the network.\n            \n            Corresponding
    -    Source conveyed, and Installation Information provided,\n            in accord
    -    with this section must be in a format that is publicly\n            documented
    -    (and with an implementation available to the public in\n            source code
    -    form), and must require no special password or key for\n            unpacking,
    -    reading or copying.\n            \n            7. Additional Terms.\n            \n
    -    \           \"Additional permissions\" are terms that supplement the terms of
    -    this\n            License by making exceptions from one or more of its conditions.\n
    -    \           Additional permissions that are applicable to the entire Program shall\n
    -    \           be treated as though they were included in this License, to the extent\n
    -    \           that they are valid under applicable law.  If additional permissions\n
    -    \           apply only to part of the Program, that part may be used separately\n
    -    \           under those permissions, but the entire Program remains governed by\n
    -    \           this License without regard to the additional permissions.\n            \n
    -    \           When you convey a copy of a covered work, you may at your option\n
    -    \           remove any additional permissions from that copy, or from any part
    -    of\n            it.  (Additional permissions may be written to require their own\n
    -    \           removal in certain cases when you modify the work.)  You may place\n
    -    \           additional permissions on material, added by you to a covered work,\n
    -    \           for which you have or can give appropriate copyright permission.\n
    -    \           \n            Notwithstanding any other provision of this License,
    -    for material you\n            add to a covered work, you may (if authorized by
    -    the copyright holders of\n            that material) supplement the terms of this
    -    License with terms:\n            \n                a) Disclaiming warranty or
    -    limiting liability differently from the\n                terms of sections 15
    -    and 16 of this License; or\n            \n                b) Requiring preservation
    -    of specified reasonable legal notices or\n                author attributions
    -    in that material or in the Appropriate Legal\n                Notices displayed
    -    by works containing it; or\n            \n                c) Prohibiting misrepresentation
    -    of the origin of that material, or\n                requiring that modified versions
    -    of such material be marked in\n                reasonable ways as different from
    -    the original version; or\n            \n                d) Limiting the use for
    -    publicity purposes of names of licensors or\n                authors of the material;
    -    or\n            \n                e) Declining to grant rights under trademark
    -    law for use of some\n                trade names, trademarks, or service marks;
    -    or\n            \n                f) Requiring indemnification of licensors and
    -    authors of that\n                material by anyone who conveys the material (or
    -    modified versions of\n                it) with contractual assumptions of liability
    -    to the recipient, for\n                any liability that these contractual assumptions
    -    directly impose on\n                those licensors and authors.\n            \n
    -    \           All other non-permissive additional terms are considered \"further\n
    -    \           restrictions\" within the meaning of section 10.  If the Program as
    -    you\n            received it, or any part of it, contains a notice stating that
    -    it is\n            governed by this License along with a term that is a further\n
    -    \           restriction, you may remove that term.  If a license document contains\n
    -    \           a further restriction but permits relicensing or conveying under this\n
    -    \           License, you may add to a covered work material governed by the terms\n
    -    \           of that license document, provided that the further restriction does\n
    -    \           not survive such relicensing or conveying.\n            \n            If
    -    you add terms to a covered work in accord with this section, you\n            must
    -    place, in the relevant source files, a statement of the\n            additional
    -    terms that apply to those files, or a notice indicating\n            where to
    -    find the applicable terms.\n            \n            Additional terms, permissive
    -    or non-permissive, may be stated in the\n            form of a separately written
    -    license, or stated as exceptions;\n            the above requirements apply either
    -    way.\n            \n            8. Termination.\n            \n            You
    -    may not propagate or modify a covered work except as expressly\n            provided
    -    under this License.  Any attempt otherwise to propagate or\n            modify
    -    it is void, and will automatically terminate your rights under\n            this
    -    License (including any patent licenses granted under the third\n            paragraph
    -    of section 11).\n            \n            However, if you cease all violation
    -    of this License, then your\n            license from a particular copyright holder
    -    is reinstated (a)\n            provisionally, unless and until the copyright holder
    -    explicitly and\n            finally terminates your license, and (b) permanently,
    -    if the copyright\n            holder fails to notify you of the violation by some
    -    reasonable means\n            prior to 60 days after the cessation.\n            \n
    -    \           Moreover, your license from a particular copyright holder is\n            reinstated
    -    permanently if the copyright holder notifies you of the\n            violation
    -    by some reasonable means, this is the first time you have\n            received
    -    notice of violation of this License (for any work) from that\n            copyright
    -    holder, and you cure the violation prior to 30 days after\n            your receipt
    -    of the notice.\n            \n            Termination of your rights under this
    -    section does not terminate the\n            licenses of parties who have received
    -    copies or rights from you under\n            this License.  If your rights have
    -    been terminated and not permanently\n            reinstated, you do not qualify
    -    to receive new licenses for the same\n            material under section 10.\n
    -    \           \n            9. Acceptance Not Required for Having Copies.\n            \n
    -    \           You are not required to accept this License in order to receive or\n
    -    \           run a copy of the Program.  Ancillary propagation of a covered work\n
    -    \           occurring solely as a consequence of using peer-to-peer transmission\n
    -    \           to receive a copy likewise does not require acceptance.  However,\n
    -    \           nothing other than this License grants you permission to propagate
    -    or\n            modify any covered work.  These actions infringe copyright if
    -    you do\n            not accept this License.  Therefore, by modifying or propagating
    -    a\n            covered work, you indicate your acceptance of this License to do
    -    so.\n            \n            10. Automatic Licensing of Downstream Recipients.\n
    -    \           \n            Each time you convey a covered work, the recipient automatically\n
    -    \           receives a license from the original licensors, to run, modify and\n
    -    \           propagate that work, subject to this License.  You are not responsible\n
    -    \           for enforcing compliance by third parties with this License.\n            \n
    -    \           An \"entity transaction\" is a transaction transferring control of
    -    an\n            organization, or substantially all assets of one, or subdividing
    -    an\n            organization, or merging organizations.  If propagation of a covered\n
    -    \           work results from an entity transaction, each party to that\n            transaction
    -    who receives a copy of the work also receives whatever\n            licenses to
    -    the work the party's predecessor in interest had or could\n            give under
    -    the previous paragraph, plus a right to possession of the\n            Corresponding
    -    Source of the work from the predecessor in interest, if\n            the predecessor
    -    has it or can get it with reasonable efforts.\n            \n            You may
    -    not impose any further restrictions on the exercise of the\n            rights
    -    granted or affirmed under this License.  For example, you may\n            not
    -    impose a license fee, royalty, or other charge for exercise of\n            rights
    -    granted under this License, and you may not initiate litigation\n            (including
    -    a cross-claim or counterclaim in a lawsuit) alleging that\n            any patent
    -    claim is infringed by making, using, selling, offering for\n            sale,
    -    or importing the Program or any portion of it.\n            \n            11.
    -    Patents.\n            \n            A \"contributor\" is a copyright holder who
    -    authorizes use under this\n            License of the Program or a work on which
    -    the Program is based.  The\n            work thus licensed is called the contributor's
    -    \"contributor version\".\n            \n            A contributor's \"essential
    -    patent claims\" are all patent claims\n            owned or controlled by the
    -    contributor, whether already acquired or\n            hereafter acquired, that
    -    would be infringed by some manner, permitted\n            by this License, of
    -    making, using, or selling its contributor version,\n            but do not include
    -    claims that would be infringed only as a\n            consequence of further modification
    -    of the contributor version.  For\n            purposes of this definition, \"control\"
    -    includes the right to grant\n            patent sublicenses in a manner consistent
    -    with the requirements of\n            this License.\n            \n            Each
    -    contributor grants you a non-exclusive, worldwide, royalty-free\n            patent
    -    license under the contributor's essential patent claims, to\n            make,
    -    use, sell, offer for sale, import and otherwise run, modify and\n            propagate
    -    the contents of its contributor version.\n            \n            In the following
    -    three paragraphs, a \"patent license\" is any express\n            agreement or
    -    commitment, however denominated, not to enforce a patent\n            (such as
    -    an express permission to practice a patent or covenant not to\n            sue
    -    for patent infringement).  To \"grant\" such a patent license to a\n            party
    -    means to make such an agreement or commitment not to enforce a\n            patent
    -    against the party.\n            \n            If you convey a covered work, knowingly
    -    relying on a patent license,\n            and the Corresponding Source of the
    -    work is not available for anyone\n            to copy, free of charge and under
    -    the terms of this License, through a\n            publicly available network server
    -    or other readily accessible means,\n            then you must either (1) cause
    -    the Corresponding Source to be so\n            available, or (2) arrange to deprive
    -    yourself of the benefit of the\n            patent license for this particular
    -    work, or (3) arrange, in a manner\n            consistent with the requirements
    -    of this License, to extend the patent\n            license to downstream recipients.
    -    \ \"Knowingly relying\" means you have\n            actual knowledge that, but
    -    for the patent license, your conveying the\n            covered work in a country,
    -    or your recipient's use of the covered work\n            in a country, would infringe
    -    one or more identifiable patents in that\n            country that you have reason
    -    to believe are valid.\n            \n            If, pursuant to or in connection
    -    with a single transaction or\n            arrangement, you convey, or propagate
    -    by procuring conveyance of, a\n            covered work, and grant a patent license
    -    to some of the parties\n            receiving the covered work authorizing them
    -    to use, propagate, modify\n            or convey a specific copy of the covered
    -    work, then the patent license\n            you grant is automatically extended
    -    to all recipients of the covered\n            work and works based on it.\n            \n
    -    \           A patent license is \"discriminatory\" if it does not include within\n
    -    \           the scope of its coverage, prohibits the exercise of, or is\n            conditioned
    -    on the non-exercise of one or more of the rights that are\n            specifically
    -    granted under this License.  You may not convey a covered\n            work if
    -    you are a party to an arrangement with a third party that is\n            in the
    -    business of distributing software, under which you make payment\n            to
    -    the third party based on the extent of your activity of conveying\n            the
    -    work, and under which the third party grants, to any of the\n            parties
    -    who would receive the covered work from you, a discriminatory\n            patent
    -    license (a) in connection with copies of the covered work\n            conveyed
    -    by you (or copies made from those copies), or (b) primarily\n            for and
    -    in connection with specific products or compilations that\n            contain
    -    the covered work, unless you entered into that arrangement,\n            or that
    -    patent license was granted, prior to 28 March 2007.\n            \n            Nothing
    -    in this License shall be construed as excluding or limiting\n            any implied
    -    license or other defenses to infringement that may\n            otherwise be available
    -    to you under applicable patent law.\n            \n            12. No Surrender
    -    of Others' Freedom.\n            \n            If conditions are imposed on you
    -    (whether by court order, agreement or\n            otherwise) that contradict
    -    the conditions of this License, they do not\n            excuse you from the conditions
    -    of this License.  If you cannot convey a\n            covered work so as to satisfy
    -    simultaneously your obligations under this\n            License and any other
    -    pertinent obligations, then as a consequence you may\n            not convey it
    -    at all.  For example, if you agree to terms that obligate you\n            to
    -    collect a royalty for further conveying from those to whom you convey\n            the
    -    Program, the only way you could satisfy both those terms and this\n            License
    -    would be to refrain entirely from conveying the Program.\n            \n            13.
    -    Use with the GNU Affero General Public License.\n            \n            Notwithstanding
    -    any other provision of this License, you have\n            permission to link
    -    or combine any covered work with a work licensed\n            under version 3
    -    of the GNU Affero General Public License into a single\n            combined work,
    -    and to convey the resulting work.  The terms of this\n            License will
    -    continue to apply to the part which is the covered work,\n            but the
    -    special requirements of the GNU Affero General Public License,\n            section
    -    13, concerning interaction through a network will apply to the\n            combination
    -    as such.\n            \n            14. Revised Versions of this License.\n            \n
    -    \           The Free Software Foundation may publish revised and/or new versions
    -    of\n            the GNU General Public License from time to time.  Such new versions
    -    will\n            be similar in spirit to the present version, but may differ
    -    in detail to\n            address new problems or concerns.\n            \n            Each
    -    version is given a distinguishing version number.  If the\n            Program
    -    specifies that a certain numbered version of the GNU General\n            Public
    -    License \"or any later version\" applies to it, you have the\n            option
    -    of following the terms and conditions either of that numbered\n            version
    -    or of any later version published by the Free Software\n            Foundation.
    -    \ If the Program does not specify a version number of the\n            GNU General
    -    Public License, you may choose any version ever published\n            by the
    -    Free Software Foundation.\n            \n            If the Program specifies
    -    that a proxy can decide which future\n            versions of the GNU General
    -    Public License can be used, that proxy's\n            public statement of acceptance
    -    of a version permanently authorizes you\n            to choose that version for
    -    the Program.\n            \n            Later license versions may give you additional
    -    or different\n            permissions.  However, no additional obligations are
    -    imposed on any\n            author or copyright holder as a result of your choosing
    -    to follow a\n            later version.\n            \n            15. Disclaimer
    -    of Warranty.\n            \n            THERE IS NO WARRANTY FOR THE PROGRAM,
    -    TO THE EXTENT PERMITTED BY\n            APPLICABLE LAW.  EXCEPT WHEN OTHERWISE
    -    STATED IN WRITING THE COPYRIGHT\n            HOLDERS AND/OR OTHER PARTIES PROVIDE
    -    THE PROGRAM \"AS IS\" WITHOUT WARRANTY\n            OF ANY KIND, EITHER EXPRESSED
    -    OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\n            THE IMPLIED WARRANTIES
    -    OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n            PURPOSE.  THE ENTIRE
    -    RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\n            IS WITH YOU.
    -    \ SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\n            ALL
    -    NECESSARY SERVICING, REPAIR OR CORRECTION.\n            \n            16. Limitation
    -    of Liability.\n            \n            IN NO EVENT UNLESS REQUIRED BY APPLICABLE
    -    LAW OR AGREED TO IN WRITING\n            WILL ANY COPYRIGHT HOLDER, OR ANY OTHER
    -    PARTY WHO MODIFIES AND/OR CONVEYS\n            THE PROGRAM AS PERMITTED ABOVE,
    -    BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\n            GENERAL, SPECIAL, INCIDENTAL
    -    OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\n            USE OR INABILITY TO USE
    -    THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\n            DATA OR DATA BEING
    -    RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\n            PARTIES OR
    -    A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\n            EVEN
    -    IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\n            SUCH
    -    DAMAGES.\n            \n            17. Interpretation of Sections 15 and 16.\n
    -    \           \n            If the disclaimer of warranty and limitation of liability
    -    provided\n            above cannot be given local legal effect according to their
    -    terms,\n            reviewing courts shall apply local law that most closely approximates\n
    -    \           an absolute waiver of all civil liability in connection with the\n
    -    \           Program, unless a warranty or assumption of liability accompanies
    -    a\n            copy of the Program in return for a fee.\n            \n                                END
    -    OF TERMS AND CONDITIONS\n            \n                        How to Apply These
    -    Terms to Your New Programs\n            \n            If you develop a new program,
    -    and you want it to be of the greatest\n            possible use to the public,
    -    the best way to achieve this is to make it\n            free software which everyone
    -    can redistribute and change under these terms.\n            \n            To do
    -    so, attach the following notices to the program.  It is safest\n            to
    -    attach them to the start of each source file to most effectively\n            state
    -    the exclusion of warranty; and each file should have at least\n            the
    -    \"copyright\" line and a pointer to where the full notice is found.\n            \n
    -    \               <one line to give the program's name and a brief idea of what
    -    it does.>\n                Copyright (C) <year>  <name of author>\n
    -    \           \n                This program is free software: you can redistribute
    -    it and/or modify\n                it under the terms of the GNU General Public
    -    License as published by\n                the Free Software Foundation, either
    -    version 3 of the License, or\n                (at your option) any later version.\n
    -    \           \n                This program is distributed in the hope that it
    -    will be useful,\n                but WITHOUT ANY WARRANTY; without even the implied
    -    warranty of\n                MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    -    \ See the\n                GNU General Public License for more details.\n            \n
    -    \               You should have received a copy of the GNU General Public License\n
    -    \               along with this program.  If not, see <https://www.gnu.org/licenses/>.\n
    -    \           \n            Also add information on how to contact you by electronic
    -    and paper mail.\n            \n            If the program does terminal interaction,
    -    make it output a short\n            notice like this when it starts in an interactive
    -    mode:\n            \n                <program>  Copyright (C) <year>  <name
    -    of author>\n                This program comes with ABSOLUTELY NO WARRANTY;
    -    for details type `show w'.\n                This is free software, and you are
    -    welcome to redistribute it\n                under certain conditions; type `show
    -    c' for details.\n            \n            The hypothetical commands `show w'
    -    and `show c' should show the appropriate\n            parts of the General Public
    -    License.  Of course, your program's commands\n            might be different;
    -    for a GUI interface, you would use an \"about box\".\n            \n            You
    -    should also get your employer (if you work as a programmer) or school,\n            if
    -    any, to sign a \"copyright disclaimer\" for the program, if necessary.\n            For
    -    more information on this, and how to apply and follow the GNU GPL, see\n            <https://www.gnu.org/licenses/>.\n
    -    \           \n            The GNU General Public License does not permit incorporating
    -    your program\n            into proprietary programs.  If your program is a subroutine
    -    library, you\n            may consider it more useful to permit linking proprietary
    -    applications with\n            the library.  If this is what you want to do, use
    -    the GNU Lesser General\n            Public License instead of this License.  But
    -    first, please read\n            <https://www.gnu.org/licenses/why-not-lgpl.html>.\n
    -    \           \n            \n            GCC RUNTIME LIBRARY EXCEPTION\n            Version
    -    3.1, 31 March 2009\n            \n            Copyright © 2009 Free Software Foundation,
    -    Inc.\n            <https://fsf.org/>\n            \n            Everyone is
    -    permitted to copy and distribute verbatim copies of this license document, but
    -    changing it is not allowed.\n            \n            This GCC Runtime Library
    -    Exception (\"Exception\") is an additional permission under section 7 of the GNU
    -    General Public\n            License, version 3 (\"GPLv3\"). It applies to a given
    -    file (the \"Runtime Library\") that bears a notice placed by the\n            copyright
    -    holder of the file stating that the file is governed by GPLv3 along with this
    -    Exception.\n            \n            When you use GCC to compile a program, GCC
    -    may combine portions of certain GCC header files and runtime libraries with\n
    -    \           the compiled program. The purpose of this Exception is to allow compilation
    -    of non-GPL (including proprietary) programs\n            to use, in this way,
    -    the header files and runtime libraries covered by this Exception.\n            \n
    -    \           0. Definitions.\n            A file is an \"Independent Module\" if
    -    it either requires the Runtime Library for execution after a Compilation Process,\n
    -    \           or makes use of an interface provided by the Runtime Library, but
    -    is not otherwise based on the Runtime Library.\n            \n            \"GCC\"
    -    means a version of the GNU Compiler Collection, with or without modifications,
    -    governed by version 3 (or a\n            specified later version) of the GNU General
    -    Public License (GPL) with the option of using any subsequent versions\n            published
    -    by the FSF.\n            \n            \"GPL-compatible Software\" is software
    -    whose conditions of propagation, modification and use would permit combination\n
    -    \           with GCC in accord with the license of GCC.\n            \n            \"Target
    -    Code\" refers to output from any compiler for a real or virtual target processor
    -    architecture, in executable form\n            or suitable for input to an assembler,
    -    loader, linker and/or execution phase. Notwithstanding that, Target Code does
    -    not\n            include data in any format that is used as a compiler intermediate
    -    representation, or used for producing a compiler\n            intermediate representation.\n
    -    \           \n            The \"Compilation Process\" transforms code entirely
    -    represented in non-intermediate languages designed for human-written\n            code,
    -    and/or in Java Virtual Machine byte code, into Target Code. Thus, for example,
    -    use of source code generators and\n            preprocessors need not be considered
    -    part of the Compilation Process, since the Compilation Process can be understood
    -    as\n            starting with the output of the generators or preprocessors.\n
    -    \           \n            A Compilation Process is \"Eligible\" if it is done
    -    using GCC, alone or with other GPL-compatible software, or if it is\n            done
    -    without using any work based on GCC. For example, using non-GPL-compatible Software
    -    to optimize any GCC\n            intermediate representations would not qualify
    -    as an Eligible Compilation Process.\n            \n            1. Grant of Additional
    -    Permission.\n            You have permission to propagate a work of Target Code
    -    formed by combining the Runtime Library with Independent Modules,\n            even
    -    if such propagation would otherwise violate the terms of GPLv3, provided that
    -    all Target Code was generated by\n            Eligible Compilation Processes.
    -    You may then convey such a combination under terms of your choice, consistent
    -    with the\n            licensing of the Independent Modules.\n            \n            2.
    -    No Weakening of GCC Copyleft.\n            The availability of this Exception
    -    does not imply any general presumption that third-party software is unaffected
    -    by the\n            copyleft requirements of the license of GCC.\n                
    \n - \
  • \n
\n
\n\n\n\n\n" -notices: [] diff --git a/.licenses/bundler/simplecov-cobertura.dep.yml b/.licenses/bundler/simplecov-cobertura.dep.yml deleted file mode 100644 index 445490b8be..0000000000 --- a/.licenses/bundler/simplecov-cobertura.dep.yml +++ /dev/null @@ -1,228 +0,0 @@ ---- -name: simplecov-cobertura -version: 4.0.0 -type: bundler -summary: SimpleCov Cobertura Formatter -homepage: https://github.com/jessebs/simplecov-cobertura -license: apache-2.0 -licenses: -- sources: LICENSE - text: |+ - 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. - -- sources: README.md - text: |- - Copyright 2014-2026 Jesse Bowes - - 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. -notices: [] diff --git a/.licenses/bundler/simplecov.dep.yml b/.licenses/bundler/simplecov.dep.yml deleted file mode 100644 index 390024acd1..0000000000 --- a/.licenses/bundler/simplecov.dep.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: simplecov -version: 1.0.1 -type: bundler -summary: Code coverage for Ruby -homepage: https://github.com/simplecov-ruby/simplecov -license: mit -licenses: -- sources: LICENSE - text: | - Copyright (c) 2010-2026 Erik Berlin, Benjamin Fleischer, Akira Matsuda, Christoph Olszowka, Tobias Pfeiffer, David Rodríguez, and Xavier Shay - - 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. -notices: [] diff --git a/.licenses/bundler/simpleidn.dep.yml b/.licenses/bundler/simpleidn.dep.yml deleted file mode 100644 index 9e32ca5b42..0000000000 --- a/.licenses/bundler/simpleidn.dep.yml +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: simpleidn -version: 0.2.3 -type: bundler -summary: Punycode ACE to unicode UTF-8 (and vice-versa) string conversion. -homepage: https://github.com/mmriis/simpleidn -license: mit -licenses: -- sources: LICENCE - text: | - The MIT License - - Copyright (c) 2011-2024 Morten Møller Riis - - 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. -notices: [] diff --git a/.licenses/bundler/sorbet-runtime.dep.yml b/.licenses/bundler/sorbet-runtime.dep.yml deleted file mode 100644 index 4ee8b73103..0000000000 --- a/.licenses/bundler/sorbet-runtime.dep.yml +++ /dev/null @@ -1,207 +0,0 @@ ---- -name: sorbet-runtime -version: 0.6.13342 -type: bundler -summary: Sorbet runtime -homepage: https://sorbet.org -license: apache-2.0 -licenses: -- sources: Auto-generated Apache-2.0 license text - text: |2 - 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 - (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 - 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 - - 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. - - 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. -notices: [] diff --git a/.licenses/bundler/sorbet-static-and-runtime.dep.yml b/.licenses/bundler/sorbet-static-and-runtime.dep.yml deleted file mode 100644 index 51cb5e121a..0000000000 --- a/.licenses/bundler/sorbet-static-and-runtime.dep.yml +++ /dev/null @@ -1,207 +0,0 @@ ---- -name: sorbet-static-and-runtime -version: 0.6.13342 -type: bundler -summary: A Typechecker for Ruby -homepage: https://sorbet.org -license: apache-2.0 -licenses: -- sources: Auto-generated Apache-2.0 license text - text: |2 - 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 - (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 - 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 - - 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. - - 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. -notices: [] diff --git a/.licenses/bundler/sorbet-static.dep.yml b/.licenses/bundler/sorbet-static.dep.yml deleted file mode 100644 index 2353a65488..0000000000 --- a/.licenses/bundler/sorbet-static.dep.yml +++ /dev/null @@ -1,207 +0,0 @@ ---- -name: sorbet-static -version: 0.6.13342 -type: bundler -summary: A Typechecker for Ruby -homepage: https://sorbet.org -license: apache-2.0 -licenses: -- sources: Auto-generated Apache-2.0 license text - text: |2 - 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 - (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 - 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 - - 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. - - 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. -notices: [] diff --git a/.licenses/bundler/sorbet.dep.yml b/.licenses/bundler/sorbet.dep.yml deleted file mode 100644 index 8a520efb99..0000000000 --- a/.licenses/bundler/sorbet.dep.yml +++ /dev/null @@ -1,207 +0,0 @@ ---- -name: sorbet -version: 0.6.13342 -type: bundler -summary: A Typechecker for Ruby -homepage: https://sorbet.org -license: apache-2.0 -licenses: -- sources: Auto-generated Apache-2.0 license text - text: |2 - 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 - (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 - 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 - - 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. - - 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. -notices: [] diff --git a/.licenses/bundler/spoom.dep.yml b/.licenses/bundler/spoom.dep.yml deleted file mode 100644 index 24855d54b9..0000000000 --- a/.licenses/bundler/spoom.dep.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: spoom -version: 1.8.4 -type: bundler -summary: Useful tools for Sorbet enthusiasts. -homepage: https://github.com/Shopify/spoom -license: mit -licenses: -- sources: README.md - text: The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). -notices: [] diff --git a/.licenses/bundler/tapioca.dep.yml b/.licenses/bundler/tapioca.dep.yml deleted file mode 100644 index 746ca63989..0000000000 --- a/.licenses/bundler/tapioca.dep.yml +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: tapioca -version: 0.19.2 -type: bundler -summary: A Ruby Interface file generator for gems, core types and the Ruby standard - library -homepage: https://github.com/Shopify/tapioca -license: mit -licenses: -- sources: LICENSE.txt - text: | - The MIT License (MIT) - - Copyright (c) 2019-present, Shopify Inc. - - 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. -- sources: README.md - text: The gem is available as open source under the terms of the [MIT License](https://github.com/Shopify/tapioca/blob/main/LICENSE.txt). -notices: [] diff --git a/.licenses/bundler/test-prof.dep.yml b/.licenses/bundler/test-prof.dep.yml deleted file mode 100644 index 4cc74bb7a4..0000000000 --- a/.licenses/bundler/test-prof.dep.yml +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: test-prof -version: 1.6.2 -type: bundler -summary: Ruby applications tests profiling tools -homepage: http://github.com/test-prof/test-prof -license: mit -licenses: -- sources: LICENSE.txt - text: | - The MIT License (MIT) - - Copyright (c) 2017-2020 Vladimir Dementyev - - 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. -- sources: README.md - text: |- - The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). - - [docs]: https://test-prof.evilmartians.io -notices: [] diff --git a/.licenses/bundler/thor.dep.yml b/.licenses/bundler/thor.dep.yml deleted file mode 100644 index 1ee31ef7bb..0000000000 --- a/.licenses/bundler/thor.dep.yml +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: thor -version: 1.5.0 -type: bundler -summary: Thor is a toolkit for building powerful command-line interfaces. -homepage: https://github.com/rails/thor -license: mit -licenses: -- sources: LICENSE.md - text: | - Copyright (c) 2008 Yehuda Katz, Eric Hodel, et al. - - 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. -- sources: README.md - text: |- - Released under the MIT License. See the [LICENSE][] file for further details. - - [license]: LICENSE.md -notices: [] diff --git a/.licenses/bundler/tsort.dep.yml b/.licenses/bundler/tsort.dep.yml deleted file mode 100644 index bf32c0c76c..0000000000 --- a/.licenses/bundler/tsort.dep.yml +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: tsort -version: 0.2.0 -type: bundler -summary: Topological sorting using Tarjan's algorithm -homepage: https://github.com/ruby/tsort -license: other -licenses: -- sources: LICENSE.txt - text: | - Copyright (C) 1993-2013 Yukihiro Matsumoto. 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. - - THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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. -notices: [] diff --git a/.licenses/bundler/unicode-display_width.dep.yml b/.licenses/bundler/unicode-display_width.dep.yml deleted file mode 100644 index d454e30e26..0000000000 --- a/.licenses/bundler/unicode-display_width.dep.yml +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: unicode-display_width -version: 3.2.0 -type: bundler -summary: Determines the monospace display width of a string in Ruby. -homepage: https://github.com/janlelis/unicode-display_width -license: mit -licenses: -- sources: MIT-LICENSE.txt - text: | - The MIT LICENSE - - Copyright (c) 2011, 2015-2024 Jan Lelis - - 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. -notices: [] diff --git a/.licenses/bundler/unicode-emoji.dep.yml b/.licenses/bundler/unicode-emoji.dep.yml deleted file mode 100644 index b5218b1f2d..0000000000 --- a/.licenses/bundler/unicode-emoji.dep.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: unicode-emoji -version: 4.2.0 -type: bundler -summary: Emoji data and regex -homepage: https://github.com/janlelis/unicode-emoji -license: mit -licenses: -- sources: MIT-LICENSE.txt - text: | - Copyright (c) 2017-2024 Jan Lelis, https://janlelis.com - - 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. -notices: [] diff --git a/.licenses/bundler/yard-sorbet.dep.yml b/.licenses/bundler/yard-sorbet.dep.yml deleted file mode 100644 index d9aaca5659..0000000000 --- a/.licenses/bundler/yard-sorbet.dep.yml +++ /dev/null @@ -1,212 +0,0 @@ ---- -name: yard-sorbet -version: 0.9.0 -type: bundler -summary: Create YARD docs from Sorbet type signatures -homepage: https://github.com/dduugg/yard-sorbet -license: apache-2.0 -licenses: -- sources: LICENSE - text: |2 - 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. -notices: [] diff --git a/.licenses/bundler/yard.dep.yml b/.licenses/bundler/yard.dep.yml deleted file mode 100644 index 8cafc570a0..0000000000 --- a/.licenses/bundler/yard.dep.yml +++ /dev/null @@ -1,135 +0,0 @@ ---- -name: yard -version: 0.9.45 -type: bundler -summary: Documentation tool for consistent and usable documentation in Ruby. -homepage: https://yardoc.org -license: mit -licenses: -- sources: LICENSE - text: | - Copyright (c) 2007-2026 Loren Segal - - 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. -- sources: README.md - text: |- - YARD © by [Loren Segal](mailto:lsegal@soen.ca). YARD is licensed - under the MIT license except for some files which come from the RDoc/Ruby - distributions. Please see the {file:LICENSE} and {file:LEGAL} documents for more - information. -notices: -- sources: LEGAL - text: |- - LEGAL NOTICE INFORMATION - ------------------------ - - All the files in this distribution are covered under either the MIT - license (see the file LICENSE) except some files mentioned below. - - lib/yard/parser/ruby/legacy/ruby_lex.rb: - - This file is under the Ruby license. YARD uses a modified version of it. - - Ruby is copyrighted free software by Yukihiro Matsumoto . - You can redistribute it and/or modify it under either the terms of the GPL - version 2 (see the file GPL), or the conditions below: - - 1. You may make and give away verbatim copies of the source form of the - software without restriction, provided that you duplicate all of the - original copyright notices and associated disclaimers. - - 2. You may modify your copy of the software in any way, provided that - you do at least ONE of the following: - - a) place your modifications in the Public Domain or otherwise - make them Freely Available, such as by posting said - modifications to Usenet or an equivalent medium, or by allowing - the author to include your modifications in the software. - - b) use the modified software only within your corporation or - organization. - - c) give non-standard binaries non-standard names, with - instructions on where to get the original software distribution. - - d) make other distribution arrangements with the author. - - 3. You may distribute the software in object code or binary form, - provided that you do at least ONE of the following: - - a) distribute the binaries and library files of the software, - together with instructions (in the manual page or equivalent) - on where to get the original distribution. - - b) accompany the distribution with the machine-readable source of - the software. - - c) give non-standard binaries non-standard names, with - instructions on where to get the original software distribution. - - d) make other distribution arrangements with the author. - - 4. You may modify and include the part of the software into any other - software (possibly commercial). But some files in the distribution - are not written by the author, so that they are not under these terms. - - For the list of those files and their copying conditions, see the - file LEGAL. - - 5. The scripts and library files supplied as input to or produced as - output from the software do not automatically fall under the - copyright of the software, but belong to whomever generated them, - and may be sold commercially, and may be aggregated with this - software. - - 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE. - - lib/yard/server/http_utils.rb: - - This file is vendored and slightly modified from WEBrick because it was - removed from Ruby core in Ruby 3.x. - - Copyright (C) 1993-2013 Yukihiro Matsumoto. 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. - - THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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/Library/Homebrew/sorbet/rbi/dsl/rubo_cop/cask/ast/stanza.rbi b/Library/Homebrew/sorbet/rbi/dsl/rubo_cop/cask/ast/stanza.rbi index f742b0a7e9..a3daa3fd3f 100644 --- a/Library/Homebrew/sorbet/rbi/dsl/rubo_cop/cask/ast/stanza.rbi +++ b/Library/Homebrew/sorbet/rbi/dsl/rubo_cop/cask/ast/stanza.rbi @@ -120,6 +120,12 @@ class RuboCop::Cask::AST::Stanza sig { returns(T::Boolean) } def on_intel?; end + sig { returns(T::Boolean) } + def on_linux?; end + + sig { returns(T::Boolean) } + def on_macos?; end + sig { returns(T::Boolean) } def on_monterey?; end @@ -192,6 +198,9 @@ class RuboCop::Cask::AST::Stanza sig { returns(T::Boolean) } def suite?; end + sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) } + def system_variable?(*args, &block); end + sig { returns(T::Boolean) } def uninstall?; end