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: Nikita Karetnikov
Subject: Re: List of abbreviations for licenses
Date: Sat, 8 Dec 2012 01:34:08 +0300

> Can you make this a single #:export?

Which one should I use? (The latter looks better, IMHO.)

  #:export (license? license-name asl2.0 boost1.0 bsd-2 bsd-3 bsd-4
            cddl1.0 cpl1.0 epl1.0 gpl2 gpl2+ gpl3 gpl3+ ijg ibmpl1.0 lgpl2.1
            lgpl2.1+ lgpl3 lgpl3+ mpl2.0 openssl public-domain x11 zlib)

  #:export (license? license-name
            asl2.0
            boost1.0
            bsd-2 bsd-3 bsd-4
            cddl1.0
            cpl1.0
            epl1.0
            gpl2 gpl2+ gpl3 gpl3+
            ijg
            ibmpl1.0 lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
            mpl2.0
            openssl
            public-domain
            x11
            zlib)

> 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.

I think that we should use 'uri' instead. [1]

[1] 
https://upload.wikimedia.org/wikipedia/commons/c/c3/URI_Euler_Diagram_no_lone_URIs.svg



reply via email to

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