Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 391399

Summary: dev-perl/IO-Multiplex wrong LICENSE
Product: Gentoo Linux Reporter: Luke-Jr <luke-jr+gentoobugs>
Component: [OLD] DevelopmentAssignee: Gentoo Perl team <perl>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.