summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2007-05-28 19:14:16 +0000
committerStef Walter <stef@memberwebs.com>2007-05-28 19:14:16 +0000
commit5a9b471d1421357a3adb1640d7ed4dbdc94cc70b (patch)
treea41f1a02a4ac0c74fb007611888990c389be74dc
parentaeb40eae0ecd320859f82f9399ebc2f4a5b41d4e (diff)
Use 'Stef' instead of 'Nate'
-rw-r--r--AUTHORS2
-rw-r--r--COPYING4
-rw-r--r--ChangeLog6
-rw-r--r--configure.in4
-rw-r--r--doc/PING-MIB.txt6
-rw-r--r--doc/bsnmp-ping.86
-rwxr-xr-xdoc/man2html.pl4
-rw-r--r--module/bsnmp-ping.c4
-rw-r--r--module/ping-tree.def4
-rw-r--r--module/usuals.h4
10 files changed, 24 insertions, 20 deletions
diff --git a/AUTHORS b/AUTHORS
index e967018..b122b64 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1 @@
-Nate Nielsen <nielsen@memberwebs.com>
+Stef Walter <stef@memberwebs.com>
diff --git a/COPYING b/COPYING
index fddaa97..d5a1901 100644
--- a/COPYING
+++ b/COPYING
@@ -1,6 +1,6 @@
LICENSE
-Copyright (c) 2006, Nate Nielsen
+Copyright (c) 2006, Stefan Walter
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -34,5 +34,5 @@ DAMAGE.
SUPPORT
-Send bug reports to: <nielsen@memberwebs.com>
+Send bug reports to: <stef@memberwebs.com>
diff --git a/ChangeLog b/ChangeLog
index 01555b1..a947a7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1,6 @@
+0.2
+ - Use my real name 'Stef Walter'
+ See: http://memberwebs.com/nielsen/
+
0.1
- Initial Release
+ - Initial Release
diff --git a/configure.in b/configure.in
index b1ede65..f58949e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(bsnmp-ping, 0.1, nielsen@memberwebs.com)
-AM_INIT_AUTOMAKE(bsnmp-ping, 0.1)
+AC_INIT(bsnmp-ping, 0.2, stef@memberwebs.com)
+AM_INIT_AUTOMAKE(bsnmp-ping, 0.2)
AC_CONFIG_SRCDIR([module/bsnmp-ping.c])
AM_CONFIG_HEADER([config.h])
diff --git a/doc/PING-MIB.txt b/doc/PING-MIB.txt
index 794cf06..4b38506 100644
--- a/doc/PING-MIB.txt
+++ b/doc/PING-MIB.txt
@@ -1,6 +1,6 @@
--
-- Copyright (c) 2006
--- Nate Nielsen <nielsen@memberwebs.com>
+-- Stefan Walter <stef@memberwebs.com>
--
-- Redistribution and use in source and binary forms, with or without
-- modification, are permitted provided that the following conditions
@@ -33,8 +33,8 @@ IMPORTS
ping MODULE-IDENTITY
LAST-UPDATED "200603290000Z"
- ORGANIZATION "Nate Nielsen"
- CONTACT-INFO "nielsen@memberwebs.com"
+ ORGANIZATION "Stef Walter"
+ CONTACT-INFO "stef@memberwebs.com"
DESCRIPTION "The MIB for the bsnmp-ping module."
::= { begemot 204 }
diff --git a/doc/bsnmp-ping.8 b/doc/bsnmp-ping.8
index 4a4b1c8..424935a 100644
--- a/doc/bsnmp-ping.8
+++ b/doc/bsnmp-ping.8
@@ -1,5 +1,5 @@
.\"
-.\" Copyright (c) 2006, Nate Nielsen
+.\" Copyright (c) 2006, 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>
.\"
.Dd April, 2006
.Dt bsnmp-ping 8
@@ -115,4 +115,4 @@ pingHistory.1 = 150
.Sh SEE ALSO
.Xr bsnmpd 1
.Sh AUTHOR
-.An Nate Nielsen Aq nielsen@memberwebs.com
+.An Stef Walter Aq stef@memberwebs.com
diff --git a/doc/man2html.pl b/doc/man2html.pl
index 21e3ab5..a6a7c3f 100755
--- a/doc/man2html.pl
+++ b/doc/man2html.pl
@@ -126,7 +126,7 @@ sub man {
}
close(MAN);
- print "<H6>Copyright, N. Nielsen&nbsp;&nbsp;&nbsp;[ <a href='./'>back</a> | <a href='../../'>home</a> ]</h6>";
+ print "<H6>&nbsp;&nbsp;&nbsp;[ <a href='./'>back</a> | <a href='../../'>home</a> ]</h6>";
print "</BODY>\n";
print "</HTML>\n";
@@ -192,7 +192,7 @@ sub html_header {
<link rev="made" href="mailto:wosch\@FreeBSD.ORG">
<META name="robots" content="nofollow">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
-<link rel="stylesheet" type="text/css" href="/nielsen/style.css">
+<link rel="stylesheet" type="text/css" href="/swalter/style.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">\n\n};
}
diff --git a/module/bsnmp-ping.c b/module/bsnmp-ping.c
index 36b3572..e9c2751 100644
--- a/module/bsnmp-ping.c
+++ b/module/bsnmp-ping.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006, Nate Nielsen
+ * Copyright (c) 2006, 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>
+ * Stefan Walter <stef@memberwebs.com>
*/
#include "usuals.h"
diff --git a/module/ping-tree.def b/module/ping-tree.def
index 37e843e..bc45049 100644
--- a/module/ping-tree.def
+++ b/module/ping-tree.def
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2006, Nate Nielsen
+# Copyright (c) 2006, 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>
#
(1 internet
diff --git a/module/usuals.h b/module/usuals.h
index 7e0cd8d..e975dcd 100644
--- a/module/usuals.h
+++ b/module/usuals.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006, Nate Nielsen
+ * Copyright (c) 2006, 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>
*/
#ifndef __USUALS_H__