Add that copyright header to saslauth and add Heiko to AUTHORS

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@911 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2008-01-07 21:15:28 +00:00
parent eeec633e30
commit 95fe0f2f9b
2 changed files with 8 additions and 2 deletions

View File

@@ -19,6 +19,8 @@ psychon <tobespammed@web.de> - Developer
Examples: NAMESX and UHNAMES support
Modules - perform
Heiko Hund <heiko@ist.eigentlich.net> - ModuleWriter
Wrote the saslauth module
derblubber - BetaTester
Found numerous bugs

View File

@@ -1,9 +1,13 @@
/**
* Copyright (C) 2004-2008 See the AUTHORS file for details.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*
* @class CSASLAuthMod
* @author Heiko Hund <heiko@ist.eigentlich.net>
* @brief SASL authentication module for znc.
*
* Licensed under the GPLv2.
*/
#include <sasl/sasl.h>