From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] Add libiax Date: Tue, 31 May 2016 21:13:23 +0200 Message-ID: <20160531191323.GA21478@solar> References: <87shx17pbq.fsf@openmailbox.org> <20160529005554.GA20220@jasmine> <878tyrwck5.fsf@openmailbox.org> <20160531162555.GA32099@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7p6a-0003x6-Kt for guix-devel@gnu.org; Tue, 31 May 2016 15:13:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7p6W-000238-Cm for guix-devel@gnu.org; Tue, 31 May 2016 15:13:31 -0400 Received: from mailrelay6.public.one.com ([91.198.169.200]:20690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7p6V-00021s-Pp for guix-devel@gnu.org; Tue, 31 May 2016 15:13:28 -0400 Content-Disposition: inline In-Reply-To: <20160531162555.GA32099@jasmine> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel@gnu.org On Tue, May 31, 2016 at 12:25:55PM -0400, Leo Famulari wrote: > Since I don't understand the fine points of these things, I ask the > group: can a source distribution be LGPL 2.0 and include GPL components? In my understanding, mixing LGPL and GPL (assuming the versions are compatible) "upgrades" the aggregated works to GPL. Andreas