From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Karetnikov Subject: Re: List of abbreviations for licenses Date: Tue, 11 Dec 2012 11:24:21 +0300 Message-ID: References: <87vcco2hgr.fsf@gnu.org> <87hao7zzgr.fsf@gnu.org> <87k3stprjs.fsf@gnu.org> <87fw3hmoo5.fsf@gnu.org> <87ehj0l7y1.fsf@gnu.org> <87624bibqt.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiL8e-0004Sk-0M for bug-guix@gnu.org; Tue, 11 Dec 2012 03:24:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiL8Y-00063B-85 for bug-guix@gnu.org; Tue, 11 Dec 2012 03:24:27 -0500 Received: from mail-vc0-f169.google.com ([209.85.220.169]:35156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiL8Y-000634-3H for bug-guix@gnu.org; Tue, 11 Dec 2012 03:24:22 -0500 Received: by mail-vc0-f169.google.com with SMTP id gb23so3968716vcb.0 for ; Tue, 11 Dec 2012 00:24:21 -0800 (PST) In-Reply-To: <87624bibqt.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: bug-guix@gnu.org Hi, I've found out that we can't use (guix licenses) right now; 'bzip2' and 'flex' use BSD-like licenses that differ from 'bsd-2', 'bsd-3', and 'bsd-4'. There are two ways to fix the problem. We can create new licenses for such packages (e.g. 'bzip2'), but it will be tricky. I propose to use the following variable instead: (define bsd-like (license "BSD-like" #f "This is not a real license. It's just a placeholder for packages that use BSD-like licenses which don't fall into the following categories: 'bsd-2', 'bsd-3', and 'bsd-4'. Check the source code for details.") What do you think? Also, I'll add 'expat', which is used by 'libffi'. Nikita