From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Bioconductor package flowPeaks license Artistic 1.0? Date: Thu, 19 Dec 2019 21:10:12 +0100 Message-ID: <87eex0qdp7.fsf@elephly.net> References: <87pnlz9lro.fsf@elephly.net> <877e869t80.fsf@elephly.net> <87fthgqloc.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36668) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ii2BI-0000ZZ-89 for guix-devel@gnu.org; Thu, 19 Dec 2019 15:14:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ii2BG-0001Pg-Pn for guix-devel@gnu.org; Thu, 19 Dec 2019 15:13:55 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21186) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ii2BG-0001Fh-5S for guix-devel@gnu.org; Thu, 19 Dec 2019 15:13:54 -0500 In-reply-to: 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: zimoun Cc: Guix Devel zimoun writes: > I already know these statements. And I disagree. Currently, the > [artistic] license [1.0] is considered free when applied to Perl but non-= free > otherwise. It does not make sense. This is a misunderstanding. The Perl license says[1]: It is free software; you can redistribute it and/or modify it under the= terms of either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License". [=E2=80=A6] We choose the first one when redistributing Perl, so Perl is under the GPLv1+. The Artistic License (1.0) does not come into play at all because we are fine with GPLv1+. If Perl was *only* available under the Artistic License 1.0 we could not in fact redistribute it with Guix and that would be catastrophic. Luckily, the license allows the distribution under the terms of the GPL, so we=E2=80=99re fine. [1]: https://dev.perl.org/licenses/ -- Ricardo