servo / pathfinder

A fast, practical GPU rasterizer for fonts and vector graphics
Apache License 2.0
3.61k stars 204 forks source link

crates published to crates.io don't contain license files #443

Open decathorpe opened 4 years ago

decathorpe commented 4 years ago

Both the MIT and Apache-2.0 licenses require that their license texts are published and distributed with the source code they cover. LICENSE-APACHE and LICENSE-MIT are in the project's root directory, but any crates published to crates.io don't contain those license texts.

Please consider adding symlinks (like LICENSE-APACHE → ../LICENSE-APACHE and LICENSE-MIT → ../LICENSE-MIT) to all published crates, which will make cargo include the files in the published crates.