]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
textual: make the license of chrt and taskset slightly more explicit
authorBenno Schulenberg <bensberg@justemail.net>
Tue, 12 Aug 2014 20:15:17 +0000 (22:15 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 20 Aug 2014 08:47:09 +0000 (10:47 +0200)
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>
schedutils/chrt.c
schedutils/taskset.c

index e9af42729a8e8bc342d96d9e77c1957b44c0f445..fec26fd55e1dee5cb5b972bb3facc042501fd84b 100644 (file)
@@ -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,
index c2b9ab6f679a46c40c3e37becb5c3831ff9ba61e..6ebca0636423791fcf9c3f8b6c0679e812bf53a4 100644 (file)
@@ -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,