CensoredUsername / dynasm-rs

A dynasm-like tool for rust.
https://censoredusername.github.io/dynasm-rs/language/index.html
Mozilla Public License 2.0
716 stars 52 forks source link

Clarification for MPL-2.0 license, include required Exhibit A #81

Closed ghost closed 1 year ago

ghost commented 1 year ago

The dynasm and dynasmrt crates claim an MPL-2.0 license in the Cargo.toml and by including the LICENSE file, but the text of the license requires a specific declaration called the "source code form" to be made. Without this declaration, it's not possible to strictly comply with the license. This patch adds Exhibit A to the Cargo.toml where it should be unobtrusive but sufficient for license adherence.

CensoredUsername commented 1 year ago

That looks to be correct. Thanks!

ghost commented 1 year ago

Thanks for the merge! (And for maintaining a cool crate)