servo / pathfinder

A fast, practical GPU rasterizer for fonts and vector graphics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

decathorpe opened this issue · comments

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.