# Onebox Binary Distribution Notices ## Onebox License MIT License Copyright (c) 2025 Task Venture Capital GmbH 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, 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. ## @serve.zone/workloadinit License MIT License Copyright (c) 2026 Task Venture Capital GmbH 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. ## @serve.zone/workloadinit Third-Party Notices # Third-Party Notices The `workloadinit_linux_amd64` and `workloadinit_linux_arm64` executables are statically linked for Rust's musl targets. This file covers their locked Cargo dependency graph and the runtime components supplied by the pinned Rust 1.95.0 toolchain. ## Sources Of Record - `rust/Cargo.lock`, SHA-256 `e03ff86588726a90d4505118f815188a1766874820928d5a3df597dc237b1fd2`, pins the crates.io package checksums and versions listed below. License expressions and texts were read from those checksum-pinned packages. - Rust 1.95.0 ships its standard-library inventory as `share/doc/rust/COPYRIGHT-library.html`, SHA-256 `90567e2718bf7fd65a71a3a43c5596488e80e5f51ed02bfea6fec54458b5f3d1`. The corresponding source release is . - Rust 1.95.0's pinned musl build recipe is . It records musl 1.2.5 and the static libunwind runtime used for Rust's musl targets. The musl source receives the two security patches recorded beside that script in the same Rust release. - The musl notice below includes the upstream 1.2.5 attribution inventory and terms from , SHA-256 `f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af`. ## Locked Cargo Inventory Where a package offers `MIT OR Apache-2.0`, this distribution uses the MIT option. It also uses the MIT option for `memchr` (`Unlicense OR MIT`) and `r-efi` (`MIT OR Apache-2.0 OR LGPL-2.1-or-later`). `unicode-ident` additionally requires the Unicode License V3 reproduced below. | Component | Version | Selected license | | --- | --- | --- | | block-buffer | 0.12.1 | MIT | | cfg-if | 1.0.4 | MIT | | const-oid | 0.10.2 | MIT | | cpufeatures | 0.3.0 | MIT | | crypto-common | 0.2.2 | MIT | | digest | 0.11.3 | MIT | | getrandom | 0.4.3 | MIT | | hybrid-array | 0.4.14 | MIT | | itoa | 1.0.18 | MIT | | libc | 0.2.189 | MIT | | memchr | 2.8.3 | MIT | | proc-macro2 | 1.0.107 | MIT | | quote | 1.0.47 | MIT | | r-efi | 6.0.0 | MIT | | serde | 1.0.229 | MIT | | serde_core | 1.0.229 | MIT | | serde_derive | 1.0.229 | MIT | | serde_json | 1.0.151 | MIT | | sha2 | 0.11.0 | MIT | | syn | 2.0.119 | MIT | | syn | 3.0.3 | MIT | | typenum | 1.20.1 | MIT | | unicode-ident | 1.0.24 | MIT AND Unicode-3.0 | | zeroize | 1.9.0 | MIT | | zeroize_derive | 1.5.0 | MIT | | zmij | 1.0.23 | MIT | `proc-macro2`, `quote`, `serde_derive`, both `syn` versions, `unicode-ident`, and `zeroize_derive` are compile-time components. `r-efi` is target-inactive for the distributed Linux binaries. They are listed conservatively so the inventory exactly matches the complete Cargo lockfile. ## Copyright Notices Copyright (c) The Rust Project Contributors Copyright (c) 2014 Alex Crichton (`cfg-if`) Copyright (c) 2015 Andrew Gallant (`memchr`) Copyright (c) 2014 Paho Lurie-Gregg (`typenum`) Copyright (c) 2017-2023 Red Hat, Inc. (`r-efi`) Copyright (c) 2019-2023 Microsoft Corporation (`r-efi`) Copyright (c) 2022-2023 David Rheinsberg (`r-efi`) Copyright (c) 2018-2025 The RustCrypto Project Developers (`block-buffer`) Copyright (c) 2020-2026 The RustCrypto Project Developers (`const-oid`) Copyright (c) 2020-2025 The RustCrypto Project Developers (`cpufeatures`) Copyright (c) 2021-2026 RustCrypto Developers (`crypto-common`) Copyright (c) 2017-2025 RustCrypto Developers (`digest`) Copyright (c) 2022-2026 The RustCrypto Project Developers (`hybrid-array`) Copyright (c) 2016-2026 The RustCrypto Project Developers (`sha2`) Copyright (c) 2018-2026 The RustCrypto Project Developers (`zeroize`) Copyright (c) 2019-2026 The RustCrypto Project Developers (`zeroize_derive`) Copyright (c) 2018-2026 The rust-random Project Developers (`getrandom`) The pinned Rust standard-library notice also records copyrights held by the Rust Project Developers, Alex Crichton, the Crossbeam Project Developers, the Fuchsia Authors, and Unicode, Inc. Components whose package license contains no additional copyright line remain covered by the common MIT terms 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. ## musl 1.2.5 Copyright And License musl as a whole is licensed under the following standard MIT license: Copyright © 2005-2020 Rich Felker, et al. The common MIT terms reproduced above apply. Authors/contributors include: A. Wilcox, Ada Worcester, Alex Dowad, Alex Suykov, Alexander Monakov, Andre McCurdy, Andrew Kelley, Anthony G. Basile, Aric Belsito, Arvid Picciani, Bartosz Brachaczek, Benjamin Peterson, Bobby Bingham, Boris Brezillon, Brent Cook, Chris Spiegel, Clément Vasseur, Daniel Micay, Daniel Sabogal, Daurnimator, David Carlier, David Edelsohn, Denys Vlasenko, Dmitry Ivanov, Dmitry V. Levin, Drew DeVault, Emil Renner Berthing, Fangrui Song, Felix Fietkau, Felix Janda, Gianluca Anzolin, Hauke Mehrtens, He X, Hiltjo Posthuma, Isaac Dunham, Jaydeep Patil, Jens Gustedt, Jeremy Huntwork, Jo-Philipp Wich, Joakim Sindholt, John Spencer, Julien Ramseier, Justin Cormack, Kaarle Ritvanen, Khem Raj, Kylie McClain, Leah Neukirchen, Luca Barbato, Luka Perkov, M Farkas-Dyck (Strake), Mahesh Bodapati, Markus Wichmann, Masanori Ogino, Michael Clark, Michael Forney, Mikhail Kremnyov, Natanael Copa, Nicholas J. Kain, orc, Pascal Cuoq, Patrick Oppenlander, Petr Hosek, Petr Skocik, Pierre Carrier, Reini Urban, Rich Felker, Richard Pennington, Ryan Fairfax, Samuel Holland, Segev Finer, Shiz, sin, Solar Designer, Stefan Kristiansson, Stefan O'Rear, Szabolcs Nagy, Timo Teräs, Trutz Behn, Valentin Ochs, Will Dietz, William Haddon, and William Pitcock. Portions of this software are derived from third-party works licensed under terms compatible with the above MIT license: The TRE regular expression implementation (`src/regex/reg*` and `src/regex/tre*`) is Copyright © 2001-2008 Ville Laurikari and licensed under a 2-clause BSD license. The included version has been heavily modified by Rich Felker in 2012, in the interests of size, simplicity, and namespace cleanliness. Much of the math library code (`src/math/*` and `src/complex/*`) is Copyright © 1993, 2004 Sun Microsystems; Copyright © 2003-2011 David Schultz; Copyright © 2003-2009 Steven G. Kargl; Copyright © 2003-2009 Bruce D. Evans; Copyright © 2008 Stephen L. Moshier; or Copyright © 2017-2018 Arm Limited and labelled as such in comments in the individual source files. All have been licensed under extremely permissive terms. The ARM memcpy code (`src/string/arm/memcpy.S`) is Copyright © 2008 The Android Open Source Project and is licensed under a two-clause BSD license. It was taken from Bionic libc, used on Android. The AArch64 memcpy and memset code (`src/string/aarch64/*`) are Copyright © 1999-2019, Arm Limited. The linked `src/string/aarch64/memcpy.S` and `memset.S` source files carry the more specific notice: Copyright (c) 2012-2020, Arm Limited. They use the MIT terms reproduced above. The implementation of DES for crypt (`src/crypt/crypt_des.c`) is Copyright © 1994 David Burren. It is licensed under a BSD license. The implementation of blowfish crypt (`src/crypt/crypt_blowfish.c`) was originally written by Solar Designer and placed into the public domain. The code also comes with a fallback permissive license for use in jurisdictions that may not recognize the public domain. The smoothsort implementation (`src/stdlib/qsort.c`) is Copyright © 2011 Valentin Ochs and is licensed under an MIT-style license. The x86_64 port was written by Nicholas J. Kain and is licensed under the standard MIT terms. The mips and microblaze ports were originally written by Richard Pennington for use in the ellcc project. The original code was adapted by Rich Felker for build system and code conventions during upstream integration. It is licensed under the standard MIT terms. The mips64 port was contributed by Imagination Technologies under the standard MIT terms. The powerpc port was also originally written by Richard Pennington, and later supplemented and integrated by John Spencer under the standard MIT terms. All other files without copyright comments are original works produced specifically for use as part of musl by Rich Felker or contributors listed above. Details on individual authorship are recorded in musl's version control history. Permission is additionally granted for all public header files (`include/*` and `arch/*/bits/*`) and crt files intended to be linked into applications (`crt/*`, `ldso/dlstart.c`, and `arch/*/crt_arch.h`) to omit the copyright notice and permission notice otherwise required by the license, and to use these files without any requirement of attribution. These files include substantial contributions from Bobby Bingham, John Spencer, Nicholas J. Kain, Rich Felker, Richard Pennington, Stefan Kristiansson, and Szabolcs Nagy, all of whom explicitly granted such permission. The upstream file previously contained text expressing a belief that most files covered by the above exception were sufficiently trivial not to be subject to copyright, resulting in confusion over whether it negated the permissions granted in the license. In the spirit of permissive licensing, and of not having licensing issues be an obstacle to adoption, that text was removed. ### BSD-2-Clause Terms For Identified musl Portions 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. ## Rust compiler-builtins And LLVM Runtime License The final binaries link Rust's `compiler_builtins` runtime and the static LLVM libunwind runtime. Rust 1.95.0 pins the applicable `compiler_builtins` source at . Its `LICENSE.txt` identifies compiler-builtins as MIT and Apache-2.0 with the LLVM exception; compiler-rt-derived work before 2019-01-19 is also available under MIT, while later derived work uses Apache-2.0 with the LLVM exception. The common MIT terms appear above. The Apache-2.0 terms follow, and the exact upstream `LICENSE.txt` is reproduced in the final section. ### Apache License 2.0 Apache License Version 2.0, January 2004 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. "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. 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. "Submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including 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 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 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, 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 ### LLVM Exception The exception shipped by Rust 1.95.0, SHA-256 `e34c58338bd89d43e709e226610d8f32b3e3c47f4ad9a99a8dc1d4ac7842488e`, states: > As an exception, if, as a result of your compiling your source code, > portions of this Software are embedded into an Object form of such source > code, you may redistribute such embedded portions in such Object form > without complying with the conditions of Sections 4(a), 4(b) and 4(d) of > the License. > > In addition, if you combine or link compiled forms of this Software with > software that is licensed under the GPLv2 ("Combined Software") and if a > court of competent jurisdiction determines that the patent provision > (Section 3), the indemnity provision (Section 9) or other Section of the > License conflicts with the conditions of the GPLv2, you may retroactively > and prospectively choose to deem waived or otherwise exclude such Section(s) > of the License, but only in their entirety and only with respect to the > Combined Software. ## Unicode License V3 The following text is reproduced from Rust 1.95.0's `share/doc/rust/licenses/Unicode-3.0.txt`, SHA-256 `f5062c9a188d81dfe66b56db4182dcf9e4b17c0d9b0d311a8e20b3a1b075c443`. COPYRIGHT AND PERMISSION NOTICE Copyright (c) 1991-2024 Unicode, Inc. NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. Permission is hereby granted, free of charge, to any person obtaining a copy of data files and any associated documentation (the "Data Files") or software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that either (a) this copyright and permission notice appear with all copies of the Data Files or Software, or (b) this copyright and permission notice appear in associated Documentation. THE DATA FILES AND SOFTWARE ARE 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 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE. Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder. ## Exact Rust 1.95.0 compiler-builtins License The following is the complete `library/compiler-builtins/LICENSE.txt` from Rust 1.95.0, SHA-256 `ab6eec6caf0fa5775e411c7a8bc6a45c4ef2956b0980b157ab74fc5cd62a928b`. The compiler-builtins crate is available for use under both the MIT license and the Apache-2.0 license with the LLVM exception (MIT AND Apache-2.0 WITH LLVM-exception). The libm crate is available for use under the MIT license. As a contributor, you agree that your code may be used under any of the following: the MIT license, the Apache-2.0 license, or the Apache-2.0 license with the LLVM exception. In other words, original (non-derivative) work is licensed under MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception. This is the default license for all other source in this repository. Text of the relevant licenses is provided 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. ------------------------------------------------------------------------------ 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. 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. ---- LLVM Exceptions to the Apache 2.0 License ---- As an exception, if, as a result of your compiling your source code, portions of this Software are embedded into an Object form of such source code, you may redistribute such embedded portions in such Object form without complying with the conditions of Sections 4(a), 4(b) and 4(d) of the License. In addition, if you combine or link compiled forms of this Software with software that is licensed under the GPLv2 ("Combined Software") and if a court of competent jurisdiction determines that the patent provision (Section 3), the indemnity provision (Section 9) or other Section of the License conflicts with the conditions of the GPLv2, you may retroactively and prospectively choose to deem waived or otherwise exclude such Section(s) of the License, but only in their entirety and only with respect to the Combined Software. ------------------------------------------------------------------------------ Portions of this software are derived from third-party works licensed under terms compatible with the above Apache-2.0 WITH LLVM-exception AND MIT license: * compiler-builtins is derived from LLVM's compiler-rt (https://llvm.org/). Work derived from compiler-rt prior to 2019-01-19 is usable under the MIT license, with the following copyright: Copyright (c) 2009-2016 by the contributors listed in CREDITS.TXT The relevant CREDITS.TXT is located at https://github.com/llvm/llvm-project/blob/main/compiler-rt/CREDITS.TXT. * Work derived from compiler-rt after 2019-01-19 is usable under the Apache-2.0 license with the LLVM exception. * The bundled `math` module is from the libm crate, usable under the MIT license. For further details and copyrights, see see libm/LICENSE.txt at https://github.com/rust-lang/compiler-builtins. Additionally, some source files may contain comments with specific copyrights or licenses.