Skip to content

Migrate from deprecated MIT/Apache-2.0 license specification to SPDX's MIT OR Apache-2.0. #463

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

Closed
jrvanwhy opened this issue Apr 12, 2023 · 0 comments · Fixed by #474
Closed
Labels

Comments

@jrvanwhy
Copy link
Collaborator

Several crates under apis/ have license = "MIT/Apache-2.0" in their Cargo.toml files. This is a deprecated syntax; the SPDX expression MIT OR Apache-2.0 (order does not matter) should be used instead.

Some background on the deprecation is at rust-lang/cargo#4898

@jrvanwhy jrvanwhy added the easy label Apr 12, 2023
bors bot added a commit that referenced this issue May 22, 2023
474: Updated `license` for APIs r=jrvanwhy a=RaresCon

### Pull Request Overview

I've updated the `license` field in several `Cargo.toml` files to SPDX expression for APIs. This PR resolves #463.

### Testing Strategy

This pull request didn't need testing.

### TODO or Help Wanted

This pull request still needs review.

### Documentation Updated

- [x] No updates required.

Co-authored-by: RaresCon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant