-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
License files #91
Comments
The license is mentioned in the cargo manifest. Does this suffice or is it still good practice to include license files? |
The latter, I think. Github won't show the license for the repo otherwise. |
Also, when a linux distro maintainer packs your crate as This information is half year old and second hand (I'm not a distro maintainer, one of my coworkers is) so I am possibly mistaken, but I bet that including the license files is better than not to from their perspective. |
It is a standard practice to include
LICENSE-MIT
andLICENSE-APACHE
files at the root of the repo to enable contributors to modify code.The text was updated successfully, but these errors were encountered: