top: repair several inconsistencies in email addresses
[ you wouldn't believe how many back-and-forths were ] [ involved in Craig convincing me there were several ] [ inconsistencies. i am so dense sometimes (often?). ] Reference(s): . 01/2022, newlib branch equivalent commits commit 91ffe817343a43ac67a1a1ffaf1d02aca2760b11 commit c83cd6e6c01a51c12340472a59e507e835db9de0 Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
1f30c205d7
commit
d23a920d76
@ -1,7 +1,7 @@
|
|||||||
.ig
|
.ig
|
||||||
. manual page for NEW and IMPROVED linux top
|
. manual page for NEW and IMPROVED linux top
|
||||||
.
|
.
|
||||||
. Copyright (c) 2002-2022, by: James C. Warner
|
. Copyright (c) 2002-2022, by: Jim Warner <james.warner@comcast.net
|
||||||
.
|
.
|
||||||
. This file may be copied under the terms of the GNU Public License.
|
. This file may be copied under the terms of the GNU Public License.
|
||||||
..
|
..
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* top.c - Source file: show Linux processes */
|
/* top.c - Source file: show Linux processes */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2002-2022, by: James C. Warner
|
* Copyright (c) 2002-2022, by: Jim Warner <james.warner@comcast.net
|
||||||
*
|
*
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
@ -11,7 +11,7 @@
|
|||||||
* GNU Library General Public License for more details.
|
* GNU Library General Public License for more details.
|
||||||
*/
|
*/
|
||||||
/* For contributions to this program, the author wishes to thank:
|
/* For contributions to this program, the author wishes to thank:
|
||||||
* Craig Small, <csmall@small.dropbear.id.au>
|
* Craig Small, <csmall@dropbear.xyz>
|
||||||
* Albert D. Cahalan, <albert@users.sf.net>
|
* Albert D. Cahalan, <albert@users.sf.net>
|
||||||
* Sami Kerola, <kerolasa@iki.fi>
|
* Sami Kerola, <kerolasa@iki.fi>
|
||||||
*/
|
*/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* top.h - Header file: show Linux processes */
|
/* top.h - Header file: show Linux processes */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2002-2022, by: James C. Warner
|
* Copyright (c) 2002-2022, by: Jim Warner <james.warner@comcast.net
|
||||||
*
|
*
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
@ -11,7 +11,7 @@
|
|||||||
* GNU Library General Public License for more details.
|
* GNU Library General Public License for more details.
|
||||||
*/
|
*/
|
||||||
/* For contributions to this program, the author wishes to thank:
|
/* For contributions to this program, the author wishes to thank:
|
||||||
* Craig Small, <csmall@small.dropbear.id.au>
|
* Craig Small, <csmall@dropbear.xyz>
|
||||||
* Albert D. Cahalan, <albert@users.sf.net>
|
* Albert D. Cahalan, <albert@users.sf.net>
|
||||||
* Sami Kerola, <kerolasa@iki.fi>
|
* Sami Kerola, <kerolasa@iki.fi>
|
||||||
*/
|
*/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* top_nls.c - provide the basis for future nls translations */
|
/* top_nls.c - provide the basis for future nls translations */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2011-2022, by: James C. Warner
|
* Copyright (c) 2011-2022, by: Jim Warner <james.warner@comcast.net
|
||||||
*
|
*
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
@ -11,7 +11,7 @@
|
|||||||
* GNU Library General Public License for more details.
|
* GNU Library General Public License for more details.
|
||||||
*/
|
*/
|
||||||
/* For contributions to this program, the author wishes to thank:
|
/* For contributions to this program, the author wishes to thank:
|
||||||
* Craig Small, <csmall@small.dropbear.id.au>
|
* Craig Small, <csmall@dropbear.xyz>
|
||||||
* Sami Kerola, <kerolasa@iki.fi>
|
* Sami Kerola, <kerolasa@iki.fi>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* top_nls.h - provide the basis for future nls translations */
|
/* top_nls.h - provide the basis for future nls translations */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2011-2022, by: James C. Warner
|
* Copyright (c) 2011-2022, by: Jim Warner <james.warner@comcast.net
|
||||||
*
|
*
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
@ -11,7 +11,7 @@
|
|||||||
* GNU Library General Public License for more details.
|
* GNU Library General Public License for more details.
|
||||||
*/
|
*/
|
||||||
/* For contributions to this program, the author wishes to thank:
|
/* For contributions to this program, the author wishes to thank:
|
||||||
* Craig Small, <csmall@small.dropbear.id.au>
|
* Craig Small, <csmall@dropbear.xyz>
|
||||||
* Sami Kerola, <kerolasa@iki.fi>
|
* Sami Kerola, <kerolasa@iki.fi>
|
||||||
*/
|
*/
|
||||||
#ifndef _Itop_nls
|
#ifndef _Itop_nls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user