diff options
| author | Sadie Powell <sadie@witchery.services> | 2025-01-14 13:41:19 +0000 |
|---|---|---|
| committer | Sadie Powell <sadie@witchery.services> | 2025-01-14 13:41:19 +0000 |
| commit | 0a82366a6b74c959fb1e177cfed000b559f6d009 (patch) | |
| tree | 8c8025769f514e334265aff11877df724f6e78a5 /modules/extra | |
| parent | f0bc9536e6469ef3676b2901d6f4c7147fe75177 (diff) | |
| parent | da7f47c1c7f73eee3e53c8ad253b9a72a3fff60b (diff) | |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'modules/extra')
| -rw-r--r-- | modules/extra/enc_argon2.cpp | 2 | ||||
| -rw-r--r-- | modules/extra/enc_posix.cpp | 2 | ||||
| -rw-r--r-- | modules/extra/ldap.cpp | 2 | ||||
| -rw-r--r-- | modules/extra/mysql.cpp | 2 | ||||
| -rw-r--r-- | modules/extra/regex_pcre2.cpp | 2 | ||||
| -rw-r--r-- | modules/extra/regex_posix.cpp | 2 | ||||
| -rw-r--r-- | modules/extra/regex_tre.cpp | 2 | ||||
| -rw-r--r-- | modules/extra/sqlite.cpp | 2 | ||||
| -rw-r--r-- | modules/extra/ssl_gnutls.cpp | 2 | ||||
| -rw-r--r-- | modules/extra/ssl_openssl.cpp | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/modules/extra/enc_argon2.cpp b/modules/extra/enc_argon2.cpp index e2de76e75..8d6f27d9b 100644 --- a/modules/extra/enc_argon2.cpp +++ b/modules/extra/enc_argon2.cpp @@ -1,6 +1,6 @@ /* Module for providing Argon2 hashing * - * (C) 2003-2024 Anope Team + * (C) 2003-2025 Anope Team * Contact us at team@anope.org * * This program is free but copyrighted software; see the file COPYING for diff --git a/modules/extra/enc_posix.cpp b/modules/extra/enc_posix.cpp index c2f60be5e..acf65d95b 100644 --- a/modules/extra/enc_posix.cpp +++ b/modules/extra/enc_posix.cpp @@ -1,6 +1,6 @@ /* Module for providing POSIX crypt() hashing * - * (C) 2003-2024 Anope Team + * (C) 2003-2025 Anope Team * Contact us at team@anope.org * * This program is free but copyrighted software; see the file COPYING for diff --git a/modules/extra/ldap.cpp b/modules/extra/ldap.cpp index bcd4b8406..ec2b88a39 100644 --- a/modules/extra/ldap.cpp +++ b/modules/extra/ldap.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2011-2024 Anope Team + * (C) 2011-2025 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/extra/mysql.cpp b/modules/extra/mysql.cpp index a477bcd09..027291991 100644 --- a/modules/extra/mysql.cpp +++ b/modules/extra/mysql.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2010-2024 Anope Team + * (C) 2010-2025 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/extra/regex_pcre2.cpp b/modules/extra/regex_pcre2.cpp index 991be3f6c..a99eb9afb 100644 --- a/modules/extra/regex_pcre2.cpp +++ b/modules/extra/regex_pcre2.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2012-2024 Anope Team + * (C) 2012-2025 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/extra/regex_posix.cpp b/modules/extra/regex_posix.cpp index cef4486f9..e183b6c82 100644 --- a/modules/extra/regex_posix.cpp +++ b/modules/extra/regex_posix.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2012-2024 Anope Team + * (C) 2012-2025 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/extra/regex_tre.cpp b/modules/extra/regex_tre.cpp index 18485507a..022dd0d9d 100644 --- a/modules/extra/regex_tre.cpp +++ b/modules/extra/regex_tre.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2012-2024 Anope Team + * (C) 2012-2025 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/extra/sqlite.cpp b/modules/extra/sqlite.cpp index 2c6ccc6db..565c1ee30 100644 --- a/modules/extra/sqlite.cpp +++ b/modules/extra/sqlite.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2011-2024 Anope Team + * (C) 2011-2025 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/extra/ssl_gnutls.cpp b/modules/extra/ssl_gnutls.cpp index 78a70f091..338cc91c1 100644 --- a/modules/extra/ssl_gnutls.cpp +++ b/modules/extra/ssl_gnutls.cpp @@ -1,7 +1,7 @@ /* * * (C) 2014 Attila Molnar <attilamolnar@hush.com> - * (C) 2014-2024 Anope Team + * (C) 2014-2025 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/extra/ssl_openssl.cpp b/modules/extra/ssl_openssl.cpp index ce2222fa4..45ea0714d 100644 --- a/modules/extra/ssl_openssl.cpp +++ b/modules/extra/ssl_openssl.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2010-2024 Anope Team + * (C) 2010-2025 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. |
