gnu: tmon: Clarify licence.

* gnu/packages/linux.scm (tmon)[license]: Comment that only the man page
is GPL-2-only.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-06 02:59:26 +01:00
parent c8118181f3
commit 1bb235ce00
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5408,7 +5408,8 @@ (define-public tmon
Linux exposes this relationship through @file{/sys/class/thermal} with a matrix Linux exposes this relationship through @file{/sys/class/thermal} with a matrix
of symbolic links, trip point bindings, and device instances. To traverse it 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.") 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 (define-public turbostat
(package (package