From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH] gnu: Add sparse. Date: Tue, 26 Feb 2013 22:35:03 +0100 Message-ID: <512D2A87.5000008@gmail.com> References: <1361845011-18228-1-git-send-email-tipecaml@gmail.com> <87621fv6gc.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UASLa-0008Kk-Vk for bug-guix@gnu.org; Tue, 26 Feb 2013 16:46:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UASLZ-0001JE-Cz for bug-guix@gnu.org; Tue, 26 Feb 2013 16:46:02 -0500 In-Reply-To: <87621fv6gc.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: =?UTF-8?B?THVkb3ZpYyBDb3VydMOocw==?= Cc: bug-guix@gnu.org On 02/26/2013 09:13 AM, Ludovic Courtès wrote: > Cyril Roelandt skribis: > >> This patch adds sparse. > > Thanks! Would it make sense to put it in linux.scm? > It's not really Linux-specific, even though it is mainly used by Linux hackers. I think it's used by smatch, a static analysis tool developed by Dan Carpenter, that can be used on any piece of C code, for instance. It's also used in the test-suite of git. >> I had to add the Open Software License to guix/licenses.scm. Debian >> does not think of it as a Free Software license, but I think it's OK >> with GNU. > > The page at > contains says it’s free but mentions worrisome details: > > Recent versions of the Open Software License have a term which > requires distributors to try to obtain explicit assent to the > license. This means that distributing OSL software on ordinary FTP > sites, sending patches to ordinary mailing lists, or storing the > software in an ordinary version control system, is arguably a > violation of the license and would subject you to possible > termination of the license. [...] > > We’re not distributing it, just distributing the build recipes. > However, would it be a violation to distribute pre-built binaries on > Hydra? Could you check that? Indeed, this is the ninth clause. Maybe I should email the current sparse maintainer and ask him ? Cyril.