diff options
author | Sadie Powell <sadie@witchery.services> | 2022-01-12 22:05:59 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-01-12 22:08:35 +0000 |
commit | a631028660d527f509c3b028cfa5f2903a125077 (patch) | |
tree | 830ba6644bb312af32847db654bfb842ed44a7cd /src/win32 | |
parent | 4e5fc9797c2ea285e855f808dc65694d1cdba358 (diff) | |
parent | 04257b9d6ab0fa1a63ade1d2ad0edc2d08eb74ce (diff) |
Merge branch '2.0' into 2.1.
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/dir/dir.cpp | 2 | ||||
-rw-r--r-- | src/win32/dir/dir.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 |
17 files changed, 17 insertions, 17 deletions
diff --git a/src/win32/Config.cs b/src/win32/Config.cs index e46d1e9d7..6c762c5e3 100644 --- a/src/win32/Config.cs +++ b/src/win32/Config.cs @@ -1,7 +1,7 @@ /*
* Config.cs - Windows Configuration
*
- * (C) 2003-2021 Anope Team
+ * (C) 2003-2022 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 8ee2973cb..71d2e35db 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-2021 Anope Team <team@anope.org> + * (C) 2008-2022 Anope Team <team@anope.org> * * Please read COPYING and README for further details. * diff --git a/src/win32/dir/dir.cpp b/src/win32/dir/dir.cpp index ce7deefd9..8c8cdf907 100644 --- a/src/win32/dir/dir.cpp +++ b/src/win32/dir/dir.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2021 Anope Team + * (C) 2008-2022 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/win32/dir/dir.h b/src/win32/dir/dir.h index ca9c186ac..bfacdd456 100644 --- a/src/win32/dir/dir.h +++ b/src/win32/dir/dir.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2021 Anope Team + * (C) 2008-2022 Anope Team * Contact us at 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 7f4e6437f..5d29d2560 100644 --- a/src/win32/dl/dl.cpp +++ b/src/win32/dl/dl.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2021 Anope Team + * (C) 2008-2022 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 ad9007989..112aa3a8e 100644 --- a/src/win32/dl/dl.h +++ b/src/win32/dl/dl.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2021 Anope Team + * (C) 2008-2022 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 618e0f2f0..83a98a63e 100644 --- a/src/win32/pipe/pipe.cpp +++ b/src/win32/pipe/pipe.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2021 Anope Team + * (C) 2008-2022 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 f3964678c..53f37cbbc 100644 --- a/src/win32/pipe/pipe.h +++ b/src/win32/pipe/pipe.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2021 Anope Team + * (C) 2008-2022 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 72912a7ed..9469a4eaa 100644 --- a/src/win32/pthread/pthread.cpp +++ b/src/win32/pthread/pthread.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2021 Anope Team + * (C) 2008-2022 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 f859a5a0b..872507ae1 100644 --- a/src/win32/pthread/pthread.h +++ b/src/win32/pthread/pthread.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2021 Anope Team + * (C) 2008-2022 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 44cef7c98..753252875 100644 --- a/src/win32/resource.h +++ b/src/win32/resource.h @@ -1,6 +1,6 @@ /* * - * (C) 2005-2021 Anope Team + * (C) 2005-2022 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 115ec19a6..7973606cf 100644 --- a/src/win32/sigaction/sigaction.cpp +++ b/src/win32/sigaction/sigaction.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2021 Anope Team + * (C) 2008-2022 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 311caafa4..0e3dd1b5c 100644 --- a/src/win32/sigaction/sigaction.h +++ b/src/win32/sigaction/sigaction.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2021 Anope Team + * (C) 2008-2022 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 58920f6ec..f1cbcc56c 100644 --- a/src/win32/socket.cpp +++ b/src/win32/socket.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2021 Anope Team + * (C) 2008-2022 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 a981e1229..147289435 100644 --- a/src/win32/socket.h +++ b/src/win32/socket.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2021 Anope Team + * (C) 2008-2022 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 b8da526d4..703611e26 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-2021 Anope Team" + VALUE "LegalCopyright", "Copyright (C) 2003-2022 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 ed653744f..7ee7c8d12 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-2021 Anope Team <team@anope.org> + * (C) 2008-2022 Anope Team <team@anope.org> * * Please read COPYING and README for further details. * |