Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 694262 - dev-util/idea-community: wrong LICENSE
Summary: dev-util/idea-community: wrong LICENSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2019-12-31
Assignee: Alice Ferrazzi
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2019-09-13 06:26 UTC by Michał Górny
Modified: 2019-12-11 00:31 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
oromatcher license (oromatcher_license.txt,3.77 KB, text/plain)
2019-10-19 06:47 UTC, Kyle Elbert
Details

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:26:54 UTC
Splitting bug #652040 into smaller bugs.

LICENSE="Apache-2.0
	jbr8? ( GPL-2 )
	jbr11? ( GPL-2 )
	"

However, looking into 'license/' directory in the tarball already proves this to be incomplete (why didn't even anyone bother doing that?!).
Comment 1 Kyle Elbert 2019-10-19 06:47:16 UTC
Created attachment 593280 [details]
oromatcher license

I believe these are all the licenses specified in the license directory.
LICENSE="Apache-2.0
        BSD 
        BSD-2 #json schema
        CC0-1.0 
        CC-BY-2.5  
        CDDL-1.1
        codehaus-classworlds
        CPL-0.5
        EPL-1.0
        EPL-2.0
        custom-jdk? ( GPL-2 )
        JDOM    
        LGPL-2.1
        LGPL-2.1+ # Trove library
        MIT # winp library
        MPL-1.0 
        OFL
        OROMATCHER #needs to be added
        ZLIB
"
Comment 2 Kyle Elbert 2019-10-19 06:48:32 UTC
(the above is for the latest upstream version, 2019.2.3 which technically isn't in portage yet)
Comment 3 Larry the Git Cow gentoo-dev 2019-12-01 20:19:57 UTC
The bug has been referenced in the following commit(s):

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

commit f61d03b37697f7547097b2ea96cd1ffa8c00e364
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-12-01 20:11:02 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-12-01 20:19:38 +0000

    package.mask: Last rite dev-util/idea-community
    
    Bug: https://bugs.gentoo.org/694262
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 profiles/package.mask | 5 +++++
 1 file changed, 5 insertions(+)
Comment 4 Mike Pagano gentoo-dev 2019-12-07 19:42:03 UTC
(In reply to Kyle Elbert from comment #1)
> Created attachment 593280 [details]
> oromatcher license
> 
> I believe these are all the licenses specified in the license directory.
> LICENSE="Apache-2.0
>         BSD 
>         BSD-2 #json schema
>         CC0-1.0 
>         CC-BY-2.5  
>         CDDL-1.1
>         codehaus-classworlds
>         CPL-0.5
>         EPL-1.0
>         EPL-2.0
>         custom-jdk? ( GPL-2 )
>         JDOM    
>         LGPL-2.1
>         LGPL-2.1+ # Trove library
>         MIT # winp library
>         MPL-1.0 
>         OFL
>         OROMATCHER #needs to be added
>         ZLIB
> "

Kyle, check my work if you don't mind, this is based off of version:
idea-IC-2019.3.193.5233.102

Package: Common Annotations for the JavaTM Platform API 1.3.2
License: GPL-2-with-classpath-exception

Package: Trove
It looks like Trove is using LGPL-2.1 
Trove in this package is a fork by jetbrains and has a license of GPL-2.1 
https://github.com/JetBrains/intellij-deps-trove4j/blob/master/LICENSE.txt

Package: JBCrypt
License: ISC

Package: JediTerm
License: LGPL-3-with-linking-exception

Package: JUnit 
License: CPL-1.0

Package: Rhino JavaScript Engine  
License: MPL-1.1
Comment 5 Mike Pagano gentoo-dev 2019-12-10 00:25:34 UTC
Firstly, I propose dropping the old versions and working to get idea-IC-2019.3.193.5233.102 in the tree.

@Kyle, I removed OROMATCHER from your list. While third-party-libraries.html mentions this license, the jar file (oromatcher.jar) is not in this package. 

Here is the License entry I propose:

LICENSE="Apache-2.0
    BSD 
    BSD-2 # json schema
    CC0-1.0 
    CC-BY-2.5  
    CDDL-1.1
    codehaus-classworlds
    CPL-1.0
    EPL-1.0
    EPL-2.0
    custom-jdk? ( GPL-2 )
    GPL-2
    GPL-2.1
    GPL-2-with-classpath-exception
    ISC
    JDOM    
    LGPL-2.1
    LGPL-2.1+ # Trove library
    LGPL-3-with-linking-exception
    MIT # winp library
    MPL-1.0
    MPL-1.1 
    OFL
    ZLIB"

I noticed kibana-bin has a long list of licenses on one line that wraps. Not sure what the preferred way is.
Comment 6 Mike Pagano gentoo-dev 2019-12-11 00:31:55 UTC
commit 0964ebe38152dacad190a7b11c190f5c2b92d0e6
Author: Mike Pagano <mpagano@gentoo.org>
Date:   Tue Dec 10 19:25:02 2019 -0500

    dev-util/idea-community: Update license. Drop old. Add maintainer.
    
    See bug #694262
    Fixed the License.
    Add myself as maintainer.
    Dropped old versions.
    
    Package-Manager: Portage-2.3.79, Repoman-2.3.16
    Signed-off-by: Mike Pagano <mpagano@gentoo.org>