From c5a4e8337c3c1315821cb9434db89aac059a17c0 Mon Sep 17 00:00:00 2001 From: Robby Date: Thu, 7 Jan 2021 03:31:08 +0100 Subject: Update copyright to 2021. This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \; --- src/win32/pthread/pthread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/win32/pthread/pthread.cpp') diff --git a/src/win32/pthread/pthread.cpp b/src/win32/pthread/pthread.cpp index dc7029967..72912a7ed 100644 --- a/src/win32/pthread/pthread.cpp +++ b/src/win32/pthread/pthread.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2020 Anope Team + * (C) 2008-2021 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. -- cgit