Skip to content

zerocopy-derive: Switch to the license field in Cargo.toml #191

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

Merged
merged 1 commit into from
Jun 16, 2023
Merged

zerocopy-derive: Switch to the license field in Cargo.toml #191

merged 1 commit into from
Jun 16, 2023

Conversation

dm0-
Copy link
Contributor

@dm0- dm0- commented Jun 15, 2023

This is basically #104 for the zerocopy-derive crate. Using license-file means the license is nonstandard (rust-lang/cargo#8537). Compare:

https://crates.io/crates/zerocopy/0.7.0-alpha.4
https://crates.io/crates/zerocopy-derive/0.7.0-alpha.4

The LICENSE file can be symlinked from the parent directory, and cargo will copy it into the crate.

Using the license-file field means it is a nonstandard license.

Signed-off-by: David Michael <[email protected]>
@joshlf joshlf merged commit b5b30d0 into google:main Jun 16, 2023
@dm0- dm0- deleted the license branch June 16, 2023 03:16
joshlf pushed a commit that referenced this pull request Aug 3, 2023
Using the license-file field means it is a nonstandard license.

Signed-off-by: David Michael <[email protected]>
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.

3 participants