Skip to content

Commit

Permalink
Auto merge of #8604 - jtojnar:patch-1, r=ehuss
Browse files Browse the repository at this point in the history
doc: Qualify GNU licenses in example license field

Since SPDX License list 3.0, unqualified GNU licenses are deprecated:

https://www.gnu.org/licenses/identify-licenses-clearly.html

We use version 3.6 of the list so we should not use the deprecated licenses.
  • Loading branch information
bors committed Aug 9, 2020
2 parents 5de5915 + 916b392 commit 20d35ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/src/reference/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ the user must comply with both licenses simultaneously. The `WITH` operator
indicates a license with a special exception. Some examples:

* `MIT OR Apache-2.0`
* `LGPL-2.1 AND MIT AND BSD-2-Clause`
* `GPL-2.0+ WITH Bison-exception-2.2`
* `LGPL-2.1-only AND MIT AND BSD-2-Clause`
* `GPL-2.0-or-later WITH Bison-exception-2.2`

If a package is using a nonstandard license, then the `license-file` field may
be specified in lieu of the `license` field.
Expand Down

0 comments on commit 20d35ff

Please sign in to comment.