summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-01-02 21:28:24 -0500
committerAdam <Adam@anope.org>2012-01-02 21:28:24 -0500
commit4204ece7a885dbe965f0adea57b3e3c017b4f5e2 (patch)
tree755089f5b5f11030438cd6e98aa671886e689a24 /src
parent60a5cc1a616d06fa73a13b9601419ea0fe0345cc (diff)
Updated Copyright to 2012
Diffstat (limited to 'src')
-rw-r--r--src/access.cpp2
-rw-r--r--src/actions.cpp2
-rw-r--r--src/base64.cpp2
-rw-r--r--src/bin/anoperc.in2
-rw-r--r--src/bots.cpp2
-rw-r--r--src/botserv.cpp2
-rw-r--r--src/channels.cpp2
-rw-r--r--src/chanserv.cpp2
-rw-r--r--src/command.cpp2
-rw-r--r--src/config.cpp2
-rw-r--r--src/configreader.cpp2
-rw-r--r--src/encrypt.cpp2
-rw-r--r--src/hashcomp.cpp2
-rw-r--r--src/hostserv.cpp2
-rw-r--r--src/init.cpp2
-rw-r--r--src/logger.cpp2
-rw-r--r--src/main.cpp2
-rw-r--r--src/memoserv.cpp2
-rw-r--r--src/messages.cpp2
-rw-r--r--src/misc.cpp2
-rw-r--r--src/modes.cpp2
-rw-r--r--src/module.cpp2
-rw-r--r--src/modulemanager.cpp2
-rw-r--r--src/modules.cpp2
-rw-r--r--src/nickserv.cpp2
-rw-r--r--src/operserv.cpp2
-rw-r--r--src/opertype.cpp2
-rw-r--r--src/process.cpp2
-rw-r--r--src/regchannel.cpp2
-rw-r--r--src/servers.cpp2
-rw-r--r--src/socket_clients.cpp2
-rw-r--r--src/socket_transport.cpp2
-rw-r--r--src/timers.cpp2
-rw-r--r--src/tools/anopesmtp.cpp2
-rw-r--r--src/users.cpp2
-rw-r--r--src/win32/Config.cs2
-rw-r--r--src/win32/anope_windows.h2
-rw-r--r--src/win32/dir/dir.cpp2
-rw-r--r--src/win32/dir/dir.h2
-rw-r--r--src/win32/dl/dl.cpp2
-rw-r--r--src/win32/dl/dl.h2
-rw-r--r--src/win32/pipe/pipe.cpp2
-rw-r--r--src/win32/pipe/pipe.h2
-rw-r--r--src/win32/pthread/pthread.cpp2
-rw-r--r--src/win32/pthread/pthread.h2
-rw-r--r--src/win32/sigaction/sigaction.cpp2
-rw-r--r--src/win32/sigaction/sigaction.h2
-rw-r--r--src/win32/socket.cpp2
-rw-r--r--src/win32/socket.h2
-rw-r--r--src/win32/win32.rc.cmake2
-rw-r--r--src/win32/windows.cpp2
51 files changed, 51 insertions, 51 deletions
diff --git a/src/access.cpp b/src/access.cpp
index 06f0d2ef6..d82953c7f 100644
--- a/src/access.cpp
+++ b/src/access.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/actions.cpp b/src/actions.cpp
index 62b5bf582..01c8bf918 100644
--- a/src/actions.cpp
+++ b/src/actions.cpp
@@ -1,6 +1,6 @@
/* Various routines to perform simple actions.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/base64.cpp b/src/base64.cpp
index cade55e4a..b8f4b9de6 100644
--- a/src/base64.cpp
+++ b/src/base64.cpp
@@ -1,6 +1,6 @@
/* base64 routines.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/bin/anoperc.in b/src/bin/anoperc.in
index 5dce8b5ef..9a71a22c3 100644
--- a/src/bin/anoperc.in
+++ b/src/bin/anoperc.in
@@ -2,7 +2,7 @@
#
# Configuration script for Services
#
-# (C) 2003-2011 Anope Team
+# (C) 2003-2012 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for further details.
diff --git a/src/bots.cpp b/src/bots.cpp
index afc4150d7..851177b9e 100644
--- a/src/bots.cpp
+++ b/src/bots.cpp
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008-2011 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/src/botserv.cpp b/src/botserv.cpp
index c388b8a94..4007bb355 100644
--- a/src/botserv.cpp
+++ b/src/botserv.cpp
@@ -1,6 +1,6 @@
/* BotServ functions
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/channels.cpp b/src/channels.cpp
index 2532e23b4..ef74edcec 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -1,6 +1,6 @@
/* Channel-handling routines.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/chanserv.cpp b/src/chanserv.cpp
index f515e3680..398617fb5 100644
--- a/src/chanserv.cpp
+++ b/src/chanserv.cpp
@@ -1,6 +1,6 @@
/* ChanServ functions.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/command.cpp b/src/command.cpp
index 5b6db0152..cbd4d8042 100644
--- a/src/command.cpp
+++ b/src/command.cpp
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008-2011 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/src/config.cpp b/src/config.cpp
index 871d8260f..e1c5e773a 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -1,6 +1,6 @@
/* Configuration file handling.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 2c3af7440..9d6d49c2b 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -1,6 +1,6 @@
/* Configuration file handling.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/encrypt.cpp b/src/encrypt.cpp
index 2f052be4e..af6a54ba8 100644
--- a/src/encrypt.cpp
+++ b/src/encrypt.cpp
@@ -1,6 +1,6 @@
/* Include file for high-level encryption routines.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp
index 0095ec74b..94b899536 100644
--- a/src/hashcomp.cpp
+++ b/src/hashcomp.cpp
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2002-2011 InspIRCd Development Team
- * Copyright (C) 2008-2011 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/src/hostserv.cpp b/src/hostserv.cpp
index 55cbaff29..dde6d44ce 100644
--- a/src/hostserv.cpp
+++ b/src/hostserv.cpp
@@ -1,6 +1,6 @@
/* HostServ functions
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/init.cpp b/src/init.cpp
index 4598bf7f5..a9cbcc03a 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -1,6 +1,6 @@
/* Initalization and related routines.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/logger.cpp b/src/logger.cpp
index 9792c9be2..bdb46bd97 100644
--- a/src/logger.cpp
+++ b/src/logger.cpp
@@ -1,6 +1,6 @@
/* Logging routines.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/main.cpp b/src/main.cpp
index ed31febf8..87cf8532c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,6 +1,6 @@
/* Services -- main source file.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/memoserv.cpp b/src/memoserv.cpp
index c30a625b8..bb168b939 100644
--- a/src/memoserv.cpp
+++ b/src/memoserv.cpp
@@ -1,6 +1,6 @@
/* MemoServ functions.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/messages.cpp b/src/messages.cpp
index ed9e572ce..a3032e79a 100644
--- a/src/messages.cpp
+++ b/src/messages.cpp
@@ -1,6 +1,6 @@
/* Definitions of IRC message functions and list of messages.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/misc.cpp b/src/misc.cpp
index 2c079da09..02b886d75 100644
--- a/src/misc.cpp
+++ b/src/misc.cpp
@@ -1,7 +1,7 @@
/* Miscellaneous routines.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/modes.cpp b/src/modes.cpp
index e6f3a27a1..d64d60fd8 100644
--- a/src/modes.cpp
+++ b/src/modes.cpp
@@ -1,7 +1,7 @@
/* Mode support
*
* Copyright (C) 2008-2011 Adam <Adam@anope.org>
- * Copyright (C) 2008-2011 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/src/module.cpp b/src/module.cpp
index 7ec6892ac..6fb6fff9a 100644
--- a/src/module.cpp
+++ b/src/module.cpp
@@ -1,6 +1,6 @@
/* Modular support
*
- * (C) 2009 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp
index 17cc08a53..f56a3171a 100644
--- a/src/modulemanager.cpp
+++ b/src/modulemanager.cpp
@@ -1,6 +1,6 @@
/* Modular support
*
- * (C) 2009 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/modules.cpp b/src/modules.cpp
index 84ef6bcb8..c978fdf16 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -1,6 +1,6 @@
/* Modular support
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/nickserv.cpp b/src/nickserv.cpp
index ca5d3d48c..fde535e7c 100644
--- a/src/nickserv.cpp
+++ b/src/nickserv.cpp
@@ -1,6 +1,6 @@
/* NickServ functions.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/operserv.cpp b/src/operserv.cpp
index 8558f8b31..249a2b344 100644
--- a/src/operserv.cpp
+++ b/src/operserv.cpp
@@ -1,6 +1,6 @@
/* OperServ functions.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/opertype.cpp b/src/opertype.cpp
index 5d9c666b4..8c2edb60f 100644
--- a/src/opertype.cpp
+++ b/src/opertype.cpp
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008-2011 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/src/process.cpp b/src/process.cpp
index a2f6197f4..02be28465 100644
--- a/src/process.cpp
+++ b/src/process.cpp
@@ -1,6 +1,6 @@
/* Main processing code for Services.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/regchannel.cpp b/src/regchannel.cpp
index d2530ee4b..33131f059 100644
--- a/src/regchannel.cpp
+++ b/src/regchannel.cpp
@@ -1,6 +1,6 @@
/* Registered channel functions
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/servers.cpp b/src/servers.cpp
index 6e4622b29..6aef23ef8 100644
--- a/src/servers.cpp
+++ b/src/servers.cpp
@@ -1,6 +1,6 @@
/* Routines to maintain a list of connected servers
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/socket_clients.cpp b/src/socket_clients.cpp
index 4a43629a4..c3f7e6367 100644
--- a/src/socket_clients.cpp
+++ b/src/socket_clients.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/socket_transport.cpp b/src/socket_transport.cpp
index a7b92ff20..c2e964271 100644
--- a/src/socket_transport.cpp
+++ b/src/socket_transport.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/timers.cpp b/src/timers.cpp
index 3441d1721..a0f707bc9 100644
--- a/src/timers.cpp
+++ b/src/timers.cpp
@@ -1,6 +1,6 @@
/* Timer stuff.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/tools/anopesmtp.cpp b/src/tools/anopesmtp.cpp
index 910698b29..2948e4d93 100644
--- a/src/tools/anopesmtp.cpp
+++ b/src/tools/anopesmtp.cpp
@@ -1,6 +1,6 @@
/* smtp stuff handler for win32.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/users.cpp b/src/users.cpp
index c36547adb..c5f8351a4 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -1,6 +1,6 @@
/* Routines to maintain a list of online users.
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/win32/Config.cs b/src/win32/Config.cs
index a3f3479bf..5b0b0af91 100644
--- a/src/win32/Config.cs
+++ b/src/win32/Config.cs
@@ -1,7 +1,7 @@
/*
* Config.cs - Windows Configuration
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 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 cd5215298..e5c4d3b11 100644
--- a/src/win32/anope_windows.h
+++ b/src/win32/anope_windows.h
@@ -1,7 +1,7 @@
/* POSIX emulation layer for Windows.
*
* Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008-2011 Anope Team <info@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <info@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 28a54be98..726bce32d 100644
--- a/src/win32/dir/dir.cpp
+++ b/src/win32/dir/dir.cpp
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * Copyright (C) 2008-2011 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <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 8e04c01cc..9c4a5029c 100644
--- a/src/win32/dir/dir.h
+++ b/src/win32/dir/dir.h
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * Copyright (C) 2008-2011 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <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 8d76e1f0d..93e2939d0 100644
--- a/src/win32/dl/dl.cpp
+++ b/src/win32/dl/dl.cpp
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * Copyright (C) 2008-2011 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <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 686611594..816474039 100644
--- a/src/win32/dl/dl.h
+++ b/src/win32/dl/dl.h
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * Copyright (C) 2008-2011 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <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 94e204d9a..849517b94 100644
--- a/src/win32/pipe/pipe.cpp
+++ b/src/win32/pipe/pipe.cpp
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * Copyright (C) 2008-2011 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <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 1e8538cfb..8e3f814bd 100644
--- a/src/win32/pipe/pipe.h
+++ b/src/win32/pipe/pipe.h
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * Copyright (C) 2008-2011 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <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 8c1da7555..b3d208da0 100644
--- a/src/win32/pthread/pthread.cpp
+++ b/src/win32/pthread/pthread.cpp
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * Copyright (C) 2008-2011 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <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 5ec0775ea..e1964ea75 100644
--- a/src/win32/pthread/pthread.h
+++ b/src/win32/pthread/pthread.h
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * Copyright (C) 2008-2011 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <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 e79187461..44186d574 100644
--- a/src/win32/sigaction/sigaction.cpp
+++ b/src/win32/sigaction/sigaction.cpp
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * Copyright (C) 2008-2011 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <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 96d67e8e9..2b5718598 100644
--- a/src/win32/sigaction/sigaction.h
+++ b/src/win32/sigaction/sigaction.h
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * Copyright (C) 2008-2011 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/src/win32/socket.cpp b/src/win32/socket.cpp
index 42140ed8b..4c470930b 100644
--- a/src/win32/socket.cpp
+++ b/src/win32/socket.cpp
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * Copyright (C) 2008-2011 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/src/win32/socket.h b/src/win32/socket.h
index 106b9310e..50262a708 100644
--- a/src/win32/socket.h
+++ b/src/win32/socket.h
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * Copyright (C) 2008-2011 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <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 6fd53e0fe..82f74e393 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-2011 Anope Team"
+ VALUE "LegalCopyright", "Copyright (C) 2003-2012 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 139a17736..1e621945e 100644
--- a/src/win32/windows.cpp
+++ b/src/win32/windows.cpp
@@ -1,7 +1,7 @@
/* POSIX emulation layer for Windows.
*
* Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008-2011 Anope Team <info@anope.org>
+ * Copyright (C) 2008-2012 Anope Team <info@anope.org>
*
* Please read COPYING and README for further details.
*