Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 239515 - Add a default LICENSE to perl-module.eclass
Summary: Add a default LICENSE to perl-module.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: perl-eclass
  Show dependency tree
 
Reported: 2008-10-04 09:10 UTC by Torsten Veller (RETIRED)
Modified: 2010-02-03 07:00 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 Torsten Veller (RETIRED) gentoo-dev 2008-10-04 09:10:48 UTC
As a lot of modules say:
| This library is free software; you can redistribute it and/or modify it
| under the same terms as Perl itself.
we could add a default LICENSE to perl-module.eclass and only change it if the module has a different license.

From README in perl:
| a) the GNU General Public License as published by the Free
| Software Foundation; either version 1, or (at your option) any
| later version, or
|
| b) the "Artistic License" which comes with this Kit.
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2009-03-06 11:48:44 UTC
Fixed.
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2010-02-03 07:00:33 UTC
<http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/perl-module.eclass?r1=1.121&r2=1.122>

-LICENSE="${LICENSE:-|| ( Artistic GPL-2 )}"
+LICENSE="${LICENSE:-|| ( Artistic GPL-1 GPL-2 GPL-3 )}"