You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't see an obvious LGPL'd deps/regex; and if it's referring to the https://github.com/rust-lang/regex/ project that's often used in examples, the license of that project appears to be the Rust community standard "MIT OR Apache-2.0". It appears to be in the original 2014 commit.
Is this now inaccurate attribution?
The text was updated successfully, but these errors were encountered:
I'm not sure what to do here. One option is to just remove the file, though that doesn't seem ideal. We could do another pass of the current licenses, but that will get out-of-date again over time. There are some external tools for managing and collecting licenses (like cargo-lichking). But preferably we would have something that would integrate and automate all rust projects.
@hyandell It looks like libgit2's upstream COPYING file is out of date, and still lists deps/regex, even though they no longer vendor regex (they switched to pcre). Could you get libgit2 to update their COPYING file, and then we can update to a fresh verbatim copy of that file?
Hi Cargo folk!
Problem
Reviewing the LICENSE-THIRD-PARTY file, I noticed there was mention of:
https://github.com/rust-lang/cargo/blob/master/LICENSE-THIRD-PARTY#L533
I didn't see an obvious LGPL'd deps/regex; and if it's referring to the https://github.com/rust-lang/regex/ project that's often used in examples, the license of that project appears to be the Rust community standard "MIT OR Apache-2.0". It appears to be in the original 2014 commit.
Is this now inaccurate attribution?
The text was updated successfully, but these errors were encountered: