Re: List of abbreviations for licenses

2012-12-07 Thread Ludovic Courtès
Hi again, Nikita Karetnikov nikita.karetni...@gmail.com 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’

Re: [PATCH] distro: Add ACL.

2012-12-07 Thread Ludovic Courtès
Nikita Karetnikov nikita.karetni...@gmail.com skribis: From 465c9970043036770a7c9a55c29e7682304f6169 Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov nik...@karetnikov.org Date: Fri, 7 Dec 2012 01:18:23 + Subject: [PATCH] distro: Add ACL. * distro/packages/acl.scm: New file. *

Re: List of abbreviations for licenses

2012-12-07 Thread Nikita Karetnikov
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