GNU bug report logs - #57190
[PATCH] Correct software licenses for suckless

Previous Next

Package: guix-patches;

Reported by: Mike Delago <michaeldelago98 <at> gmail.com>

Date: Sun, 14 Aug 2022 01:09:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Christina O'Donnell <cdo <at> mutix.org>
To: 57190 <at> debbugs.gnu.org
Cc: Christina O'Donnell <cdo <at> mutix.org>, michaeldelago98 <at> gmail.com
Subject: [bug#57190] [PATCH v2 3/5] gnu: Correct license for surf.
Date: Mon, 15 Apr 2024 20:45:58 +0100
gnu/packages/suckless.scm (surf): Change license to x11 + expat.

Change-Id: If658cd318ad606c5d2a737fc0c6ace1129ea9835
---
 gnu/packages/suckless.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 3be7958a6f..607f839436 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -534,7 +534,8 @@ (define-public surf
 display websites and follow links.  It supports the XEmbed protocol which
 makes it possible to embed it in another application.  Furthermore, one can
 point surf to another URI by setting its XProperties.")
-    (license license:x11)))
+    (license (list license:expat
+                   license:x11))))
 
 (define-public sent
   (package
-- 
2.41.0





This bug report was last modified 1 year and 30 days ago.

Previous Next


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