Update copyright date
authorMatthias Schmidt <gravatronics@live.com>
Sat, 21 May 2016 08:58:01 +0000 (10:58 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 21 May 2016 08:58:01 +0000 (10:58 +0200)
32 files changed:
files/lib/data/conversation/ConversationAction.class.php
files/lib/data/conversation/ConversationParticipantList.class.php
files/lib/data/conversation/FeedConversation.class.php
files/lib/data/conversation/UserConversationList.class.php
files/lib/data/conversation/label/ConversationLabelAction.class.php
files/lib/data/conversation/message/ConversationMessageAction.class.php
files/lib/data/conversation/message/ConversationMessageEditor.class.php
files/lib/data/conversation/message/SearchResultConversationMessage.class.php
files/lib/data/conversation/message/SimplifiedViewableConversationMessageList.class.php
files/lib/form/ConversationAddForm.class.php
files/lib/form/ConversationMessageEditForm.class.php
files/lib/page/ConversationFeedPage.class.php
files/lib/system/attachment/ConversationMessageAttachmentObjectType.class.php
files/lib/system/clipboard/action/ConversationClipboardAction.class.php
files/lib/system/conversation/ConversationHandler.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/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 ccf70ffbbfde6bd18aa583df7eb709e31af36a22..371077237810e88afb2e5b3953d5fcb845c1b545 100644 (file)
@@ -23,7 +23,7 @@ use wcf\system\WCF;
  * Executes conversation-related actions.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation
index 438dae7c18dfb9fc3455c06e67e0de3ba12ae595..5095c10314951498b2d0cd0e9b447c16634b337d 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\WCF;
  * Represents a list of conversation participants.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation
index 38e23181a024bef617bdcf0bc9b11a2f21d0a8ff..0303e026886a42f01ba8618555b0744733120d32 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\request\LinkHandler;
  * Represents a conversation for RSS feeds.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation
index 0945bdf8f5508a28a4843fd1b84df365e3d9e319..7f3e8e63f5a7585157b7ea3ebf07099cd1e70884 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * Represents a list of conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage data.conversation
index 6a0c96d09ae41688e3efd5f5281ca8446fddd732..fdb905c589084d53cd50ccfdf47efd60a62ee325 100644 (file)
@@ -15,7 +15,7 @@ use wcf\util\StringUtil;
  * Executes label-related actions.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 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 d0015c9abd0f4abf65d3978d71b8afb0ecd4373c..8a183d8a03195d5494246f82645e4fdb06f46c7a 100644 (file)
@@ -33,7 +33,7 @@ use wcf\util\StringUtil;
  * Executes conversation message-related actions.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 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 b0729eca4f0bdf1b1465c6b5f9b59ac44c8b62ea..8f541b7d066856c142a9fb69822156ba6a45453a 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-2015 WoltLab GmbH
+ * @copyright  2001-2016 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 90e5b48fb94ae7805fd5fa18f80ba55f8c62e648..d066841bb4b2cbdbc4a5c71b1bd63d7cb31de63f 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\search\SearchResultTextParser;
  * Represents a list of search result.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 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 e13355cf2ae7905ff05b42f8ac2182c23389da11..7861076144520c3c2f750664b55c93df8bfb1df1 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-2015 WoltLab GmbH
+ * @copyright  2001-2016 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 f54d63f75b7b09be85c5246979fe3f597e6e3c5f..b9d191cdf43560a41ab269dba71404d973d78601 100644 (file)
@@ -18,7 +18,7 @@ use wcf\util\StringUtil;
  * Shows the conversation form.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage form
index e9add99280a93e9908138fd5e519cd07dbfc24fb..84068334f1df5dc90c703b660222c0be3c1204a6 100644 (file)
@@ -16,7 +16,7 @@ use wcf\util\HeaderUtil;
  * Shows the conversation message edit form.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage form
index f58e5ac65166b946bed9d3409bb53b381a1613b4..3d0c93abb5d01d729df70a14bd7b160987c1d0b2 100644 (file)
@@ -7,7 +7,7 @@ use wcf\system\WCF;
  * Shows most recent conversations.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage page
index 7b6dbca80a9b162646b55f1b6ac9b4e7e7499ab2..5f4753cb823ca46b30ec71268d5f33dd5a270584 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\ArrayUtil;
  * Attachment object type implementation for conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.attachment
index ad66da9cc6b49fc59b30b5b5ace8f7910b95baa5..e5616cc36f9770e9f49d31667cb1149f5a2f4c56 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * Prepares clipboard editor items for conversations.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 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 57ea2c3ed3a6b40489e98eed49a85e4329b5fc97..c7c2ee11f4ae3307b56fb2dfdb17eb36441a7f32 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-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.conversation
index d81afaeccd163d5436c5f0c7cda4a90e9ea7f201..4f6a67d06d2196af35aaafdcf3929df6ae080bd2 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\object\type\ObjectTypeCache;
  * Imports conversation attachments.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.importer
index 78458da39ae6c3ecff516c2460f656d6dea33391..7d69e2c4b2bed6841d2a0df55cc2f6e4265cf53b 100644 (file)
@@ -7,7 +7,7 @@ use wcf\data\conversation\ConversationEditor;
  * Imports conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.importer
index d573b3f418b9e668ec7e58032f9496bc4c5c794a..b5a24f3889fbe337d289f64ff23fdfcedc47c51d 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\conversation\label\ConversationLabelAction;
  * Imports conversation labels.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.importer
index 5fdbdfa2e7ec3e7f5f096087cec566986431e4de..79609cfb1cbed02387d2ef0fc5dafaba1d690d88 100644 (file)
@@ -7,7 +7,7 @@ use wcf\data\conversation\message\ConversationMessageEditor;
  * Imports conversation messages.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.importer
index 6e76050e0faa07715d0026384945490a0375fc72..39d3fb4bdaf928d441ceaa0ef20f83c5ee8d53e3 100644 (file)
@@ -6,7 +6,7 @@ use wcf\system\WCF;
  * Imports conversation users.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.importer
index 824b15e8b074e9e57edc8b988855d365daa9c88d..35fa89bf4d1951ab58829b0f6fa15b63c14407cb 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\user\UserList;
  * Handles conversation modification logs.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 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 d61f83312755a1caa895e89f25c4e89c091b45e0..51fd421ace2ff3ee23cb2bfbb8e60ab1a94e349c 100644 (file)
@@ -7,7 +7,7 @@ use wcf\data\conversation\ConversationList;
  * IMessageQuoteHandler implementation for conversation messages.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 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 b61da2cb583aaa069d2149487607a2abe7180245..e38c08e59a5243c88c12f855bcb0718344cc0d40 100644 (file)
@@ -16,7 +16,7 @@ use wcf\system\WCF;
  * An implementation of IModerationQueueReportHandler for conversation messages.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 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 a8dcc3baee5b349ef0e397f0c6cd4c9d57c1de3d..b9d2bf5ed32339cafde99824e0b942f014a63274 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * An implementation of ISearchableObjectType for searching in conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.search
index 950ca02e4d7fc055f32b7cb52ca72f10c7df654a..94252c2615d48a8d649129d2c5a40973aa04808d 100644 (file)
@@ -5,7 +5,7 @@ namespace wcf\system\stat;
  * Stat handler implementation for conversation messages.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.stat
index 83e621b9ed0d52e52ffc8fbac1e9ed473eaaa664..7e935d046268fb04bea6dd8aa32abc7de05baac2 100644 (file)
@@ -5,7 +5,7 @@ namespace wcf\system\stat;
  * Stat handler implementation for conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage system.stat
index 637069b4462e6180bb890c36925e87fed7398892..9d0ac9f8d83b91da6216c89167f5c183bf3d0372 100644 (file)
@@ -6,7 +6,7 @@ use wcf\system\request\LinkHandler;
  * User notification event for conversation messages.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 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 640192cbf4f6d846bb3517191e0752bbd377213f..c1715f31d2179522e740278bc81c733c03fa11c9 100644 (file)
@@ -6,7 +6,7 @@ use wcf\system\request\LinkHandler;
  * User notification event for conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 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 3f48c91376869740a149a4f36d65464abb5d5de3..2ffd50db3196c845abec67a70fc14e9435d326b0 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-2015 WoltLab GmbH
+ * @copyright  2001-2016 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 a30d5efff5d7305af498a539b07bffabb46e5489..3b5efb43e7db4147e03bf0f1666a0188eeff5337 100644 (file)
@@ -7,7 +7,7 @@ use wcf\system\WCF;
  * Represents a conversation notification object type.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 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 3d62cac3ef8ed92506b8e7748578d81038d81e0b..95196a857ffc6fffd0d2b649379ac6f399c1fb18 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * Worker implementation for updating conversation messages.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.worker
index 8b7b761b7e40f61e4daf53139343f324091ac510..c9376fa4bb47b40a43a6d300a4ac51f4ad8fdd2f 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * Worker implementation for updating conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.worker