all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34004] [PATCH] gnu: sct: Correct license.
@ 2019-01-07  4:56 Nam Nguyen
  2019-01-10 13:58 ` bug#34004: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Nam Nguyen @ 2019-01-07  4:56 UTC (permalink / raw)
  To: 34004

* gnu/packages/xdisorg.scm (sct)[license]: Change to non-copyleft.
---
 gnu/packages/xdisorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 7c119def4..fdfa1511d 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1613,7 +1613,7 @@ colors on all monitors attached to an XRandR-capable X11 display server.")
     (synopsis "Set the color temperature of the screen")
     (description "@code{sct} is a lightweight utility to set the color
 temperature of the screen.")
-    (license license:bsd-3)))
+    (license (license:non-copyleft "file://sct.c")))) ; "OpenBSD" license
 
 (define-public wl-clipboard
   (package
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#34004: [PATCH] gnu: sct: Correct license.
  2019-01-07  4:56 [bug#34004] [PATCH] gnu: sct: Correct license Nam Nguyen
@ 2019-01-10 13:58 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-01-10 13:58 UTC (permalink / raw)
  To: Nam Nguyen; +Cc: 34004-done

Hi,

Nam Nguyen <namn@berkeley.edu> skribis:

> * gnu/packages/xdisorg.scm (sct)[license]: Change to non-copyleft.

Applied, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-10 14:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-07  4:56 [bug#34004] [PATCH] gnu: sct: Correct license Nam Nguyen
2019-01-10 13:58 ` bug#34004: " Ludovic Courtès

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.