X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id E2C25DC9E99 for ; Tue, 1 Mar 2016 06:04:02 +0000 (UTC) Received: from mail-lf0-f65.google.com (mail-lf0-f65.google.com [209.85.215.65]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 6D1C9DC10C9 for ; Tue, 1 Mar 2016 06:04:02 +0000 (UTC) Received: by mail-lf0-f65.google.com with SMTP id c123so3102759lfc.2 for ; Mon, 29 Feb 2016 22:04:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version; bh=FtTQdYdBeHtbzdTBUR2F17H1r3B/Nhk6t9BxQ4GR9Co=; b=apVODJuB8l0ZB2mF3+kelz7oQULxYCp32M5/rXXAA1anfdXOCOf+BySB7I6Yi92r8y 7nvap1Mo4xakFiZNZmqSG1afwcT3IwBDK5afrgC/gJliiRiiEyqS0vYTQrY+1C5d0Abc pRYZcnJYTvGv1NLBaq7t5e8KbpYY9o4/daJ699BO7b2ZJzw2+//0FU9uSlHqLNSDizY/ 1CZR+VJJ5K6cbtECrVvA+FNcVF/iKzKks7Db3i6piHKPXiGtOFE+AXS7em/Xnh0lW8ST h9fPplP9WrEsmxvX9RyG8NgIL/myPCRKINu+hlUZtA+rds+U175J4wbQIVw2BU3/rkhQ osGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version; bh=FtTQdYdBeHtbzdTBUR2F17H1r3B/Nhk6t9BxQ4GR9Co=; b=jfBcn8yHR3ByToSgfqIE+2kpyJMX37aRUivuhR8AJmvk2uas2258CbiUD/1721mYQW 3Z4cBin/ibIPl2j61QEUBAR8UJ6YZzyAgbySXUvjL/ARcpBK8EqnOkZYKB4vlYgaTOxW Tsrj7dtiXNlxXgO133kMXtrbZTTcDWvnyRqNZ0V9Jzn6IkBahgXgXiDxfVsdvdc8eKng jNLSyed6dKK1+hQHf62pxykRM14R1VYuB6aXoZwCEqoUySPtqvIvDh0w4hHgnTasasvN 013yVri+/X6koyyiHjGagWOgLWd0JuQTzdKcDGG/s/MY09zP8/5nEu+AH68Sp5U6zH9l bjKw== X-Gm-Message-State: AD7BkJL97ycm60oYktGLY7Czq1dSIVp6BcQRxPKn2kJ3t6McMNTqMiaQhU0V3Z477oZacg== X-Received: by 10.25.32.4 with SMTP id g4mr3881282lfg.14.1456812240089; Mon, 29 Feb 2016 22:04:00 -0800 (PST) Received: from vostro.util.wtbts.net ([2001:1bc8:101:f402:21a:9fff:fe0c:4022]) by smtp.gmail.com with ESMTPSA id d131sm4620007lfg.27.2016.02.29.22.03.59 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 29 Feb 2016 22:03:59 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Tue, 1 Mar 2016 08:03:52 +0200 From: Timo Teras To: Jose-Luis Rivas Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH 2/2] testing/radare2: back to GPLv3 Message-ID: <20160301080352.27e43899@vostro.util.wtbts.net> In-Reply-To: <20160301030509.GA11865@riseup.net> References: <20160301030509.GA11865@riseup.net> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/DPmIQvvSy02XpfNmUWgBZkm"; protocol="application/pgp-signature" X-Virus-Scanned: ClamAV using ClamSMTP --Sig_/DPmIQvvSy02XpfNmUWgBZkm Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi, I flattened this with the first patch, and applied. Thanks. Generally non-intrusive changes we prefer to be bundled together. I was meaning to reply to the earlier mail about the license issue, but did not get to it yet. Sorry about that, we should've checked more carefully it (that is read all of the upstream license text) before applying that change. On Mon, 29 Feb 2016 22:05:09 -0500 Jose-Luis Rivas wrote: > The documentation on licensing in radare2 says there's a lot of GPL > plugins which we are distributing, the rest is LGPL and given the > virulent nature of the GPL they become GPL when it comes to > distributing them. So the safest thing to do is just leaving it as > GPLv3. --- > testing/radare2/APKBUILD | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/testing/radare2/APKBUILD b/testing/radare2/APKBUILD > index c751117..b7849ee 100644 > --- a/testing/radare2/APKBUILD > +++ b/testing/radare2/APKBUILD > @@ -8,7 +8,7 @@ pkgrel=3D0 > pkgdesc=3D"An opensource, crossplatform reverse engineering framework" > url=3D"http://www.radare.org" > arch=3D"all" > -license=3D"LGPLv3" > +license=3D"GPLv3" > depends=3D"" > depends_dev=3D"" > makedepends=3D"$depends_dev libzip-dev openssl-dev capstone-dev" --Sig_/DPmIQvvSy02XpfNmUWgBZkm Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJW1TDIAAoJEDQff6LfmTzCLfsP/0eOcNSg2m4uxqXiK5AXKsRF pXNWVw7tz8IuTk0cV5oBMv8FaV/9WX0aBa9nz+ABPqc7whLAAQ/dsQwAuSmogxQj VPO6cRhp0ra1R9T4/kfW7LC0NfwvGcVfTmCzu1doSEyopXLCKqZY5eDhJ3OhH2fw RdASGG/hAB90qo0RiR6MR3AnXy3jdPrXzQvnE+o+Vh7KUI6h6285pPxzkQhDLUik 7Ko+oGP/hn3FNMTd7DAXGcs91gvlmTtoYJ5rZPkghxuhOa3ByPGa70y39F/Hxtua C8R8zzIr7NiWaUCdEkas5AozNEVeAuAKyy6LJ8z21T5Vemu+fMkdLkKSifp7j4zx K/t1mEae+QodGJGtjGFg5An277DBDs65jMnMZDCId3AnmXuqLCz55nr7Q111BN/k aviAD5POFP0WI+0h+8YZKSzQ6AgDIVYFSI4THYdBvyhGwb8z5fLjNoLnfOhu4dcb KGku5CSY18LvzzlaluvcuwVE3jvGgHeTEmZUeNIym6Xmn4K8r3FTZX0NUV4V26zV b7+MM4W9DgBom75OhN/m4D1UhSAkh/tNPO1uYyC+eY4TIIKVs9EDc4+7sfJHDxf8 7/iQ4IGlRcHg8Bul9L9QDMeb0253OkPDRmGxVMNZCFUqEBOq4ABSUDsNuiJjMZdC hhIAm3U8s7Pv9DZp0O1W =WaWq -----END PGP SIGNATURE----- --Sig_/DPmIQvvSy02XpfNmUWgBZkm-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---