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

fix deprecated SPDX syntax and add missing license text for Apache-2.0 #31

Merged
merged 1 commit into from
Sep 18, 2023
Merged

fix deprecated SPDX syntax and add missing license text for Apache-2.0 #31

merged 1 commit into from
Sep 18, 2023

Conversation

decathorpe
Copy link
Contributor

Fixes #30

The license text for Apache-2.0 is currently missing from this project, this PR adds it. It's the standard Apache-2.0 license text as used by other Rust projects, like serde and rust itself.

Additionally, I've changed the license expression in the crate metadata to drop the / (which is deprecated and shouldn't be used according to the latest SPDX specification), and replaced it with OR.

@vi vi merged commit f4b5f92 into vi:master Sep 18, 2023
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.

missing license file for Apache-2.0
2 participants