Skip to content

Consider adding a copyright notice #105621

Closed
@SvizelPritula

Description

@SvizelPritula

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.

Activity

added
T-coreRelevant to the core team, which will review and decide on the PR/issue.
A-metaArea: Issues & PRs about the rust-lang/rust repository itself
A-licensingArea: Compiler licensing
on Dec 13, 2022
njhanley

njhanley commented on Apr 7, 2023

@njhanley

This seems like a big issue. Without a copyright notice in LICENSE-MIT, there is no clear way to comply with the one condition of the license:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

This comment implies attribution isn't required at all.

Related: #63232

SvizelPritula

SvizelPritula commented on Apr 7, 2023

@SvizelPritula
Author

I'm not a lawyer, but I can't imagine a judge interpreting this any other way than that no copyright notice is required, just the license text itself.

aloisklink

aloisklink commented on Jul 27, 2023

@aloisklink

It would be nice for there to at least be something in the LICENSE-MIT file, even if it just says: "Please see the COPYRIGHT file at the top-level directory of this distribution and at http://rust-lang.org/COPYRIGHT". Not seeing a copyright notice in the MIT license is pretty confusing, until you find #43498 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-licensingArea: Compiler licensingA-metaArea: Issues & PRs about the rust-lang/rust repository itselfT-coreRelevant to the core team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @njhanley@aloisklink@inquisitivecrystal@SvizelPritula@workingjubilee

        Issue actions

          Consider adding a copyright notice · Issue #105621 · rust-lang/rust