Updated copyright date
authorMarcel Werk <burntime@woltlab.com>
Wed, 25 Feb 2015 12:41:53 +0000 (13:41 +0100)
committerMarcel Werk <burntime@woltlab.com>
Wed, 25 Feb 2015 12:41:53 +0000 (13:41 +0100)
49 files changed:
files/acp/install_com.woltlab.wcf.conversation_2.0.0.php
files/js/WCF.Conversation.js
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/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/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/page/ConversationFeedPage.class.php
files/lib/page/ConversationPage.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/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/user/online/location/ConversationLocation.class.php
files/lib/system/worker/ConversationMessageRebuildDataWorker.class.php
files/lib/system/worker/ConversationRebuildDataWorker.class.php

index 4090cf6e4ab4818c3f923555ddf77b27966eaf94..956644ed4ce5a90a1c4e974f72bd0a1b2e930541 100644 (file)
@@ -4,7 +4,7 @@ use wcf\system\WCF;
 
 /**
  * @author     Matthias Schmidt
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  */
 // set default mod permissions
index d78f0493c8999b53543199c3fbc764a7ef688bb7..23687e379c9e84ccde831c9c0efa8b010868e75d 100644 (file)
@@ -2,7 +2,7 @@
  * Namespace for conversations.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  */
 WCF.Conversation = { };
index 565c67ffccbaa95eaa4e699012fe8a817d5df892..f86437a94c055eea0e33c9294791843e7b11708f 100644 (file)
@@ -18,7 +18,7 @@ use wcf\util\ArrayUtil;
  * Represents a conversation.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation
index 0de272b5bf12f1b4ad0f1cde7d35f0b8be3be18b..41305146194ccf8090502dd62e23bcca208ecccf 100644 (file)
@@ -23,7 +23,7 @@ use wcf\system\WCF;
  * Executes conversation-related actions.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation
index df3b9f12b60eacc5be08757062d539a16ea3e584..34c6244413b9daa27cd383592f0ffaf6d7352416 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-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation
index 0e4bb729699f15d35e2c493c3cc4587e3791ec7e..910642ebe58d7b240099960ba9ff151a8cffca42 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectList;
  * Represents a list of conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation
index 1e878c50219d5f2b5278ca976d9eb9531a02473b..f4a27756f5bcbf5be5b3ca79a7b363886dd4c9b5 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * Represents a list of conversation participants.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation
index 72d6c11a5002a70aa149b699f42e842daf6349e6..b7e434a6be698defa4ef02c41d34d0f8532ff713 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\request\LinkHandler;
  * Represents a conversation for RSS feeds.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation
index acf5a91bacbb71a5d30dd45dc46f011bf447e598..46adecb86854420592b23c1f9699134b5a9aee78 100644 (file)
@@ -6,7 +6,7 @@ use wcf\system\WCF;
  * Represents a list of conversations for RSS feeds.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation
index 28534ba558f0317686e526dd25c57772e6d5c930..f1e502a1bb9101c86b2a27fc3750e353e01e894b 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * Represents a list of conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation
index 34cf53023a8445722f9f5516112ccdfe3a8df269..0a060d8c0490ec26b3fb136f56aa39f3afe66388 100644 (file)
@@ -15,7 +15,7 @@ use wcf\util\StringUtil;
  * Executes label-related actions.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation.label
index ea6d5017049c28ca488379e2a3743bb204f1adea..8025671b50d451e7c3e67e1e0b54098d58ffa08e 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-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation.label
index 18a8ed6ad3c12645d099331d28f096a1c3c000aa..197941125a1cb86f35b97ec0f6a4969870b7ab7b 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectList;
  * Represents a list of conversation labels.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation.label
index 219ced0861005a99941ceb08a1eeaf46e825011d..9dc39d436d1530fb7e20bfdf6d0d59fc3b30fb15 100644 (file)
@@ -33,7 +33,7 @@ use wcf\util\StringUtil;
  * Executes conversation message-related actions.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation.message
index e6baef96d6c385813189f2cee6cf7e0e05674e51..ce8fdd8b58409579f9282a99495e4091ec7b80da 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-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation.message
index a89b5eecf6de87dc339cb8183881e7cb120ca0a9..348f409bd34cea56faddb3be935bf5af501686e0 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectList;
  * Represents a list of conversation messages.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation.message
index a8631574d4b9626d4ec9570aed688e46207372d8..683ef34a3b91262e40d2ccf30e211069cb3ab677 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\search\SearchResultTextParser;
  * Represents a list of search result.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation.message
index 66069cd4809640341454569d5263dc415d72348c..daacca02aa4911634f55636fb200ab33f0d8b744 100644 (file)
@@ -5,7 +5,7 @@ namespace wcf\data\conversation\message;
  * Represents a list of search results.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation.message
index 154c10d155687967eb0ff985825062fecc3ed2d1..e13355cf2ae7905ff05b42f8ac2182c23389da11 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-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation.message
index f7eefe39c7f8c97a8832e1ba20a8d62990f959f9..f9fc01d7917f8e3bd0d364affd8e0fcf28459f6c 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectDecorator;
  * Represents a viewable conversation message.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation.message
index 958a7f58d09e890e6cbfb0d17ec7a97e5c3b63fe..6ac77cd75db914a64b43c681ce9fa49412ab28c6 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\message\embedded\object\MessageEmbeddedObjectManager;
  * Represents a list of viewable conversation messages.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation.message
index b83c5f678d1765383eec16450460121b1afae83a..f9e15290c214b9dce93742976e34543eb8f56111 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-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.modification.log
index cb51ba6ddcef7e3ed4519d5d0a797b99d7c0aa54..e738625af71460f8378373e5b98d4ec61fb4adfa 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * Provides a viewable conversation modification log.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.modification.log
index 0eaed5a0135e0e8ed9092bb8c34c05909166044e..f3d0f42362860f5728f63f58d0f51334e26335ff 100644 (file)
@@ -7,7 +7,7 @@ use wcf\system\WCF;
  * Shows most recent conversations.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage page
index 6fba00d23254e6e130a00497974d6888e974aea8..77d3a69d32b1011fc06ce49f64e4ef0045330385 100644 (file)
@@ -23,7 +23,7 @@ use wcf\util\StringUtil;
  * Shows a conversation.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage page
index c33dff77a9c50bb9aff9d9526288a97355f58c03..53daf3e6f4784ce4fc23fceb14c00201335e61d5 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\WCF;
  * Prepares clipboard editor items for conversations.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.clipboard.action
index 8ae4763312007f3816a72aa66f01a0e0a9f4144b..ddb5b42b7cfd73ec0e4e64aca95b814f14bc6936 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-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.conversation
index 362c80e6037986fbac20668626fd75ca79ef6b31..bdc02be4d31048cafabe2059b4a8dcba63ea6e75 100644 (file)
@@ -6,7 +6,7 @@ use wcf\system\WCF;
  * Updates the stored username on user rename.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.event.listener
index 88fd11ba733c69b91276bd574aac763e74afd965..3a74c6cd21b4ecf18decc099789cdb3065026afe 100644 (file)
@@ -7,7 +7,7 @@ use wcf\system\WCF;
  * Merges user conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.event.listener
index e66301509408a0080f9d571c60394f00b5663d28..10419ee100d73dbe4e5a552eafcf6f3944fa717e 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\object\type\ObjectTypeCache;
  * Imports conversation attachments.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.importer
index acd4d45d6adc1a1c4af82f0fe1261e1a8aa98927..4b407838c136dbc671158c22f527e59c97f15153 100644 (file)
@@ -7,7 +7,7 @@ use wcf\data\conversation\ConversationEditor;
  * Imports conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.importer
index 7e1e3aef11185d53080b0c065011b926938cc6d4..bd8c5470876b1fb74c353cff130768a44cca2e70 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\conversation\label\ConversationLabelAction;
  * Imports conversation labels.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.importer
index 8c482548b2aef0fe0ed1c84d6d352f2dbb41394d..3d53129ce301d3a05f59560a6a5b03282bed0ae6 100644 (file)
@@ -7,7 +7,7 @@ use wcf\data\conversation\message\ConversationMessageEditor;
  * Imports conversation messages.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.importer
index 7906e5bf588fdf4fbafcfba1658634461f684e2b..af403a90cf5a7fb46d37bf2131827ca783d80be6 100644 (file)
@@ -6,7 +6,7 @@ use wcf\system\WCF;
  * Imports conversation users.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.importer
index f441d175cdffb4ca87ab7072911570823e21eff6..b6ed2c0a2007d508f0d3a493aa9e6072ad8e2232 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\user\UserList;
  * Handles conversation modification logs.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.log.modification
index 6ea2cba0719b42a78ca52d7ffa497d7cbdb83170..eddd09fd6368ee3e7354d5e615f51d2bf035715c 100644 (file)
@@ -7,7 +7,7 @@ use wcf\data\conversation\ConversationList;
  * IMessageQuoteHandler implementation for conversation messages.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.message.quote
index 0eba6867c493450018514489058b54dcbde26f68..1084bfca89b831621529bba9a5fa45e02db548f8 100644 (file)
@@ -16,7 +16,7 @@ use wcf\system\WCF;
  * An implementation of IModerationQueueReportHandler for conversation messages.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.moderation.queue
index d3888bc0bf82184ad5a55c52e0e613fdc0a34683..624824321dd685d270f6d115aaa8b60818280ae2 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * An implementation of ISearchableObjectType for searching in conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.search
index 9feec6200e67cc29fb257af25257f7f28e99ee6e..c156bfd49b3e623ac235bf0d3e10a1eeb25a8201 100644 (file)
@@ -5,7 +5,7 @@ namespace wcf\system\stat;
  * Stat handler implementation for conversation messages.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.stat
index 9238859e99bf3e3f774db0dfdb8e237704543b22..68d74b76d83b42d84c975cb43d8d104a1d06ae8c 100644 (file)
@@ -5,7 +5,7 @@ namespace wcf\system\stat;
  * Stat handler implementation for conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.stat
index 2d5265abab718be1b36c97a852f35d5566cd409a..6fee83d4aa809ff938b65a7cc376cb321c4197ca 100644 (file)
@@ -7,7 +7,7 @@ use wcf\system\user\notification\event\AbstractUserNotificationEvent;
  * User notification event for conversation messages.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.user.notification.event
index 694c21c3a20071fb3724cc4a12f55b65c7a330c6..b1a08547b43b672abfc7fe21aeaef1b79e4587c6 100644 (file)
@@ -7,7 +7,7 @@ use wcf\system\user\notification\event\AbstractUserNotificationEvent;
  * User notification event for conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.user.notification.event
index 34f42234927786b4193c8cf0376e3fb83688017e..101c693d85aabde04612789a36692cf9112c790e 100644 (file)
@@ -7,7 +7,7 @@ use wcf\system\request\LinkHandler;
  * Notification object for conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.user.notification.object
index fa5794144e7d8ff2642b87bf490adbd4771adf9b..7127b2d0ad465b0c430b44ab603c78d2331ccd98 100644 (file)
@@ -7,7 +7,7 @@ use wcf\system\request\LinkHandler;
  * Notification object for conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.user.notification.object
index 0c2076ef43c0c2f0745fbcab4cb770e76de1edac..3f48c91376869740a149a4f36d65464abb5d5de3 100644 (file)
@@ -5,7 +5,7 @@ namespace wcf\system\user\notification\object\type;
  * Represents a conversation message notification object type.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.user.notification.object.type
index 46948a0bb51fd019f58d2140864ccc0033cf0b60..fe64fe992b9144e0478a5c2f66953d15dc65b3ea 100644 (file)
@@ -7,7 +7,7 @@ use wcf\system\WCF;
  * Represents a conversation notification object type.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.user.notification.object.type
index 377ffc017ff2ddf87713d6a450a0437ca4c237a3..f72972b1a3765f0d380826e2eea3a4cde8baec6c 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\WCF;
  * Implementation of IUserOnlineLocation for the conversation page location.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.user.online.location
index 1fec81ae92aa1ae389d8ca70a99f6f7cac9fc2a7..5b1e2d6142ddaa494afe819c7379003d25aa973d 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * Worker implementation for updating conversation messages.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.worker
index f13e3109fd6c9e078f13d9de9bdec4d7f61fb0f1..84c1b08ecfc89872b1bb71fd5063df1bd97124f4 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * Worker implementation for updating conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.worker