From 32ffc2b3d52001df8af6ee60ff4676e9e91405fd Mon Sep 17 00:00:00 2001 From: psychon Date: Mon, 16 Mar 2009 11:59:36 +0000 Subject: [PATCH] Move the saslauth copyright notice back into saslauth.cpp git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1430 726aef4b-f618-498e-8847-2d620e286838 --- AUTHORS | 1 - modules/saslauth.cpp | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 378dfb6d..3e5df8ca 100644 --- a/AUTHORS +++ b/AUTHORS @@ -11,7 +11,6 @@ These people, in no particular order, have helped develop ZNC, for example by sending in patches, writing new modules or finding significant bugs: Kuja - runs and pays for znc.in -Heiko Hund - saslauth module derblubber toby Zack3000 diff --git a/modules/saslauth.cpp b/modules/saslauth.cpp index 90f5058a..c0e53dd1 100644 --- a/modules/saslauth.cpp +++ b/modules/saslauth.cpp @@ -1,5 +1,6 @@ /** - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2008 Heiko Hund + * Copyright (C) 2008-2009 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