summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom Pavlov <newpavlov@gmail.com>2018-11-16 13:56:41 +0300
committerGitHub <noreply@github.com>2018-11-16 13:56:41 +0300
commiteb09cfe4b6fd292632a997dc3dd8a60acd8a31e1 (patch)
tree3e868bfa60a49931c0531702eed7bbec96b3bea2
parent5cc006652a242c35b6fe5b615ccd39d9356a2346 (diff)
downloadrust-libc-eb09cfe4b6fd292632a997dc3dd8a60acd8a31e1.tar.gz
use OR in the license field
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ac9c1618eb..719470d383 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"