unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Christina O'Donnell <cdo@mutix.org>
To: 57190@debbugs.gnu.org
Cc: Christina O'Donnell <cdo@mutix.org>, michaeldelago98@gmail.com
Subject: [bug#57190] [PATCH v2 1/5] gnu: Correct license for st.
Date: Mon, 15 Apr 2024 20:45:56 +0100	[thread overview]
Message-ID: <037ac7f69bd5486844c25a09550253068de337b4.1713209956.git.cdo@mutix.org> (raw)
In-Reply-To: <7a20415b-133f-80c7-9874-89aa6a014322@gmail.com>

* gnu/packages/suckless.scm (st): Change license to x11 + expat.

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

I've re-rolled these,

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 39cf2e4cc5..a75f205e32 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -403,7 +403,8 @@ (define-public st
 implements 256 colors, most VT10X escape sequences, utf8, X11 copy/paste,
 antialiased fonts (using fontconfig), fallback fonts, resizing, and line
 drawing.")
-    (license license:x11)))
+    (license (list license:x11
+                   license:expat))))
 
 (define-public xst
   (package

base-commit: a8353e9d6b34fd8d42d2e8f14ce844849fe9c293
-- 
2.41.0





  reply	other threads:[~2024-04-15 19:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-14  0:40 [bug#57190] [PATCH] Correct software licenses for suckless Mike Delago
2024-04-15 19:45 ` Christina O'Donnell [this message]
2024-04-15 19:45   ` [bug#57190] [PATCH v2 2/5] gnu: Correct license for xst Christina O'Donnell
2024-04-15 19:45   ` [bug#57190] [PATCH v2 3/5] gnu: Correct license for surf Christina O'Donnell
2024-04-15 19:45   ` [bug#57190] [PATCH v2 4/5] gnu: Correct license for sent Christina O'Donnell
2024-04-15 19:46   ` [bug#57190] [PATCH v2 5/5] gnu: Correct license for wmname Christina O'Donnell
2024-04-23 13:49   ` bug#57190: [PATCH v2 1/5] gnu: Correct license for st Christopher Baines
2024-04-22 11:25 ` [bug#57190] " Christina O'Donnell

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=037ac7f69bd5486844c25a09550253068de337b4.1713209956.git.cdo@mutix.org \
    --to=cdo@mutix.org \
    --cc=57190@debbugs.gnu.org \
    --cc=michaeldelago98@gmail.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).