summaryrefslogtreecommitdiff
path: root/proc
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2021-01-21 17:37:48 +1100
committerCraig Small <csmall@dropbear.xyz>2021-01-21 17:37:48 +1100
commitbc16fa87f0bd89fee859374f5eedf86ca2005f17 (patch)
tree8d0fc3a8961677fa7d8de95b2d2882ecf5731f8b /proc
parentbaa9dc93f9585d2c5341977909d5958927101b6f (diff)
downloadprocps-ng-bc16fa87f0bd89fee859374f5eedf86ca2005f17.tar.gz
misc: Update Craig's email
Diffstat (limited to 'proc')
-rw-r--r--proc/diskstats.c2
-rw-r--r--proc/diskstats.h2
-rw-r--r--proc/misc.h2
-rw-r--r--proc/pids.c2
-rw-r--r--proc/pids.h2
-rw-r--r--proc/slabinfo.c2
-rw-r--r--proc/slabinfo.h2
-rw-r--r--proc/test_uptime.c2
-rw-r--r--proc/test_version.c2
-rw-r--r--proc/uptime.c2
-rw-r--r--proc/version.c2
-rw-r--r--proc/vmstat.c2
-rw-r--r--proc/vmstat.h2
13 files changed, 13 insertions, 13 deletions
diff --git a/proc/diskstats.c b/proc/diskstats.c
index fb8aa00..fd2029c 100644
--- a/proc/diskstats.c
+++ b/proc/diskstats.c
@@ -3,7 +3,7 @@
*
* Copyright (C) 2003 Fabian Frederick
* Copyright (C) 2003 Albert Cahalan
- * Copyright (C) 2015 Craig Small <csmall@enc.com.au>
+ * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
* Copyright (C) 2016 Jim Warner <james.warner@comcast.net>
*
* This library is free software; you can redistribute it and/or
diff --git a/proc/diskstats.h b/proc/diskstats.h
index 2886b1f..c80100f 100644
--- a/proc/diskstats.h
+++ b/proc/diskstats.h
@@ -3,7 +3,7 @@
*
* Copyright (c) 2003 Fabian Frederick
* Copyright (C) 2003 Albert Cahalan
- * Copyright (C) 2015 Craig Small <csmall@enc.com.au>
+ * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
* Copyright (C) 2016 Jim Warner <james.warner@comcast.net>
*
* This library is free software; you can redistribute it and/or
diff --git a/proc/misc.h b/proc/misc.h
index 4434362..0f05cc9 100644
--- a/proc/misc.h
+++ b/proc/misc.h
@@ -7,7 +7,7 @@
* 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@enc.com.au>
+ * Copyright 2015 Craig Small <csmall@dropbear.xyz>
* Copyright 2021 Jim Warner <james.warner@comcast.net>
*
* This library is free software; you can redistribute it and/or
diff --git a/proc/pids.c b/proc/pids.c
index de8fefb..3ff0605 100644
--- a/proc/pids.c
+++ b/proc/pids.c
@@ -2,7 +2,7 @@
* pids.c - task/thread/process related declarations for libproc
*
* Copyright (C) 1998-2005 Albert Cahalan
- * Copyright (C) 2015 Craig Small <csmall@enc.com.au>
+ * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
* Copyright (C) 2015 Jim Warner <james.warner@comcast.net>
*
* This library is free software; you can redistribute it and/or
diff --git a/proc/pids.h b/proc/pids.h
index 2561dfc..cbb48d3 100644
--- a/proc/pids.h
+++ b/proc/pids.h
@@ -2,7 +2,7 @@
* libprocps - Library to read proc filesystem
*
* Copyright (C) 1998-2005 Albert Cahalan
- * Copyright (C) 2015 Craig Small <csmall@enc.com.au>
+ * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
* Copyright (C) 2015 Jim Warner <james.warner@comcast.net>
*
* This library is free software; you can redistribute it and/or
diff --git a/proc/slabinfo.c b/proc/slabinfo.c
index c364504..d11ad5f 100644
--- a/proc/slabinfo.c
+++ b/proc/slabinfo.c
@@ -6,7 +6,7 @@
*
* Copyright (C) 2003 Chris Rivera
* Copyright (C) 2004 Albert Cahalan
- * Copyright (C) 2015 Craig Small <csmall@enc.com.au>
+ * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
* Copyright (C) 2016 Jim Warnerl <james.warner@comcast.net>
*
* This library is free software; you can redistribute it and/or
diff --git a/proc/slabinfo.h b/proc/slabinfo.h
index 1899c86..1423f33 100644
--- a/proc/slabinfo.h
+++ b/proc/slabinfo.h
@@ -2,7 +2,7 @@
* libprocps - Library to read proc filesystem
*
* Copyright (C) 1998-2005 Albert Cahalan
- * Copyright (C) 2015 Craig Small <csmall@enc.com.au>
+ * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
* Copyright (C) 2016 Jim Warnerl <james.warner@comcast.net>
*
* This library is free software; you can redistribute it and/or
diff --git a/proc/test_uptime.c b/proc/test_uptime.c
index 261ecb8..d700716 100644
--- a/proc/test_uptime.c
+++ b/proc/test_uptime.c
@@ -2,7 +2,7 @@
* libprocps - Library to read proc filesystem
* Tests for version library calls
*
- * Copyright 2016 Craig Small <csmall@enc.com.au>
+ * Copyright 2016 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/proc/test_version.c b/proc/test_version.c
index 8efc179..31e882b 100644
--- a/proc/test_version.c
+++ b/proc/test_version.c
@@ -2,7 +2,7 @@
* libprocps - Library to read proc filesystem
* Tests for version library calls
*
- * Copyright 2016 Craig Small <csmall@enc.com.au>
+ * Copyright 2016 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/proc/uptime.c b/proc/uptime.c
index 59bd208..e2cc225 100644
--- a/proc/uptime.c
+++ b/proc/uptime.c
@@ -5,7 +5,7 @@
* 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@enc.com.au>
+ * Copyright (C) 2015 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/proc/version.c b/proc/version.c
index fdcf203..ee865a1 100644
--- a/proc/version.c
+++ b/proc/version.c
@@ -4,7 +4,7 @@
* 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@enc.com.au>
+ * Copyright (C) 2015 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/proc/vmstat.c b/proc/vmstat.c
index 3a81f23..5e4e288 100644
--- a/proc/vmstat.c
+++ b/proc/vmstat.c
@@ -4,7 +4,7 @@
* 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@enc.com.au>
+ * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
* Copyright (C) 2016 Jim Warner <james.warner@comcast.net>
*
* This library is free software; you can redistribute it and/or
diff --git a/proc/vmstat.h b/proc/vmstat.h
index 7b3ed43..8b6ba28 100644
--- a/proc/vmstat.h
+++ b/proc/vmstat.h
@@ -4,7 +4,7 @@
* 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@enc.com.au>
+ * Copyright (C) 2015 Craig Small <csmall@dropbear.xyz>
* Copyright (C) 2016 Jim Warner <james.warner@comcast.net>
*
* This library is free software; you can redistribute it and/or