This makes it match the license of the man pages. While there, also tweak some other comment lines. Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- 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 e9af427..fec26fd 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@xxxxxxxxx> - * 27-Apr-2002: initial version - * 04-May-2011: make thread aware - Davidlohr Bueso <dave@xxxxxxx> + * 27-Apr-2002: initial version - Robert Love <rml@xxxxxxxxx> + * 04-May-2011: make it thread-aware - Davidlohr Bueso <dave@xxxxxxx> * * 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 c2b9ab6..6ebca06 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, -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html