summaryrefslogtreecommitdiff
path: root/library/include
diff options
context:
space:
mode:
Diffstat (limited to 'library/include')
-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
7 files changed, 9 insertions, 17 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