guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: tmon: Clarify licence.


From: guix-commits
Subject: branch master updated: gnu: tmon: Clarify licence.
Date: Tue, 05 Jan 2021 21:00:00 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1bb235c  gnu: tmon: Clarify licence.
1bb235c is described below

commit 1bb235ce00ffb92b9173621f6496387249a92260
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jan 6 02:59:26 2021 +0100

    gnu: tmon: Clarify licence.
    
    * gnu/packages/linux.scm (tmon)[license]: Comment that only the man page
    is GPL-2-only.
---
 gnu/packages/linux.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4b2adea..bc405e3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5408,7 +5408,8 @@ sensors, and trip points.
 Linux exposes this relationship through @file{/sys/class/thermal} with a matrix
 of symbolic links, trip point bindings, and device instances.  To traverse it
 by hand is no trivial task: @command{tmon} aims to make it understandable.")
-    (license license:gpl2)))
+    (license (list license:gpl2+        ; the man page
+                   license:gpl2))))     ; the actual rest
 
 (define-public turbostat
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]