Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 391399 - dev-perl/IO-Multiplex wrong LICENSE
Summary: dev-perl/IO-Multiplex wrong LICENSE
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-22 16:25 UTC by Luke-Jr
Modified: 2011-11-22 17:26 UTC (History)
0 users

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 Luke-Jr 2011-11-22 16:25:38 UTC
dev-perl/IO-Multiplex is licensed "under the same terms as Perl itself". Perl has been "|| ( GPL-1 GPL-2 GPL-3 Artistic )" since at least 2006, which is before IO::Multiplex was released under these terms.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-11-22 17:26:43 UTC
cvs/gentoo-x86/dev-perl/IO-Multiplex $ ebuildvar LICENSE
   IO-Multiplex-1.09.ebuild : LICENSE="Artistic"
IO-Multiplex-1.130.0.ebuild : LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"

This is entirely correct, since IO-Multiplex-1.09/work/IO-Multiplex-1.09/lib/IO/Multiplex.pm points out it is released under the Artistic license.

For the newer version, the license terms changed and the ebuild properly reflects that.