From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH v3 2/3] gnu: Add python-lit, python2-lit. Date: Wed, 31 Aug 2016 14:09:41 -0400 Message-ID: <20160831180941.GF28096@jasmine> References: <20160803095110.3e5cf1bc@scratchpost.org> <20160830165200.28401-1-dannym@scratchpost.org> <20160830165200.28401-3-dannym@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bf9xU-0000RP-G4 for guix-devel@gnu.org; Wed, 31 Aug 2016 14:09:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bf9xP-0004aU-FJ for guix-devel@gnu.org; Wed, 31 Aug 2016 14:09:55 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:60551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bf9xO-0004YU-8j for guix-devel@gnu.org; Wed, 31 Aug 2016 14:09:51 -0400 Content-Disposition: inline In-Reply-To: <20160830165200.28401-3-dannym@scratchpost.org> 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: Danny Milosavljevic Cc: guix-devel@gnu.org On Tue, Aug 30, 2016 at 06:51:59PM +0200, Danny Milosavljevic wrote: > * gnu/packages/python.scm (python-lit, python2-lit): New variables. > + (license license:bsd-3) This package looks good, although I'm not sure about the license. It doesn't contain a license text that I could find. 'setup.py' mentions "BSD" and "University of Illinois/NCSA Open Source License": https://opensource.org/licenses/UoI-NCSA.php I think we should probably say this package is NCSA, since it's part of LLVM. What do you think?