From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ddBgdB2WSO49 for ; Thu, 11 Oct 2012 09:23:09 +0200 (CEST) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Thu, 11 Oct 2012 09:23:08 +0200 (CEST) Received: by mail-wi0-f172.google.com with SMTP id hq12so8271619wib.1 for ; Thu, 11 Oct 2012 00:23:08 -0700 (PDT) Message-ID: <507673D7.9070009@gmail.com> Date: Thu, 11 Oct 2012 09:23:03 +0200 From: Milan Broz MIME-Version: 1.0 References: <5075E6B1.6040203@seznam.cz> <5075EEBA.6090609@redhat.com> <20121011051056.GB5314@tansi.org> In-Reply-To: <20121011051056.GB5314@tansi.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] license of libcryptsetup (was: verity for GRUB?) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de On 10/11/2012 07:10 AM, Arno Wagner wrote: > On Wed, Oct 10, 2012 at 03:04:49PM -0700, Geoffrey Thomas wrote: >> Yeah, if you're planning on looking into relicensing, I'd encourage >> you to make as much of cryptsetup as you can GPLv2+ instead of >> GPLv2, so that the code is more reusable in other projects, even if >> it ends up not being relevant for my specific use case. > > Quick qestion: What is the GPLv2+? I am unable to find any formal > references or comparisons, just GPLv2. Pointers appreciated. Nice list is here http://en.wikipedia.org/wiki/List_of_FSF_approved_software_licenses http://www.gnu.org/licenses/gpl-faq.html Basically, it is shortcut: GPLvX means GPL version X only, GPLvX+ "... or any later". And why there is resistance to GPLvX+? Well, "or any later" means any later. Who knows what is in not yet written GPLv(X+y)? :-) (And v3 has own problems as well.) The basic problem is in compatibility matrix, mainly with GPLv3 vs GPLv2 which are not compatible, see http://gplv3.fsf.org/dd3-faq Because of repeating questions an problems, I would really like to switch libcryptsetup (IOW cryptsetup library, not binary itself) to something less restricted (currently most of the code is GPLv2 only). Perhaps LGPLv2+. But it requires approval from all authors. (I will perhaps try to get these, otherwise I switch just verity part...) (TBH, I would myself prefer any new crypto code under even less restricted licenses like BSD or MIT licence. But cryptsetup already depends on other GPL libraries, so not sure if it makes sense. Anyway, if anyone has better idea or any notes here, please let me know. Now is the best time to complain ;-) Thanks, Milan