diff options
author | Thomas Deutschmann <whissi@whissi.de> | 2016-06-12 16:05:45 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-12 17:24:12 +0000 |
commit | 0aa73ad9153ccd3ab0b5c4db36a5e8c97dccbc46 (patch) | |
tree | 9e7de3a7e2ec6319ce96687d9160c99cae443638 /dev-libs/librelp | |
parent | dev-libs/librelp: Version bump to v1.2.10 (diff) | |
download | gentoo-0aa73ad9153ccd3ab0b5c4db36a5e8c97dccbc46.tar.gz gentoo-0aa73ad9153ccd3ab0b5c4db36a5e8c97dccbc46.tar.bz2 gentoo-0aa73ad9153ccd3ab0b5c4db36a5e8c97dccbc46.zip |
dev-libs/librelp: Adjusting license to GPL-3+ instead of GPL-3
According to
- COPYING (every version in tree)
- src/{lib,}relp.h (since v1.2.9)
> * Librelp is free software: you can redistribute it and/or modify
> * it under the terms of the GNU General Public License as published by
> * the Free Software Foundation, either version 3 of the License, or
> * (at your option) any later version.
Reported-by: Gokturk Yuksek <gokturk@gentoo.org>
Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1658
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-libs/librelp')
-rw-r--r-- | dev-libs/librelp/librelp-1.2.10.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/librelp/librelp-1.2.7-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/librelp/librelp-1.2.9.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/librelp/librelp-1.2.10.ebuild b/dev-libs/librelp/librelp-1.2.10.ebuild index 0f75f3b3739c..e9b6c7df3804 100644 --- a/dev-libs/librelp/librelp-1.2.10.ebuild +++ b/dev-libs/librelp/librelp-1.2.10.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="An easy to use library for the RELP protocol" HOMEPAGE="http://www.librelp.com/" SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz" -LICENSE="GPL-3 doc? ( FDL-1.3 )" +LICENSE="GPL-3+ doc? ( FDL-1.3 )" # subslot = soname version SLOT="0/0.1.0" diff --git a/dev-libs/librelp/librelp-1.2.7-r1.ebuild b/dev-libs/librelp/librelp-1.2.7-r1.ebuild index d723733143aa..497f4c925742 100644 --- a/dev-libs/librelp/librelp-1.2.7-r1.ebuild +++ b/dev-libs/librelp/librelp-1.2.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ DESCRIPTION="An easy to use library for the RELP protocol" HOMEPAGE="http://www.librelp.com/" SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz" -LICENSE="GPL-3 doc? ( FDL-1.3 )" +LICENSE="GPL-3+ doc? ( FDL-1.3 )" SLOT="0" KEYWORDS="amd64 ~arm hppa ~sparc x86" IUSE="debug doc +ssl static-libs" diff --git a/dev-libs/librelp/librelp-1.2.9.ebuild b/dev-libs/librelp/librelp-1.2.9.ebuild index 0f75f3b3739c..e9b6c7df3804 100644 --- a/dev-libs/librelp/librelp-1.2.9.ebuild +++ b/dev-libs/librelp/librelp-1.2.9.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="An easy to use library for the RELP protocol" HOMEPAGE="http://www.librelp.com/" SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz" -LICENSE="GPL-3 doc? ( FDL-1.3 )" +LICENSE="GPL-3+ doc? ( FDL-1.3 )" # subslot = soname version SLOT="0/0.1.0" |