Skip to content
probonopd edited this page May 3, 2022 · 2 revisions

Licensing

runtime

  • runtime.c (MIT License; could be relicensed if needed)
  • musl libc (MIT License; "Its permissive MIT license is compatible with all FOSS licenses, static-linking-friendly, and makes commercial use painless too" https://www.musl-libc.org/intro.html)
  • libfuse (GNU Lesser General Public License, version 2.1)
  • squashfuse (2-Clause BSD License)
  • libzstandard (3-Clause BSD License)
  • libz (zlib License; could be removed if we use libzstandard exclusively)

"If you statically link against an LGPLed library, you must also provide your application in an object (not necessarily source) format, so that a user has the opportunity to modify the library and relink the application." https://www.gnu.org/licenses/gpl-faq.en.html#LGPLStaticVsDynamic

Clone this wiki locally