1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 14:36:39 +02:00

Update the copyright headers for 2025.

This commit is contained in:
Sadie Powell
2026-01-01 18:04:37 +00:00
parent f526932882
commit 4ac5cf89e3
319 changed files with 319 additions and 319 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/* Module for providing bcrypt hashing
*
* (C) 2003-2025 Anope Team
* (C) 2003-2026 Anope Team
* Contact us at team@anope.org
*
* This program is free but copyrighted software; see the file COPYING for
+1 -1
View File
@@ -1,7 +1,7 @@
/* Module for encryption using MD5.
*
* Modified for Anope.
* (C) 2003-2025 Anope Team
* (C) 2003-2026 Anope Team
* Contact us at team@anope.org
*
* Taken from IRC Services and is copyright (c) 1996-2002 Andrew Church.
+1 -1
View File
@@ -1,6 +1,6 @@
/* Module for plain text encryption.
*
* (C) 2003-2025 Anope Team
* (C) 2003-2026 Anope Team
* Contact us at team@anope.org
*
* This program is free but copyrighted software; see the file COPYING for
+1 -1
View File
@@ -1,6 +1,6 @@
/* Include file for high-level encryption routines.
*
* (C) 2003-2025 Anope Team
* (C) 2003-2026 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
+1 -1
View File
@@ -1,7 +1,7 @@
/*
*
* Modified for Anope.
* (C) 2006-2025 Anope Team
* (C) 2006-2026 Anope Team
* Contact us at team@anope.org
SHA-1 in C
+1 -1
View File
@@ -5,7 +5,7 @@
* IMPORTANT: DATA HASHES CANNOT BE "DECRYPTED" BACK TO PLAIN TEXT.
*
* Modified for Anope.
* (C) 2003-2025 Anope Team
* (C) 2003-2026 Anope Team
* Contact us at team@anope.org
*
* Taken from InspIRCd (https://www.inspircd.org/),