bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: List of abbreviations for licenses


From: Ludovic Courtès
Subject: Re: List of abbreviations for licenses
Date: Fri, 07 Dec 2012 20:53:43 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Hi again,

Nikita Karetnikov <address@hidden> skribis:

> +(define-record-type <license>
> +  (license name)
> +  license?
> +  (name license-name))

[...]

> +;;; https://www.gnu.org/licenses/license-list#apache2
> +(define asl2.0 (license "ASL 2.0"))

While we’re at it, we should add a ‘url’ field to <license>, so that the
URL above would be a field of the license object instead of being a
comment.

Thoughts?

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]