diff options
author | Robby <robby@chatbelgie.be> | 2019-01-01 17:43:35 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2019-01-01 17:43:35 +0100 |
commit | 6fbb7cffe9954d1e5cc9038a18d4695ad2a19d2d (patch) | |
tree | a81d8f0063d1447a4dbcf4248dad548bdbfba49a /src/win32 | |
parent | b279863acb9ae3ade833ea00bcb17f22001e20db (diff) |
Update copyright to 2019.
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 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 ec9d021c8..ec72f7ec1 100644 --- a/src/win32/Config.cs +++ b/src/win32/Config.cs @@ -1,7 +1,7 @@ /*
* Config.cs - Windows Configuration
*
- * (C) 2003-2018 Anope Team
+ * (C) 2003-2019 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 8c8eca2cb..ae18b02c4 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-2018 Anope Team <team@anope.org> + * (C) 2008-2019 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 5ec8f5ca8..c0b8f5ac6 100644 --- a/src/win32/dir/dir.cpp +++ b/src/win32/dir/dir.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2018 Anope Team + * (C) 2008-2019 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 7038c2cdb..c5bf1a187 100644 --- a/src/win32/dir/dir.h +++ b/src/win32/dir/dir.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2018 Anope Team + * (C) 2008-2019 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 8bdd5da09..c0dc9fd26 100644 --- a/src/win32/dl/dl.cpp +++ b/src/win32/dl/dl.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2018 Anope Team + * (C) 2008-2019 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 bc61bfd87..0d568fc7f 100644 --- a/src/win32/dl/dl.h +++ b/src/win32/dl/dl.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2018 Anope Team + * (C) 2008-2019 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 ee37a00b3..6b60900fe 100644 --- a/src/win32/pipe/pipe.cpp +++ b/src/win32/pipe/pipe.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2018 Anope Team + * (C) 2008-2019 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 281495350..d22549db8 100644 --- a/src/win32/pipe/pipe.h +++ b/src/win32/pipe/pipe.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2018 Anope Team + * (C) 2008-2019 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 b69315029..c299da962 100644 --- a/src/win32/pthread/pthread.cpp +++ b/src/win32/pthread/pthread.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2018 Anope Team + * (C) 2008-2019 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 b0001e70c..2dcbc08f3 100644 --- a/src/win32/pthread/pthread.h +++ b/src/win32/pthread/pthread.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2018 Anope Team + * (C) 2008-2019 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 3240be2f8..3127373e2 100644 --- a/src/win32/resource.h +++ b/src/win32/resource.h @@ -1,6 +1,6 @@ /* * - * (C) 2005-2018 Anope Team + * (C) 2005-2019 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 0f023307c..e064c6224 100644 --- a/src/win32/sigaction/sigaction.cpp +++ b/src/win32/sigaction/sigaction.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2018 Anope Team + * (C) 2008-2019 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 5ba94e42d..efb897b68 100644 --- a/src/win32/sigaction/sigaction.h +++ b/src/win32/sigaction/sigaction.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2018 Anope Team + * (C) 2008-2019 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 b4c17ecf5..d01fe1ced 100644 --- a/src/win32/socket.cpp +++ b/src/win32/socket.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2018 Anope Team + * (C) 2008-2019 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 9120fe17f..401bb03f3 100644 --- a/src/win32/socket.h +++ b/src/win32/socket.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2018 Anope Team + * (C) 2008-2019 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 a0b7b0f30..80035e709 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-2018 Anope Team" + VALUE "LegalCopyright", "Copyright (C) 2003-2019 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 bb06cc734..56d1d4b01 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-2018 Anope Team <team@anope.org> + * (C) 2008-2019 Anope Team <team@anope.org> * * Please read COPYING and README for further details. * |