337aa51f3f
We want to use SPDX identifier for license string as much as possible. SPDX short identifier for GPLv3/GPLv3+ is GPL-3.0/GPL-3.0+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv3\>/GPL-3.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
555 B
Makefile
14 lines
555 B
Makefile
################################################################################
|
|
#
|
|
# kodi-adsp-freesurround
|
|
#
|
|
################################################################################
|
|
|
|
KODI_ADSP_FREESURROUND_VERSION = 08b691d3d9a0382d2f6f789a31614fb02512036c
|
|
KODI_ADSP_FREESURROUND_SITE = $(call github,kodi-adsp,adsp.freesurround,$(KODI_ADSP_FREESURROUND_VERSION))
|
|
KODI_ADSP_FREESURROUND_LICENSE = GPL-3.0+
|
|
KODI_ADSP_FREESURROUND_LICENSE_FILES = LICENSE.md
|
|
KODI_ADSP_FREESURROUND_DEPENDENCIES = libplatform kodi-platform
|
|
|
|
$(eval $(cmake-package))
|