-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Github's license detection is messed up #43188
Comments
Github doesn't support dual licenses, so if we'd get it to display a license, it'd be not accurate. eg https://github.com/steveklabnik/rustdoc shows up as "Apache-2.0". I'm not sure whether that's wanted. |
As the missing support for dual licenses affects many official and unofficial rust projects, it might be something to contact Github about. |
https://github.com/blog/1964-open-source-license-usage-on-github-com
|
heh yeah I wanted to tackle that after I tackle this. Oh thanks @jmesmon ! |
also cc licensee/licensee#114 (comment) |
GitHub no longer incorrectly reports this repo as Apache-2.0. Should we fold this issue into #39897 ? |
Yup! |
https://github.com/rust-lang/rust/community links to https://github.com/rust-lang/rust/blob/master/COPYRIGHT
The docs don't make any mention of looking for
COPYRIGHT
.#39897 suggests re-writing COPYRIGHT anyway.
I'd argue that we should
COPYRIGHT
file.LICENSE.md
fileThis would not totally solve #39897, but it's a start. Hence this separate ticket.
What do you think, @rust-lang/core ?
The text was updated successfully, but these errors were encountered: