Skip to content

Commit

Permalink
Remove parens from license expression.
Browse files Browse the repository at this point in the history
license-exprs doesn't yet support parens:

ehuss/license-exprs#3

so remove them for now. The parens were redundant by the license expression
precedence rules in

https://spdx.org/spdx-specification-21-web-version.
  • Loading branch information
sunfishcode committed Aug 29, 2019
1 parent 8430279 commit d79461a
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 = "wasi"
version = "0.5.0"
authors = ["The Cranelift Project Developers"]
license = "(Apache-2.0 WITH LLVM-exception) OR Apache-2.0 OR MIT"
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
description = "Experimental WASI API bindings for Rust"
edition = "2018"
categories = ["no-std", "wasm"]
Expand Down

0 comments on commit d79461a

Please sign in to comment.