misc: Update the copyrights of files
The copyrights of the source files were all out of date and were not the same format. This has been corrected. The source of the authors was examining the git log for each file. Signed-off-by: Craig Small <csmall@dropbear.xyz>
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
/*
|
||||
* devname - device name functions
|
||||
* Copyright 1998-2002 by Albert Cahalan
|
||||
*
|
||||
* Copyright © 2011-2023 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 2017-2023 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright © 1998-2009 Albert Cahalan
|
||||
*
|
||||
* 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 @@
|
||||
/*
|
||||
* diskstat.c - disk I/O related definitions for libprocps
|
||||
* diskstats.c - disk I/O related definitions for libproc2
|
||||
*
|
||||
* Copyright (C) 2003 Fabian Frederick
|
||||
* Copyright (C) 2003 Albert Cahalan
|
||||
* Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright (C) 2016-2022 Jim Warner <james.warner@comcast.net>
|
||||
* 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
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@@ -1,7 +1,9 @@
|
||||
/*
|
||||
* escape.c - printing handling
|
||||
* Copyright 1998-2002 by Albert Cahalan
|
||||
* Copyright 2020-2022 Jim Warner <james.warner@comcast.net>
|
||||
*
|
||||
* Copyright © 2011-2023 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 2016-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
|
||||
|
@@ -1,10 +1,10 @@
|
||||
/*
|
||||
* diskstat.c - disk I/O related declarations for libprocps
|
||||
* diskstats.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-2022 Jim Warner <james.warner@comcast.net>
|
||||
* 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
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@@ -1,7 +1,9 @@
|
||||
/*
|
||||
* escape.h - printing handling
|
||||
* Copyright 1998-2002 by Albert Cahalan
|
||||
* Copyright 2020-2022 Jim Warner <james.warner@comcast.net>
|
||||
*
|
||||
* Copyright © 2011-2023 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 2016-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
|
||||
|
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* meminfo.h - memory related declarations for libprocps
|
||||
*
|
||||
* Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright (C) 2016-2022 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 2016-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
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@@ -1,14 +1,14 @@
|
||||
/*
|
||||
* libprocps - Library to read proc filesystem
|
||||
* libproc2 - Library to read proc filesystem
|
||||
*
|
||||
* Copyright 1992-1998 Michael K. Johnson <johnsonm@redhat.com>
|
||||
* Copyright ???? Larry Greenfield <greenfie@gauss.rutgers.edu>
|
||||
* Copyright 1993 J. Cowley
|
||||
* Copyright 1995 Martin Schulze <joey@infodrom.north.de>
|
||||
* Copyright 1996 Charles Blake <cblake@bbn.com>
|
||||
* Copyright 1998-2003 Albert Cahalan
|
||||
* Copyright 2015 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright 2021-2022 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright © 2021-2023 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 1998-2003 Albert Cahalan
|
||||
* Copyright © 1992-1998 Michael K. Johnson <johnsonm@redhat.com>
|
||||
* Copyright © 1996 Charles Blake <cblake@bbn.com>
|
||||
* Copyright © 1993 J. Cowley
|
||||
* Copyright © 1995 Martin Schulze <joey@infodrom.north.de>
|
||||
* Copyright © ???? Larry Greenfield <greenfie@gauss.rutgers.edu>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
* NUMA node support for <PIDS> & <STAT> interfaces
|
||||
* Copyright 2017-2022 by James C. Warmer
|
||||
*
|
||||
* Copyright © 2017-2023 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.h - process related declarations for libprocps
|
||||
* pids.h - process related declarations for libproc2
|
||||
*
|
||||
* Copyright (C) 1998-2005 Albert Cahalan
|
||||
* Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright (C) 2015-2022 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-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
|
||||
|
@@ -1,3 +1,29 @@
|
||||
/*
|
||||
* pwcache.c - memory cache passwd file handling
|
||||
*
|
||||
* Copyright © 2011-2023 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright © 2002 Albert Cahalan
|
||||
*
|
||||
* Older version:
|
||||
* Copyright © 1992-1998 Michael K. Johnson <johnsonm@redhat.com>
|
||||
* Note: most likely none of his code remains
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef PROCPS_PROC_PWCACHE_H
|
||||
#define PROCPS_PROC_PWCACHE_H
|
||||
|
||||
|
@@ -1,15 +1,30 @@
|
||||
/*
|
||||
* readproc - interface to process table
|
||||
*
|
||||
* Copyright © 2002-2023 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright © 2011-2023 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 1998-2010 Albert Cahalan
|
||||
* Copyright © 1998 Michael K. Johnson
|
||||
* Copyright © 1996 Charles L. Blake.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef PROCPS_PROC_READPROC_H
|
||||
#define PROCPS_PROC_READPROC_H
|
||||
|
||||
// New Interface to Process Table -- PROCTAB Stream (a la Directory streams)
|
||||
// Copyright 1996 Charles L. Blake.
|
||||
// Copyright 1998 Michael K. Johnson
|
||||
// Copyright 1998-2003 Albert Cahalan
|
||||
// May be distributed under the terms of the
|
||||
// GNU Library General Public License, a copy of which is provided
|
||||
// in the file COPYING
|
||||
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
#include <unistd.h>
|
||||
|
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* slabinfo.h - slab pools related declarations for libprocps
|
||||
* slabinfo.h - slab pools related declarations for libproc2
|
||||
*
|
||||
* Copyright (C) 1998-2005 Albert Cahalan
|
||||
* Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright (C) 2016-2022 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 2011-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
|
||||
|
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* stat.h - cpu/numa related declarations for libprocps
|
||||
*
|
||||
* Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright (C) 2015-2022 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
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@@ -1,11 +1,12 @@
|
||||
/*
|
||||
* vmstat,c - virtual memory related declarations for libprocps
|
||||
* vmstat.c - virtual memory related declarations for libproc2
|
||||
*
|
||||
* 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-2022 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
|
||||
|
@@ -1,3 +1,24 @@
|
||||
/*
|
||||
* wchan.c - kernel symbol handling
|
||||
*
|
||||
* Copyright © 2015-2023 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 1998-2003 Albert Cahalan
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef PROCPS_PROC_WCHAN_H
|
||||
#define PROCPS_PROC_WCHAN_H
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* libprocps - Library to read proc filesystem
|
||||
* libproc2 - Library to read proc filesystem
|
||||
*
|
||||
* Copyright (C) 2016-2022 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 2016-2023 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,8 +1,8 @@
|
||||
/*
|
||||
* meminfo.c - memory related definitions for libprocps
|
||||
* meminfo.c - memory related definitions for libproc2
|
||||
*
|
||||
* Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright (C) 2016-2022 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 2016-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
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@@ -1,5 +1,8 @@
|
||||
/*
|
||||
* libprocps - Library to read proc filesystem
|
||||
* namespace.c - Library API for Linux namespaces
|
||||
*
|
||||
* 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
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
* NUMA node support for <PIDS> & <STAT> interfaces
|
||||
* Copyright 2017-2022 by James C. Warmer
|
||||
*
|
||||
* Copyright © 2017-2023 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 - process related definitions for libprocps
|
||||
* pids.c - process related definitions for libproc2
|
||||
*
|
||||
* Copyright (C) 1998-2005 Albert Cahalan
|
||||
* Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright (C) 2015-2022 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-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
|
||||
|
@@ -1,10 +1,13 @@
|
||||
/*
|
||||
* pwcache.c - memory cache passwd file handling
|
||||
*
|
||||
* Copyright (C) 1992-1998 by Michael K. Johnson, johnsonm@redhat.com
|
||||
* Note: most likely none of his code remains
|
||||
* Copyright © 2011-2023 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright © 2002 Albert Cahalan
|
||||
*
|
||||
* Copyright 2002, Albert Cahalan
|
||||
* Older version:
|
||||
* Copyright © 1992-1998 Michael K. Johnson <johnsonm@redhat.com>
|
||||
* Note: most likely none of his code remains
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@@ -1,8 +1,12 @@
|
||||
/*
|
||||
* New Interface to Process Table -- PROCTAB Stream (a la Directory streams)
|
||||
* Copyright (C) 1996 Charles L. Blake.
|
||||
* Copyright (C) 1998 Michael K. Johnson
|
||||
* Copyright 1998-2003 Albert Cahalan
|
||||
* readproc - interface to process table
|
||||
*
|
||||
* Copyright © 2002-2023 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright © 2011-2023 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 1998-2010 Albert Cahalan
|
||||
* Copyright © 2010-2011 Jan Görig <jgorig@redhat.com>
|
||||
* Copyright © 1998 Michael K. Johnson
|
||||
* Copyright © 1996 Charles L. Blake.
|
||||
*
|
||||
* 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,11 @@
|
||||
/*
|
||||
* slabinfo.c - slab pools related definitions for libprocps
|
||||
* slabinfo.c - slab pools related definitions for libproc2
|
||||
*
|
||||
* Copyright (C) 2003 Chris Rivera
|
||||
* Copyright (C) 2004 Albert Cahalan
|
||||
* Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright (C) 2016-2022 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 2011-2023 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright © 2004-2006 Albert Cahalan
|
||||
* Copyright © 2003 Chris Rivera
|
||||
* Copyright © 2003 Fabian Frederick
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* stat.c - cpu/numa related definitions for libprocps
|
||||
* stat.c - cpu/numa related definitions for libproc2
|
||||
*
|
||||
* Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright (C) 2015-2022 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
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@@ -1,8 +1,10 @@
|
||||
/*
|
||||
* File for parsing top-level /proc entities.
|
||||
* Copyright (C) 1992-1998 by Michael K. Johnson, johnsonm@redhat.com
|
||||
* Copyright 1998-2003 Albert Cahalan
|
||||
* June 2003, Fabian Frederick, slab info
|
||||
*
|
||||
* Copyright © 2011-2023 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 2011-2023 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright © 1998-2008 Albert Cahalan
|
||||
* Copyright © 1992-1998 Michael K. Johnson <johnsonm@redhat.com>
|
||||
*
|
||||
* 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,12 @@
|
||||
/*
|
||||
* uptime - uptime related functions - part of procps
|
||||
* uptime - uptime related functions - part of libproc2
|
||||
*
|
||||
* Copyright (C) 1992-1998 Michael K. Johnson <johnsonm@redhat.com>
|
||||
* Copyright (C) ???? Larry Greenfield <greenfie@gauss.rutgers.edu>
|
||||
* Copyright (C) 1993 J. Cowley
|
||||
* Copyright (C) 1998-2003 Albert Cahalan
|
||||
* Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright © 2015-2023 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright © 2015-2023 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 1998-2003 Albert Cahalan
|
||||
* Copyright © 1992-1998 Michael K. Johnson <johnsonm@redhat.com>
|
||||
* Copyright © 1993 J. Cowley
|
||||
* Copyright © ???? Larry Greenfield <greenfie@gauss.rutgers.edu>
|
||||
*
|
||||
* 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,12 @@
|
||||
/*
|
||||
* libprocps - Library to read proc filesystem
|
||||
* libproc2 - Library to read proc filesystem
|
||||
*
|
||||
* 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 © 2002-2023 Craig Small <csmall@dropbear.xyz>
|
||||
* Copyright © 2013-2023 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 2011-2012 Sami Kerola <kerolasa@iki.fi>
|
||||
* Copyright © 2002-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
|
||||
|
@@ -1,11 +1,12 @@
|
||||
/*
|
||||
* vmstat,c - virtual memory related definitions for libprocps
|
||||
* vmstat.c - virtual memory related definitions for libproc2
|
||||
*
|
||||
* 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-2022 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
|
||||
|
@@ -1,6 +1,8 @@
|
||||
/*
|
||||
* wchan.c - kernel symbol handling
|
||||
* Copyright 1998-2003 by Albert Cahalan
|
||||
*
|
||||
* Copyright © 2015-2023 Jim Warner <james.warner@comcast.net>
|
||||
* Copyright © 1998-2003 Albert Cahalan
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
Reference in New Issue
Block a user