summaryrefslogtreecommitdiff
path: root/mib
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2007-05-28 19:40:57 +0000
committerStef Walter <stef@memberwebs.com>2007-05-28 19:40:57 +0000
commitc4a0c63f0dd25390d765b5fc52a7e91743641adf (patch)
treec701546505bb7ef0998abd9dab2ff43917a7c2c9 /mib
parent49c5561aaff716614952c1d7e1185b1ee4d0cf5a (diff)
Use 'Stef' instead of 'Nate'
Diffstat (limited to 'mib')
-rw-r--r--mib/mib-parser.c4
-rw-r--r--mib/mib-parser.h4
-rw-r--r--mib/parse-net-snmp.patch2
-rw-r--r--mib/parse.c2
4 files changed, 6 insertions, 6 deletions
diff --git a/mib/mib-parser.c b/mib/mib-parser.c
index 265cddc..ffdb151 100644
--- a/mib/mib-parser.c
+++ b/mib/mib-parser.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, Nate Nielsen
+ * Copyright (c) 2005, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/mib/mib-parser.h b/mib/mib-parser.h
index 4f86ee2..a586f8b 100644
--- a/mib/mib-parser.h
+++ b/mib/mib-parser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, Nate Nielsen
+ * Copyright (c) 2005, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/mib/parse-net-snmp.patch b/mib/parse-net-snmp.patch
index 04435c1..d8bc347 100644
--- a/mib/parse-net-snmp.patch
+++ b/mib/parse-net-snmp.patch
@@ -2,7 +2,7 @@
+++ parse.c 2006-04-04 16:04:46.000000000
@@ -1,4 +1,11 @@
/*
-+ * Nate Nielsen
++ * Stef Walter
+ *
+ * Borrowed from net-snmp. Cleaned up a bit (see parse-net-snmp.patch)
+ * and readied for inclusion in rrdbot. Most of the additional code
diff --git a/mib/parse.c b/mib/parse.c
index 0504599..fbb74d8 100644
--- a/mib/parse.c
+++ b/mib/parse.c
@@ -1,5 +1,5 @@
/*
- * Nate Nielsen
+ * Stef Walter
*
* Borrowed from net-snmp. Cleaned up a bit (see parse-net-snmp.patch)
* and readied for inclusion in rrdbot. Most of the additional code