From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: List of abbreviations for licenses Date: Fri, 07 Dec 2012 20:53:43 +0100 Message-ID: <87k3stprjs.fsf@gnu.org> References: <87vcco2hgr.fsf@gnu.org> <87hao7zzgr.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th3zX-0003Ne-IP for bug-guix@gnu.org; Fri, 07 Dec 2012 14:53:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Th3zW-0000vs-F9 for bug-guix@gnu.org; Fri, 07 Dec 2012 14:53:47 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:40755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th3zW-0000uv-8f for bug-guix@gnu.org; Fri, 07 Dec 2012 14:53:46 -0500 In-Reply-To: (Nikita Karetnikov's message of "Fri, 7 Dec 2012 01:52:11 +0300") 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: Nikita Karetnikov Cc: bug-guix@gnu.org Hi again, Nikita Karetnikov skribis: > +(define-record-type > + (license name) > + license? > + (name license-name)) [...] > +;;; https://www.gnu.org/licenses/license-list#apache2 > +(define asl2.0 (license "ASL 2.0")) While we=E2=80=99re at it, we should add a =E2=80=98url=E2=80=99 field to <= license>, so that the URL above would be a field of the license object instead of being a comment. Thoughts? Ludo=E2=80=99.