From 1568d4dc39339e0c394aef8e68fae23c8a28390d Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Fri, 2 Feb 2024 20:38:17 +0100 Subject: [PATCH] chore: Fix license clauses --- rc-zip-sync/Cargo.toml | 2 +- rc-zip-tokio/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc-zip-sync/Cargo.toml b/rc-zip-sync/Cargo.toml index 49ab55e..020a80a 100644 --- a/rc-zip-sync/Cargo.toml +++ b/rc-zip-sync/Cargo.toml @@ -3,7 +3,7 @@ name = "rc-zip-sync" version = "3.0.0" description = "Synchronous zip reading on top of rc-zip" repository = "https://github.com/fasterthanlime/rc-zip" -license = "Apache-2.0 or MIT" +license = "Apache-2.0 OR MIT" authors = ["Amos Wenger "] edition = "2021" readme = "README.md" diff --git a/rc-zip-tokio/Cargo.toml b/rc-zip-tokio/Cargo.toml index 9b90022..47733f9 100644 --- a/rc-zip-tokio/Cargo.toml +++ b/rc-zip-tokio/Cargo.toml @@ -3,7 +3,7 @@ name = "rc-zip-tokio" version = "3.0.0" description = "Asynchronous zip reading on top of rc-zip (for tokio I/O traits)" repository = "https://github.com/fasterthanlime/rc-zip" -license = "Apache-2.0 or MIT" +license = "Apache-2.0 OR MIT" authors = ["Amos Wenger "] edition = "2021" readme = "README.md"