Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150702 - LICENSE of perl should be Artistic *OR* GPL-2
Summary: LICENSE of perl should be Artistic *OR* GPL-2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Lowest trivial (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-09 20:41 UTC by Boyd Stephen Smith Jr.
Modified: 2006-11-18 08:29 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 Boyd Stephen Smith Jr. 2006-10-09 20:41:24 UTC
Both availbale dev-lang/perl ebuilds have:
LICENSE="Artistic GPL-2"
when they should have:
LICENSE="|| ( Artistic GPL-2 )"
similar to x11-libs/qt's:
LICENSE="|| ( QPL-1.0 GPL-2 )"
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2006-11-18 08:29:31 UTC
all set. just a legacy syntax that wasn't carried over when ||() was made available (though we did catch in the ebuilds). Thanks!