summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index ecb2b60c73..1621e5419e 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4348,9 +4348,9 @@ system and gives an overview of their function and contents.
4348 4348
4349 Here are some examples:: 4349 Here are some examples::
4350 4350
4351 LICENSE = "LGPLv2.1 | GPLv3" 4351 LICENSE = "LGPL-2.1-only | GPL-3.0-only"
4352 LICENSE = "MPL-1 & LGPLv2.1" 4352 LICENSE = "MPL-1.0 & LGPL-2.1-only"
4353 LICENSE = "GPLv2+" 4353 LICENSE = "GPL-2.0-or-later"
4354 4354
4355 The first example is from the 4355 The first example is from the
4356 recipes for Qt, which the user may choose to distribute under either 4356 recipes for Qt, which the user may choose to distribute under either
@@ -4365,8 +4365,8 @@ system and gives an overview of their function and contents.
4365 but has accompanying documentation licensed under the GNU Free 4365 but has accompanying documentation licensed under the GNU Free
4366 Documentation License 1.2 could be specified as follows:: 4366 Documentation License 1.2 could be specified as follows::
4367 4367
4368 LICENSE = "GFDL-1.2 & GPLv2" 4368 LICENSE = "GFDL-1.2 & GPL-2.0-only"
4369 LICENSE:${PN} = "GPLv2" 4369 LICENSE:${PN} = "GPL-2.0.only"
4370 LICENSE:${PN}-doc = "GFDL-1.2" 4370 LICENSE:${PN}-doc = "GFDL-1.2"
4371 4371
4372 :term:`LICENSE_CREATE_PACKAGE` 4372 :term:`LICENSE_CREATE_PACKAGE`