From: Karel Zak Date: Mon, 7 Apr 2014 09:12:14 +0000 (+0200) Subject: kill: add copyrights, etc. X-Git-Tag: v2.25-rc1~321 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6853d664a021520697419e47a60ba61a36985eee;p=thirdparty%2Futil-linux.git kill: add copyrights, etc. Signed-off-by: Karel Zak --- diff --git a/misc-utils/kill.1 b/misc-utils/kill.1 index a3bc9ee050..7a30df81b7 100644 --- a/misc-utils/kill.1 +++ b/misc-utils/kill.1 @@ -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/ diff --git a/misc-utils/kill.c b/misc-utils/kill.c index 358ba290aa..37f4c6e344 100644 --- a/misc-utils/kill.c +++ b/misc-utils/kill.c @@ -40,6 +40,8 @@ * * 1999-11-13 aeb Accept signal numers 128+s. * + * Copyright (C) 2014 Sami Kerola + * Copyright (C) 2014 Karel Zak */ #include /* for isdigit() */