diff --git a/COPYRIGHT b/COPYRIGHT index 0895735..0fb9739 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ Authors: - Radim Kolar (Current FSP maintainer) + Radim Kolar (Current FSP maintainer) Andrew Doherty Michael Fischbein Cimarron D. Taylor diff --git a/ChangeLog b/ChangeLog index 95cd922..6dd6605 100644 --- a/ChangeLog +++ b/ChangeLog @@ -616,9 +616,9 @@ Version 2.8.1b5 -- 25 June 2003 when debug is on for normal more also) Version 2.8.1b4 -- 30 March, 2001 -------------------------------------------------------------------------- -New maintainer: Radim Kolar hsn/at/netmag.cz now maintains FSP codebase. -------------------------------------------------------------------------- +--------------------------------------------------------------------------- +New maintainer: Radim Kolar hsn/at/sendmail.cz now maintains FSP codebase. +--------------------------------------------------------------------------- 1) Eliminated a lot of warnings when compiling with -Wall. 2) Moved to autoconf 2.12. Replaced old m4 macros with Autoconf's. All autoconf's values are cached. diff --git a/INFO b/INFO index f9ea402..0bffd55 100644 --- a/INFO +++ b/INFO @@ -1,6 +1,6 @@ Interested parties about FSP please email to Radim Kolar - hsn at netmag.cz + hsn at sendmail.cz visit our homepage on http://fsp.sourceforge.net/ and join us! diff --git a/TODO b/TODO index 7d9efd2..9a89a4f 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,7 @@ FSP SUITE TO DO LIST ==================== -/* maintained by hsn -at- netmag * cz */ +/* maintained by hsn -at- sendmail * cz */ Radim Kolar's personal wishlist from 1997 *-high priority-* diff --git a/clients/fmvcmd.c b/clients/fmvcmd.c index 84d45f5..5f6aa38 100644 --- a/clients/fmvcmd.c +++ b/clients/fmvcmd.c @@ -1,5 +1,5 @@ /*********************************************************************\ - * Copyright (c) 2004 by Radim Kolar (hsn@netmag.cz) * + * Copyright (c) 2004 by Radim Kolar (hsn@sendmail.cz) * * Copyright (c) 1991 by Wen-King Su (wen-king@vlsi.cs.caltech.edu) * * * * You may copy or modify this file in any manner you wish, provided * diff --git a/configure.ac b/configure.ac index 50d2f28..c5648b0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a working configure script. dnl tested with autoconf 2.57 -AC_INIT(fsp,2.8.1b25,hsn@netmag.cz) +AC_INIT(fsp,2.8.1b25,hsn@sendmail.cz) AC_CONFIG_SRCDIR(server/main.c) AM_INIT_AUTOMAKE([dist-bzip2]) AC_PREREQ(2.57) diff --git a/server/info.c b/server/info.c index 7c01af7..c85db9f 100644 --- a/server/info.c +++ b/server/info.c @@ -1,5 +1,5 @@ /*********************************************************************\ - * Copyright (c) 2004 by Radim Kolar (hsn netmag.cz ) * + * Copyright (c) 2004 by Radim Kolar (hsn@sendmail.cz ) * * * * You may copy or modify this file in any manner you wish, provided * * that this notice is always included, and that you hold the author * diff --git a/server/main.c b/server/main.c index 0cc04f8..31c2607 100644 --- a/server/main.c +++ b/server/main.c @@ -1,5 +1,5 @@ /*********************************************************************\ - * Copyright (c) 2003-2005 by Radim Kolar (hsn netmag.cz ) * + * Copyright (c) 2003-2005 by Radim Kolar (hsn@sendmail.cz ) * * Copyright (c) 1991 by Wen-King Su (wen-king@vlsi.cs.caltech.edu) * * * * You may copy or modify this file in any manner you wish, provided *