[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#34004] [PATCH] gnu: sct: Correct license.
From: |
Nam Nguyen |
Subject: |
[bug#34004] [PATCH] gnu: sct: Correct license. |
Date: |
Sun, 6 Jan 2019 20:56:22 -0800 |
* 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
- [bug#34004] [PATCH] gnu: sct: Correct license.,
Nam Nguyen <=