[Mod-auth-commit] mod_authn_pop3/src mod_authn_pop3.c,1.5,1.6
Brought to you by:
firechipmunk,
honx
From: Paul Q. <fir...@us...> - 2004-06-19 20:37:37
|
Update of /cvsroot/mod-auth/mod_authn_pop3/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12558 Modified Files: mod_authn_pop3.c Log Message: clarify who wrote it. ---------------------------------------------------------------------- Index: mod_authn_pop3.c =================================================================== RCS file: /cvsroot/mod-auth/mod_authn_pop3/src/mod_authn_pop3.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- mod_authn_pop3.c 2 Mar 2004 08:41:51 -0000 1.5 +++ mod_authn_pop3.c 19 Jun 2004 20:37:28 -0000 1.6 @@ -1,5 +1,6 @@ /* ==================================================================== - * Copyright 2003-2004 Paul Querna and Axel Grossklaus + * Copyright 2003-2004 Paul Querna + * Copyright 2003-2004 Ian Holsman (original author) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,7 +19,8 @@ /** * Apache 2.1 POP3 Authentication Module * - * Special Thanks to Ian Holsman for giving the basis of this module. + * Ian Holsman wrote the original 2.0 AAA module, Paul Querna + * upgraded it to the 2.1 AAA Module. * */ |