guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/13: licenses: Add wtfpl2.


From: Leo Famulari
Subject: 04/13: licenses: Add wtfpl2.
Date: Fri, 13 Jan 2017 19:15:55 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit d8c8e423ed67897a8cc236e68658baacdce1b5fd
Author: ng0 <address@hidden>
Date:   Thu Jan 12 00:39:25 2017 +0000

    licenses: Add wtfpl2.
    
    * guix/licenses.scm (wtfpl2): New variable.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 guix/licenses.scm |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 1e19300..7b2ac2d 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
+            wtfpl2))
 
 (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 wtfpl2
+  (license "WTFPL 2"
+           "http://www.wtfpl.net";
+           "http://www.wtfpl.net/about/";))
+
 (define x11
   (license "X11"
            "http://directory.fsf.org/wiki/License:X11";



reply via email to

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