Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449698 - media-libs/freetype unclear license
Summary: media-libs/freetype unclear license
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Fonts Team
URL: http://www.freetype.org/license.html
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks:
 
Reported: 2013-01-01 21:27 UTC by Julian Ospald
Modified: 2013-04-26 14:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2013-01-01 21:27:30 UTC
http://www.freetype.org/license.html says that you can pick one of the mentioned licenses, so it should be

LICENSE="|| ( FTL GPL-2 )"

instead of

LICENSE="FTL GPL-2"

for all freetype ebuilds of SLOT 2 (or since version 1.5)
Comment 1 Ulrich Müller gentoo-dev 2013-02-24 17:01:56 UTC
Right. LICENSE should be:
   "|| ( FTL GPL-1+ )" for freetype-1.4* (GPL without specific version, i.e.
   any version of the GPL can be used.
   "|| ( FTL GPL-2+ )" for freetype-2.4* (LICENSE.TXT says GPL v2 or later)
Comment 2 Ben de Groot (RETIRED) gentoo-dev 2013-04-26 14:58:40 UTC
+  26 Apr 2013; Ben de Groot <yngwin@gentoo.org>
+  freetype-1.4_pre20080316-r2.ebuild, freetype-2.4.11-r2.ebuild,
+  freetype-2.4.11.ebuild, freetype-2.4.9-r1.ebuild:
+  Fix license, bug 449698

Thanks for reporting!