diff --git a/Cargo.toml b/Cargo.toml index 8252569..2c53b27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ description = "VERY fast encoder/decoder for QOI (Quite Okay Image) format" authors = ["Ivan Smirnov "] edition = "2021" readme = "README.md" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/aldanor/qoi-rust" homepage = "https://github.com/aldanor/qoi-rust" documentation = "https://docs.rs/qoi" diff --git a/bench/Cargo.toml b/bench/Cargo.toml index d1a04d6..ec4ec12 100644 --- a/bench/Cargo.toml +++ b/bench/Cargo.toml @@ -2,7 +2,7 @@ name = "qoi-bench" version = "0.1.0" edition = "2018" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" authors = ["Ivan Smirnov "] publish = false diff --git a/libqoi/Cargo.toml b/libqoi/Cargo.toml index 4388d23..5e9f4e5 100644 --- a/libqoi/Cargo.toml +++ b/libqoi/Cargo.toml @@ -2,7 +2,7 @@ name = "libqoi" version = "0.1.0" edition = "2018" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" authors = ["Ivan Smirnov "] description = "Bindings to the original qoi.h (for test purposes only)" publish = false