summaryrefslogtreecommitdiffstats
path: root/crates/grep/Cargo.toml
diff options
context:
space:
mode:
authorAlex Touchet <alextouchet@outlook.com>2022-05-09 04:52:11 -0700
committerGitHub <noreply@github.com>2022-05-09 07:52:11 -0400
commit36d03b410181fbaca590a0b6601c148bd921d73f (patch)
tree5177f222add750af7b8bc188c110a671e8e96e5c /crates/grep/Cargo.toml
parentd161acb0a360cd437214048e2580f4604f8d4b44 (diff)
cargo: use SPDX license format for all crates
This was done for the main crate in d11a3b33773620bcc593f82b557757f0c2ec8a05. See also #987. PR #2204
Diffstat (limited to 'crates/grep/Cargo.toml')
-rw-r--r--crates/grep/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index 714c36d5..cefb936c 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -10,7 +10,7 @@ homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/grep"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/grep"
readme = "README.md"
keywords = ["regex", "grep", "egrep", "search", "pattern"]
-license = "Unlicense/MIT"
+license = "Unlicense OR MIT"
edition = "2018"
[dependencies]