From: Jim Warner Date: Tue, 7 Feb 2023 06:00:00 +0000 (-0600) Subject: misc: Update the copyrights for the ps and top sources X-Git-Tag: v4.0.3~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3727cf447872cf984fb1894df57b50b080be9d58;p=procps-ng 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 --- diff --git a/man/ps.1 b/man/ps.1 index 382e9786..219bb457 100644 --- a/man/ps.1 +++ b/man/ps.1 @@ -1,7 +1,8 @@ .\" -.\" Copyright 1998 Albert Cahalan -.\" 2011-2023 Jim Warner -.\" 2011-2023 Craig Small +.\" Copyright (c) 2004-2023 Craig Small +.\" Copyright (c) 2011-2023 Jim Warner +.\" Copyright (c) 2011-2012 Sami Kerola +.\" 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 diff --git a/man/top.1 b/man/top.1 index 24c79800..5a77beb1 100644 --- a/man/top.1 +++ b/man/top.1 @@ -1,7 +1,7 @@ .ig . manual page for NEW and IMPROVED linux top . -. Copyright (c) 2002-2022, by: Jim Warner + * 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. diff --git a/src/ps/display.c b/src/ps/display.c index fc615e12..4207cf87 100644 --- a/src/ps/display.c +++ b/src/ps/display.c @@ -1,6 +1,10 @@ /* * display.c - display ps output - * Copyright 1998-2003 by Albert Cahalan + * + * Copyright © 2011-2023 Jim Warner + * Copyright © 2012-2014 Jaromir Capik + * 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 diff --git a/src/ps/help.c b/src/ps/help.c index dfd602d1..da6f56b0 100644 --- a/src/ps/help.c +++ b/src/ps/help.c @@ -1,6 +1,10 @@ /* * help.c - ps help output - * Copyright 1998-2004 by Albert Cahalan + * + * Copyright © 2012-2023 Jim Warner + * Copyright © 2012-2014 Jaromir Capik + * Copyright © 2011 Lukas Nykryn + * 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 diff --git a/src/ps/parser.c b/src/ps/parser.c index 544f7369..248aa741 100644 --- a/src/ps/parser.c +++ b/src/ps/parser.c @@ -1,6 +1,11 @@ /* * parser.c - ps command options parser - * Copyright 1998-2003 by Albert Cahalan + * + * Copyright © 2012-2023 Jim Warner + * Copyright © 2012-2014 Jaromir Capik + * Copyright © 2011-2012 Sami Kerola + * 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 diff --git a/src/ps/select.c b/src/ps/select.c index 8decb889..ab710401 100644 --- a/src/ps/select.c +++ b/src/ps/select.c @@ -1,6 +1,9 @@ /* * select.c - ps process selection - * Copyright 1998-2002 by Albert Cahalan + * + * Copyright © 2011-2023 Jim Warner + * 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 diff --git a/src/ps/stacktrace.c b/src/ps/stacktrace.c index 06987524..fdd2aa92 100644 --- a/src/ps/stacktrace.c +++ b/src/ps/stacktrace.c @@ -1,10 +1,14 @@ /* * stacktrace.c - ps debugging additions + * * Gnu debugger stack trace code provided by Peter Mattis * on Thu, 2 Nov 1995 - * * Modified for easy use by Albert Cahalan. * + * Copyright © 2004-2023 Craig Small + * Copyright © 2011-2016 Jim Warner