From 95fe0f2f9bf4dce6724693eef7a9cf2cc6cb82e0 Mon Sep 17 00:00:00 2001 From: psychon Date: Mon, 7 Jan 2008 21:15:28 +0000 Subject: [PATCH] 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 --- AUTHORS | 2 ++ modules/saslauth.cpp | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 30f54a86..88de00f4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -19,6 +19,8 @@ psychon - Developer Examples: NAMESX and UHNAMES support Modules - perform +Heiko Hund - ModuleWriter + Wrote the saslauth module derblubber - BetaTester Found numerous bugs diff --git a/modules/saslauth.cpp b/modules/saslauth.cpp index 5ac6f045..abdfacce 100644 --- a/modules/saslauth.cpp +++ b/modules/saslauth.cpp @@ -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 * @brief SASL authentication module for znc. - * - * Licensed under the GPLv2. */ #include