Updated copyright date
authorMarcel Werk <burntime@woltlab.com>
Wed, 25 Feb 2015 12:50:03 +0000 (13:50 +0100)
committerMarcel Werk <burntime@woltlab.com>
Wed, 25 Feb 2015 12:50:03 +0000 (13:50 +0100)
files/lib/data/conversation/ViewableConversation.class.php
files/lib/data/conversation/message/ConversationMessage.class.php
files/lib/form/ConversationAddForm.class.php
files/lib/form/ConversationMessageEditForm.class.php
files/lib/system/attachment/ConversationMessageAttachmentObjectType.class.php

index 4e33d2953e9ffe73ae916f59125a537c9cc4ef0b..d7f4a05f1814c5aaf92fd3fbcfeb2f96b85b2860 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * Represents a viewable conversation.
  * 
  * @author     Marcel Werk
- * @copyright  2009-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 f406e861f7ec20b56a149180a09f5dc61600325a..a90af597b767e9e49cf219165367d0681ea4249b 100644 (file)
@@ -14,7 +14,7 @@ use wcf\util\StringUtil;
  * Represents a conversation message.
  * 
  * @author     Marcel Werk
- * @copyright  2009-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 514227b180add186662eb7e188a251e390aa10c9..00f5e195b8cfbcfac355bdbf4391c769111762b8 100644 (file)
@@ -18,7 +18,7 @@ use wcf\util\StringUtil;
  * Shows the conversation form.
  * 
  * @author     Marcel Werk
- * @copyright  2009-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 form
index 287758cd2edc9908878b65c878826ff6828ddab8..966171a8cacd939d4b8deb9efa4ca5d6b62a493f 100644 (file)
@@ -16,7 +16,7 @@ use wcf\util\HeaderUtil;
  * Shows the conversation message edit form.
  * 
  * @author     Marcel Werk
- * @copyright  2009-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 form
index 910d301ae4792c299100e93cfe6329f66174adfc..c409955d6542d0421c74efd2dcb159156acc250b 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\ArrayUtil;
  * Attachment object type implementation for conversations.
  * 
  * @author     Marcel Werk
- * @copyright  2009-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.attachment