From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 01/14] gnu: Add r-acepack. Date: Tue, 12 Apr 2016 14:33:00 -0400 Message-ID: <20160412183300.GA4129@jasmine> References: <1460447487-12570-1-git-send-email-ricardo.wurmus@mdc-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aq37E-0005u4-SY for guix-devel@gnu.org; Tue, 12 Apr 2016 14:32:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aq379-0008U3-Ti for guix-devel@gnu.org; Tue, 12 Apr 2016 14:32:44 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:57974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aq379-0008Tz-QU for guix-devel@gnu.org; Tue, 12 Apr 2016 14:32:39 -0400 Content-Disposition: inline In-Reply-To: <1460447487-12570-1-git-send-email-ricardo.wurmus@mdc-berlin.de> 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: Ricardo Wurmus Cc: guix-devel@gnu.org On Tue, Apr 12, 2016 at 09:51:14AM +0200, Ricardo Wurmus wrote: > * gnu/packages/statistics.scm (r-acepack): New variable. > + (license license:x11))) >From the home page, I saw that Fedora took the initiative to clear up the licensing of this package. I didn't recognize the text of the license, but I found it here, under "Old Style": https://fedoraproject.org/wiki/Licensing:MIT It seems that what we call Expat, Fedora calls MIT. What do you think?