From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cEHxc-0006SY-QI for qemu-devel@nongnu.org; Tue, 06 Dec 2016 10:47:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cEHxZ-00053y-13 for qemu-devel@nongnu.org; Tue, 06 Dec 2016 10:47:16 -0500 Received: from mx5-phx2.redhat.com ([209.132.183.37]:34584) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cEHxY-00053h-OQ for qemu-devel@nongnu.org; Tue, 06 Dec 2016 10:47:12 -0500 Date: Tue, 6 Dec 2016 10:47:10 -0500 (EST) From: Frediano Ziglio Message-ID: <2011630530.2430235.1481039230635.JavaMail.zimbra@redhat.com> In-Reply-To: <1332222978.2429557.1481038950558.JavaMail.zimbra@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] ui/egl-helpers.c license and reuse List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Qemu-devel Cc: Gerd Hoffmann Hi, I work in the SPICE team (www.spice-space.org). I'd like to reuse some code from this file for some test for our project. The license of the 2 projects are a bit different (GPL2 against LGPL2) so in theory I couldn't do it. The code is mainly doing EGL initialization. Could I obtain a dispensation to reuse to code as LGPL2 ? Alternatively where can I get similar code with compatible LGPL2 license ? Regards, Frediano