From 1bb235ce00ffb92b9173621f6496387249a92260 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 6 Jan 2021 02:59:26 +0100 Subject: 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(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4b2adeabed..bc405e3bf2 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 -- cgit v1.2.3