Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302223 - media-video/dvdrip has the wrong license
Summary: media-video/dvdrip has the wrong license
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-25 19:26 UTC by Andrew John Hughes
Modified: 2010-01-26 11:42 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 Andrew John Hughes 2010-01-25 19:26:25 UTC
From dvdrip's COPYRIGHT file:

'dvd::rip is free software; you can redistribute it and/or modify it
under the same terms as Perl itself (that's either GPL or Artistic License).'

i.e. the license should be:

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

as in dev-lang/perl, not

LICENSE="Artistic GPL-2"

which means that both licenses have to be accepted, the original Artistic license being non-Free.

Reproducible: Always
Comment 1 Dror Levin (RETIRED) gentoo-dev 2010-01-26 11:42:52 UTC
Fixed all versions of media-video/dvdrip. Thanks for reporting.