From a7560c065529a93bf975ad451f1847669e63574b Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 12 Aug 2014 22:15:17 +0200 Subject: [PATCH] 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 --- schedutils/chrt.c | 10 ++++------ schedutils/taskset.c | 5 ++--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/schedutils/chrt.c b/schedutils/chrt.c index e9af42729a..fec26fd55e 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 - * 27-Apr-2002: initial version - * 04-May-2011: make thread aware - Davidlohr Bueso + * 27-Apr-2002: initial version - Robert Love + * 04-May-2011: make it thread-aware - Davidlohr Bueso * * 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 c2b9ab6f67..6ebca06364 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, -- 2.47.2