diff options
author | Sadie Powell <sadie@witchery.services> | 2024-01-04 22:25:48 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-01-04 22:25:48 +0000 |
commit | a40f8e0b9d397f2e15d141c5bec823c633a6f90a (patch) | |
tree | 787ec0f11d0076fba0c8d03f09cbdb1d6487a469 /src/win32 | |
parent | 9db49ec79046a149410354d80d6373621b8e7013 (diff) |
Update the copyright headers for 2024.
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/Config.cs | 2 | ||||
-rw-r--r-- | src/win32/anope_windows.h | 2 | ||||
-rw-r--r-- | src/win32/dl/dl.cpp | 2 | ||||
-rw-r--r-- | src/win32/dl/dl.h | 2 | ||||
-rw-r--r-- | src/win32/pipe/pipe.cpp | 2 | ||||
-rw-r--r-- | src/win32/pipe/pipe.h | 2 | ||||
-rw-r--r-- | src/win32/pthread/pthread.cpp | 2 | ||||
-rw-r--r-- | src/win32/pthread/pthread.h | 2 | ||||
-rw-r--r-- | src/win32/resource.h | 2 | ||||
-rw-r--r-- | src/win32/sigaction/sigaction.cpp | 2 | ||||
-rw-r--r-- | src/win32/sigaction/sigaction.h | 2 | ||||
-rw-r--r-- | src/win32/socket.cpp | 2 | ||||
-rw-r--r-- | src/win32/socket.h | 2 | ||||
-rw-r--r-- | src/win32/win32.rc.cmake | 2 | ||||
-rw-r--r-- | src/win32/windows.cpp | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/src/win32/Config.cs b/src/win32/Config.cs index 513afe014..812700b5e 100644 --- a/src/win32/Config.cs +++ b/src/win32/Config.cs @@ -1,7 +1,7 @@ /*
* Config.cs - Windows Configuration
*
- * (C) 2003-2023 Anope Team
+ * (C) 2003-2024 Anope Team
* Contact us at team@anope.org
*
* This program is free but copyrighted software; see the file COPYING for
diff --git a/src/win32/anope_windows.h b/src/win32/anope_windows.h index 691f731d0..18b18c496 100644 --- a/src/win32/anope_windows.h +++ b/src/win32/anope_windows.h @@ -1,7 +1,7 @@ /* POSIX emulation layer for Windows. * * (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * (C) 2008-2023 Anope Team <team@anope.org> + * (C) 2008-2024 Anope Team <team@anope.org> * * Please read COPYING and README for further details. * diff --git a/src/win32/dl/dl.cpp b/src/win32/dl/dl.cpp index 5950124cb..9006c9cc6 100644 --- a/src/win32/dl/dl.cpp +++ b/src/win32/dl/dl.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2023 Anope Team + * (C) 2008-2024 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/win32/dl/dl.h b/src/win32/dl/dl.h index d583cbc24..2c3509020 100644 --- a/src/win32/dl/dl.h +++ b/src/win32/dl/dl.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2023 Anope Team + * (C) 2008-2024 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/win32/pipe/pipe.cpp b/src/win32/pipe/pipe.cpp index b85db7b5e..d9e81e8eb 100644 --- a/src/win32/pipe/pipe.cpp +++ b/src/win32/pipe/pipe.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2023 Anope Team + * (C) 2008-2024 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/win32/pipe/pipe.h b/src/win32/pipe/pipe.h index 86b8d744d..81d366d8d 100644 --- a/src/win32/pipe/pipe.h +++ b/src/win32/pipe/pipe.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2023 Anope Team + * (C) 2008-2024 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/win32/pthread/pthread.cpp b/src/win32/pthread/pthread.cpp index 695c253ee..7b705c9d6 100644 --- a/src/win32/pthread/pthread.cpp +++ b/src/win32/pthread/pthread.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2023 Anope Team + * (C) 2008-2024 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/win32/pthread/pthread.h b/src/win32/pthread/pthread.h index ac386e952..072d66c93 100644 --- a/src/win32/pthread/pthread.h +++ b/src/win32/pthread/pthread.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2023 Anope Team + * (C) 2008-2024 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/win32/resource.h b/src/win32/resource.h index dad00e5f7..4c9af7ff2 100644 --- a/src/win32/resource.h +++ b/src/win32/resource.h @@ -1,6 +1,6 @@ /* * - * (C) 2005-2023 Anope Team + * (C) 2005-2024 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/win32/sigaction/sigaction.cpp b/src/win32/sigaction/sigaction.cpp index c68e18f78..829ce6c66 100644 --- a/src/win32/sigaction/sigaction.cpp +++ b/src/win32/sigaction/sigaction.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2023 Anope Team + * (C) 2008-2024 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/win32/sigaction/sigaction.h b/src/win32/sigaction/sigaction.h index dcbcd8d53..0492ca0e0 100644 --- a/src/win32/sigaction/sigaction.h +++ b/src/win32/sigaction/sigaction.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2023 Anope Team + * (C) 2008-2024 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/win32/socket.cpp b/src/win32/socket.cpp index b14023779..6c8d801de 100644 --- a/src/win32/socket.cpp +++ b/src/win32/socket.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2023 Anope Team + * (C) 2008-2024 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/win32/socket.h b/src/win32/socket.h index 6d63d748f..8b0159ebe 100644 --- a/src/win32/socket.h +++ b/src/win32/socket.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2023 Anope Team + * (C) 2008-2024 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/win32/win32.rc.cmake b/src/win32/win32.rc.cmake index e94efb194..c72fe2b49 100644 --- a/src/win32/win32.rc.cmake +++ b/src/win32/win32.rc.cmake @@ -54,7 +54,7 @@ BEGIN VALUE "FileDescription", "Anope IRC Services" VALUE "FileVersion", "@VERSION_FULL@" VALUE "InternalName", "Anope" - VALUE "LegalCopyright", "Copyright (C) 2003-2023 Anope Team" + VALUE "LegalCopyright", "Copyright (C) 2003-2024 Anope Team" VALUE "OriginalFilename", "anope.exe" VALUE "ProductName", "Anope" VALUE "ProductVersion", "@VERSION_DOTTED@" diff --git a/src/win32/windows.cpp b/src/win32/windows.cpp index 1de3398f6..54ce44202 100644 --- a/src/win32/windows.cpp +++ b/src/win32/windows.cpp @@ -1,7 +1,7 @@ /* POSIX emulation layer for Windows. * * (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * (C) 2008-2023 Anope Team <team@anope.org> + * (C) 2008-2024 Anope Team <team@anope.org> * * Please read COPYING and README for further details. * |