commit:     a3d81912b95dbe7b9af7ffbeff06a828556ff34e
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 14:04:39 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 17:18:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d81912

mail-filter/opendkim: add GPL-2 to LICENSE for OpenRC service script.

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 <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 mail-filter/opendkim/opendkim-2.10.3-r4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild 
b/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild
index 36c2a995495..74b3c8a1021 100644
--- a/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild
+++ b/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild
@@ -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"

Reply via email to