summaryrefslogtreecommitdiff
path: root/mib
diff options
context:
space:
mode:
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