Skip to content

Commit

Permalink
Auto merge of rust-lang#1123 - newpavlov:patch-1, r=gnzlbg
Browse files Browse the repository at this point in the history
Use OR in the license field

According to [The Manifest Format](https://doc.rust-lang.org/cargo/reference/manifest.html):
>Multiple licenses can be separated with a `/`, although that usage is deprecated.  Instead, use a license expression with AND and OR operators to get more explicit semantics.
  • Loading branch information
bors committed Nov 16, 2018
2 parents 5cc0066 + eb09cfe commit 4e5ef22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "libc"
version = "0.2.43"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/libc"
homepage = "https://github.com/rust-lang/libc"
Expand Down

0 comments on commit 4e5ef22

Please sign in to comment.