all messages for Guix-related lists mirrored at yhetil.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 5/5] gnu: Correct license for wmname.
Date: Mon, 15 Apr 2024 20:46:00 +0100	[thread overview]
Message-ID: <4938e6d77a7f1f0de52515d032301d5433667150.1713209956.git.cdo@mutix.org> (raw)
In-Reply-To: <037ac7f69bd5486844c25a09550253068de337b4.1713209956.git.cdo@mutix.org>

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

Change-Id: Ie0772be9523fc9a8ad2c92d818d46f289dc6a9b4
---
 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 e40328f680..346784fd73 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -614,7 +614,8 @@ (define-public wmname
 property of the root window similar to how @command{hostname} behaves.  It is
 useful for fixing problems with JDK versions and other broken programs
 assuming a reparenting window manager for instance.")
-    (license license:expat)))
+    (license (list license:x11
+                   license:expat))))
 
 (define-public xbattmon
   (package
-- 
2.41.0





  parent 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 ` [bug#57190] [PATCH v2 1/5] gnu: Correct license for st Christina O'Donnell
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   ` Christina O'Donnell [this message]
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

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

  git send-email \
    --in-reply-to=4938e6d77a7f1f0de52515d032301d5433667150.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.