From: Alexander Ebert Date: Sun, 8 Jan 2017 10:05:07 +0000 (+0100) Subject: Updated copyright X-Git-Tag: 3.0.0~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=67401676d54f63c02147dd26aedad5aff137eafe;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.conversation.git Updated copyright --- diff --git a/constants.php b/constants.php index dd1e0fd..487f9c5 100644 --- a/constants.php +++ b/constants.php @@ -3,7 +3,7 @@ * Defines constants for autocompletion in IDEs. This file is not meant to be actively used anywhere! * * @author Matthias Schmidt - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core */ diff --git a/files/acp/install_com.woltlab.wcf.conversation.php b/files/acp/install_com.woltlab.wcf.conversation.php index ca08498..5fbca2a 100644 --- a/files/acp/install_com.woltlab.wcf.conversation.php +++ b/files/acp/install_com.woltlab.wcf.conversation.php @@ -4,7 +4,7 @@ use wcf\system\WCF; /** * @author Matthias Schmidt - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License */ // set default mod permissions diff --git a/files/lib/data/conversation/Conversation.class.php b/files/lib/data/conversation/Conversation.class.php index 14cecf6..1507541 100644 --- a/files/lib/data/conversation/Conversation.class.php +++ b/files/lib/data/conversation/Conversation.class.php @@ -17,7 +17,7 @@ use wcf\util\ArrayUtil; * Represents a conversation. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation * diff --git a/files/lib/data/conversation/ConversationAction.class.php b/files/lib/data/conversation/ConversationAction.class.php index 1ad10ce..25d6a7e 100644 --- a/files/lib/data/conversation/ConversationAction.class.php +++ b/files/lib/data/conversation/ConversationAction.class.php @@ -23,7 +23,7 @@ use wcf\system\WCF; * Executes conversation-related actions. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation * diff --git a/files/lib/data/conversation/ConversationEditor.class.php b/files/lib/data/conversation/ConversationEditor.class.php index 90ec00b..9823087 100644 --- a/files/lib/data/conversation/ConversationEditor.class.php +++ b/files/lib/data/conversation/ConversationEditor.class.php @@ -9,7 +9,7 @@ use wcf\system\WCF; * Extends the conversation object with functions to create, update and delete conversations. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation * diff --git a/files/lib/data/conversation/ConversationList.class.php b/files/lib/data/conversation/ConversationList.class.php index 88c70de..f763cff 100644 --- a/files/lib/data/conversation/ConversationList.class.php +++ b/files/lib/data/conversation/ConversationList.class.php @@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectList; * Represents a list of conversations. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation * diff --git a/files/lib/data/conversation/ConversationParticipantList.class.php b/files/lib/data/conversation/ConversationParticipantList.class.php index 1cccb48..76f334c 100644 --- a/files/lib/data/conversation/ConversationParticipantList.class.php +++ b/files/lib/data/conversation/ConversationParticipantList.class.php @@ -8,7 +8,7 @@ use wcf\system\WCF; * Represents a list of conversation participants. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation */ diff --git a/files/lib/data/conversation/FeedConversation.class.php b/files/lib/data/conversation/FeedConversation.class.php index df58e58..95fa8cc 100644 --- a/files/lib/data/conversation/FeedConversation.class.php +++ b/files/lib/data/conversation/FeedConversation.class.php @@ -8,7 +8,7 @@ use wcf\system\request\LinkHandler; * Represents a conversation for RSS feeds. * * @author Alexander Ebert - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation * diff --git a/files/lib/data/conversation/FeedConversationList.class.php b/files/lib/data/conversation/FeedConversationList.class.php index 90a209b..07aab7d 100644 --- a/files/lib/data/conversation/FeedConversationList.class.php +++ b/files/lib/data/conversation/FeedConversationList.class.php @@ -6,7 +6,7 @@ use wcf\system\WCF; * Represents a list of conversations for RSS feeds. * * @author Alexander Ebert - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation * diff --git a/files/lib/data/conversation/UserConversationList.class.php b/files/lib/data/conversation/UserConversationList.class.php index 9eec01d..f615094 100644 --- a/files/lib/data/conversation/UserConversationList.class.php +++ b/files/lib/data/conversation/UserConversationList.class.php @@ -10,7 +10,7 @@ use wcf\system\WCF; * Represents a list of conversations. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation * diff --git a/files/lib/data/conversation/ViewableConversation.class.php b/files/lib/data/conversation/ViewableConversation.class.php index 75e7e1b..4e9ebb7 100644 --- a/files/lib/data/conversation/ViewableConversation.class.php +++ b/files/lib/data/conversation/ViewableConversation.class.php @@ -14,7 +14,7 @@ use wcf\system\WCF; * Represents a viewable conversation. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation * diff --git a/files/lib/data/conversation/label/ConversationLabel.class.php b/files/lib/data/conversation/label/ConversationLabel.class.php index 1e0487e..9041b84 100644 --- a/files/lib/data/conversation/label/ConversationLabel.class.php +++ b/files/lib/data/conversation/label/ConversationLabel.class.php @@ -7,7 +7,7 @@ use wcf\system\WCF; * Represents a conversation label. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation\Label * diff --git a/files/lib/data/conversation/label/ConversationLabelAction.class.php b/files/lib/data/conversation/label/ConversationLabelAction.class.php index ae6e252..056c375 100644 --- a/files/lib/data/conversation/label/ConversationLabelAction.class.php +++ b/files/lib/data/conversation/label/ConversationLabelAction.class.php @@ -15,7 +15,7 @@ use wcf\util\StringUtil; * Executes label-related actions. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation\Label * diff --git a/files/lib/data/conversation/label/ConversationLabelEditor.class.php b/files/lib/data/conversation/label/ConversationLabelEditor.class.php index 7538a81..1e1bf83 100644 --- a/files/lib/data/conversation/label/ConversationLabelEditor.class.php +++ b/files/lib/data/conversation/label/ConversationLabelEditor.class.php @@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectEditor; * Extends the label object with functions to create, update and delete labels. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation\Label * diff --git a/files/lib/data/conversation/label/ConversationLabelList.class.php b/files/lib/data/conversation/label/ConversationLabelList.class.php index 1a45b2b..16256d2 100644 --- a/files/lib/data/conversation/label/ConversationLabelList.class.php +++ b/files/lib/data/conversation/label/ConversationLabelList.class.php @@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectList; * Represents a list of conversation labels. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation\Label * diff --git a/files/lib/data/conversation/message/ConversationMessage.class.php b/files/lib/data/conversation/message/ConversationMessage.class.php index 05b7880..877b988 100644 --- a/files/lib/data/conversation/message/ConversationMessage.class.php +++ b/files/lib/data/conversation/message/ConversationMessage.class.php @@ -14,7 +14,7 @@ use wcf\util\StringUtil; * Represents a conversation message. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation\Message * diff --git a/files/lib/data/conversation/message/ConversationMessageAction.class.php b/files/lib/data/conversation/message/ConversationMessageAction.class.php index 49358ca..6059a3e 100644 --- a/files/lib/data/conversation/message/ConversationMessageAction.class.php +++ b/files/lib/data/conversation/message/ConversationMessageAction.class.php @@ -31,7 +31,7 @@ use wcf\util\StringUtil; * Executes conversation message-related actions. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation\Message * diff --git a/files/lib/data/conversation/message/ConversationMessageEditor.class.php b/files/lib/data/conversation/message/ConversationMessageEditor.class.php index 867fbb5..eba809d 100644 --- a/files/lib/data/conversation/message/ConversationMessageEditor.class.php +++ b/files/lib/data/conversation/message/ConversationMessageEditor.class.php @@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectEditor; * Extends the message object with functions to create, update and delete messages. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation\Message * diff --git a/files/lib/data/conversation/message/ConversationMessageList.class.php b/files/lib/data/conversation/message/ConversationMessageList.class.php index 5a4b25b..637b0af 100644 --- a/files/lib/data/conversation/message/ConversationMessageList.class.php +++ b/files/lib/data/conversation/message/ConversationMessageList.class.php @@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectList; * Represents a list of conversation messages. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation\Message * diff --git a/files/lib/data/conversation/message/SearchResultConversationMessage.class.php b/files/lib/data/conversation/message/SearchResultConversationMessage.class.php index 199ed69..fd60c6c 100644 --- a/files/lib/data/conversation/message/SearchResultConversationMessage.class.php +++ b/files/lib/data/conversation/message/SearchResultConversationMessage.class.php @@ -9,7 +9,7 @@ use wcf\system\search\SearchResultTextParser; * Represents a list of search result. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation\Message * diff --git a/files/lib/data/conversation/message/SearchResultConversationMessageList.class.php b/files/lib/data/conversation/message/SearchResultConversationMessageList.class.php index cadc5aa..2214253 100644 --- a/files/lib/data/conversation/message/SearchResultConversationMessageList.class.php +++ b/files/lib/data/conversation/message/SearchResultConversationMessageList.class.php @@ -5,7 +5,7 @@ namespace wcf\data\conversation\message; * Represents a list of search results. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation\Message * diff --git a/files/lib/data/conversation/message/SimplifiedViewableConversationMessageList.class.php b/files/lib/data/conversation/message/SimplifiedViewableConversationMessageList.class.php index a5fe51c..8ccf440 100644 --- a/files/lib/data/conversation/message/SimplifiedViewableConversationMessageList.class.php +++ b/files/lib/data/conversation/message/SimplifiedViewableConversationMessageList.class.php @@ -6,7 +6,7 @@ namespace wcf\data\conversation\message; * Disables the loading of attachments and embedded objects by default. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation\Message */ diff --git a/files/lib/data/conversation/message/ViewableConversationMessage.class.php b/files/lib/data/conversation/message/ViewableConversationMessage.class.php index 3daa105..9421455 100644 --- a/files/lib/data/conversation/message/ViewableConversationMessage.class.php +++ b/files/lib/data/conversation/message/ViewableConversationMessage.class.php @@ -9,7 +9,7 @@ use wcf\system\cache\runtime\UserProfileRuntimeCache; * Represents a viewable conversation message. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation\Message * diff --git a/files/lib/data/conversation/message/ViewableConversationMessageList.class.php b/files/lib/data/conversation/message/ViewableConversationMessageList.class.php index a495af2..1c3eca9 100644 --- a/files/lib/data/conversation/message/ViewableConversationMessageList.class.php +++ b/files/lib/data/conversation/message/ViewableConversationMessageList.class.php @@ -10,7 +10,7 @@ use wcf\system\message\embedded\object\MessageEmbeddedObjectManager; * Represents a list of viewable conversation messages. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Conversation\Message * diff --git a/files/lib/data/modification/log/ConversationLogModificationLogList.class.php b/files/lib/data/modification/log/ConversationLogModificationLogList.class.php index 72c6568..5e74c37 100644 --- a/files/lib/data/modification/log/ConversationLogModificationLogList.class.php +++ b/files/lib/data/modification/log/ConversationLogModificationLogList.class.php @@ -8,7 +8,7 @@ use wcf\system\WCF; * Represents a list of modification logs for conversation log page. * * @author Alexander Ebert - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Modification\Log * diff --git a/files/lib/data/modification/log/ViewableConversationModificationLog.class.php b/files/lib/data/modification/log/ViewableConversationModificationLog.class.php index 02607f6..68dc82a 100644 --- a/files/lib/data/modification/log/ViewableConversationModificationLog.class.php +++ b/files/lib/data/modification/log/ViewableConversationModificationLog.class.php @@ -10,7 +10,7 @@ use wcf\system\WCF; * Provides a viewable conversation modification log. * * @author Alexander Ebert - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Modification\Log * diff --git a/files/lib/form/ConversationAddForm.class.php b/files/lib/form/ConversationAddForm.class.php index cc31ad2..fb3b52a 100644 --- a/files/lib/form/ConversationAddForm.class.php +++ b/files/lib/form/ConversationAddForm.class.php @@ -18,7 +18,7 @@ use wcf\util\StringUtil; * Shows the conversation form. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Form */ diff --git a/files/lib/form/ConversationDraftEditForm.class.php b/files/lib/form/ConversationDraftEditForm.class.php index cdd5077..28cdbd9 100644 --- a/files/lib/form/ConversationDraftEditForm.class.php +++ b/files/lib/form/ConversationDraftEditForm.class.php @@ -14,7 +14,7 @@ use wcf\util\HeaderUtil; * Allows the editing of conversation drafts. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Form */ diff --git a/files/lib/page/ConversationFeedPage.class.php b/files/lib/page/ConversationFeedPage.class.php index 46bf7f1..3182ee7 100644 --- a/files/lib/page/ConversationFeedPage.class.php +++ b/files/lib/page/ConversationFeedPage.class.php @@ -7,7 +7,7 @@ use wcf\system\WCF; * Shows most recent conversations. * * @author Alexander Ebert - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Page */ diff --git a/files/lib/page/ConversationListPage.class.php b/files/lib/page/ConversationListPage.class.php index efe062d..032934f 100644 --- a/files/lib/page/ConversationListPage.class.php +++ b/files/lib/page/ConversationListPage.class.php @@ -13,7 +13,7 @@ use wcf\util\ArrayUtil; * Shows a list of conversations. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Page * diff --git a/files/lib/page/ConversationPage.class.php b/files/lib/page/ConversationPage.class.php index 1afb9b2..b23f7e5 100644 --- a/files/lib/page/ConversationPage.class.php +++ b/files/lib/page/ConversationPage.class.php @@ -26,7 +26,7 @@ use wcf\util\StringUtil; * Shows a conversation. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Page * diff --git a/files/lib/system/attachment/ConversationMessageAttachmentObjectType.class.php b/files/lib/system/attachment/ConversationMessageAttachmentObjectType.class.php index a9a44c9..274136e 100644 --- a/files/lib/system/attachment/ConversationMessageAttachmentObjectType.class.php +++ b/files/lib/system/attachment/ConversationMessageAttachmentObjectType.class.php @@ -10,7 +10,7 @@ use wcf\util\ArrayUtil; * Attachment object type implementation for conversations. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Attachment * diff --git a/files/lib/system/cache/runtime/ConversationRuntimeCache.class.php b/files/lib/system/cache/runtime/ConversationRuntimeCache.class.php index f49dc30..020c2db 100644 --- a/files/lib/system/cache/runtime/ConversationRuntimeCache.class.php +++ b/files/lib/system/cache/runtime/ConversationRuntimeCache.class.php @@ -7,7 +7,7 @@ use wcf\data\conversation\ConversationList; * Runtime cache implementation for conversations. * * @author Matthias Schmidt - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Cache\Runtime * @since 3.0 diff --git a/files/lib/system/cache/runtime/UserConversationRuntimeCache.class.php b/files/lib/system/cache/runtime/UserConversationRuntimeCache.class.php index fa6d1b4..244e197 100644 --- a/files/lib/system/cache/runtime/UserConversationRuntimeCache.class.php +++ b/files/lib/system/cache/runtime/UserConversationRuntimeCache.class.php @@ -8,7 +8,7 @@ use wcf\system\WCF; * Runtime cache implementation for conversation fetched using UserConversationList. * * @author Matthias Schmidt - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Cache\Runtime * @since 3.0 diff --git a/files/lib/system/clipboard/action/ConversationClipboardAction.class.php b/files/lib/system/clipboard/action/ConversationClipboardAction.class.php index b58fd3e..e481c03 100644 --- a/files/lib/system/clipboard/action/ConversationClipboardAction.class.php +++ b/files/lib/system/clipboard/action/ConversationClipboardAction.class.php @@ -10,7 +10,7 @@ use wcf\system\WCF; * Prepares clipboard editor items for conversations. * * @author Alexander Ebert - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Clipboard\Action */ diff --git a/files/lib/system/conversation/ConversationHandler.class.php b/files/lib/system/conversation/ConversationHandler.class.php index 31b08ac..cbf5b9c 100644 --- a/files/lib/system/conversation/ConversationHandler.class.php +++ b/files/lib/system/conversation/ConversationHandler.class.php @@ -9,7 +9,7 @@ use wcf\system\WCF; * Handles the number of conversations and unread conversations of the active user. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Conversation */ diff --git a/files/lib/system/event/listener/ConversationUserActionRenameListener.class.php b/files/lib/system/event/listener/ConversationUserActionRenameListener.class.php index 14a630a..78a4544 100644 --- a/files/lib/system/event/listener/ConversationUserActionRenameListener.class.php +++ b/files/lib/system/event/listener/ConversationUserActionRenameListener.class.php @@ -5,7 +5,7 @@ namespace wcf\system\event\listener; * Updates the stored username during user rename. * * @author Alexander Ebert - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Event\Listener */ diff --git a/files/lib/system/event/listener/ConversationUserMergeListener.class.php b/files/lib/system/event/listener/ConversationUserMergeListener.class.php index 234ccfc..79ea9ea 100644 --- a/files/lib/system/event/listener/ConversationUserMergeListener.class.php +++ b/files/lib/system/event/listener/ConversationUserMergeListener.class.php @@ -5,7 +5,7 @@ namespace wcf\system\event\listener; * Merges user conversations. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Event\Listener */ diff --git a/files/lib/system/importer/ConversationAttachmentImporter.class.php b/files/lib/system/importer/ConversationAttachmentImporter.class.php index 13da950..88dd2e0 100644 --- a/files/lib/system/importer/ConversationAttachmentImporter.class.php +++ b/files/lib/system/importer/ConversationAttachmentImporter.class.php @@ -8,7 +8,7 @@ use wcf\data\object\type\ObjectTypeCache; * Imports conversation attachments. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Importer */ diff --git a/files/lib/system/importer/ConversationImporter.class.php b/files/lib/system/importer/ConversationImporter.class.php index 432662d..c7fde58 100644 --- a/files/lib/system/importer/ConversationImporter.class.php +++ b/files/lib/system/importer/ConversationImporter.class.php @@ -7,7 +7,7 @@ use wcf\data\conversation\ConversationEditor; * Imports conversations. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Importer */ diff --git a/files/lib/system/importer/ConversationLabelImporter.class.php b/files/lib/system/importer/ConversationLabelImporter.class.php index 4310e2f..f1ef25f 100644 --- a/files/lib/system/importer/ConversationLabelImporter.class.php +++ b/files/lib/system/importer/ConversationLabelImporter.class.php @@ -7,7 +7,7 @@ use wcf\data\conversation\label\ConversationLabelAction; * Imports conversation labels. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Importer */ diff --git a/files/lib/system/importer/ConversationMessageImporter.class.php b/files/lib/system/importer/ConversationMessageImporter.class.php index e1ace45..95e9cb7 100644 --- a/files/lib/system/importer/ConversationMessageImporter.class.php +++ b/files/lib/system/importer/ConversationMessageImporter.class.php @@ -7,7 +7,7 @@ use wcf\data\conversation\message\ConversationMessageEditor; * Imports conversation messages. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Importer */ diff --git a/files/lib/system/importer/ConversationUserImporter.class.php b/files/lib/system/importer/ConversationUserImporter.class.php index 8f3daae..f6540dd 100644 --- a/files/lib/system/importer/ConversationUserImporter.class.php +++ b/files/lib/system/importer/ConversationUserImporter.class.php @@ -6,7 +6,7 @@ use wcf\system\WCF; * Imports conversation users. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Importer */ diff --git a/files/lib/system/log/modification/ConversationModificationLogHandler.class.php b/files/lib/system/log/modification/ConversationModificationLogHandler.class.php index 0e9de62..11ea0b4 100644 --- a/files/lib/system/log/modification/ConversationModificationLogHandler.class.php +++ b/files/lib/system/log/modification/ConversationModificationLogHandler.class.php @@ -8,7 +8,7 @@ use wcf\data\user\UserList; * Handles conversation modification logs. * * @author Alexander Ebert - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Log\Modification */ diff --git a/files/lib/system/message/quote/ConversationMessageQuoteHandler.class.php b/files/lib/system/message/quote/ConversationMessageQuoteHandler.class.php index df7360d..9a8dd00 100644 --- a/files/lib/system/message/quote/ConversationMessageQuoteHandler.class.php +++ b/files/lib/system/message/quote/ConversationMessageQuoteHandler.class.php @@ -7,7 +7,7 @@ use wcf\data\conversation\ConversationList; * IMessageQuoteHandler implementation for conversation messages. * * @author Alexander Ebert - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Message\Quote */ diff --git a/files/lib/system/moderation/queue/report/ConversationMessageModerationQueueReportHandler.class.php b/files/lib/system/moderation/queue/report/ConversationMessageModerationQueueReportHandler.class.php index b78ce90..200e747 100644 --- a/files/lib/system/moderation/queue/report/ConversationMessageModerationQueueReportHandler.class.php +++ b/files/lib/system/moderation/queue/report/ConversationMessageModerationQueueReportHandler.class.php @@ -16,7 +16,7 @@ use wcf\system\WCF; * An implementation of IModerationQueueReportHandler for conversation messages. * * @author Alexander Ebert - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Moderation\Queue */ diff --git a/files/lib/system/page/handler/ConversationListPageHandler.class.php b/files/lib/system/page/handler/ConversationListPageHandler.class.php index 1b4fb77..6cbb217 100644 --- a/files/lib/system/page/handler/ConversationListPageHandler.class.php +++ b/files/lib/system/page/handler/ConversationListPageHandler.class.php @@ -7,7 +7,7 @@ use wcf\system\WCF; * Page handler implementation for the conversation list. * * @author Matthias Schmidt - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Page\Handler * @since 3.0 diff --git a/files/lib/system/page/handler/DefaultConversationRelatedPageHandler.class.php b/files/lib/system/page/handler/DefaultConversationRelatedPageHandler.class.php index e12843e..66497b2 100644 --- a/files/lib/system/page/handler/DefaultConversationRelatedPageHandler.class.php +++ b/files/lib/system/page/handler/DefaultConversationRelatedPageHandler.class.php @@ -7,7 +7,7 @@ namespace wcf\system\page\handler; * Only use this class when you need the online location handling for a board-related page. * * @author Matthias Schmidt - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Page\Handler * @since 3.0 diff --git a/files/lib/system/page/handler/TConversationOnlineLocationPageHandler.class.php b/files/lib/system/page/handler/TConversationOnlineLocationPageHandler.class.php index 1d0eafc..6cd1c22 100644 --- a/files/lib/system/page/handler/TConversationOnlineLocationPageHandler.class.php +++ b/files/lib/system/page/handler/TConversationOnlineLocationPageHandler.class.php @@ -9,7 +9,7 @@ use wcf\system\WCF; * Implementation of the online location-related page handler methods for conversations. * * @author Matthias Schmidt - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Page\Handler * @since 3.0 diff --git a/files/lib/system/search/ConversationMessageSearch.class.php b/files/lib/system/search/ConversationMessageSearch.class.php index 2649e33..ad690e4 100644 --- a/files/lib/system/search/ConversationMessageSearch.class.php +++ b/files/lib/system/search/ConversationMessageSearch.class.php @@ -12,7 +12,7 @@ use wcf\system\WCF; * An implementation of ISearchableObjectType for searching in conversations. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Search */ diff --git a/files/lib/system/stat/ConversationMessageStatDailyHandler.class.php b/files/lib/system/stat/ConversationMessageStatDailyHandler.class.php index 957a85d..a2ead26 100644 --- a/files/lib/system/stat/ConversationMessageStatDailyHandler.class.php +++ b/files/lib/system/stat/ConversationMessageStatDailyHandler.class.php @@ -5,7 +5,7 @@ namespace wcf\system\stat; * Stat handler implementation for conversation messages. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Stat */ diff --git a/files/lib/system/stat/ConversationStatDailyHandler.class.php b/files/lib/system/stat/ConversationStatDailyHandler.class.php index e2f695e..942155c 100644 --- a/files/lib/system/stat/ConversationStatDailyHandler.class.php +++ b/files/lib/system/stat/ConversationStatDailyHandler.class.php @@ -5,7 +5,7 @@ namespace wcf\system\stat; * Stat handler implementation for conversations. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Stat */ diff --git a/files/lib/system/user/notification/event/ConversationMessageUserNotificationEvent.class.php b/files/lib/system/user/notification/event/ConversationMessageUserNotificationEvent.class.php index c9b7120..a4e09c9 100644 --- a/files/lib/system/user/notification/event/ConversationMessageUserNotificationEvent.class.php +++ b/files/lib/system/user/notification/event/ConversationMessageUserNotificationEvent.class.php @@ -8,7 +8,7 @@ use wcf\system\user\notification\object\ConversationMessageUserNotificationObjec * User notification event for conversation messages. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Event * diff --git a/files/lib/system/user/notification/event/ConversationUserNotificationEvent.class.php b/files/lib/system/user/notification/event/ConversationUserNotificationEvent.class.php index 008d42d..66dca81 100644 --- a/files/lib/system/user/notification/event/ConversationUserNotificationEvent.class.php +++ b/files/lib/system/user/notification/event/ConversationUserNotificationEvent.class.php @@ -7,7 +7,7 @@ use wcf\system\user\notification\object\ConversationUserNotificationObject; * User notification event for conversations. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Event * diff --git a/files/lib/system/user/notification/object/ConversationMessageUserNotificationObject.class.php b/files/lib/system/user/notification/object/ConversationMessageUserNotificationObject.class.php index 14afdb1..5ee365e 100644 --- a/files/lib/system/user/notification/object/ConversationMessageUserNotificationObject.class.php +++ b/files/lib/system/user/notification/object/ConversationMessageUserNotificationObject.class.php @@ -8,7 +8,7 @@ use wcf\system\request\LinkHandler; * Notification object for conversations. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Object * diff --git a/files/lib/system/user/notification/object/ConversationUserNotificationObject.class.php b/files/lib/system/user/notification/object/ConversationUserNotificationObject.class.php index f9986b4..f554352 100644 --- a/files/lib/system/user/notification/object/ConversationUserNotificationObject.class.php +++ b/files/lib/system/user/notification/object/ConversationUserNotificationObject.class.php @@ -8,7 +8,7 @@ use wcf\system\request\LinkHandler; * Notification object for conversations. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Object * diff --git a/files/lib/system/user/notification/object/type/ConversationMessageNotificationObjectType.class.php b/files/lib/system/user/notification/object/type/ConversationMessageNotificationObjectType.class.php index c5d388e..c3893c4 100644 --- a/files/lib/system/user/notification/object/type/ConversationMessageNotificationObjectType.class.php +++ b/files/lib/system/user/notification/object/type/ConversationMessageNotificationObjectType.class.php @@ -8,7 +8,7 @@ use wcf\system\user\notification\object\ConversationMessageUserNotificationObjec * Represents a conversation message notification object type. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Object\Type */ diff --git a/files/lib/system/user/notification/object/type/ConversationNotificationObjectType.class.php b/files/lib/system/user/notification/object/type/ConversationNotificationObjectType.class.php index 605c9ad..5230d3d 100644 --- a/files/lib/system/user/notification/object/type/ConversationNotificationObjectType.class.php +++ b/files/lib/system/user/notification/object/type/ConversationNotificationObjectType.class.php @@ -9,7 +9,7 @@ use wcf\system\WCF; * Represents a conversation notification object type. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Object\Type */ diff --git a/files/lib/system/worker/ConversationMessageRebuildDataWorker.class.php b/files/lib/system/worker/ConversationMessageRebuildDataWorker.class.php index 7a8e730..b4f6a87 100644 --- a/files/lib/system/worker/ConversationMessageRebuildDataWorker.class.php +++ b/files/lib/system/worker/ConversationMessageRebuildDataWorker.class.php @@ -12,7 +12,7 @@ use wcf\system\WCF; * Worker implementation for updating conversation messages. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Worker * diff --git a/files/lib/system/worker/ConversationRebuildDataWorker.class.php b/files/lib/system/worker/ConversationRebuildDataWorker.class.php index 44791eb..3bc855a 100644 --- a/files/lib/system/worker/ConversationRebuildDataWorker.class.php +++ b/files/lib/system/worker/ConversationRebuildDataWorker.class.php @@ -10,7 +10,7 @@ use wcf\system\WCF; * Worker implementation for updating conversations. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Worker *