From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14977 invoked by alias); 28 Jan 2011 01:23:37 -0000 Received: (qmail 9883 invoked by uid 22791); 28 Jan 2011 01:14:12 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4D421831.5050905@oracle.com> Date: Fri, 28 Jan 2011 01:23:00 -0000 From: tom honermann User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 OracleBeehiveExtension/1.0.0.2-OracleInternal ObetStats/CAT_1290241370434-936522069 Thunderbird/3.1.7 MIME-Version: 1.0 To: cygwin-licensing@cygwin.com Subject: Re: Cygwin licensing and redistribution, GPLv2, GPLv3 References: <4D420660.20708@oracle.com> <4D420A7C.7080101@redhat.com> In-Reply-To: <4D420A7C.7080101@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Mailing-List: contact cygwin-licensing-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-licensing-owner@cygwin.com Mail-Followup-To: cygwin-licensing@cygwin.com X-SW-Source: 2011-q1/txt/msg00000.txt.bz2 On 1/27/2011 4:14 PM, Eric Blake wrote: > On 01/27/2011 04:57 PM, tom honermann wrote: >> I've been looking into Cygwin licensing and redistribution regarding the >> Cygwin DLL and various GNU utilities. The current Cygwin license >> (http://cygwin.com/licensing.html) states (and I'm paraphrasing) that >> programs that use the Cygwin DLL do not need to be licensed under GPLv2 >> (or compatible) so long as they are distributed with a license that >> meets the OSI's open source definition AND that the cygwin DLL is not >> distributed with the program. With the release of the GPLv3 license and >> subsequent re-licensing, some of the GNU utilities included with the >> Cygwin distribution are now GPLv3 (or later). The GPLv2 and GPLv3 >> licenses are not compatible >> (http://www.gnu.org/licenses/gpl-faq.html#v2v3Compatibility). > Wrong list. Ask on cygwin-licensing. Thanks Eric. Copying cygwin-licensing instead now... >> The way I interpret this, this effectively means that no entity other than RedHat >> can distribute GPLv3 GNU utilities dynamically linked with the Cygwin >> DLL and include the Cygwin DLL with the GNU utilities (without >> additional permissions by RedHat). This also means that no entity other >> than RedHat can redistribute the RedHat Cygwin distribution or build >> their own Cygwin distribution unless all programs are linked with a >> static version of the Cygwin library (again, without additional >> permissions by RedHat). Does this sound right? If so, is this an >> intentional property of the Cygwin license? > Short answer - wrong interpretation. The cygwin license exception > specifically states that a GPLv3 program (by virtue of being an OSI > approved license) can be linked against cygwin and distributed as though > the GPLv2 of cygwin were not present. Therefore, the GPLv2-only nature > of cygwin does not interfere with the GPLv3 license of the program. The exception posted at http://cygwin.com/licensing.html explicitly states "Note that this does not apply to the Cygwin™ DLL itself. If you distribute the Cygwin™ DLL, either in its original form or in a form modified by you, you must adhere to the terms of the GPL". I've been reading this as requiring that distribution of programs that use the Cygwin DLL either must not distribute the Cygwin DLL (ie, the program must be installed and used with an existing Cygwin installation), or, if the distribution does include the Cygwin DLL, then uses of the Cygwin DLL must be in accordance with the GPL(v2). Perhaps this statement is only meant to indicate that changes to the Cygwin DLL itself must be licensed in accordance with the GPL(v2)? As stated, it isn't clear that the open source licensing exception applies to copies of the Cygwin DLL distributed by entities other than Red Hat.