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:
parent
8fcfb01a81
commit
3727cf4478
7
man/ps.1
7
man/ps.1
@ -1,7 +1,8 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" Copyright 1998 Albert Cahalan
|
.\" Copyright (c) 2004-2023 Craig Small <csmall@dropbear.xyz>
|
||||||
.\" 2011-2023 Jim Warner <james.warner@comcast.net>
|
.\" Copyright (c) 2011-2023 Jim Warner <james.warner@comcast.net>
|
||||||
.\" 2011-2023 Craig Small <csmall@dropbear.xyz>
|
.\" 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
|
.\" 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
|
.\" it under the terms of the GNU General Public License as published by
|
||||||
|
@ -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: 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.
|
. This file may be copied under the terms of the GNU Public License.
|
||||||
..
|
..
|
||||||
|
@ -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
|
* 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
|
||||||
* at your option, as published by the Free Software Foundation.
|
* at your option, as published by the Free Software Foundation.
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* display.c - display ps output
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* global.c - generic ps symbols and functions
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* help.c - ps help output
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* output.c - ps output definitions
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
/*
|
/*
|
||||||
* parser.c - ps command options parser
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* select.c - ps process selection
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* sortformat - ps output sorting
|
* sortformat.c - ps output sorting
|
||||||
* Copyright 1998-2004 by Albert Cahalan
|
*
|
||||||
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -1,10 +1,14 @@
|
|||||||
/*
|
/*
|
||||||
* stacktrace.c - ps debugging additions
|
* stacktrace.c - ps debugging additions
|
||||||
|
*
|
||||||
* Gnu debugger stack trace code provided by Peter Mattis
|
* Gnu debugger stack trace code provided by Peter Mattis
|
||||||
* <petm@CSUA.Berkeley.EDU> on Thu, 2 Nov 1995
|
* <petm@CSUA.Berkeley.EDU> on Thu, 2 Nov 1995
|
||||||
*
|
|
||||||
* Modified for easy use by Albert Cahalan.
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
* License as published by the Free Software Foundation; either
|
* License as published by the Free Software Foundation; either
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* top.c - Source file: show Linux processes */
|
/* 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
|
* 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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* top.h - Header file: show Linux processes */
|
/* 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
|
* 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
|
||||||
|
@ -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: 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
|
* 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
|
||||||
|
@ -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: 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
|
* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user