Skip to content

Commit

Permalink
app-admin/gtkdiskfree: fix the license (GPL-2 -> GPL-2+)
Browse files Browse the repository at this point in the history
According to src/main.c, this is licensed under GPL-2+.

Package-Manager: portage-2.2.28
  • Loading branch information
gktrk committed Jun 20, 2016
1 parent dd6bc0c commit a1457b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-admin/gtkdiskfree/gtkdiskfree-2.0.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DESCRIPTION="Graphical tool to show free disk space"
HOMEPAGE="https://gitlab.com/mazes_80/gtkdiskfree"
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="GPL-2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="nls"
Expand Down
4 changes: 2 additions & 2 deletions app-admin/gtkdiskfree/gtkdiskfree-2.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gtkdiskfree/gtkdiskfree-2.0.1.ebuild,v 1.6 2012/07/26 20:48:25 xmw Exp $

Expand All @@ -10,7 +10,7 @@ DESCRIPTION="Graphical tool to show free disk space like df"
HOMEPAGE="https://gitlab.com/mazes_80/gtkdiskfree"
SRC_URI="https://gitlab.com/mazes_80/${PN}/repository/archive.tar.bz2?ref=${PV} -> ${P}.tar.bz2"

LICENSE="GPL-2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="gtk2 nls"
Expand Down

0 comments on commit a1457b2

Please sign in to comment.