Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139586 - dev-java/proguard incorrect license
Summary: dev-java/proguard incorrect license
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Krzysztof Pawlik (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-07 11:44 UTC by Federico Fissore
Modified: 2006-07-08 05:42 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 Federico Fissore 2006-07-07 11:44:11 UTC
as stated here
http://proguard.sourceforge.net/GPL.html
and here
http://proguard.sourceforge.net/GPL_exception.html
proguard is distributed under a GPL v2 (and later) version
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-07 15:54:28 UTC
No such thing in portage.
Comment 2 Federico Fissore 2006-07-08 02:22:56 UTC
i don't understand. here is the ebuild

http://packages.gentoo.org/search/?sstring=proguard

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/proguard/proguard-3.6.ebuild,v 1.1 2006/07/07 09:07:44 nelchael Exp $

inherit java-pkg-2 java-ant-2

DESCRIPTION="Free Java class file shrinker, optimizer, and obfuscator."
HOMEPAGE="http://proguard.sourceforge.net/"
SRC_URI="mirror://sourceforge/proguard/${PN}${PV}.tar.gz"

LICENSE="GPL-1"
SLOT="0"
KEYWORDS="~x86"
IUSE="doc examples"
[...]
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-07-08 04:15:39 UTC
Hmmm, arrived into CVS now... It's not GPL-2, looks like GPL-2 with linking exception (http://proguard.sourceforge.net/GPL_exception.html)
Comment 4 Krzysztof Pawlik (RETIRED) gentoo-dev 2006-07-08 05:42:43 UTC
Fixed, thanks.