Skip to content

Commit

Permalink
chore: Fix license clauses
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Feb 2, 2024
1 parent 4983dad commit 1568d4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rc-zip-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion rc-zip-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit 1568d4d

Please sign in to comment.