misc: Update the copyrights for the ps and top sources

This patch just follows Craig's lead for the remaining
ps and top program files and associated man documents.

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2023-02-07 00:00:00 -06:00 committed by Craig Small
parent 8fcfb01a81
commit 3727cf4478
15 changed files with 55 additions and 18 deletions

View File

@ -1,7 +1,8 @@
.\"
.\" Copyright 1998 Albert Cahalan
.\" 2011-2023 Jim Warner <james.warner@comcast.net>
.\" 2011-2023 Craig Small <csmall@dropbear.xyz>
.\" Copyright (c) 2004-2023 Craig Small <csmall@dropbear.xyz>
.\" Copyright (c) 2011-2023 Jim Warner <james.warner@comcast.net>
.\" Copyright (c) 2011-2012 Sami Kerola <kerolasa@iki.fi>
.\" Copyright (c) 1998-2003 Albert Cahalan
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
.ig
. manual page for NEW and IMPROVED linux top
.
. Copyright (c) 2002-2022, by: Jim Warner <james.warner@comcast.net
. Copyright (c) 2002-2023 Jim Warner <james.warner@comcast.net
.
. This file may be copied under the terms of the GNU Public License.
..

View File

@ -1,5 +1,10 @@
/*
* Copyright 1998-2002 by Albert Cahalan; all rights resered.
* common.h - shared header file
*
* Copyright © 2015-2023 Jim Warner <james.warner@comcast.net
* Copyright © 2004-2023 Craig Small <csmall@dropbear.xyz>
* Copyright © 1998-2002 Albert Cahalan
*
* This file may be used subject to the terms and conditions of the
* GNU Library General Public License Version 2, or any later version
* at your option, as published by the Free Software Foundation.

View File

@ -1,6 +1,10 @@
/*
* display.c - display ps output
* Copyright 1998-2003 by Albert Cahalan
*
* Copyright © 2011-2023 Jim Warner <james.warner@comcast.net
* Copyright © 2004-2023 Craig Small <csmall@dropbear.xyz>
* Copyright © 2012-2014 Jaromir Capik <jcapik@redhat.com
* Copyright © 1998-2003 Albert Cahalan
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public

View File

@ -1,6 +1,9 @@
/*
* global.c - generic ps symbols and functions
* Copyright 1998-2002 by Albert Cahalan
*
* Copyright © 2011-2023 Jim Warner <james.warner@comcast.net
* Copyright © 2004-2023 Craig Small <csmall@dropbear.xyz>
* Copyright © 1998-2002 Albert Cahalan
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public

View File

@ -1,6 +1,10 @@
/*
* help.c - ps help output
* Copyright 1998-2004 by Albert Cahalan
*
* Copyright © 2012-2023 Jim Warner <james.warner@comcast.net
* Copyright © 2004-2023 Craig Small <csmall@dropbear.xyz>
* Copyright © 2012-2014 Jaromir Capik <jcapik@redhat.com
* Copyright © 1998-2004 Albert Cahalan
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public

View File

@ -1,6 +1,10 @@
/*
* output.c - ps output definitions
* Copyright 1999-2004 by Albert Cahalan
*
* Copyright © 2015-2023 Jim Warner <james.warner@comcast.net
* Copyright © 2004-2023 Craig Small <csmall@dropbear.xyz>
* Copyright © 2011 Lukas Nykryn <lnykryn@redhat.com>
* Copyright © 1999-2004 Albert Cahalan
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public

View File

@ -1,6 +1,11 @@
/*
* parser.c - ps command options parser
* Copyright 1998-2003 by Albert Cahalan
*
* Copyright © 2012-2023 Jim Warner <james.warner@comcast.net
* Copyright © 2004-2023 Craig Small <csmall@dropbear.xyz>
* Copyright © 2012-2014 Jaromir Capik <jcapik@redhat.com>
* Copyright © 2011-2012 Sami Kerola <kerolasa@iki.fi>
* Copyright © 1998-2003 Albert Cahalan
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public

View File

@ -1,6 +1,9 @@
/*
* select.c - ps process selection
* Copyright 1998-2002 by Albert Cahalan
*
* Copyright © 2011-2023 Jim Warner <james.warner@comcast.net
* Copyright © 2004-2020 Craig Small <csmall@dropbear.xyz
* Copyright © 1998-2002 Albert Cahalan
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public

View File

@ -1,6 +1,10 @@
/*
* sortformat - ps output sorting
* Copyright 1998-2004 by Albert Cahalan
* sortformat.c - ps output sorting
*
* Copyright © 2011-2023 Jim Warner <james.warner@comcast.net
* Copyright © 2004-2023 Craig Small <csmall@dropbear.xyz
* Copyright © 2011-2012 Sami Kerola <kerolasa@iki.fi>
* Copyright © 1998-2004 Albert Cahalan
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public

View File

@ -1,10 +1,14 @@
/*
* stacktrace.c - ps debugging additions
*
* Gnu debugger stack trace code provided by Peter Mattis
* <petm@CSUA.Berkeley.EDU> on Thu, 2 Nov 1995
*
* Modified for easy use by Albert Cahalan.
*
* Copyright © 2004-2023 Craig Small <csmall@dropbear.xyz>
* Copyright © 2011-2016 Jim Warner <james.warner@comcast.net
* Copyright © 1998-2004 Albert Cahalan
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either

View File

@ -1,6 +1,6 @@
/* top.c - Source file: show Linux processes */
/*
* Copyright (c) 2002-2022, by: Jim Warner <james.warner@comcast.net
* Copyright © 2002-2023 Jim Warner <james.warner@comcast.net
*
* This file may be used subject to the terms and conditions of the
* GNU Library General Public License Version 2, or any later version

View File

@ -1,6 +1,6 @@
/* top.h - Header file: show Linux processes */
/*
* Copyright (c) 2002-2022, by: Jim Warner <james.warner@comcast.net
* Copyright © 2002-2023 Jim Warner <james.warner@comcast.net
*
* This file may be used subject to the terms and conditions of the
* GNU Library General Public License Version 2, or any later version

View File

@ -1,6 +1,6 @@
/* top_nls.c - provide the basis for future nls translations */
/*
* Copyright (c) 2011-2022, by: Jim Warner <james.warner@comcast.net
* Copyright © 2011-2023 Jim Warner <james.warner@comcast.net
*
* This file may be used subject to the terms and conditions of the
* GNU Library General Public License Version 2, or any later version

View File

@ -1,6 +1,6 @@
/* top_nls.h - provide the basis for future nls translations */
/*
* Copyright (c) 2011-2022, by: Jim Warner <james.warner@comcast.net
* Copyright © 2011-2023 Jim Warner <james.warner@comcast.net
*
* This file may be used subject to the terms and conditions of the
* GNU Library General Public License Version 2, or any later version