package/kodi-inputstream-adaptive: update license info

Include all licenses mentioned in LICENSES/README.md and update the
deprecated SPDX identifier for the GPL-2.0 license:
https://spdx.org/licenses/GPL-2.0+.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Bernd Kuhls 2023-05-07 13:42:24 +02:00 committed by Yann E. MORIN
parent 9aa67d7409
commit ab1955c112
2 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,4 @@
# Locally computed
sha256 907915228335eeb9217e6f069cbb210fffce01095a6326908015cd89165a0328 kodi-inputstream-adaptive-20.3.6-Nexus.tar.gz
sha256 48632d57fbb6ab8f50cbf4deced5c91e733fa7ff292687c4816b77f28e483df9 LICENSE.md
sha256 02f864f3e07456785625968022ce811c5640301bfd2ae70963efea89d306790a LICENSES/README.md

View File

@ -6,8 +6,22 @@
KODI_INPUTSTREAM_ADAPTIVE_VERSION = 20.3.6-Nexus
KODI_INPUTSTREAM_ADAPTIVE_SITE = $(call github,xbmc,inputstream.adaptive,$(KODI_INPUTSTREAM_ADAPTIVE_VERSION))
KODI_INPUTSTREAM_ADAPTIVE_LICENSE = GPL-2.0+
KODI_INPUTSTREAM_ADAPTIVE_LICENSE_FILES = LICENSE.md
KODI_INPUTSTREAM_ADAPTIVE_LICENSE = \
BSD-2-Clause-Views \
BSD-3-Clause \
google-patent-license-webm \
GPL-2.0-or-later \
RSA-MD5
KODI_INPUTSTREAM_ADAPTIVE_LICENSE_FILES = \
LICENSE.md \
LICENSES/README.md \
LICENSES/BSD-2-Clause-Views \
LICENSES/BSD-3-Clause \
LICENSES/google-patent-license-webm \
LICENSES/GPL-2.0-or-later \
LICENSES/RSA-MD
KODI_INPUTSTREAM_ADAPTIVE_DEPENDENCIES = bento4 expat kodi
$(eval $(cmake-package))