[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: licenses: Add the Unlicense.
From: |
Leo Famulari |
Subject: |
02/04: licenses: Add the Unlicense. |
Date: |
Tue, 02 Feb 2016 19:50:49 +0000 |
lfam pushed a commit to branch master
in repository guix.
commit aaa49e8c21a8ca6d782e3b18f218b5b847069611
Author: Leo Famulari <address@hidden>
Date: Sun Jan 31 18:56:55 2016 -0500
licenses: Add the Unlicense.
* guix/licenses.scm (unlicense): New variable.
---
guix/licenses.scm | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index cb23734..d33b19f 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2015 Mark H Weaver <address@hidden>
;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
;;; Copyright © 2016 Eric Bavier <address@hidden>
+;;; Copyright © 2016 Leo Famulari <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -61,6 +62,7 @@
sgifreeb2.0
silofl1.1
sleepycat
+ unlicense
vim
x11 x11-style
zpl2.1
@@ -385,6 +387,11 @@ at URI, which may be a file:// URI pointing the package's
tree."
"http://directory.fsf.org/wiki/License:Vim7.2"
"http://www.gnu.org/licenses/license-list.html#Vim"))
+(define unlicense
+ (license "Unlicense"
+ "https://unlicense.org/"
+ "https://www.gnu.org/licenses/license-list.html#Unlicense"))
+
(define x11
(license "X11"
"http://directory.fsf.org/wiki/License:X11"