commit | 77beabd1a742f9097b59bfec2015694734790cdc | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu May 09 15:20:52 2019 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Thu May 09 15:20:52 2019 -0700 |
tree | b33ac80e66c80b58097ab358eb1dd12c0fe1c8c4 | |
parent | 50bd6d0010a6f4fbc18de00aee04a25cc04ba957 [diff] |
Switch to SPDX 2.1 license expression
diff --git a/Cargo.toml b/Cargo.toml index ee631b4..7972694 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -2,7 +2,7 @@ name = "syn" version = "0.15.34" # don't forget to update html_root_url and syn.json authors = ["David Tolnay <dtolnay@gmail.com>"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" description = "Parser for Rust source code" repository = "https://github.com/dtolnay/syn" documentation = "https://docs.rs/syn"