all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mike Delago <michaeldelago98@gmail.com>
To: 57190@debbugs.gnu.org
Subject: [bug#57190] [PATCH] Correct software licenses for suckless
Date: Sat, 13 Aug 2022 20:40:55 -0400	[thread overview]
Message-ID: <7a20415b-133f-80c7-9874-89aa6a014322@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 3747 bytes --]

Corrected licenses for suckless software. Cross referenced against the 
appropriate package's page on https://git.suckless.org.

This patch should resolve #50883 <https://issues.guix.gnu.org/50883>, at 
least partially



---
  gnu/packages/suckless.scm | 24 ++++++++++++------------
  1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index dbc3537ac6..c10a95e4b4 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -125,10 +125,7 @@ (define-public tabbed
  applications.  It was originally designed for surf but also usable 
with many
  other applications, i.e., st, uzbl, urxvt and xterm.")
      (license
-     ;; Dual-licensed.
-     (list
-      license:expat
-      license:x11))))
+     (list license:expat license:x11))))

  (define-public slstatus
    ;; No release tarballs yet.
@@ -272,7 +269,9 @@ (define-public dwm
       "dwm is a dynamic window manager for X.  It manages windows in tiled,
  monocle and floating layouts.  All of the layouts can be applied 
dynamically,
  optimising the environment for the application in use and the task 
performed.")
-    (license license:x11)))
+    (license
+     ;; Dual-licensed.
+     (list license:expat license:x11))))

  (define-public dmenu
    (package
@@ -303,7 +302,8 @@ (define-public dmenu
      (description
       "A dynamic menu for X, originally designed for dwm.  It manages large
  numbers of user-defined menu items efficiently.")
-    (license license:x11)))
+    (license
+     (list license:expat license:x11))))

  (define-public spoon
    (package
@@ -356,7 +356,7 @@ (define-public slock
      (synopsis "Simple X session lock")
      (description
       "Simple X session lock with trivial feedback on password entry.")
-    (license license:x11)))
+    (license (list license:expat license:x11))))

  (define-public st
    (package
@@ -396,7 +396,7 @@ (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:expat license:x11))))

  (define-public xst
    (package
@@ -525,7 +525,7 @@ (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
@@ -568,7 +568,7 @@ (define-public sent
  allows you to write down the presentation for a quick lightning talk 
within a
  few minutes.")
      (home-page "https://tools.suckless.org/sent/")
-    (license license:x11)))
+    (license license:isc)))

  (define-public wmname
    (package
@@ -598,7 +598,7 @@ (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:expat license:x11))))

  (define-public xbattmon
    (package
@@ -1216,4 +1216,4 @@ (define-public svkbd
      (synopsis "Virtual on-screen keyboard")
      (description "svkbd is a simple virtual keyboard, intended to be 
used in
  environments, where no keyboard is available.")
-    (license license:expat)))
+    (license (list license:expat license:x11))))
-- 


Thanks,

Mike Delago

[-- Attachment #2: Type: text/html, Size: 5168 bytes --]

             reply	other threads:[~2022-08-14  1:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-14  0:40 Mike Delago [this message]
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   ` [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

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

  git send-email \
    --in-reply-to=7a20415b-133f-80c7-9874-89aa6a014322@gmail.com \
    --to=michaeldelago98@gmail.com \
    --cc=57190@debbugs.gnu.org \
    /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.