-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
The files src/libstd/sync/mpsc/spsc_queue.rs
and src/libstd/sync/mpsc/spsc_queue.rs
was originally added a long time ago in #10080, and the first line is Copyright (c) 2010-2011 Dmitry Vyukov. All rights reserved.
(explained in #9710). These files are only licensed under the BSD 2-Clause license.
- The file doesn't contain the usual
Copyright The Rust Developers
, although the team is a co-author. - Does the second clause means, that rustc should print the whole BSD license just for these? (Or I'm misinterpreting it?)
Is it an issue at all? (I'm not that familiar with distributing and licensing software.) If it is, can we do something about it?
Metadata
Metadata
Assignees
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.