From f0490b7d1cdbd322a7ec24d5df6e855f000c5d7a Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Sat, 8 Nov 2025 18:20:21 -0800 Subject: [PATCH] Use SPDX license format --- Cargo.toml | 2 +- bench/Cargo.toml | 2 +- libqoi/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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