[bug#34004] gnu: sct: Correct license.

Message ID 20190107045622.31623-1-namn@berkeley.edu
State Accepted
Commit dbd346ae88b21dd138a83e2a742f050cf70e099c
Headers show
Series [bug#34004] gnu: sct: Correct license. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Nam Nguyen Jan. 7, 2019, 4:56 a.m. UTC
* gnu/packages/xdisorg.scm (sct)[license]: Change to non-copyleft.
---
 gnu/packages/xdisorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ludovic Courtès Jan. 10, 2019, 1:58 p.m. UTC | #1
Hi,

Nam Nguyen <namn@berkeley.edu> skribis:

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

Applied, thanks!

Ludo'.

Patch

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