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

Invalid license identifiers #419

Closed
Mossop opened this issue Sep 18, 2019 · 1 comment · Fixed by #512
Closed

Invalid license identifiers #419

Mossop opened this issue Sep 18, 2019 · 1 comment · Fixed by #512

Comments

@Mossop
Copy link

Mossop commented Sep 18, 2019

The license identifiers found in the Cargo.toml look like MIT/Apache-2.0 and MIT/Apache-2.0 AND BSD-2-Clause but / is not valid in SPDX. I'm assuming that MIT OR Apache-2.0 is what is intended. I'd provide a pull request but I'm not sure whether the BSD case needs to be (MIT OR Apache-2.0) AND BSD-2-Clause or MIT OR Apache-2.0 AND BSD-2-Clause

@ghost
Copy link

ghost commented Sep 27, 2019

I believe it should be (MIT OR Apache-2.0) AND BSD-2-Clause

bors bot added a commit that referenced this issue May 23, 2020
512: Separate licenses with `OR` instead of `/` r=jeehoonkang a=taiki-e

`/` is deprecated. 

Refs: rust-lang/cargo#4898

Closes #419

Co-authored-by: Taiki Endo <te316e89@gmail.com>
bors bot added a commit that referenced this issue May 23, 2020
512: Separate licenses with `OR` instead of `/` r=jeehoonkang a=taiki-e

`/` is deprecated. 

Refs: rust-lang/cargo#4898

Closes #419

Co-authored-by: Taiki Endo <te316e89@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant