From 15327686420a477b91d11377a1586188592ec431 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 29 Jan 2016 16:03:50 -0500 Subject: [PATCH 1/3] license: Add giftware. * guix/licenses.scm (giftware): New variable. --- guix/licenses.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guix/licenses.scm b/guix/licenses.scm index 1def1ac..cb23734 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -40,6 +40,7 @@ epl1.0 expat freetype + giftware gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+ gfl1.0 fdl1.3+ @@ -201,6 +202,11 @@ at URI, which may be a file:// URI pointing the package's tree." "http://directory.fsf.org/wiki/License:Freetype" "https://www.gnu.org/licenses/license-list.html#freetype")) +(define giftware + (license "Giftware" + "http://liballeg.org/license.html" + "The Allegro 4 license")) + (define gpl1 (license "GPL 1" "https://www.gnu.org/licenses/old-licenses/gpl-1.0.html" -- 2.5.0