]> granicus.if.org Git - procps-ng/commitdiff
misc: Update the copyrights for the ps and top sources
authorJim Warner <james.warner@comcast.net>
Tue, 7 Feb 2023 06:00:00 +0000 (00:00 -0600)
committerCraig Small <csmall@dropbear.xyz>
Wed, 8 Feb 2023 05:53:04 +0000 (16:53 +1100)
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>
15 files changed:
man/ps.1
man/top.1
src/ps/common.h
src/ps/display.c
src/ps/global.c
src/ps/help.c
src/ps/output.c
src/ps/parser.c
src/ps/select.c
src/ps/sortformat.c
src/ps/stacktrace.c
src/top/top.c
src/top/top.h
src/top/top_nls.c
src/top/top_nls.h

index 382e9786c44fd87d6b09e7343bf0e1605aa267c6..219bb457e51e83f3f7ed8b31129d857409ee997b 100644 (file)
--- a/man/ps.1
+++ b/man/ps.1
@@ -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
index 24c7980012d2c632b3db0014bcb362f878585203..5a77beb1b1c727ffa4b5ed60f80281726431c0c9 100644 (file)
--- 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 <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.
 ..
index 6e416a3419ceafde455b2ec0bda35ecfe8fd303c..88de9af3bc86b563786e61f86ac7c9d8fe18c9bb 100644 (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.
index fc615e129f7461f4f3c28a26a79cabf93ec41eb9..4207cf870bac834fda4d6fe27eea3ea5cb854087 100644 (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
index 826ca92438abd4b0396d2f018bc9322d0e6c04b4..374b27f2c6a9daa1c8665564b3ab1ad5c1182367 100644 (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
index dfd602d16ea3679bfa5187b7f907926b595625f8..da6f56b0a8c319531fe25c08348bb2657b7e977c 100644 (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
index 3074549c5dba4c701eadcecf76b552acbf163a1d..7b9ecd164c096dcb27a8dfd58067b9936d93fdaf 100644 (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
index 544f7369fc0c3db5c046454990ba8de16c9e2ee6..248aa741f26efa01f489551b3fbb217728e240f8 100644 (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
index 8decb889bcaa295420c9dad013e48dce4fdd2cac..ab710401c877d5d1732e97f8eb3b3f7c2f45d9a8 100644 (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
index a24d9baa177425264c6eb55a7699ca0d17b90dcc..a76ddeefa820a0cd89425e5ac5b7fb0c71eb5a63 100644 (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
index 06987524c1618ba69bf88f65718fe434e8fe8cc5..fdd2aa924341722cf7e54a3e2924d0868d28afc9 100644 (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
index ec132e666febd2f13a89fab4dbbd2d80d43d58a0..b09f6594afd3d8e555c7430fccfb036a4e83e504 100644 (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
index 937152bfb7ac7dab6c63e5858d722ea6bbeb99ea..d633f3e13dbb5d033d22964866768e8df49d9006 100644 (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
index 548f9d4a4c27a4313fee18f5e6b7cf295a5d4dc6..cdeada63a31582517fb418c02a9278e8b6173aa7 100644 (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
index 020ca9d2a4c89491afd78fff0537e7c597e6d116..ed6bad6f82cf40c3d2aef9c53abe5720808c01df 100644 (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