updated Radim Kolar's email

This commit is contained in:
Radim Kolar 2009-06-08 18:54:34 +02:00
parent 38c3e3c098
commit bda8b6c111
8 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
Authors: Authors:
Radim Kolar <hsn@netmag.cz> (Current FSP maintainer) Radim Kolar <hsn@sendmail.cz> (Current FSP maintainer)
Andrew Doherty <A.J.Doherty@reading.ac.uk> Andrew Doherty <A.J.Doherty@reading.ac.uk>
Michael Fischbein Michael Fischbein
Cimarron D. Taylor Cimarron D. Taylor

View File

@ -616,9 +616,9 @@ Version 2.8.1b5 -- 25 June 2003
when debug is on for normal more also) when debug is on for normal more also)
Version 2.8.1b4 -- 30 March, 2001 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. 1) Eliminated a lot of warnings when compiling with -Wall.
2) Moved to autoconf 2.12. Replaced old m4 macros with Autoconf's. 2) Moved to autoconf 2.12. Replaced old m4 macros with Autoconf's.
All autoconf's values are cached. All autoconf's values are cached.

2
INFO
View File

@ -1,6 +1,6 @@
Interested parties about FSP please email Interested parties about FSP please email
to Radim Kolar to Radim Kolar
hsn at netmag.cz hsn at sendmail.cz
visit our homepage on visit our homepage on
http://fsp.sourceforge.net/ http://fsp.sourceforge.net/
and join us! and join us!

2
TODO
View File

@ -1,7 +1,7 @@
FSP SUITE TO DO LIST FSP SUITE TO DO LIST
==================== ====================
/* maintained by hsn -at- netmag * cz */ /* maintained by hsn -at- sendmail * cz */
Radim Kolar's personal wishlist from 1997 Radim Kolar's personal wishlist from 1997
*-high priority-* *-high priority-*

View File

@ -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) * * 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 * * You may copy or modify this file in any manner you wish, provided *

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a working configure script. dnl Process this file with autoconf to produce a working configure script.
dnl tested with autoconf 2.57 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) AC_CONFIG_SRCDIR(server/main.c)
AM_INIT_AUTOMAKE([dist-bzip2]) AM_INIT_AUTOMAKE([dist-bzip2])
AC_PREREQ(2.57) AC_PREREQ(2.57)

View File

@ -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 * * 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 * * that this notice is always included, and that you hold the author *

View File

@ -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) * * 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 * * You may copy or modify this file in any manner you wish, provided *