Skip to content

Commit

Permalink
Specify licenses in SPDX format.
Browse files Browse the repository at this point in the history
The use of `/` as a separator is deprecated.
  • Loading branch information
LingMan authored Aug 25, 2022
1 parent cfb5fce commit 090dfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "memmap2"
version = "0.5.7"
authors = ["Dan Burkert <dan@danburkert.com>", "Yevhenii Reizner <razrfalcon@gmail.com>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/RazrFalcon/memmap2-rs"
documentation = "https://docs.rs/memmap2"
description = "Cross-platform Rust API for memory-mapped file IO"
Expand Down

0 comments on commit 090dfba

Please sign in to comment.