From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH 04/13] licenses: Add wtfpl. Date: Mon, 9 Jan 2017 20:21:16 +0000 Message-ID: <20170109202125.31873-5-ng0@libertad.pw> References: <20170109202125.31873-1-ng0@libertad.pw> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQgRS-0002xy-E0 for guix-devel@gnu.org; Mon, 09 Jan 2017 15:21:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQgRO-0004HJ-D2 for guix-devel@gnu.org; Mon, 09 Jan 2017 15:21:18 -0500 Received: from aibo.runbox.com ([91.220.196.211]:41000) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cQgRO-0004Gz-6S for guix-devel@gnu.org; Mon, 09 Jan 2017 15:21:14 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1cQgRM-0003T4-E3 for guix-devel@gnu.org; Mon, 09 Jan 2017 21:21:12 +0100 In-Reply-To: <20170109202125.31873-1-ng0@libertad.pw> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * 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 ;;; Copyright © 2016 Fabian Harfert ;;; Copyright © 2016 Rene Saavedra -;;; Copyright © 2016 ng0 +;;; Copyright © 2016, 2017 ng0 ;;; ;;; 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 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