From f5cec332e324073b60f717871a3a93faccd517a6 Mon Sep 17 00:00:00 2001 From: hno <> Date: Wed, 12 Sep 2001 15:45:53 +0000 Subject: [PATCH] Change of email to hno@squid-cache.org --- CONTRIBUTORS | 2 +- configure.in | 6 +++--- helpers/basic_auth/PAM/pam_auth.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 815cdf0b83..f161bf4cf8 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ Special thanks go to people who have volunteered their time, effort, and ideas to make this software available. - Henrik Nordstrom + Henrik Nordstrom Mark Treacy Daniel O'Callaghan George Michaelson diff --git a/configure.in b/configure.in index c5840cc52e..63a1f252cc 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Configuration input file for Squid dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.232 2001/09/04 01:02:49 robertc Exp $ +dnl $Id: configure.in,v 1.233 2001/09/12 09:45:53 hno Exp $ dnl dnl dnl @@ -11,7 +11,7 @@ AC_INIT(src/main.c) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(Squid, 2.5-DEVEL) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.232 $)dnl +AC_REVISION($Revision: 1.233 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) dnl Set default LDFLAGS @@ -1439,7 +1439,7 @@ if test -z "$ac_cv_func_poll"; then ac_cv_func_poll='no' ;; [*-linux-*]) - # Henrik Nordstrom (hno@hem.passagen.se) 19980817 + # Henrik Nordstrom (hno@squid-cache.org) 19980817 # poll is problematic on Linux. We disable it # by default until Linux gets it right. rev=`uname -r | awk -F. '{printf "%03d%03d",$1,$2}'` diff --git a/helpers/basic_auth/PAM/pam_auth.c b/helpers/basic_auth/PAM/pam_auth.c index 8ed031ef77..e9f602edde 100644 --- a/helpers/basic_auth/PAM/pam_auth.c +++ b/helpers/basic_auth/PAM/pam_auth.c @@ -1,8 +1,8 @@ /* - * $Id: pam_auth.c,v 1.2 2001/01/12 00:37:29 wessels Exp $ + * $Id: pam_auth.c,v 1.3 2001/09/12 09:45:54 hno Exp $ * * PAM authenticator module for Squid. - * Copyright (C) 1999 Henrik Nordstrom + * Copyright (C) 1999 Henrik Nordstrom * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- 2.47.2