From c89dd6452ce71765eb47c675d32ecc3834f78691 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 4 Jan 2018 11:29:10 -0800 Subject: [PATCH] src/doc/manifest: Parenthesis not supported in 'license' Document [1] where authors can find it. [1]: https://github.com/withoutboats/license-exprs/issues/3 --- src/doc/book/src/reference/manifest.md | 2 +- src/doc/manifest.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/book/src/reference/manifest.md b/src/doc/book/src/reference/manifest.md index 6cdb3943288..48372bb223c 100644 --- a/src/doc/book/src/reference/manifest.md +++ b/src/doc/book/src/reference/manifest.md @@ -171,7 +171,7 @@ categories = ["...", "..."] # This is an SPDX 2.1 license expression for this package. Currently # crates.io will validate the license provided against a whitelist of # known license and exception identifiers from the SPDX license list -# 2.4. +# 2.4. Parentheses are not currently supported. # # Multiple licenses can be separated with a `/`, although that usage # is deprecated. Instead, use a license expression with AND and OR diff --git a/src/doc/manifest.md b/src/doc/manifest.md index ea42fb1fba2..dc6b9de17fb 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -168,7 +168,7 @@ categories = ["...", "..."] # This is an SPDX 2.1 license expression for this package. Currently # crates.io will validate the license provided against a whitelist of # known license and exception identifiers from the SPDX license list -# 2.4. +# 2.4. Parentheses are not currently supported. # # Multiple licenses can be separated with a `/`, although that usage # is deprecated. Instead, use a license expression with AND and OR