Skip to content

Commit

Permalink
net-libs/adns: [QA] Fix LICENSE.
Browse files Browse the repository at this point in the history
GNU adns itself is distributed under GPL-2+, only the adns.h header
file is under LGPL-2+.

Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
ulm committed Mar 26, 2017
1 parent 14d049f commit d6818df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net-libs/adns/adns-1.4-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DESCRIPTION="Advanced, easy to use, asynchronous-capable DNS client library and
HOMEPAGE="http://www.chiark.greenend.org.uk/~ian/adns/"
SRC_URI="ftp://ftp.chiark.greenend.org.uk/users/ian/adns/${P}.tar.gz"

LICENSE="LGPL-2"
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"

Expand Down
2 changes: 1 addition & 1 deletion net-libs/adns/adns-1.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DESCRIPTION="Advanced, easy to use, asynchronous-capable DNS client library and
HOMEPAGE="http://www.chiark.greenend.org.uk/~ian/adns/"
SRC_URI="ftp://ftp.chiark.greenend.org.uk/users/ian/adns/${P}.tar.gz"

LICENSE="LGPL-2"
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""
Expand Down

0 comments on commit d6818df

Please sign in to comment.