From: Benno Schulenberg Date: Tue, 12 Aug 2014 20:15:17 +0000 (+0200) Subject: textual: make the license of chrt and taskset slightly more explicit X-Git-Tag: v2.26-rc1~502 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7560c065529a93bf975ad451f1847669e63574b;p=thirdparty%2Futil-linux.git 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 --- 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,