summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-08-16 18:17:46 +0530
committerTim-Philipp Müller <tim@centricular.com>2022-08-17 02:28:53 +0100
commit6bc057142b23a9e072ec87af914829f269cf1d6c (patch)
treecc0ed6b319cacaad289394650a9e4483d49c08f5
parent740b445459452f226bc1ff6578575db14f8b96cd (diff)
cerbero: Fix license property usage example
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/913>
-rw-r--r--cerbero/build/recipe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cerbero/build/recipe.py b/cerbero/build/recipe.py
index d06f5e52..f5f817fd 100644
--- a/cerbero/build/recipe.py
+++ b/cerbero/build/recipe.py
@@ -207,7 +207,7 @@ class Recipe(FilesProvider, metaclass=MetaRecipe):
# This format is chosen to allow you to declare when a recipe is licensed
# under multiple licenses in various combinations. For example:
#
- # (LICENSE1 && LICENSE2) || (LICENSE3) || (LICENSE4 && LICENSE5)
+ # LICENSE1 || (LICENSE2 && LICENSE3) || (LICENSE4 && LICENSE-MISC)
#
# can be represented as
#