From 20cef4c43c7f5be5b5da13978de5cfc9293e94b7 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 28 May 2007 19:13:33 +0000 Subject: Use 'Stef' instead of 'Nate' --- AUTHORS | 2 +- COPYING | 2 +- ChangeLog | 4 ++++ INSTALL | 2 +- configure.in | 4 ++-- doc/REGEX-MIB.txt | 6 +++--- doc/bsnmp-regex.8 | 6 +++--- doc/bsnmp-regex.conf.5 | 6 +++--- doc/man2html.pl | 4 ++-- doc/sockin.1 | 6 +++--- module/bsnmp-regex.c | 4 ++-- module/regex-tree.def | 4 ++-- module/usuals.h | 4 ++-- tools/sockin.c | 4 ++-- 14 files changed, 31 insertions(+), 27 deletions(-) diff --git a/AUTHORS b/AUTHORS index e967018..0f9215f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -Nate Nielsen +Stefan Walter diff --git a/COPYING b/COPYING index 863ae05..0c802f4 100644 --- a/COPYING +++ b/COPYING @@ -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 diff --git a/ChangeLog b/ChangeLog index 306c79a..88954e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +0.3: + * Use my real name 'Stefan Walter': + See: http://memberwebs.com/nielsen/ + 0.2: * Fix bug with an assert on long lines * Better configure.in checks. diff --git a/INSTALL b/INSTALL index be1c099..331e9d9 120000 --- a/INSTALL +++ b/INSTALL @@ -1 +1 @@ -/usr/local/share/automake19/INSTALL \ No newline at end of file +/usr/local/share/automake110/INSTALL \ No newline at end of file diff --git a/configure.in b/configure.in index adf55f4..7e8aa7d 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(bsnmp-regex, 0.1.90, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(bsnmp-regex, 0.1.90) +AC_INIT(bsnmp-regex, 0.3, stef@memberwebs.com) +AM_INIT_AUTOMAKE(bsnmp-regex, 0.3) AC_CONFIG_SRCDIR([module/bsnmp-regex.c]) AM_CONFIG_HEADER([config.h]) diff --git a/doc/REGEX-MIB.txt b/doc/REGEX-MIB.txt index 7e8c4e9..3357f56 100644 --- a/doc/REGEX-MIB.txt +++ b/doc/REGEX-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 regex MODULE-IDENTITY LAST-UPDATED "200603290000Z" - ORGANIZATION "Nate Nielsen" - CONTACT-INFO "nielsen@memberwebs.com" + ORGANIZATION "Stefan Walter" + CONTACT-INFO "stef@memberwebs.com" DESCRIPTION "The MIB for the bsnmp-regex." ::= { begemot 203 } diff --git a/doc/bsnmp-regex.8 b/doc/bsnmp-regex.8 index 340cd55..0d2253e 100644 --- a/doc/bsnmp-regex.8 +++ b/doc/bsnmp-regex.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-regex 8 @@ -142,4 +142,4 @@ file: .Xr sockin 1 , .Xr syslog.conf 5 .Sh AUTHOR -.An Nate Nielsen Aq nielsen@memberwebs.com +.An Stef Walter Aq stef@memberwebs.com diff --git a/doc/bsnmp-regex.conf.5 b/doc/bsnmp-regex.conf.5 index d2e9b84..c9adf27 100644 --- a/doc/bsnmp-regex.conf.5 +++ b/doc/bsnmp-regex.conf.5 @@ -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-regex.conf 5 @@ -120,4 +120,4 @@ lastuser: /sshd.* Accepted.* for ([^ ]+) from/\\1/ .Xr bsnmp-regex 8 .Xr re_format 7 .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/doc/sockin.1 b/doc/sockin.1 index b791648..ba051ce 100644 --- a/doc/sockin.1 +++ b/doc/sockin.1 @@ -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 sockin 1 @@ -84,4 +84,4 @@ is to give up immediately on failure. .Sh SEE ALSO .Xr bsnmp-regex 8 .Sh AUTHOR -.An Nate Nielsen Aq nielsen@memberwebs.com +.An Stef Walter Aq stef@memberwebs.com diff --git a/module/bsnmp-regex.c b/module/bsnmp-regex.c index a859264..b90a29d 100644 --- a/module/bsnmp-regex.c +++ b/module/bsnmp-regex.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 + * Stef Walter */ #include "usuals.h" diff --git a/module/regex-tree.def b/module/regex-tree.def index 234357c..759c9c8 100644 --- a/module/regex-tree.def +++ b/module/regex-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__ diff --git a/tools/sockin.c b/tools/sockin.c index 3f969bc..3a146d6 100644 --- a/tools/sockin.c +++ b/tools/sockin.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 + * Stef Walter */ #include -- cgit v1.2.3