summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2023-02-08 00:00:00 -0600
committerCraig Small <csmall@dropbear.xyz>2023-02-14 07:11:51 +1100
commit95cd051c27ddd1d330e93ba6b752ae7e11c739b7 (patch)
tree05d77c3fe576cb5e42a82f9524e4f65d6abf0e21
parent6eb0857531ac2c5810a861d52952914bbb0adb3e (diff)
downloadprocps-ng-95cd051c27ddd1d330e93ba6b752ae7e11c739b7.tar.gz
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 <james.warner@comcast.net>
-rw-r--r--library/include/diskstats.h6
-rw-r--r--library/include/meminfo.h4
-rw-r--r--library/include/misc.h2
-rw-r--r--library/include/pids.h1
-rw-r--r--library/include/slabinfo.h3
-rw-r--r--library/include/stat.h2
-rw-r--r--library/include/vmstat.h8
-rw-r--r--library/meminfo.c2
-rw-r--r--library/pids.c1
-rw-r--r--library/slabinfo.c2
-rw-r--r--library/vmstat.c3
11 files changed, 12 insertions, 22 deletions
diff --git a/library/include/diskstats.h b/library/include/diskstats.h
index 04785df..d5a4b1f 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 <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
diff --git a/library/include/meminfo.h b/library/include/meminfo.h
index 3402944..edca8d2 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 <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
diff --git a/library/include/misc.h b/library/include/misc.h
index c913571..bbfa5e2 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 <csmall@dropbear.xyz>
* Copyright © 2021-2023 Jim Warner <james.warner@comcast.net>
diff --git a/library/include/pids.h b/library/include/pids.h
index 01dc1ac..8245e36 100644
--- a/library/include/pids.h
+++ b/library/include/pids.h
@@ -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
diff --git a/library/include/slabinfo.h b/library/include/slabinfo.h
index 8bbf350..128bad9 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 <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
diff --git a/library/include/stat.h b/library/include/stat.h
index 8aa9e0e..7adefa6 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 <james.warner@comcast.net>
* Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
diff --git a/library/include/vmstat.h b/library/include/vmstat.h
index 43b82c5..9b94931 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 <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
diff --git a/library/meminfo.c b/library/meminfo.c
index fb2f7dc..4289a23 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 <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
diff --git a/library/pids.c b/library/pids.c
index 48c0b5e..12aee10 100644
--- a/library/pids.c
+++ b/library/pids.c
@@ -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
diff --git a/library/slabinfo.c b/library/slabinfo.c
index dfd3993..a4386d6 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 <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
diff --git a/library/vmstat.c b/library/vmstat.c
index 3d67638..f9ae715 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 <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>