]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
kill: add copyrights, etc.
authorKarel Zak <kzak@redhat.com>
Mon, 7 Apr 2014 09:12:14 +0000 (11:12 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 7 Apr 2014 09:12:14 +0000 (11:12 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/kill.1
misc-utils/kill.c

index a3bc9ee050896765823e0bc497513d6dd853d231..7a30df81b7d8f55a6158a0dbf3cbaa00ccac397b 100644 (file)
@@ -146,12 +146,19 @@ partial success (when more than one process specified)
 .BR kill (2),
 .BR sigvec (2),
 .BR signal (7)
-.SH AUTHOR
-Taken from BSD 4.4.  The ability to translate process names to process ids was
-added by
+
+.SH AUTHORS
 .MT svalente@mit.edu
 Salvatore Valente
-.ME .
+.ME
+.br
+.MT kzak@redhat.com
+Karel Zak
+.ME
+.br
+.PP
+The original version was taken from BSD 4.4.
+
 .SH AVAILABILITY
 The kill command is part of the util-linux package and is available from
 .UR ftp://\:ftp.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index 358ba290aabebf7a8bfc040680e9efe0033e8e5f..37f4c6e344334adf103ee1eb85a30c695923da37 100644 (file)
@@ -40,6 +40,8 @@
  *
  *  1999-11-13 aeb Accept signal numers 128+s.
  *
+ * Copyright (C) 2014 Sami Kerola <kerolasa@iki.fi>
+ * Copyright (C) 2014 Karel Zak <kzak@redhat.com>
  */
 
 #include <ctype.h>             /* for isdigit() */