From: W. Trevor King Date: Thu, 4 Jan 2018 19:29:10 +0000 (-0800) Subject: src/doc/manifest: Parenthesis not supported in 'license' X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~60^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c89dd6452ce71765eb47c675d32ecc3834f78691;p=cargo.git src/doc/manifest: Parenthesis not supported in 'license' Document [1] where authors can find it. [1]: https://github.com/withoutboats/license-exprs/issues/3 --- diff --git a/src/doc/book/src/reference/manifest.md b/src/doc/book/src/reference/manifest.md index 6cdb39432..48372bb22 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 ea42fb1fb..dc6b9de17 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