]> granicus.if.org Git - procps-ng/commitdiff
misc: tweak the recent copyright changes just a little
authorJim Warner <james.warner@comcast.net>
Wed, 8 Feb 2023 06:00:00 +0000 (00:00 -0600)
committerCraig Small <csmall@dropbear.xyz>
Mon, 13 Feb 2023 20:11:51 +0000 (07:11 +1100)
This commit just tweaks some recent copyright changes.

Foe example, the six public header files are unique to
this new library and thus are just attributed to Craig
and me. Plus, there were some misnamed file references
as '.c' for '.h' or 'libprocps' instead of 'libproc2'.

Signed-off-by: Jim Warner <james.warner@comcast.net>
library/include/diskstats.h
library/include/meminfo.h
library/include/misc.h
library/include/pids.h
library/include/slabinfo.h
library/include/stat.h
library/include/vmstat.h
library/meminfo.c
library/pids.c
library/slabinfo.c
library/vmstat.c

index 04785df192534986279a90bdd64c3e680ddc227c..d5a4b1f8daa8ca1a418ce71eef9e7c5eb0bb9e4a 100644 (file)
@@ -1,10 +1,8 @@
 /*
- * diskstats.c - disk I/O related declarations for libprocps
+ * diskstats.h - disk I/O related declarations for libproc2
  *
- * Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
  * Copyright © 2015-2023 Jim Warner <james.warner@comcast.net>
- * Copyright © 2003      Albert Cahalan
- * Copyright © 2003      Fabian Frederick
+ * Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 3402944ba2676ab35742e15fa129ccf798737b22..edca8d213d8376442b3b6b5a139198bfbdb52bc1 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * meminfo.h - memory related declarations for libprocps
+ * meminfo.h - memory related declarations for libproc2
  *
- * Copyright © 2016-2023 Jim Warner <james.warner@comcast.net>
+ * Copyright © 2015-2023 Jim Warner <james.warner@comcast.net>
  * Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
  *
  * This library is free software; you can redistribute it and/or
index c913571a3720d080173381d57fd323816908ad30..bbfa5e2e8b119516e5f4e7f70cdbc43919d20424 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libproc2 - Library to read proc filesystem
+ * misc.h - miscellaneous declarations for libproc2
  *
  * Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
  * Copyright © 2021-2023 Jim Warner <james.warner@comcast.net>
index 01dc1acce7b58b01a80761e59aad4259256fd1d1..8245e36d213fe34b653bbeb89706fb86a3f22350 100644 (file)
@@ -3,7 +3,6 @@
  *
  * Copyright © 2015-2023 Jim Warner <james.warner@comcast.net>
  * Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
- * Copyright © 1998-2005 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 8bbf350548abdfea6a947e1768c120789fbe860b..128bad9402862bac304f0d4af4a288c818cdd96c 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * slabinfo.h - slab pools related declarations for libproc2
  *
- * Copyright © 2011-2023 Jim Warner <james.warner@comcast.net>
+ * Copyright © 2015-2023 Jim Warner <james.warner@comcast.net>
  * Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
- * Copyright © 1998-2006 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 8aa9e0e329b0ed63890eb0ebeb9001b82de3de68..7adefa6da9000f0d09bfa1e3cef36a6c0dbc93d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * stat.h - cpu/numa related declarations for libprocps
+ * stat.h - cpu/numa related declarations for libproc2
  *
  * Copyright © 2015-2023 Jim Warner <james.warner@comcast.net>
  * Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
index 43b82c525ee2c78485a98f9fd411096ac53ed17d..9b94931bcd853b1e6b09f6f78efed6749780fd40 100644 (file)
@@ -1,12 +1,8 @@
 /*
- * vmstat.c - virtual memory related declarations for libproc2
+ * vmstat.h - virtual memory related declarations for libproc2
  *
+ * Copyright © 2015-2023 Jim Warner <james.warner@comcast.net>
  * Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
- * Copyright © 2016-2023 Jim Warner <james.warner@comcast.net>
- * Copyright © 2011-2012 Sami Kerola <kerolasa@iki.fi>
- * Copyright © 2003      Albert Cahalan
- * Copyright © 1996      Charles Blake <cblake@bbn.com>
- * Copyright © 1995      Martin Schulze <joey@infodrom.north.de>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index fb2f7dca6b9038908d67b13925edf7da706d1bff..4289a239fa2edf6910b60bf1ee343ed769ff382f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * meminfo.c - memory related definitions for libproc2
  *
- * Copyright © 2016-2023 Jim Warner <james.warner@comcast.net>
+ * Copyright © 2015-2023 Jim Warner <james.warner@comcast.net>
  * Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
  *
  * This library is free software; you can redistribute it and/or
index 48c0b5ebdb120b64e8a726b0f3b4fd949d611e82..12aee101262bb3ec8b10ac520d243b8114ed7ce8 100644 (file)
@@ -3,7 +3,6 @@
  *
  * Copyright © 2015-2023 Jim Warner <james.warner@comcast.net>
  * Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
- * Copyright © 1998-2005 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 dfd3993aeab2fde2918e82ad4ec0e10ec5cf1464..a4386d61c8ebcf1fb6e0223680ebbe5fe76846dd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * slabinfo.c - slab pools related definitions for libproc2
  *
- * Copyright © 2011-2023 Jim Warner <james.warner@comcast.net>
+ * Copyright © 2015-2023 Jim Warner <james.warner@comcast.net>
  * Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
  * Copyright © 2004-2006 Albert Cahalan
  * Copyright © 2003      Chris Rivera
index 3d67638591aebb048e9cc22d3e833321c0685a3b..f9ae715261ab5072dd79180c314c75e65a4e48d4 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * vmstat.c - virtual memory related definitions for libproc2
  *
+ * Copyright © 2015-2023 Jim Warner <james.warner@comcast.net>
  * Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
- * Copyright © 2016-2023 Jim Warner <james.warner@comcast.net>
- * Copyright © 2011-2012 Sami Kerola <kerolasa@iki.fi>
  * Copyright © 2003      Albert Cahalan
  * Copyright © 1996      Charles Blake <cblake@bbn.com>
  * Copyright © 1995      Martin Schulze <joey@infodrom.north.de>