summaryrefslogtreecommitdiffstats
path: root/conanfile.py
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@qt.io>2021-08-20 10:33:17 +0300
committerIikka Eklund <iikka.eklund@qt.io>2021-08-20 12:06:12 +0300
commit96cd25edcdbf40e67b3265fd9ab8eea611983803 (patch)
tree53eac3205477a38f9c5cb7dfb1756c49b40f2cac /conanfile.py
parent4f663099d6e1119ec5980b79ab7736eedadc1e6d (diff)
Conan: Fix license information in recipe
The correct license is: LGPL-3.0, GPL-2.0+, Commercial Qt License Agreement Change-Id: Id84bf9a166b53794beeaa34ad236baba491725cf Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py
index 6441a05d1..32b9eb1ca 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -43,7 +43,7 @@ def _get_qt_minor_version() -> str:
class QtMultimedia(ConanFile):
name = "qtmultimedia"
- license = "LGPL-3.0-only"
+ license = "LGPL-3.0, GPL-2.0+, Commercial Qt License Agreement"
author = "The Qt Company <https://www.qt.io/contact-us>"
url = "https://code.qt.io/cgit/qt/qtmultimedia.git"
description = (