]> granicus.if.org Git - procps-ng/commitdiff
library: update those source files for copyright dates
authorJim Warner <james.warner@comcast.net>
Fri, 5 Feb 2021 06:00:00 +0000 (00:00 -0600)
committerCraig Small <csmall@dropbear.xyz>
Tue, 9 Feb 2021 05:40:52 +0000 (16:40 +1100)
In addition to copyright date, the initial descriptive
line was changed from a generic statement to one which
reflects the specific portion of the proc/ filesystem.

[ such descriptions alternate between 'declarations' ]
[ (h files) & corresponding 'definitions' (c files). ]

Also, a few missing copyright attributions were added.

Signed-off-by: Jim Warner <james.warner@comcast.net>
12 files changed:
proc/diskstats.c
proc/diskstats.h
proc/meminfo.c
proc/meminfo.h
proc/pids.c
proc/pids.h
proc/slabinfo.c
proc/slabinfo.h
proc/stat.c
proc/stat.h
proc/vmstat.c
proc/vmstat.h

index fd2029c2c39ab6f89a2fe00cfd35385b5e13f6d3..a9d2c593ee7abc6a9df781636fa6063f8afd339f 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * diskstat - Disk statistics - part of procps
+ * diskstat.c - disk I/O related definitions for libprocps
  *
  * Copyright (C) 2003 Fabian Frederick
  * Copyright (C) 2003 Albert Cahalan
  * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
- * Copyright (C) 2016 Jim Warner <james.warner@comcast.net>
+ * Copyright (C) 2016-2021 Jim Warner <james.warner@comcast.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index c80100f20a686b11cc6dbf89d4ca181e8ffdbca5..d6f85105a45336000e58a4c626bbf931d1b22c53 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * libprocps - Library to read proc filesystem
+ * diskstat.c - disk I/O related declarations for libprocps
  *
  * Copyright (c) 2003 Fabian Frederick
  * Copyright (C) 2003 Albert Cahalan
  * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
- * Copyright (C) 2016 Jim Warner <james.warner@comcast.net>
+ * Copyright (C) 2016-2021 Jim Warner <james.warner@comcast.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 4ab767b006dfb26f54cd17c3c899984ef6bb18a4..c1d9f0ee4789dd541d98a9fbd331e31b89ba53e0 100644 (file)
@@ -1,5 +1,8 @@
 /*
- * libprocps - Library to read proc filesystem
+ * meminfo.c - memory related definitions for libprocps
+ *
+ * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
+ * Copyright (C) 2016-2021 Jim Warner <james.warner@comcast.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index ec303e54d1ef2fe355bea7582fdef524bd0e1a47..f6197faa8600a6622bc17ce440c98169950f2557 100644 (file)
@@ -1,5 +1,8 @@
 /*
- * libprocps - Library to read proc filesystem
+ * meminfo.h - memory related declarations for libprocps
+ *
+ * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
+ * Copyright (C) 2016-2021 Jim Warner <james.warner@comcast.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 50212b7302e36367128e5032e6f46790f45006ef..e99abdd1a4221d28f536146da4880a7fcde36331 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * pids.c - task/thread/process related declarations for libproc
+ * pids.c - process related definitions for libprocps
  *
  * Copyright (C) 1998-2005 Albert Cahalan
  * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
- * Copyright (C) 2015 Jim Warner <james.warner@comcast.net>
+ * Copyright (C) 2015-2021 Jim Warner <james.warner@comcast.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index cbb48d354a01666a372fe18c6f3a8dd3767310ec..04c957a066e2f23b95554d38fcd5581df4b9f2c6 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * libprocps - Library to read proc filesystem
+ * pids.h - process related declarations for libprocps
  *
  * Copyright (C) 1998-2005 Albert Cahalan
  * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
- * Copyright (C) 2015 Jim Warner <james.warner@comcast.net>
+ * Copyright (C) 2015-2021 Jim Warner <james.warner@comcast.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index d11ad5f54ac32e0773c2af96d5dc87ec4af89cd0..73aa232e367d3490f34e0805eb72775f80b69716 100644 (file)
@@ -1,13 +1,10 @@
 /*
- * slabinfo.c - slabinfo related functions for libproc
- *
- * Chris Rivera <cmrivera@ufl.edu>
- * Robert Love <rml@tech9.net>
+ * slabinfo.c - slab pools related definitions for libprocps
  *
  * Copyright (C) 2003 Chris Rivera
  * Copyright (C) 2004 Albert Cahalan
  * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
- * Copyright (C) 2016 Jim Warnerl <james.warner@comcast.net>
+ * Copyright (C) 2016-2021 Jim Warnerl <james.warner@comcast.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 1423f3330e94bd62311cc8dfb2a5fd2d7116b101..94064018461c2876741857276fa54aeca52950a6 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * libprocps - Library to read proc filesystem
+ * slabinfo.h - slab pools related declarations for libprocps
  *
  * Copyright (C) 1998-2005 Albert Cahalan
  * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
- * Copyright (C) 2016 Jim Warnerl <james.warner@comcast.net>
+ * Copyright (C) 2016-2021 Jim Warnerl <james.warner@comcast.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 5efcc03e1b1ee90f557813b8420a39adb711c188..953deee599b912eb46d3c9595b6acb594d1221cc 100644 (file)
@@ -1,5 +1,8 @@
 /*
- * libprocps - Library to read proc filesystem
+ * stat.c - cpu/numa related definitions for libprocps
+ *
+ * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
+ * Copyright (C) 2015-2021 Jim Warner <james.warner@comcast.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 9d0f30342714276cd68f49f3b288624038fe0835..325ecd7ef89d3646a7de33b21c8447984dd5dde2 100644 (file)
@@ -1,5 +1,8 @@
 /*
- * libprocps - Library to read proc filesystem
+ * stat.h - cpu/numa related declarations for libprocps
+ *
+ * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
+ * Copyright (C) 2015-2021 Jim Warner <james.warner@comcast.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 5e4e28811cbfcc9fe16c6a42786471ca68ff6706..7e47e657fdb70a7b9e0ffd80a05707ba6f6dd2e2 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * libprocps - Library to read proc filesystem
+ * vmstat,c - virtual memory related definitions for libprocps
  *
  * Copyright (C) 1995 Martin Schulze <joey@infodrom.north.de>
  * Copyright (C) 1996 Charles Blake <cblake@bbn.com>
  * Copyright (C) 2003 Albert Cahalan
  * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
- * Copyright (C) 2016 Jim Warner <james.warner@comcast.net>
+ * Copyright (C) 2016-2021 Jim Warner <james.warner@comcast.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 8b6ba2849d68d5bd5d08f828404a96605937550b..02c7650bfa0d6c709657978b79870a9942c21629 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * libprocps - Library to read proc filesystem
+ * vmstat,c - virtual memory related declarations for libprocps
  *
  * Copyright (C) 1995 Martin Schulze <joey@infodrom.north.de>
  * Copyright (C) 1996 Charles Blake <cblake@bbn.com>
  * Copyright (C) 2003 Albert Cahalan
  * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
- * Copyright (C) 2016 Jim Warner <james.warner@comcast.net>
+ * Copyright (C) 2016-2021 Jim Warner <james.warner@comcast.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public