summaryrefslogtreecommitdiffstats
path: root/schedutils
diff options
context:
space:
mode:
authorBenno Schulenberg2014-08-12 22:15:17 +0200
committerKarel Zak2014-08-20 10:47:09 +0200
commita7560c065529a93bf975ad451f1847669e63574b (patch)
tree175a72e4d8941ea7fdd0f1219f259e9a09d95274 /schedutils
parentdocs: make the man-page licenses of chrt and taskset match their intent (diff)
downloadkernel-qcow2-util-linux-a7560c065529a93bf975ad451f1847669e63574b.tar.gz
kernel-qcow2-util-linux-a7560c065529a93bf975ad451f1847669e63574b.tar.xz
kernel-qcow2-util-linux-a7560c065529a93bf975ad451f1847669e63574b.zip
textual: make the license of chrt and taskset slightly more explicit
This makes it match the license of the man pages. While there, also tweak some other comment lines. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'schedutils')
-rw-r--r--schedutils/chrt.c10
-rw-r--r--schedutils/taskset.c5
2 files changed, 6 insertions, 9 deletions
diff --git a/schedutils/chrt.c b/schedutils/chrt.c
index e9af42729..fec26fd55 100644
--- a/schedutils/chrt.c
+++ b/schedutils/chrt.c
@@ -1,13 +1,11 @@
/*
- * chrt.c - chrt
- * Command-line utility for manipulating a task's real-time attributes
+ * chrt.c - manipulate a task's real-time attributes
*
- * Robert Love <rml@tech9.net>
- * 27-Apr-2002: initial version
- * 04-May-2011: make thread aware - Davidlohr Bueso <dave@gnu.org>
+ * 27-Apr-2002: initial version - Robert Love <rml@tech9.net>
+ * 04-May-2011: make it thread-aware - Davidlohr Bueso <dave@gnu.org>
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License, v2, as
+ * it under the terms of the GNU General Public License, version 2, as
* published by the Free Software Foundation
*
* This program is distributed in the hope that it will be useful,
diff --git a/schedutils/taskset.c b/schedutils/taskset.c
index c2b9ab6f6..6ebca0636 100644
--- a/schedutils/taskset.c
+++ b/schedutils/taskset.c
@@ -1,9 +1,8 @@
/*
- * taskset.c - command-line utility for setting and retrieving
- * a task's CPU affinity
+ * taskset.c - set or retrieve a task's CPU affinity
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License, v2, as
+ * it under the terms of the GNU General Public License, version 2, as
* published by the Free Software Foundation
*
* This program is distributed in the hope that it will be useful,