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

figure out dependency licenses #44

Open
cwkingjr opened this issue Mar 13, 2024 · 0 comments
Open

figure out dependency licenses #44

cwkingjr opened this issue Mar 13, 2024 · 0 comments
Assignees
Labels
invalid This doesn't seem right

Comments

@cwkingjr
Copy link
Owner

https://crates.io/crates/cargo-deny?lid=35102

Got several license errors when running "cargo deny check", for example:

error[rejected]: failed to satisfy license requirements
┌─ windows_x86_64_msvc 0.52.0 (registry+https://github.com/rust-lang/crates.io-index):4:12

4 │ license = "MIT OR Apache-2.0"
│ ^^^----^^^^^^^^^^
│ │ │
│ │ rejected: license was not explicitly allowed
│ license expression retrieved via Cargo.toml license
│ rejected: license was not explicitly allowed

= MIT - MIT License:
= - OSI approved
= - FSF Free/Libre
= Apache-2.0 - Apache License 2.0:
= - OSI approved
= - FSF Free/Libre
= windows_x86_64_msvc v0.52.0
└── windows-targets v0.52.0
└── windows-sys v0.52.0
├── anstyle-query v1.0.2
│ └── anstream v0.6.11
│ └── clap_builder v4.5.0
│ └── clap v4.5.0
│ └── gift_circle v0.11.1
└── anstyle-wincon v3.0.2
└── anstream v0.6.11 (*)

advisories ok, bans ok, licenses FAILED, sources ok

@cwkingjr cwkingjr self-assigned this Mar 13, 2024
@cwkingjr cwkingjr added the invalid This doesn't seem right label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant