kornelski / deunicode

Convert Unicode to ASCII "Ôóű, 🦄☣ in 北亰" :arrow_right: "Oou, unicorn face biohazard in Bei Jing"
https://lib.rs/crates/deunicode
Other
64 stars 3 forks source link

Add LICENSE to the files which are included in published crates #13

Closed decathorpe closed 2 years ago

decathorpe commented 2 years ago

Most licenses require that redistributed sources contain a copy of the license terms - this includes the BSD-3-Clause license. Hence, adding the LICENSE file to crates that are published and redistributed via crates.io, and possibly re-redistributed by Linux distributions, is necessary.

c.f. https://github.com/kornelski/deunicode/issues/3#issuecomment-498004908

Fixes #3

kornelski commented 2 years ago

Thanks

decathorpe commented 2 years ago

Thanks for merging!