From 95cd051c27ddd1d330e93ba6b752ae7e11c739b7 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Wed, 8 Feb 2023 00:00:00 -0600 Subject: [PATCH] misc: tweak the recent copyright changes just a little 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 --- library/include/diskstats.h | 6 ++---- library/include/meminfo.h | 4 ++-- library/include/misc.h | 2 +- library/include/pids.h | 1 - library/include/slabinfo.h | 3 +-- library/include/stat.h | 2 +- library/include/vmstat.h | 8 ++------ library/meminfo.c | 2 +- library/pids.c | 1 - library/slabinfo.c | 2 +- library/vmstat.c | 3 +-- 11 files changed, 12 insertions(+), 22 deletions(-) diff --git a/library/include/diskstats.h b/library/include/diskstats.h index 04785df1..d5a4b1f8 100644 --- a/library/include/diskstats.h +++ b/library/include/diskstats.h @@ -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 * Copyright © 2015-2023 Jim Warner - * Copyright © 2003 Albert Cahalan - * Copyright © 2003 Fabian Frederick + * Copyright © 2015-2023 Craig Small * * 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/library/include/meminfo.h b/library/include/meminfo.h index 3402944b..edca8d21 100644 --- a/library/include/meminfo.h +++ b/library/include/meminfo.h @@ -1,7 +1,7 @@ /* - * meminfo.h - memory related declarations for libprocps + * meminfo.h - memory related declarations for libproc2 * - * Copyright © 2016-2023 Jim Warner + * Copyright © 2015-2023 Jim Warner * Copyright © 2015-2023 Craig Small * * This library is free software; you can redistribute it and/or diff --git a/library/include/misc.h b/library/include/misc.h index c913571a..bbfa5e2e 100644 --- a/library/include/misc.h +++ b/library/include/misc.h @@ -1,5 +1,5 @@ /* - * libproc2 - Library to read proc filesystem + * misc.h - miscellaneous declarations for libproc2 * * Copyright © 2015-2023 Craig Small * Copyright © 2021-2023 Jim Warner diff --git a/library/include/pids.h b/library/include/pids.h index 01dc1acc..8245e36d 100644 --- a/library/include/pids.h +++ b/library/include/pids.h @@ -3,7 +3,6 @@ * * Copyright © 2015-2023 Jim Warner * Copyright © 2015-2023 Craig Small - * 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 diff --git a/library/include/slabinfo.h b/library/include/slabinfo.h index 8bbf3505..128bad94 100644 --- a/library/include/slabinfo.h +++ b/library/include/slabinfo.h @@ -1,9 +1,8 @@ /* * slabinfo.h - slab pools related declarations for libproc2 * - * Copyright © 2011-2023 Jim Warner + * Copyright © 2015-2023 Jim Warner * Copyright © 2015-2023 Craig Small - * 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 diff --git a/library/include/stat.h b/library/include/stat.h index 8aa9e0e3..7adefa6d 100644 --- a/library/include/stat.h +++ b/library/include/stat.h @@ -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 * Copyright © 2015-2023 Craig Small diff --git a/library/include/vmstat.h b/library/include/vmstat.h index 43b82c52..9b94931b 100644 --- a/library/include/vmstat.h +++ b/library/include/vmstat.h @@ -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 * Copyright © 2015-2023 Craig Small - * Copyright © 2016-2023 Jim Warner - * Copyright © 2011-2012 Sami Kerola - * Copyright © 2003 Albert Cahalan - * Copyright © 1996 Charles Blake - * Copyright © 1995 Martin Schulze * * 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/library/meminfo.c b/library/meminfo.c index fb2f7dca..4289a239 100644 --- a/library/meminfo.c +++ b/library/meminfo.c @@ -1,7 +1,7 @@ /* * meminfo.c - memory related definitions for libproc2 * - * Copyright © 2016-2023 Jim Warner + * Copyright © 2015-2023 Jim Warner * Copyright © 2015-2023 Craig Small * * This library is free software; you can redistribute it and/or diff --git a/library/pids.c b/library/pids.c index 48c0b5eb..12aee101 100644 --- a/library/pids.c +++ b/library/pids.c @@ -3,7 +3,6 @@ * * Copyright © 2015-2023 Jim Warner * Copyright © 2015-2023 Craig Small - * 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 diff --git a/library/slabinfo.c b/library/slabinfo.c index dfd3993a..a4386d61 100644 --- a/library/slabinfo.c +++ b/library/slabinfo.c @@ -1,7 +1,7 @@ /* * slabinfo.c - slab pools related definitions for libproc2 * - * Copyright © 2011-2023 Jim Warner + * Copyright © 2015-2023 Jim Warner * Copyright © 2015-2023 Craig Small * Copyright © 2004-2006 Albert Cahalan * Copyright © 2003 Chris Rivera diff --git a/library/vmstat.c b/library/vmstat.c index 3d676385..f9ae7152 100644 --- a/library/vmstat.c +++ b/library/vmstat.c @@ -1,9 +1,8 @@ /* * vmstat.c - virtual memory related definitions for libproc2 * + * Copyright © 2015-2023 Jim Warner * Copyright © 2015-2023 Craig Small - * Copyright © 2016-2023 Jim Warner - * Copyright © 2011-2012 Sami Kerola * Copyright © 2003 Albert Cahalan * Copyright © 1996 Charles Blake * Copyright © 1995 Martin Schulze