projectfluent / fluent-rs

Rust implementation of Project Fluent
https://projectfluent.org
Apache License 2.0
1.05k stars 95 forks source link

Add License Files to Crates #208

Closed fhoehle closed 3 years ago

fhoehle commented 3 years ago

This PR adds the two possible licenses file to all published crates. This would ease to compile a list of all licenses and corresponding files for packages which depend on projectfluent rust crates. cargo does not support mutiple license files therefore links are used see related PR for cargo (https://github.com/rust-lang/cargo/issues/3537). I would be glad to receive some feedback and/or review.