diff options
-rw-r--r-- | documentation/ref-manual/variables.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index f9fd551478..47ea316395 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -3485,6 +3485,14 @@ system and gives an overview of their function and contents. | |||
3485 | incompatible licenses are not built. Packages that are individually | 3485 | incompatible licenses are not built. Packages that are individually |
3486 | licensed with the specified incompatible licenses will be deleted. | 3486 | licensed with the specified incompatible licenses will be deleted. |
3487 | 3487 | ||
3488 | There is some support for wildcards in this variable's value, | ||
3489 | however it is restricted to specific licenses. Currently only | ||
3490 | these wildcards are allowed and expand as follows: | ||
3491 | |||
3492 | - ``AGPL-3.0*"``: ``AGPL-3.0-only``, ``AGPL-3.0-or-later`` | ||
3493 | - ``GPL-3.0*``: ``GPL-3.0-only``, ``GPL-3.0-or-later`` | ||
3494 | - ``LGPL-3.0*``: ``LGPL-3.0-only``, ``LGPL-3.0-or-later`` | ||
3495 | |||
3488 | .. note:: | 3496 | .. note:: |
3489 | 3497 | ||
3490 | This functionality is only regularly tested using the following | 3498 | This functionality is only regularly tested using the following |