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
The SPDX expression is "(MIT OR Apache-2.0) AND NCSA" and the README says:
All files in the libfuzzer directory are licensed NCSA.
Everything else is dual-licensed Apache 2.0 and MIT.
But the vendored version of libfuzzer is from LLVM 19.x, long after LLVM started relicensing from NCSA to Apache-2.0 WITH LLVM-exception. There doesn't seem to be any definite statement whether the relicensing is 100% complete, but it's pretty far along:
Uh oh!
There was an error while loading. Please reload this page.
The SPDX expression is "(MIT OR Apache-2.0) AND NCSA" and the README says:
But the vendored version of libfuzzer is from LLVM 19.x, long after LLVM started relicensing from NCSA to Apache-2.0 WITH LLVM-exception. There doesn't seem to be any definite statement whether the relicensing is 100% complete, but it's pretty far along:
I'm no licensing expert but it seems like NCSA should be replaced with Apache-2.0 WITH LLVM-exception in Cargo.toml and README.
The text was updated successfully, but these errors were encountered: