Updated copyright
authorAlexander Ebert <ebert@woltlab.com>
Sun, 8 Jan 2017 10:05:07 +0000 (11:05 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 8 Jan 2017 10:05:07 +0000 (11:05 +0100)
60 files changed:
constants.php
files/acp/install_com.woltlab.wcf.conversation.php
files/lib/data/conversation/Conversation.class.php
files/lib/data/conversation/ConversationAction.class.php
files/lib/data/conversation/ConversationEditor.class.php
files/lib/data/conversation/ConversationList.class.php
files/lib/data/conversation/ConversationParticipantList.class.php
files/lib/data/conversation/FeedConversation.class.php
files/lib/data/conversation/FeedConversationList.class.php
files/lib/data/conversation/UserConversationList.class.php
files/lib/data/conversation/ViewableConversation.class.php
files/lib/data/conversation/label/ConversationLabel.class.php
files/lib/data/conversation/label/ConversationLabelAction.class.php
files/lib/data/conversation/label/ConversationLabelEditor.class.php
files/lib/data/conversation/label/ConversationLabelList.class.php
files/lib/data/conversation/message/ConversationMessage.class.php
files/lib/data/conversation/message/ConversationMessageAction.class.php
files/lib/data/conversation/message/ConversationMessageEditor.class.php
files/lib/data/conversation/message/ConversationMessageList.class.php
files/lib/data/conversation/message/SearchResultConversationMessage.class.php
files/lib/data/conversation/message/SearchResultConversationMessageList.class.php
files/lib/data/conversation/message/SimplifiedViewableConversationMessageList.class.php
files/lib/data/conversation/message/ViewableConversationMessage.class.php
files/lib/data/conversation/message/ViewableConversationMessageList.class.php
files/lib/data/modification/log/ConversationLogModificationLogList.class.php
files/lib/data/modification/log/ViewableConversationModificationLog.class.php
files/lib/form/ConversationAddForm.class.php
files/lib/form/ConversationDraftEditForm.class.php
files/lib/page/ConversationFeedPage.class.php
files/lib/page/ConversationListPage.class.php
files/lib/page/ConversationPage.class.php
files/lib/system/attachment/ConversationMessageAttachmentObjectType.class.php
files/lib/system/cache/runtime/ConversationRuntimeCache.class.php
files/lib/system/cache/runtime/UserConversationRuntimeCache.class.php
files/lib/system/clipboard/action/ConversationClipboardAction.class.php
files/lib/system/conversation/ConversationHandler.class.php
files/lib/system/event/listener/ConversationUserActionRenameListener.class.php
files/lib/system/event/listener/ConversationUserMergeListener.class.php
files/lib/system/importer/ConversationAttachmentImporter.class.php
files/lib/system/importer/ConversationImporter.class.php
files/lib/system/importer/ConversationLabelImporter.class.php
files/lib/system/importer/ConversationMessageImporter.class.php
files/lib/system/importer/ConversationUserImporter.class.php
files/lib/system/log/modification/ConversationModificationLogHandler.class.php
files/lib/system/message/quote/ConversationMessageQuoteHandler.class.php
files/lib/system/moderation/queue/report/ConversationMessageModerationQueueReportHandler.class.php
files/lib/system/page/handler/ConversationListPageHandler.class.php
files/lib/system/page/handler/DefaultConversationRelatedPageHandler.class.php
files/lib/system/page/handler/TConversationOnlineLocationPageHandler.class.php
files/lib/system/search/ConversationMessageSearch.class.php
files/lib/system/stat/ConversationMessageStatDailyHandler.class.php
files/lib/system/stat/ConversationStatDailyHandler.class.php
files/lib/system/user/notification/event/ConversationMessageUserNotificationEvent.class.php
files/lib/system/user/notification/event/ConversationUserNotificationEvent.class.php
files/lib/system/user/notification/object/ConversationMessageUserNotificationObject.class.php
files/lib/system/user/notification/object/ConversationUserNotificationObject.class.php
files/lib/system/user/notification/object/type/ConversationMessageNotificationObjectType.class.php
files/lib/system/user/notification/object/type/ConversationNotificationObjectType.class.php
files/lib/system/worker/ConversationMessageRebuildDataWorker.class.php
files/lib/system/worker/ConversationRebuildDataWorker.class.php

index dd1e0fd60fe39f4506748ca8e3115a8b6d42537c..487f9c503281b1685cc00416571b4d9b992f7f59 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core
  */
index ca084985e9f4b1d47a9f11e0da74143821b25cff..5fbca2ae0358d9f109efb4ec29d42bb8ac8cea39 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  */
 // set default mod permissions
index 14cecf65474cd05e09856986aa69b2da0c62c33e..150754199ca7274932e262dc82d9c1248113ffc8 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation
  * 
index 1ad10cecd78527aa1cd92bf1703b652bd36a9531..25d6a7e0a454c9704c8328d2ee6d3b179bdb983e 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation
  * 
index 90ec00ba96176f6a4c1ef11e28cb57dbd67f06be..98230875cc5cf5cde8e98e802be14300ab19e5a9 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation
  * 
index 88c70debd6d709235b45bae30b17d1321cb595af..f763cffdb5384fa981e5289cf19f75f9990b4c55 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation
  *
index 1cccb484b881ae76c5018fba238df53c4c5a63f4..76f334c30d174c1ac4656e187281052edcff745a 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation
  */
index df58e58e88bb484b3711b05989f0159a8cf9a086..95fa8cc67925094f9d5203faf0627b9586003042 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation
  *
index 90a209b59a2981df8aa24c30a2e9bcd68dda4cc0..07aab7d1335d7255d62c9e4ce9988ad80f9dfe7d 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation
  *
index 9eec01d0a21ce011ca6629fcf6f3c1c1a3873656..f615094b89a71c674196684c79f53c25b87ac86c 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation
  * 
index 75e7e1b5892bb9845d80d10d96ca95aa0ca2c7d2..4e9ebb7a437b570612d17fa1320b87138774a557 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation
  * 
index 1e0487ebddcf586ab47a960f8ae9c2dbcf1b54be..9041b84d9b88fc7705f3989580c0aae8a3d3564e 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation\Label
  * 
index ae6e2525a76b38aa2b5352c349d64407e733bf52..056c375db111c192176399d427e27a15f31ebfbe 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation\Label
  * 
index 7538a813b1b8c743b3a990ad347c8dd5eed01855..1e1bf83d1fa82ae2a83cb3fa3798a66b6a9401bd 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation\Label
  * 
index 1a45b2b47fc247f1dd399d5776176521cedc27f6..16256d23db5602a6fa751d643bfe7b5883f7689c 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation\Label
  * 
index 05b78808e44ffddba1874086f594c7a64273bc15..877b988d79993dd23c52e2a115d3c30c0574828b 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation\Message
  *
index 49358ca4255d1c4c520188299d5758769640fd90..6059a3e0de721d132d3cfd3973d5b188eeac68e4 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation\Message
  * 
index 867fbb5ba2747c8809e971fad22495f429b585eb..eba809de6c7e522b7e04451bee6e7648b468d9a7 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation\Message
  * 
index 5a4b25bc939acaf21264dce09d765204032089b7..637b0afcb40c57fb165d58737bf4905695830809 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation\Message
  *
index 199ed6981a8802abe740fa06cc9dce5283c3a2f7..fd60c6c3f92b2b3c37dd2b6f8da08795ffbc7b9a 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation\Message
  * 
index cadc5aa41a864c6d014ebd9bdef048df9c84ce8b..2214253acc1419aee76c7293a0ab30012b2c5faf 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation\Message
  *
index a5fe51c7a9851e7a38d361e73b1852bec265db3f..8ccf440d374a44d300bc74a2de3ea46641fc4bd3 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation\Message
  */
index 3daa105afdb9c1480a1601fe769af13cce636e90..9421455c465334c2949622c674c1158ace647081 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation\Message
  * 
index a495af2be14599c21697ab47db0164bbc4907926..1c3eca9b46445deea2e3f111adce253dac4811a1 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Conversation\Message
  *
index 72c6568a7f1a3d35b81cdecc6c4c9790c54d0e0d..5e74c3751759f2fbc63c59c9aee7ea54dc6989da 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Modification\Log
  *
index 02607f699f037f82348c601011586f8affd8157e..68dc82ae95328bd354f15a545dacd59a1f8e2fdc 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Modification\Log
  *
index cc31ad2fd8a5e83c781ac444df18e559be8eb092..fb3b52a5b948c11ab51812a55c2602eb61db3dc5 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Form
  */
index cdd5077d5e055d1f0c7abbc31c514d2b2c7f99c5..28cdbd96b063882e3dfcdfc1693c9558c9026684 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Form
  */
index 46bf7f1cf2224ab8ad9240a8f554adf46ea0a5c9..3182ee7a0cfc153da0903e72717611dda0ea54a4 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Page
  */
index efe062d2724a74febba200e39ec5af6af2648905..032934fb4a0805dbe6b6a06c423c0f8f98015787 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Page
  * 
index 1afb9b2aeb0a9e5defc605cc9289b3313190c4e8..b23f7e5c787659b407f6ba98546644774c7ccfab 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Page
  * 
index a9a44c93afcd914318f07a6dd78c38ae6f7fb525..274136eb400a684d153931ce672b55159138c67d 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Attachment
  * 
index f49dc305544ae36bdcae56f1601f2fed394c9a09..020c2db130e17d193258cf2b60a328f0b031be14 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Cache\Runtime
  * @since      3.0
index fa6d1b402c6417c82eee716ff3da21b04b31bbf7..244e197a01af6ffc1dfe4f1fd126bad82f352c71 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Cache\Runtime
  * @since      3.0
index b58fd3e00bdfeeb58b8f9c0d21096d4b9fdde20f..e481c03c92b13fdb8a6e65783920471980f4be38 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Clipboard\Action
  */
index 31b08ac7671da7315115c3923277465be0e65a49..cbf5b9c814ced4f4ed7f463688b0668a50221c7d 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Conversation
  */
index 14a630a774f1fc6193ee2677454b0db314ce71ea..78a454424f61dff49a6c42b7a4e59ac2f6958d41 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Event\Listener
  */
index 234ccfc5cee4df4b7d1cb8cf6e6e5fd31cc5ea2b..79ea9eaa516a8a8325285c56fce8cc7a7e5a3fef 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Event\Listener
  */
index 13da950704d3b525afc3331a219e7106889d0683..88dd2e0686e6408ea1f1cf8d91c9719550a432fc 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Importer
  */
index 432662d4fbbaef314436ffb4aab2338b6d8c097f..c7fde580e3bef4384ebade5aa332f88f3532ced0 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Importer
  */
index 4310e2f3dc8295990fbfe4fc9260348cc9081f4f..f1ef25f2018a3b6bda95de1270b6bc0a17eb2c92 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Importer
  */
index e1ace45b9d912f8cd10990bf8e42240b52744f09..95e9cb7ea4f3f6f2d8654573dacc5d77da845961 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Importer
  */
index 8f3daae69a1c984c985fabae5f16d4e42985d540..f6540dd2835a42317340657b6582a8b6b79f51c6 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Importer
  */
index 0e9de623e8710d9867126ed0a58a7458d6a20259..11ea0b4513ad5665e658401d1b4279a479ae8731 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Log\Modification
  */
index df7360d31056be086d7b7f7cfefda4cd7c39967a..9a8dd00387f64dd8ba65d6d41794cb2d9d39acdb 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Message\Quote
  */
index b78ce908da8489658a04079dcf57c23b78d4b732..200e747023775a3ed2c4f0bdf85088a387a00848 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Moderation\Queue
  */
index 1b4fb77958579da7b90e46fdfeb8fad0722068be..6cbb21727daf9cd2b29da217f18530c2b285cf9e 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Page\Handler
  * @since      3.0
index e12843e6aab508c42c0a88e778a7525a4f2331e7..66497b2f7c7644edb9039f981e42432262d291d0 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Page\Handler
  * @since      3.0
index 1d0eafc691b14a4e3384706fd13f4a1aa69c4b18..6cd1c22a4ead89f4b24b9de667007a6955d735bd 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Page\Handler
  * @since      3.0
index 2649e33f8ea656d63792dfc294f039cc265395f1..ad690e42ccc6b2ea3eaf727d7f4d1779dd3dee5f 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Search
  */
index 957a85d12b6664573cf21a3cab4bda1fb07bcd10..a2ead26f0382682bccdfce0e4b4a08a30bdcb8ae 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Stat
  */
index e2f695e853e7ef6645437493fb005083e5baad7a..942155cbfb03e13254e92908cbd2897e8af04900 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Stat
  */
index c9b7120c7b9e562c3ec04401f6ecc4002b44534f..a4e09c92af787a2a7595b08c294c4815f75f51ca 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\User\Notification\Event
  * 
index 008d42d191d6bc6841ad2492d732677b14cdc13a..66dca81e2a26de60d924ef8ecb639958d1b1bac5 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\User\Notification\Event
  * 
index 14afdb1b9ccbdf079b7561fc2c8c139fb5ef11ba..5ee365e79b1951378951d5de5b8561c049140c1c 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\User\Notification\Object
  *
index f9986b4a9315aaa39b80ad3d336ab5dddfd56a08..f5543522260fa301da646932a1d46d2262a27296 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\User\Notification\Object
  * 
index c5d388e5dcf179530808d89505d6b738524f58cd..c3893c4b9d0aa9b35b24e30227950db3cd42624a 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\User\Notification\Object\Type
  */
index 605c9ad35a3228da30658fcc6e50cfc71703b47a..5230d3d750c480dd9c114dad6c00666e7b0602b1 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\User\Notification\Object\Type
  */
index 7a8e730e7d21fbd86a46cad8a8d267bccdcf644d..b4f6a87a724d111a535b375ddf15783bb9741675 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Worker
  * 
index 44791eb1704f151898dfb457dfbdeaf655a8e62e..3bc855a68654245b3494d53a917a16c03c82b25e 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Worker
  *