diff options
| author | Adam <Adam@anope.org> | 2012-01-02 21:28:24 -0500 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-01-02 21:28:24 -0500 |
| commit | 4204ece7a885dbe965f0adea57b3e3c017b4f5e2 (patch) | |
| tree | 755089f5b5f11030438cd6e98aa671886e689a24 /modules/encryption | |
| parent | 60a5cc1a616d06fa73a13b9601419ea0fe0345cc (diff) | |
Updated Copyright to 2012
Diffstat (limited to 'modules/encryption')
| -rw-r--r-- | modules/encryption/enc_md5.cpp | 2 | ||||
| -rw-r--r-- | modules/encryption/enc_none.cpp | 2 | ||||
| -rw-r--r-- | modules/encryption/enc_old.cpp | 2 | ||||
| -rw-r--r-- | modules/encryption/enc_sha256.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/modules/encryption/enc_md5.cpp b/modules/encryption/enc_md5.cpp index 109f31dfc..8e676cb3f 100644 --- a/modules/encryption/enc_md5.cpp +++ b/modules/encryption/enc_md5.cpp @@ -1,7 +1,7 @@ /* Module for encryption using MD5. * * Modified for Anope. - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Taken from IRC Services and is copyright (c) 1996-2002 Andrew Church. diff --git a/modules/encryption/enc_none.cpp b/modules/encryption/enc_none.cpp index 180b431c2..7fde78b37 100644 --- a/modules/encryption/enc_none.cpp +++ b/modules/encryption/enc_none.cpp @@ -1,6 +1,6 @@ /* Module for plain text encryption. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * This program is free but copyrighted software; see the file COPYING for diff --git a/modules/encryption/enc_old.cpp b/modules/encryption/enc_old.cpp index e68887c49..b3de67439 100644 --- a/modules/encryption/enc_old.cpp +++ b/modules/encryption/enc_old.cpp @@ -1,6 +1,6 @@ /* Include file for high-level encryption routines. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/encryption/enc_sha256.cpp b/modules/encryption/enc_sha256.cpp index 38dc4a841..4e9d50b96 100644 --- a/modules/encryption/enc_sha256.cpp +++ b/modules/encryption/enc_sha256.cpp @@ -10,7 +10,7 @@ * IMPORTANT: DATA HASHES CANNOT BE "DECRYPTED" BACK TO PLAIN TEXT. * * Modified for Anope. - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Taken from InspIRCd ( www.inspircd.org ) |
