Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect license detection for a Rust crate #3979

Open
pombredanne opened this issue Nov 9, 2024 · 1 comment
Open

Incorrect license detection for a Rust crate #3979

pombredanne opened this issue Nov 9, 2024 · 1 comment

Comments

@pombredanne
Copy link
Member

pombredanne commented Nov 9, 2024

Scanning https://github.com/emilk/egui/archive/refs/heads/master.zip with --package I get incorrect licenses:

  • Declared license expression (SPDX): (MIT OR Apache-2.0) AND OFL-1.1

  • Extracted license statement: (MIT OR Apache-2.0) AND OFL-1.1 AND LicenseRef-UFL-1.0

We should have an error for this and/or an unknown license. And we should also return an error in ScanCode.io

Related: emilk/egui#5361

@alok1304
Copy link

Hii @pombredanne
when i scanned this .zip file i got this output (this is HTML output)
Screenshot 2024-12-20 135659

here i see multiple licenses across different files, Can you explain a little bite..

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

No branches or pull requests

2 participants