Skip to content

Commit a429e8c

Browse files
committed
Auto merge of #7481 - Lythenas:doc-spdx-list-3.6, r=ehuss
Update SPDX list to 3.6 Fixes #7477
2 parents 6925462 + bfc3603 commit a429e8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: src/doc/src/reference/manifest.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ categories = ["...", "..."]
254254
# This is an SPDX 2.1 license expression for this package. Currently
255255
# crates.io will validate the license provided against a whitelist of
256256
# known license and exception identifiers from the SPDX license list
257-
# 2.4. Parentheses are not currently supported.
257+
# 3.6. Parentheses are not currently supported.
258258
#
259259
# Multiple licenses can be separated with a `/`, although that usage
260260
# is deprecated. Instead, use a license expression with AND and OR
@@ -345,8 +345,8 @@ published crate.
345345

346346
SPDX 2.1 license expressions are documented
347347
[here][spdx-2.1-license-expressions]. The current version of the
348-
license list is available [here][spdx-license-list], and version 2.4
349-
is available [here][spdx-license-list-2.4].
348+
license list is available [here][spdx-license-list], and version 3.6
349+
is available [here][spdx-license-list-3.6].
350350

351351
#### The `metadata` table (optional)
352352

@@ -1010,5 +1010,5 @@ dependencies][replace] section of the documentation.
10101010
[`cargo run`]: ../commands/cargo-run.md
10111011
[`cargo test`]: ../commands/cargo-test.md
10121012
[spdx-2.1-license-expressions]: https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60
1013-
[spdx-license-list-2.4]: https://github.com/spdx/license-list-data/tree/v2.4
1013+
[spdx-license-list-3.6]: https://github.com/spdx/license-list-data/tree/v3.6
10141014
[spdx-license-list]: https://spdx.org/licenses/

0 commit comments

Comments
 (0)