guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: zzuf: Update license field.


From: guix-commits
Subject: 02/03: gnu: zzuf: Update license field.
Date: Sun, 22 Mar 2020 09:38:39 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ff66791d3a0470507f03c2115c542889bff9565f
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun Mar 22 15:35:37 2020 +0200

    gnu: zzuf: Update license field.
    
    * gnu/packages/debug.scm (zzuf)[license]: List as wtfpl2.
---
 gnu/packages/debug.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 718a763..caf9d1f 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014, 2015, 2016, 2017, 2019 Eric Bavier <address@hidden>
-;;; Copyright © 2016, 2017, 2018 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2020 Efraim Flashner <address@hidden>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018, 2019 Rutger Helling <address@hidden>
 ;;; Copyright © 2019 Pkill -9 <address@hidden>
@@ -369,7 +369,7 @@ conditions.")
     (description "Zzuf is a transparent application input fuzzer.  It works by
 intercepting file operations and changing random bits in the program's
 input.  Zzuf's behaviour is deterministic, making it easy to reproduce bugs.")
-    (license (non-copyleft "http://www.wtfpl.net/txt/copying/";))))
+    (license wtfpl2)))
 
 (define-public scanmem
   (package



reply via email to

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