From 17de8f60039f8744986521e3e77ee1cd5bb434ce Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 14 Dec 2015 10:10:43 -0300 Subject: [PATCH] dtv-scan-tables: comma separate licenses Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/dtv-scan-tables/dtv-scan-tables.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/dtv-scan-tables/dtv-scan-tables.mk b/package/dtv-scan-tables/dtv-scan-tables.mk index 58d794a2b8..ab6a36c61e 100644 --- a/package/dtv-scan-tables/dtv-scan-tables.mk +++ b/package/dtv-scan-tables/dtv-scan-tables.mk @@ -14,7 +14,7 @@ DTV_SCAN_TABLES_SITE_METHOD = git # However, the package prominently contains the COPYING and COPYING.LIB # license files (respectively for the GPLv2 and the LGPLv2.1), so we use # that as the licensing information. -DTV_SCAN_TABLES_LICENSE = GPLv2 LGPLv2.1 +DTV_SCAN_TABLES_LICENSE = GPLv2, LGPLv2.1 DTV_SCAN_TABLES_LICENSE_FILES = COPYING COPYING.LGPL define DTV_SCAN_TABLES_INSTALL_TARGET_CMDS -- 2.30.2