Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836729 - dev-java/openjdk LICENSE set as "GPL-2" instead of "GPL-2-with-classpath-exception"
Summary: dev-java/openjdk LICENSE set as "GPL-2" instead of "GPL-2-with-classpath-exce...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Georgy Yakovlev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-03 22:30 UTC by GoGoOtaku
Modified: 2023-01-27 20:35 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 GoGoOtaku 2022-04-03 22:30:36 UTC
Just like dev-java/openjdk-bin, dev-java/openjdk should be flagged to be licensed under "GPL-2-with-classpath-exception".

This affects all dev-java/openjdk ebuilds in the tree.

Here is a link to the Github and the master license to confirm that in fact the source itself is licensed with the classpath exception: 
https://github.com/openjdk/jdk
https://github.com/openjdk/jdk/blob/master/LICENSE

Reproducible: Always

Actual Results:  
Ebuild are marked as LICENSE="GPL-2"

Expected Results:  
Ebuild should be marked as LICENSE="GPL-2-with-classpath-exception"
Comment 1 Larry the Git Cow gentoo-dev 2023-01-27 20:35:11 UTC
The bug has been closed via the following commit(s):

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

commit 425d404193058ea2a280554dc84a96c82c7d5e9f
Author:     Georgy Yakovlev <gyakovlev@gentoo.org>
AuthorDate: 2023-01-27 20:34:11 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2023-01-27 20:35:06 +0000

    dev-java/openjdk: fix license
    
    Closes: https://bugs.gentoo.org/836729
    Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 dev-java/openjdk/openjdk-11.0.18_p10.ebuild | 2 +-
 dev-java/openjdk/openjdk-17.0.6_p10.ebuild  | 2 +-
 dev-java/openjdk/openjdk-8.362_p09.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)