diff options
| author | Sadie Powell <sadie@witchery.services> | 2022-12-31 22:10:37 +0000 |
|---|---|---|
| committer | Sadie Powell <sadie@witchery.services> | 2022-12-31 22:11:19 +0000 |
| commit | 885462d98e2dd3753b2992ce6fd6084340f86eee (patch) | |
| tree | 2a933e4b12db31e1061b1814048c1fbbe4c30cad /modules/encryption | |
| parent | 6395107be630b0a4181d68eb5b55b69493af5bb7 (diff) | |
| parent | 33a337dfc051222041896ec3ac349fd2f4821777 (diff) | |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'modules/encryption')
| -rw-r--r-- | modules/encryption/enc_bcrypt.cpp | 2 | ||||
| -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_sha1.cpp | 2 | ||||
| -rw-r--r-- | modules/encryption/enc_sha256.cpp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/modules/encryption/enc_bcrypt.cpp b/modules/encryption/enc_bcrypt.cpp index 294e95c7a..7eec04ad2 100644 --- a/modules/encryption/enc_bcrypt.cpp +++ b/modules/encryption/enc_bcrypt.cpp @@ -1,6 +1,6 @@ /* Module for providing bcrypt hashing * - * (C) 2003-2022 Anope Team + * (C) 2003-2023 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_md5.cpp b/modules/encryption/enc_md5.cpp index 2567f8247..1fb12692a 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-2022 Anope Team + * (C) 2003-2023 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 5584cd865..f91997b1c 100644 --- a/modules/encryption/enc_none.cpp +++ b/modules/encryption/enc_none.cpp @@ -1,6 +1,6 @@ /* Module for plain text encryption. * - * (C) 2003-2022 Anope Team + * (C) 2003-2023 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 bae3a5e76..a0fc224c8 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-2022 Anope Team + * (C) 2003-2023 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/encryption/enc_sha1.cpp b/modules/encryption/enc_sha1.cpp index 8e1c9da46..0ddfcded0 100644 --- a/modules/encryption/enc_sha1.cpp +++ b/modules/encryption/enc_sha1.cpp @@ -1,7 +1,7 @@ /* * * Modified for Anope. - * (C) 2006-2022 Anope Team + * (C) 2006-2023 Anope Team * Contact us at team@anope.org SHA-1 in C diff --git a/modules/encryption/enc_sha256.cpp b/modules/encryption/enc_sha256.cpp index 6aee9e008..878598248 100644 --- a/modules/encryption/enc_sha256.cpp +++ b/modules/encryption/enc_sha256.cpp @@ -5,7 +5,7 @@ * IMPORTANT: DATA HASHES CANNOT BE "DECRYPTED" BACK TO PLAIN TEXT. * * Modified for Anope. - * (C) 2003-2022 Anope Team + * (C) 2003-2023 Anope Team * Contact us at team@anope.org * * Taken from InspIRCd (https://www.inspircd.org/), |
