[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 04/13] licenses: Add wtfpl.
From: |
ng0 |
Subject: |
[PATCH 04/13] licenses: Add wtfpl. |
Date: |
Mon, 9 Jan 2017 20:21:16 +0000 |
* guix/licenses.scm (wtfpl): New variable.
---
guix/licenses.scm | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 1e1930058..3bb1923c0 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -8,7 +8,7 @@
;;; Copyright © 2016 Leo Famulari <address@hidden>
;;; Copyright © 2016 Fabian Harfert <address@hidden>
;;; Copyright © 2016 Rene Saavedra <address@hidden>
-;;; Copyright © 2016 ng0 <address@hidden>
+;;; Copyright © 2016, 2017 ng0 <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -74,7 +74,8 @@
x11 x11-style
zpl2.1
zlib
- fsf-free))
+ fsf-free
+ wtfpl))
(define-record-type <license>
(license name uri comment)
@@ -450,6 +451,11 @@ at URI, which may be a file:// URI pointing the package's
tree."
"https://unlicense.org/"
"https://www.gnu.org/licenses/license-list.html#Unlicense"))
+(define wtfpl
+ (license "WTFPL"
+ "http://www.wtfpl.net"
+ "http://www.wtfpl.net/about/"))
+
(define x11
(license "X11"
"http://directory.fsf.org/wiki/License:X11"
--
2.11.0
- [PATCH 05/13] gnu: Add skroll., (continued)
- [PATCH 05/13] gnu: Add skroll., ng0, 2017/01/09
- [PATCH 11/13] gnu: Add colors., ng0, 2017/01/09
- [PATCH 08/13] gnu: Add noice., ng0, 2017/01/09
- [PATCH 10/13] gnu: Add fortify-headers., ng0, 2017/01/09
- [PATCH 07/13] gnu: Add prout., ng0, 2017/01/09
- [PATCH 06/13] gnu: Add sbm., ng0, 2017/01/09
- [PATCH 13/13] gnu: Add lchat., ng0, 2017/01/09
- [PATCH 04/13] licenses: Add wtfpl.,
ng0 <=
- [PATCH 12/13] gnu: Add libutf., ng0, 2017/01/09
- Re: Some suckless/2f30 packages., Leo Famulari, 2017/01/09
- 2f30, v2, ng0, 2017/01/11
- [PATCH 04/13] licenses: Add wtfpl2., ng0, 2017/01/11
- [PATCH 01/13] gnu: Add xbattmon., ng0, 2017/01/11
- [PATCH 03/13] gnu: Add spoon., ng0, 2017/01/11
- [PATCH 05/13] gnu: Add skroll., ng0, 2017/01/11
- [PATCH 07/13] gnu: Add prout., ng0, 2017/01/11
- [PATCH 06/13] gnu: Add sbm., ng0, 2017/01/11
- [PATCH 12/13] gnu: Add libutf., ng0, 2017/01/11