Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Alter license in Cargo.toml to match recommended format #143

Closed
wants to merge 1 commit into from

Conversation

wezm
Copy link

@wezm wezm commented Jan 29, 2018

The Cargo docs recommend using / when multiple licenses are present. The convention seems to be Apache-2.0/MIT for dual licenced crates. For example running cargo licence on a project of mine shows 59 results with this format. Using this more prevalent format means failure doesn't stand out when evaluating licenses with cargo license or similar.

If you're ok with this change I can do the same to failure_derive.

@withoutboats
Copy link
Contributor

See #117. The cargo guidance is being changed, the license format in failure is preferred.

@withoutboats
Copy link
Contributor

cargo docs PR about this: rust-lang/cargo#4898

@wezm
Copy link
Author

wezm commented Jan 30, 2018

Good to know. I'll change my own crates to use the new format :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants