-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Consider adding a copyright notice #105621
Copy link
Copy link
Closed
Labels
A-licensingArea: Compiler licensingArea: Compiler licensingA-metaArea: Issues & PRs about the rust-lang/rust repository itselfArea: Issues & PRs about the rust-lang/rust repository itselfT-coreRelevant to the core team, which will review and decide on the PR/issue.Relevant to the core team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-licensingArea: Compiler licensingArea: Compiler licensingA-metaArea: Issues & PRs about the rust-lang/rust repository itselfArea: Issues & PRs about the rust-lang/rust repository itselfT-coreRelevant to the core team, which will review and decide on the PR/issue.Relevant to the core team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
In #43498, the copyright notice reading "Copyright (c) 2015 The Rust Project
Developers" was stripped from the MIT license. This was done because there is no legal entity named "The Rust Project Developers" holding the copyright. However, this implies that groups who aren't legal entities don't deserve attribution, which I don't think is true. Also, this might be a license violation, since most rust developers never agreed to the removal. Therefore, I'd like to propose adding the following copyright notice:
Copyright <year> various Rust Project
Developers
This could also be interpreted as a violation of the license of pre-2015 code, as it's not exactly the copyright notice required, but that would also mean that changing the year is a license violation, yet most projects keep the year up-to-date.