From 6853d664a021520697419e47a60ba61a36985eee Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 7 Apr 2014 11:12:14 +0200 Subject: [PATCH] kill: add copyrights, etc. Signed-off-by: Karel Zak --- misc-utils/kill.1 | 15 +++++++++++---- misc-utils/kill.c | 2 ++ 2 files changed, 13 insertions(+), 4 deletions(-) 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() */ -- 2.47.3