-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-licensingArea: Compiler licensingArea: Compiler licensingT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Description
GPL code means proprietary projects cannot copy it. Rust violates GPL license by reusing GPL code in non-GPL environment.
rust/library/std/src/personality/gcc.rs
Line 80 in a0d0709
// https://github.com/gcc-mirror/gcc/blob/master/libstdc++-v3/libsupc++/eh_personality.cc |
This is GPL license violation. Please fix.
Metadata
Metadata
Assignees
Labels
A-licensingArea: Compiler licensingArea: Compiler licensingT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.