浏览代码

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>
Bernd Kuhls 2 年之前
父节点
当前提交
ab1955c112

+ 1 - 0
package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.hash

@@ -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

+ 16 - 2
package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.mk

@@ -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))