We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449743b commit 916b392Copy full SHA for 916b392
src/doc/src/reference/manifest.md
@@ -218,8 +218,8 @@ the user must comply with both licenses simultaneously. The `WITH` operator
218
indicates a license with a special exception. Some examples:
219
220
* `MIT OR Apache-2.0`
221
-* `LGPL-2.1 AND MIT AND BSD-2-Clause`
222
-* `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`
223
224
If a package is using a nonstandard license, then the `license-file` field may
225
be specified in lieu of the `license` field.
0 commit comments