Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 425870 - app-admin/puppet's LICENSE variable does not reflect init script
Summary: app-admin/puppet's LICENSE variable does not reflect init script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: init-script-license
  Show dependency tree
 
Reported: 2012-07-11 17:15 UTC by Ian Stakenvicius (RETIRED)
Modified: 2012-11-06 22:56 UTC (History)
2 users (show)

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 Ian Stakenvicius (RETIRED) gentoo-dev 2012-07-11 17:15:28 UTC
The init script(s) provided in FILESDIR for app-admin/puppet has a license of GPL-2 but GPL-2 isn't within the LICENSE variable of the ebuild(s):

files/puppet.init has license line:
# Distributed under the terms of the GNU General Public License v2
... and is used by the following ebuilds:
puppet-2.7.11.ebuild:LICENSE="Apache-2.0"
puppet-2.7.12.ebuild:LICENSE="Apache-2.0"
puppet-2.7.13.ebuild:LICENSE="Apache-2.0"

files/puppetmaster-2.7.6.init has license line:
# Distributed under the terms of the GNU General Public License v2
... and is used by the following ebuilds:
puppet-2.7.11.ebuild:LICENSE="Apache-2.0"
puppet-2.7.12.ebuild:LICENSE="Apache-2.0"
puppet-2.7.13.ebuild:LICENSE="Apache-2.0"

There are two options here -- either LICENSE in the ebuilds should be appended with GPL-2 to cover the init script, or the init script should be relicensed so that it is covered by current LICENSE (this one is probably the preferred resolution).  See also bug 425702 .
Comment 1 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2012-11-06 22:56:11 UTC
appended GPL-2 in all in-tree versions, closing