diff options
author | Robby <robby@chatbelgie.be> | 2020-01-04 15:51:20 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2020-01-04 15:51:20 +0100 |
commit | c8699c67266e7ed3c5cb8266e5131b8abea57337 (patch) | |
tree | f3de0ede634047cd3142af84954170ffa12fbc56 /src/win32 | |
parent | 95c8478ec592008e870a0df65a178b6567e7cf5a (diff) |
Update copyright to 2020.
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \;
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 ec72f7ec1..c9bdd127e 100644 --- a/src/win32/Config.cs +++ b/src/win32/Config.cs @@ -1,7 +1,7 @@ /*
* Config.cs - Windows Configuration
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 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 ae18b02c4..df965e348 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-2019 Anope Team <team@anope.org> + * (C) 2008-2020 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 c0b8f5ac6..2f4d2d067 100644 --- a/src/win32/dir/dir.cpp +++ b/src/win32/dir/dir.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2019 Anope Team + * (C) 2008-2020 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 c5bf1a187..c020c6b95 100644 --- a/src/win32/dir/dir.h +++ b/src/win32/dir/dir.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2019 Anope Team + * (C) 2008-2020 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 c0dc9fd26..72dad4102 100644 --- a/src/win32/dl/dl.cpp +++ b/src/win32/dl/dl.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2019 Anope Team + * (C) 2008-2020 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 0d568fc7f..6098dc31a 100644 --- a/src/win32/dl/dl.h +++ b/src/win32/dl/dl.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2019 Anope Team + * (C) 2008-2020 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 6b60900fe..c7a721afe 100644 --- a/src/win32/pipe/pipe.cpp +++ b/src/win32/pipe/pipe.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2019 Anope Team + * (C) 2008-2020 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 d22549db8..20b7cb9fe 100644 --- a/src/win32/pipe/pipe.h +++ b/src/win32/pipe/pipe.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2019 Anope Team + * (C) 2008-2020 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 c299da962..dc7029967 100644 --- a/src/win32/pthread/pthread.cpp +++ b/src/win32/pthread/pthread.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2019 Anope Team + * (C) 2008-2020 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 2dcbc08f3..89de5b8fb 100644 --- a/src/win32/pthread/pthread.h +++ b/src/win32/pthread/pthread.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2019 Anope Team + * (C) 2008-2020 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 3127373e2..d0f9995ec 100644 --- a/src/win32/resource.h +++ b/src/win32/resource.h @@ -1,6 +1,6 @@ /* * - * (C) 2005-2019 Anope Team + * (C) 2005-2020 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 e064c6224..57b11a265 100644 --- a/src/win32/sigaction/sigaction.cpp +++ b/src/win32/sigaction/sigaction.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2019 Anope Team + * (C) 2008-2020 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 efb897b68..2cb1a246f 100644 --- a/src/win32/sigaction/sigaction.h +++ b/src/win32/sigaction/sigaction.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2019 Anope Team + * (C) 2008-2020 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 d01fe1ced..4cb61ec9e 100644 --- a/src/win32/socket.cpp +++ b/src/win32/socket.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2019 Anope Team + * (C) 2008-2020 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 401bb03f3..9713a9154 100644 --- a/src/win32/socket.h +++ b/src/win32/socket.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2019 Anope Team + * (C) 2008-2020 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 80035e709..86779ed08 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-2019 Anope Team" + VALUE "LegalCopyright", "Copyright (C) 2003-2020 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 56d1d4b01..8803f7687 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-2019 Anope Team <team@anope.org> + * (C) 2008-2020 Anope Team <team@anope.org> * * Please read COPYING and README for further details. * |