clap-rs / term_size-rs

Functions for determining terminal sizes in Rust
Apache License 2.0
45 stars 12 forks source link

Machine-parseable license #13

Closed vorner closed 7 years ago

vorner commented 7 years ago

Would it be possible to specify the license in the Cargo.toml as:

license = "MIT/Apache-2.0"

This seems to be the preferred way (according to http://doc.crates.io/manifest.html#package-metadata) and is machine parseable, unlike the current "MIT OR Apache-2.0", which various tools (like cargo-lichking) can't recognize.

kbknapp commented 7 years ago

I'm good with it. I'm not sure where I got the MIT OR Apache-2.0 from...?