From 5a9b471d1421357a3adb1640d7ed4dbdc94cc70b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 28 May 2007 19:14:16 +0000 Subject: Use 'Stef' instead of 'Nate' --- AUTHORS | 2 +- COPYING | 4 ++-- ChangeLog | 6 +++++- configure.in | 4 ++-- doc/PING-MIB.txt | 6 +++--- doc/bsnmp-ping.8 | 6 +++--- doc/man2html.pl | 4 ++-- module/bsnmp-ping.c | 4 ++-- module/ping-tree.def | 4 ++-- module/usuals.h | 4 ++-- 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 +Stef Walter 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: +Send bug reports to: 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 +-- Stefan Walter -- -- 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 +.\" Stef Walter .\" .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 "
Copyright, N. Nielsen   [ back | home ]
"; + print "
   [ back | home ]
"; print "\n"; print "\n"; @@ -192,7 +192,7 @@ sub html_header { - + \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 + * Stefan Walter */ #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 +# Stef Walter # (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 + * Stef Walter */ #ifndef __USUALS_H__ -- cgit v1.2.3