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

Specify license alongside license-file #14

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

kaspar-p
Copy link

Fixes #13

Many automated tools read known-licenses based on the license tool and the SPDX spec. Though the license-file key is standard, it's usually used for custom licenses and are usually banned-by-default by scanners.

This PR adds the license alongside license-file, since the Apache 2.0 is a standard license. Also bumps to 0.0.6.

Cargo.toml Outdated
edition = "2021"
authors = ["Taylor Thomas <[email protected]>"]
description = "A crate containing a thin wrapper around the oci-client crate that implements types and methods for pulling and pushing Wasm to OCI registries"
repository = "https://github.com/bytecodealliance/rust-oci-wasm"
license = "Apache-2.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it also has a llvm-exception

--- LLVM Exceptions to the Apache 2.0 License ----

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I missed this. I'll add it.

@thomastaylor312 thomastaylor312 merged commit ed99fc3 into bytecodealliance:main Oct 9, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible license usage in Cargo.toml
3 participants