summaryrefslogtreecommitdiff
path: root/src/win32/pthread
diff options
context:
space:
mode:
authorRobby <robby@chatbelgie.be>2020-01-04 15:51:20 +0100
committerRobby <robby@chatbelgie.be>2020-01-04 15:51:20 +0100
commitc8699c67266e7ed3c5cb8266e5131b8abea57337 (patch)
treef3de0ede634047cd3142af84954170ffa12fbc56 /src/win32/pthread
parent95c8478ec592008e870a0df65a178b6567e7cf5a (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/pthread')
-rw-r--r--src/win32/pthread/pthread.cpp2
-rw-r--r--src/win32/pthread/pthread.h2
2 files changed, 2 insertions, 2 deletions
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.