Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 425928 - dev-lang/erlang: LICENSE variable does not reflect init script
Summary: dev-lang/erlang: LICENSE variable does not reflect init script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (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:17 UTC by Ian Stakenvicius (RETIRED)
Modified: 2019-06-17 20:08 UTC (History)
5 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:17:39 UTC
The init script(s) provided in FILESDIR for dev-lang/erlang has a license of GPL-2 but GPL-2 isn't within the LICENSE variable of the ebuild(s):

files/epmd.init has license line:
# Distributed under the terms of the GNU General Public License v2
... and is used by the following ebuilds:
erlang-14.2.4.ebuild:LICENSE="ErlPL-1.1"
erlang-15.2.1.ebuild:LICENSE="ErlPL-1.1"
erlang-15.2.ebuild:LICENSE="ErlPL-1.1"

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 Dirkjan Ochtman (RETIRED) gentoo-dev 2012-12-31 09:25:40 UTC
Relicensed empd.init to ErlPL-1.1.
Comment 2 Ulrich Müller gentoo-dev 2019-06-07 15:51:58 UTC
Reopening. Erlang has been relicensed to Apache-2.0, so again the LICENSE doesn't cover the init script which says ErlPL-1.1. Also, by GLEP 76, files in the tree should be under a GPL compatible license, and ErlPL-1.1 isn't.

I think the simplest solution would be to change the init script to Apache-2.0, i.e., follow upstream.

@nerdboy: I see that most lines in epmd.init are from you, so can you please acknowlegde the relicensing?
Comment 3 Steve Arnold archtester gentoo-dev 2019-06-17 16:43:08 UTC
That sounds fine to me; I have crappy/limited access for the next week or two so feel free to make that change (thx).
Comment 4 Larry the Git Cow gentoo-dev 2019-06-17 20:08:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a786c821d962fb985444add36def40029e7faffb

commit a786c821d962fb985444add36def40029e7faffb
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2019-06-17 20:06:05 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2019-06-17 20:07:47 +0000

    dev-lang/erlang: Init script relicensed to Apache-2.0.
    
    Acked-by: Steve Arnold <nerdboy@gentoo.org>
    Closes: https://bugs.gentoo.org/425928
    Package-Manager: Portage-2.3.67, Repoman-2.3.14
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 dev-lang/erlang/files/epmd.init | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)