From 5eb9aea5037e8e02583bbcae8a2761ebe33de691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 30 Jan 2012 17:48:13 +0100 Subject: [PATCH] 2011 -> 2012 --- file/lib/system/chat/commands/AbstractCommand.class.php | 2 +- .../system/chat/commands/AbstractRestrictedCommand.class.php | 2 +- file/lib/system/chat/commands/CommandHandler.class.php | 2 +- file/lib/system/chat/commands/ICommand.class.php | 2 +- file/lib/system/chat/commands/IRestrictedCommand.class.php | 2 +- file/lib/system/chat/commands/NotFoundException.class.php | 2 +- file/lib/system/chat/commands/commands/Color.class.php | 2 +- file/lib/system/chat/commands/commands/Free.class.php | 2 +- file/lib/system/chat/commands/commands/Me.class.php | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/file/lib/system/chat/commands/AbstractCommand.class.php b/file/lib/system/chat/commands/AbstractCommand.class.php index 3539b9d..8c994ad 100644 --- a/file/lib/system/chat/commands/AbstractCommand.class.php +++ b/file/lib/system/chat/commands/AbstractCommand.class.php @@ -6,7 +6,7 @@ * Default implementation for commands. * * @author Tim Düsterhus - * @copyright 2010-2011 Tim Düsterhus + * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package timwolla.wcf.chat * @subpackage system.chat.commands diff --git a/file/lib/system/chat/commands/AbstractRestrictedCommand.class.php b/file/lib/system/chat/commands/AbstractRestrictedCommand.class.php index 1619dff..6d743a0 100644 --- a/file/lib/system/chat/commands/AbstractRestrictedCommand.class.php +++ b/file/lib/system/chat/commands/AbstractRestrictedCommand.class.php @@ -6,7 +6,7 @@ * Default implementation for restricted commands * * @author Tim Düsterhus - * @copyright 2010-2011 Tim Düsterhus + * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package timwolla.wcf.chat * @subpackage system.chat.commands diff --git a/file/lib/system/chat/commands/CommandHandler.class.php b/file/lib/system/chat/commands/CommandHandler.class.php index a0b5406..558f6b5 100644 --- a/file/lib/system/chat/commands/CommandHandler.class.php +++ b/file/lib/system/chat/commands/CommandHandler.class.php @@ -6,7 +6,7 @@ * Handles commands * * @author Tim Düsterhus - * @copyright 2010-2011 Tim Düsterhus + * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package timwolla.wcf.chat * @subpackage system.chat.commands diff --git a/file/lib/system/chat/commands/ICommand.class.php b/file/lib/system/chat/commands/ICommand.class.php index a94ca4c..72e0ae4 100644 --- a/file/lib/system/chat/commands/ICommand.class.php +++ b/file/lib/system/chat/commands/ICommand.class.php @@ -5,7 +5,7 @@ * Interface for chat-commands. * * @author Tim Düsterhus - * @copyright 2010-2011 Tim Düsterhus + * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package timwolla.wcf.chat * @subpackage system.chat.commands diff --git a/file/lib/system/chat/commands/IRestrictedCommand.class.php b/file/lib/system/chat/commands/IRestrictedCommand.class.php index 285d22d..abdb3c2 100644 --- a/file/lib/system/chat/commands/IRestrictedCommand.class.php +++ b/file/lib/system/chat/commands/IRestrictedCommand.class.php @@ -5,7 +5,7 @@ * Interface for Restricted commands. * * @author Tim Düsterhus - * @copyright 2010-2011 Tim Düsterhus + * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package timwolla.wcf.chat * @subpackage system.chat.commands diff --git a/file/lib/system/chat/commands/NotFoundException.class.php b/file/lib/system/chat/commands/NotFoundException.class.php index f62e63e..fe786ec 100644 --- a/file/lib/system/chat/commands/NotFoundException.class.php +++ b/file/lib/system/chat/commands/NotFoundException.class.php @@ -5,7 +5,7 @@ * Thrown when a command is not found. * * @author Tim Düsterhus - * @copyright 2010-2011 Tim Düsterhus + * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package timwolla.wcf.chat * @subpackage system.chat.commands diff --git a/file/lib/system/chat/commands/commands/Color.class.php b/file/lib/system/chat/commands/commands/Color.class.php index 13790dd..6f8f322 100644 --- a/file/lib/system/chat/commands/commands/Color.class.php +++ b/file/lib/system/chat/commands/commands/Color.class.php @@ -6,7 +6,7 @@ * Changes the color of the username * * @author Tim Düsterhus - * @copyright 2010-2011 Tim Düsterhus + * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package timwolla.wcf.chat * @subpackage system.chat.commands.commands diff --git a/file/lib/system/chat/commands/commands/Free.class.php b/file/lib/system/chat/commands/commands/Free.class.php index 25b19df..b5a77e7 100644 --- a/file/lib/system/chat/commands/commands/Free.class.php +++ b/file/lib/system/chat/commands/commands/Free.class.php @@ -5,7 +5,7 @@ * Informs everyone that the fish was freed. OH A NOEZ. * * @author Tim Düsterhus - * @copyright 2010-2011 Tim Düsterhus + * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package timwolla.wcf.chat * @subpackage system.chat.commands.commands diff --git a/file/lib/system/chat/commands/commands/Me.class.php b/file/lib/system/chat/commands/commands/Me.class.php index a7864d7..d08f36d 100644 --- a/file/lib/system/chat/commands/commands/Me.class.php +++ b/file/lib/system/chat/commands/commands/Me.class.php @@ -6,7 +6,7 @@ * Indicates an action. The message is shown without the colon. * * @author Tim Düsterhus - * @copyright 2010-2011 Tim Düsterhus + * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package timwolla.wcf.chat * @subpackage system.chat.commands.commands