summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/enc_md5.c2
-rw-r--r--src/core/enc_none.c2
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.