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

Normalize license for cargo. #153

Merged
merged 2 commits into from Feb 28, 2023
Merged

Normalize license for cargo. #153

merged 2 commits into from Feb 28, 2023

Conversation

jmjoy
Copy link
Member

@jmjoy jmjoy commented Feb 28, 2023

Sometimes the dependent license is not standardized in cargo (not follow SPDX), such as MIT/Apache-2.0, or not sorted, like MIT OR Apache-2.0.

It is impossible to combine the dependencies of the same license at the time of summary.

This PR is to normalize the license and normalize MIT/Apache-2.0 and MIT OR Apache-2.0 into Apache-2.0 OR MIT.

@jmjoy jmjoy added this to the 0.5.0 milestone Feb 28, 2023
@jmjoy jmjoy marked this pull request as ready for review February 28, 2023 11:25
@kezhenxu94 kezhenxu94 merged commit 0955592 into apache:main Feb 28, 2023
@jmjoy jmjoy deleted the cargo branch March 1, 2023 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants