Re: [exim-dev] DKIM, GPLv3

Pàgina inicial
Delete this message
Reply to this message
Autor: Paul Fisher
Data:  
A: David Woodhouse
CC: exim-dev
Assumpte: Re: [exim-dev] DKIM, GPLv3
David Woodhouse wrote:
>
> So I could possibly link with libdkim and ship Fedora's Exim under
> GPLv3. Does anyone have a problem with that, and/pr are there parts of
> Exim which are GPLv2-only without the 'or any later version'?


Yahoo has not licensed their DKIM patents for use under GPLv3.

From <URL:https://datatracker.ietf.org/ipr/920/>:

     Yahoo! licenses its Necessary Patent Claims contained in the
     patents and patent applications disclosed above under either of
     two separate license agreements, one of which is the DomainKeys
     Patent License Agreement (v1.2), and the other is the GNU General
     Public License v2.0 (and no other version).


I don't understand how libdkim can be distributed under the Apache
license given the Yahoo patent terms, but IANAL.

On a somewhat related note, I started work on a DKIM implementation
for Exim last year depending only on GPLv2 compatible libraries
(libgcrypt and gnutls), but haven't had time to finish the code. The
intent was to create a small, lightweight implementation, tightly tied
to Exim, which could be distributed under terms compatible with both
Exim's and Yahoo's existing terms.

Paul