library: update those source files for copyright dates
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>
This commit is contained in:
parent
0749704006
commit
fb0e4f3f68
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user