mail-filter/opendkim: add GPL-2 to LICENSE for OpenRC service script.
authorMichael Orlitzky <mjo@gentoo.org>
Wed, 27 Mar 2019 14:04:39 +0000 (10:04 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Wed, 27 Mar 2019 17:18:04 +0000 (13:18 -0400)
Our init script is a critical out-of-tree piece of code that gets
installed, and it's licensed GPL-2. So, we should include that in the
LICENSE variable for the package.

Closes: https://bugs.gentoo.org/425960
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

mail-filter/opendkim/opendkim-2.10.3-r4.ebuild

index 36c2a9954958934300ed6d35102606c7f2bba879..74b3c8a102171976d886733d0272a141987aec49 100644 (file)
@@ -9,7 +9,8 @@ DESCRIPTION="A milter-based application to provide DKIM signing and verification
 HOMEPAGE="http://opendkim.org"
 SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz"
 
-LICENSE="Sendmail-Open-Source BSD"
+# The GPL-2 is for the init script, bug 425960.
+LICENSE="BSD GPL-2 Sendmail-Open-Source"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE="+berkdb gnutls ldap libressl lmdb lua memcached opendbx poll sasl selinux +ssl static-libs unbound"