Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 694266 - dev-util/clion: wrong LICENSE
Summary: dev-util/clion: wrong LICENSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christian Strahl
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-09-13 06:42 UTC by Michał Górny
Modified: 2019-09-26 16:42 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-09-13 06:42:35 UTC
Splitting bug #652040 into smaller bugs.

LICENSE="IDEA
	|| ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"

1. This entirely misses the lot of bundled libraries.

2. IDEA is 'commercial license', while IDEA_* are other variants.  It really makes no sense to require user to accept simultaneously commercial and some other license.

3. Ebuild misses bindist restriction.
Comment 1 Christian Strahl 2019-09-23 14:26:34 UTC
@proxy-maint
please merge attached pull request
Comment 2 Larry the Git Cow gentoo-dev 2019-09-24 10:37:53 UTC
The bug has been referenced in the following commit(s):

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

commit b806606b60dc9aa11a4f76227e5228a78529d4aa
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2019-09-24 10:07:49 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2019-09-24 10:37:43 +0000

    licenses: Add CDDL-1.1.
    
    Taken from https://oss.oracle.com/licenses/CDDL-1.1 which should be
    the authoritative source.
    
    Bug: https://bugs.gentoo.org/694266
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 licenses/CDDL-1.1 | 362 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 362 insertions(+)
Comment 3 Ulrich Müller gentoo-dev 2019-09-24 10:40:16 UTC
@Licenses team: I have added CDDL-1.1 to the MISC-FREE group. See commit message for the rationale:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a8505e9128e8e80dc11b330e1b795ca465b9061
Comment 4 Christian Strahl 2019-09-26 16:28:43 UTC
@proxy-maint
please merge attached pull request
Comment 5 Larry the Git Cow gentoo-dev 2019-09-26 16:41:09 UTC
The bug has been closed via the following commit(s):

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

commit fc6fc0fce5915a61227af56737f68fb223d080ca
Author:     Christian Strahl <c.a.strahl@gmail.com>
AuthorDate: 2019-09-19 15:51:45 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2019-09-26 16:38:21 +0000

    dev-util/clion: add licenses for bundled libraries
    
    Closes: https://bugs.gentoo.org/694266
    Closes: https://github.com/gentoo/gentoo/pull/12972
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Christian Strahl <c.a.strahl@gmail.com>
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 dev-util/clion/clion-2019.2.1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
Comment 6 Ulrich Müller gentoo-dev 2019-09-26 16:42:36 UTC
(In reply to Christian Strahl from comment #4)
> @proxy-maint
> please merge attached pull request

Looks like they're busy. :) Merged.

Thanks for doing the license audit, this was a rather complicated case.