GNU bug report logs - #35449
Various WTFPL2 license field fixes.

Previous Next

Package: guix-patches;

Reported by: Brendan Tildesley <mail <at> brendan.scot>

Date: Sat, 27 Apr 2019 11:42:01 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 35449 <at> debbugs.gnu.org (full text, mbox):

From: Brendan Tildesley <mail <at> brendan.scot>
To: 35449 <at> debbugs.gnu.org
Subject: [PATCH 1/7] gnu: zimg: Fix license field to refer to license:wtfpl2.
Date: Sat, 27 Apr 2019 21:43:01 +1000
* gnu/packages/image.scm (zimg): Fix license field to refer to license:wtfpl2.
---
 gnu/packages/image.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 4443e1c83d..047197bd1e 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1165,7 +1165,7 @@ the programmer.")
     (home-page "https://github.com/sekrit-twc/zimg")
     ;; test/extra/ contains musl-libm,
     ;; which is MIT/expat licensed, but only used for tests
-    (license (license:fsf-free "file://COPYING")))) ;WTFPL version 2
+    (license (license:wtfpl2))))
 
 (define-public perceptualdiff
   (package
-- 
2.21.0





This bug report was last modified 6 years and 16 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.