mirror of
https://github.com/znc/znc.git
synced 2026-04-30 10:34:16 +02:00
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:
2
AUTHORS
2
AUTHORS
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user