]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
taglib: fix legal info
authorRahul Bedarkar <rahul.bedarkar@imgtec.com>
Wed, 22 Mar 2017 17:48:52 +0000 (23:18 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 26 Mar 2017 20:50:15 +0000 (22:50 +0200)
taglib is dual licensed under LGPLv2.1 or MPLv1.1. Almost all source
files have license text mentioning LGPLv2.1 or alternatively MPLv1.1.

Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
[Thomas: use MPL-1.1 instead of MPLv1.1, since MPL-1.1 is the SPDX
license code for this license.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/taglib/taglib.mk

index f47c4ba43f0b08f38b43f11a4bab2e22d2b138d3..58bb889f57f755323f856292daf6dfe73288f932 100644 (file)
@@ -7,7 +7,7 @@
 TAGLIB_VERSION = 1.11.1
 TAGLIB_SITE = http://taglib.github.io/releases
 TAGLIB_INSTALL_STAGING = YES
-TAGLIB_LICENSE = LGPLv2.1, MPL
+TAGLIB_LICENSE = LGPLv2.1 or MPL-1.1
 TAGLIB_LICENSE_FILES = COPYING.LGPL COPYING.MPL
 
 ifeq ($(BR2_PACKAGE_ZLIB),y)