Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 426018 - net-dns/maradns's LICENSE variable does not reflect init script
Summary: net-dns/maradns'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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: init-script-license
  Show dependency tree
 
Reported: 2012-07-11 17:21 UTC by Ian Stakenvicius (RETIRED)
Modified: 2016-08-03 21:38 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 Ian Stakenvicius (RETIRED) gentoo-dev 2012-07-11 17:21:06 UTC
The init script(s) provided in FILESDIR for net-dns/maradns has a license of GPL-2 but GPL-2 isn't within the LICENSE variable of the ebuild(s):

files/deadwood has license line:
# Distributed under the terms of the GNU General Public License v2
... and is used by the following ebuilds:
maradns-2.0.06.ebuild:LICENSE="BSD-2"

files/maradns2 has license line:
# Distributed under the terms of the GNU General Public License v2
... and is used by the following ebuilds:
maradns-2.0.06.ebuild:LICENSE="BSD-2"

files/maradns.rc6 has license line:
# Distributed under the terms of the GNU General Public License v2
... and is used by the following ebuilds:
maradns-1.4.09.ebuild:LICENSE="BSD-2"
maradns-1.4.11.ebuild:LICENSE="BSD-2"
maradns-1.4.12.ebuild:LICENSE="BSD-2"

files/zoneserver2 has license line:
# Distributed under the terms of the GNU General Public License v2
... and is used by the following ebuilds:
maradns-2.0.06.ebuild:LICENSE="BSD-2"

files/zoneserver.rc6 has license line:
# Distributed under the terms of the GNU General Public License v2
... and is used by the following ebuilds:
maradns-1.4.09.ebuild:LICENSE="BSD-2"
maradns-1.4.11.ebuild:LICENSE="BSD-2"
maradns-1.4.12.ebuild:LICENSE="BSD-2"

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 Michael Orlitzky gentoo-dev 2016-08-03 21:38:07 UTC
commit 213bd560303a32e1d9d72c86e5694757ab032b20
Author: Michael Orlitzky <mjo@gentoo.org>
Date:   Wed Aug 3 17:35:02 2016 -0400

    net-dns/maradns: new revision to fix minor QA issues.

    The main reason for a new revision is to add "GPL-2" to the LICENSE
    per bug 426018. But with a revision, it made sense to update to
    EAPI=6, and perform the resulting cleanup in the ebuild. The
    src_prepare function was eliminated, and some dohtml calls were
    changed to dodoc. A missing die() was added, and the examples were
    moved behind USE=examples.

    Gentoo-Bug: 426018

    Package-Manager: portage-2.2.28

 net-dns/maradns/maradns-2.0.09-r2.ebuild | 102 +++++++++++++++++++++++++++++++
 1 file changed, 102 insertions(+)