Third-Party Notices

Open-source licenses for software used by Glider.

Glider is released under the MIT License. Third-party components bundled with Glider retain their own licenses. This page summarizes those licenses. A complete THIRD_PARTY_NOTICES.md file is included with each release.

Overview

Glider depends on 290 npm packages (JavaScript/TypeScript) and 406 Rust crates. The vast majority are licensed under MIT, Apache-2.0, or a combination of both. A small number use other permissive or copyleft licenses as noted below.

npm License Summary

Licenses across 290 npm packages used at build time and runtime:

LicenseCount
MIT255
Apache-2.0 OR MIT13
ISC9
Apache-2.05
BSD-2-Clause2
BSD-3-Clause2
MIT OR Apache-2.02
CC-BY-4.01
MIT-01

Rust Crate License Summary

Licenses across 406 Rust crates resolved for the macOS aarch64-apple-darwin build target:

LicenseCount
MIT OR Apache-2.0181
MIT75
Apache-2.0 OR MIT31
MIT/Apache-2.030
Unicode-3.018
Zlib OR Apache-2.0 OR MIT17
Apache-2.012
MPL-2.05
BSD-3-Clause4
Unlicense OR MIT4
Other permissive combinations29

Notable Non-MIT Licenses

The following dependencies use licenses other than MIT that may have specific requirements when redistributing Glider.

MPL-2.0 (Mozilla Public License 2.0)

These Rust crates are licensed under MPL-2.0, which requires that modifications to the original source files be made available under the same license. Using these crates as dependencies (without modifying their source) does not impose additional requirements on Glider's own MIT-licensed code.

CrateVersionLicense
cssparser0.29.6MPL-2.0
cssparser-macros0.6.1MPL-2.0
dtoa-short0.3.5MPL-2.0
option-ext0.2.0MPL-2.0
selectors0.24.0MPL-2.0

CC-BY-4.0 (Creative Commons Attribution 4.0)

PackageVersionLicenseType
caniuse-lite1.0.30001774CC-BY-4.0build-time

Other License Families

Additional licenses present in the dependency tree include Unicode-3.0 (ICU4X Unicode data libraries), BSD-2-Clause, BSD-3-Clause, ISC, Zlib, Unlicense, CC0-1.0, and Apache-2.0 WITH LLVM-exception. All are permissive licenses compatible with MIT distribution.

Compliance

Full Notices

For the complete list of all 696 dependencies with their exact versions, licenses, and source URLs, see the THIRD_PARTY_NOTICES.md file in the repository.