all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ng0 <ng0@libertad.pw>
To: guix-devel@gnu.org
Subject: [PATCH 04/13] licenses: Add wtfpl.
Date: Mon,  9 Jan 2017 20:21:16 +0000	[thread overview]
Message-ID: <20170109202125.31873-5-ng0@libertad.pw> (raw)
In-Reply-To: <20170109202125.31873-1-ng0@libertad.pw>

* 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 <leo@famulari.name>
 ;;; Copyright © 2016 Fabian Harfert <fhmgufs@web.de>
 ;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org>
-;;; Copyright © 2016 ng0 <ngillmann@runbox.com>
+;;; Copyright © 2016, 2017 ng0 <ng0@libertad.pw>
 ;;;
 ;;; 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

  parent reply	other threads:[~2017-01-09 20:21 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-09 20:21 Some suckless/2f30 packages ng0
2017-01-09 20:21 ` [PATCH 01/13] gnu: Add xbattmon ng0
2017-01-09 23:53   ` Leo Famulari
2017-01-09 20:21 ` [PATCH 02/13] gnu: Add wificurse ng0
2017-01-09 23:54   ` Leo Famulari
2017-01-11 23:39     ` ng0
2017-01-09 20:21 ` [PATCH 03/13] gnu: Add spoon ng0
2017-01-09 20:21 ` ng0 [this message]
2017-01-09 20:21 ` [PATCH 05/13] gnu: Add skroll ng0
2017-01-09 23:56   ` Leo Famulari
2017-01-09 20:21 ` [PATCH 06/13] gnu: Add sbm ng0
2017-01-09 20:21 ` [PATCH 07/13] gnu: Add prout ng0
2017-01-09 23:57   ` Leo Famulari
2017-01-09 20:21 ` [PATCH 08/13] gnu: Add noice ng0
2017-01-09 20:21 ` [PATCH 09/13] gnu: Add human ng0
2017-01-09 23:59   ` Leo Famulari
2017-01-09 20:21 ` [PATCH 10/13] gnu: Add fortify-headers ng0
2017-01-09 20:21 ` [PATCH 11/13] gnu: Add colors ng0
2017-01-09 20:21 ` [PATCH 12/13] gnu: Add libutf ng0
2017-01-09 20:21 ` [PATCH 13/13] gnu: Add lchat ng0
2017-01-10  0:03   ` Leo Famulari
2017-01-10  0:03 ` Some suckless/2f30 packages Leo Famulari
2017-01-12  0:39   ` 2f30, v2 ng0
2017-01-12  0:39     ` [PATCH 01/13] gnu: Add xbattmon ng0
2017-01-12  0:39     ` [PATCH 02/13] gnu: Add wificurse ng0
2017-01-12  0:39     ` [PATCH 03/13] gnu: Add spoon ng0
2017-01-12  0:39     ` [PATCH 04/13] licenses: Add wtfpl2 ng0
2017-01-12  0:39     ` [PATCH 05/13] gnu: Add skroll ng0
2017-01-12  0:39     ` [PATCH 06/13] gnu: Add sbm ng0
2017-01-12  0:39     ` [PATCH 07/13] gnu: Add prout ng0
2017-01-12  0:39     ` [PATCH 08/13] gnu: Add noice ng0
2017-01-12  0:39     ` [PATCH 09/13] gnu: Add human ng0
2017-01-12  0:39     ` [PATCH 10/13] gnu: Add fortify-headers ng0
2017-01-12  0:39     ` [PATCH 11/13] gnu: Add colors ng0
2017-01-12  0:39     ` [PATCH 12/13] gnu: Add libutf ng0
2017-01-12  0:39     ` [PATCH 13/13] gnu: Add lchat ng0
2017-01-13 19:17     ` 2f30, v2 Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170109202125.31873-5-ng0@libertad.pw \
    --to=ng0@libertad.pw \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.