diff options
author | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-01-03 16:31:29 +0000 |
---|---|---|
committer | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-01-03 16:31:29 +0000 |
commit | b37da9de9ed99c29a611eaf829555b16803c38e9 (patch) | |
tree | 89524aa66f713137741086a48337a84521a045e2 /src | |
parent | a632cdc7326402ab0db6f094a695859807127606 (diff) |
More housekeeping contact address updates.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1913 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/core/enc_md5.c | 2 | ||||
-rw-r--r-- | src/core/enc_none.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/enc_md5.c b/src/core/enc_md5.c index 30874e352..afbe96f7e 100644 --- a/src/core/enc_md5.c +++ b/src/core/enc_md5.c @@ -2,7 +2,7 @@ * * Modified for Anope. * (C) 2003-2009 Anope Team - * Contact us at dev@anope.org + * Contact us at team@anope.org * * Taken from IRC Services and is copyright (c) 1996-2002 Andrew Church. * E-mail: <achurch@achurch.org> diff --git a/src/core/enc_none.c b/src/core/enc_none.c index 36e508d64..27e871c02 100644 --- a/src/core/enc_none.c +++ b/src/core/enc_none.c @@ -1,7 +1,7 @@ /* Module for encryption using MD5. * * (C) 2003-2009 Anope Team - * Contact us at dev@anope.org + * Contact us at team@anope.org * * This program is free but copyrighted software; see the file COPYING for * details. |