Updated copyright date
authorSascha Greuel <sascha@softcreatr.de>
Mon, 24 Jun 2013 12:48:16 +0000 (14:48 +0200)
committerSascha Greuel <sascha@softcreatr.de>
Mon, 24 Jun 2013 12:48:16 +0000 (14:48 +0200)
I just forgot a few files

41 files changed:
wcfsetup/install/files/acp/global.php
wcfsetup/install/files/acp/index.php
wcfsetup/install/files/acp/install.php
wcfsetup/install/files/js/WCF.User.js
wcfsetup/install/files/lib/core.functions.php
wcfsetup/install/files/lib/data/acl/option/ACLOption.class.php
wcfsetup/install/files/lib/data/acl/option/ACLOptionList.class.php
wcfsetup/install/files/lib/data/acl/option/category/ACLOptionCategoryList.class.php
wcfsetup/install/files/lib/data/bbcode/BBCodeList.class.php
wcfsetup/install/files/lib/data/bbcode/attribute/BBCodeAttributeAction.class.php
wcfsetup/install/files/lib/data/bbcode/attribute/BBCodeAttributeList.class.php
wcfsetup/install/files/lib/data/comment/CommentList.class.php
wcfsetup/install/files/lib/data/comment/response/CommentResponseEditor.class.php
wcfsetup/install/files/lib/data/comment/response/CommentResponseList.class.php
wcfsetup/install/files/lib/data/comment/response/StructuredCommentResponse.class.php
wcfsetup/install/files/lib/data/event/listener/EventListenerEditor.class.php
wcfsetup/install/files/lib/data/label/LabelList.class.php
wcfsetup/install/files/lib/data/label/group/LabelGroupAction.class.php
wcfsetup/install/files/lib/data/label/group/LabelGroupList.class.php
wcfsetup/install/files/lib/data/language/Language.class.php
wcfsetup/install/files/lib/data/smiley/Smiley.class.php
wcfsetup/install/files/lib/data/smiley/SmileyList.class.php
wcfsetup/install/files/lib/form/AbstractForm.class.php
wcfsetup/install/files/lib/form/RegisterNewActivationCodeForm.class.php
wcfsetup/install/files/lib/system/bbcode/AbstractBBCode.class.php
wcfsetup/install/files/lib/system/bbcode/ListBBCode.class.php
wcfsetup/install/files/lib/system/bbcode/QuoteBBCode.class.php
wcfsetup/install/files/lib/system/bbcode/URLBBCode.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/JavaHighlighter.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/PhpHighlighter.class.php
wcfsetup/install/files/lib/system/form/element/AbstractFormElement.class.php
wcfsetup/install/files/lib/system/io/File.class.php
wcfsetup/install/files/lib/system/menu/user/profile/content/IUserProfileMenuContent.class.php
wcfsetup/install/files/lib/system/option/DateOptionType.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php
wcfsetup/install/files/lib/system/package/plugin/ACLOptionPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/BBCodePackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/ImplodeCompilerTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/LangPrefilterTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/PrependCompilerTemplatePlugin.class.php

index b7f98cae2cec57ec5c1505e98da07994ce226e3b..a0efec2d400c5076b98381e065c5b7ceb4f40016 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @category   Community Framework
index 4131484db87ad050f1c1953083da8e5493107605..bfd8c6d7288b040a5e41a64c25f983966a9a65d4 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @author     Marcel Werk
- * @copyright  2001-2009 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @category   Community Framework
index 1049927ab94fab15592be102eb1c3542f9502978..b04fadef45c15fe11570d98a9def561b19aca4b7 100644 (file)
@@ -8,7 +8,7 @@ use wcf\util\DateUtil;
 
 /**
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @category   Community Framework
index dcd1d1818c773b0d382fcb73f050f227f1f1d25a..657a8a94af7ca010662d294a78795254022675f0 100644 (file)
@@ -1209,7 +1209,7 @@ WCF.User.Registration.LostPassword = Class.extend({
  * Notification system for WCF.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  */
 WCF.Notification = {};
index bc57ab071dd16f59ff6dd2a3df109e585d937e75..94352fa0f1220f7aee15b886e8848467f488af54 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @category   Community Framework
index 221f255e7ac0db0129b34da7ee7580a68ce13c03..3d63dad58d67a0fbf862d613a3b33536b6ab15da 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\DatabaseObject;
  * Represents an acl option.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.acl.option
index 79734137cf579d454e19ea25abb65f34ddc8a920..5e55667841e7e019d89ac278d25e889db4f4951f 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectList;
  * Represents a list of acl options.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.acl.option
index f6e7c4064fe90f3977fa535f646d77014c7a23ef..75a3e8572ba54c62da689f70c6c915f77ccb7fea 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectList;
  * Represents a list of acl option categories.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.acl.option.category
index 153e0e05b945a7c6c8afe91dedf636830ffe6775..02b9a385159442744419b6b74bf7d5593297e225 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectList;
  * Represents a list of bbcodes.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.bbcode
  * @subpackage data.bbcode
index 9eac9628a26495428b1e77b5aedbec80bee66f77..8f755263d523f573f642549f811c372291beda29 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\AbstractDatabaseObjectAction;
  * Executes bbcode attribute-related actions.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.bbcode
  * @subpackage data.bbcode.attribute
index 0277aaa262e7565744d33e03d28cacc6ced1c310..9e2726dea90f64b1f8d4963a7039f8f93aeb54ea 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectList;
  * Represents a list of bbcode attribute.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.bbcode
  * @subpackage data.bbcode.attribute
index b454f2619c1bd19421758f0e1ddbcc40a40f627a..26608de5226e03549aa6ec6665cd5ea864d0e3f0 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectList;
  * Represents a list of comments.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.comment
  * @subpackage data.comment
index c391bdf76105736880838a92b582b9139ae5c756..57e489543680797700c57f10302cf70017b145f9 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectEditor;
  * Provides functions to edit comment responses.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.comment
  * @subpackage data.comment.response
index 86b165b5ffe93dfc1048bfc33770a1ad68f08936..de1451cf51e77735c77e3a9c3fe0d45315dd3cb3 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectList;
  * Represents a list of comment responses.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.comment
  * @subpackage data.comment.response
index d565c984686bef5c09cefb48649ad768132e044a..2f7972b5694d99e81af1223dbb2c4da384787a28 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectDecorator;
  * Provides methods to handle response data.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.comment
  * @subpackage data.comment.response
index 932618d8ac63104aae307938d3c90a91c4f7d925..d460b3ce7bfd5cfb027560118082c8ad96fc0023 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectEditor;
  * Provides functions to edit event listener.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.event.listener
index de35b94de052738975fb881bd6cebaea616fc71a..e341e3df11ef373250bf3e2aa030b68a24779d3f 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectList;
  * Represents a list of labels.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.label
  * @subpackage data.label
index f14f1db44f3e08dae0056639be1aebba82f9fda0..f955988c0100fa2bbe25ae24569f0e51d9d2522a 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\AbstractDatabaseObjectAction;
  * Executes label group-related actions.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.label
  * @subpackage data.label.group
index a2ecb1dbb8d97e618d70c56292ad9998d1fa6a3e..53f19eecef892cd90b1545ab6097d0c0712f921e 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectList;
  * Represents a list of label groups.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.label
  * @subpackage data.label.group
index 40f60fc56d3fd6f7b53d8bac371c1004b0884754..660cdf5c824aa23a6569a23e904c9a09de96fe5d 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\WCF;
  * Represents a language.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.language
index 2c14db062b2ff5fe355e91b10ca7da52296bd496..5f966c9d6366f7d13fd92235481faeee9d91512b 100644 (file)
@@ -8,7 +8,7 @@ use wcf\util\StringUtil;
  * Represents a smiley.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.bbcode
  * @subpackage data.smiley
index 3abf397e39b7c5a9e6ef4f1de5d69b1e70ac9b03..084ed0d7492cd443281b04d6e0694c50dabe6b11 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectList;
  * Represents a list of smilies.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.bbcode
  * @subpackage data.smiley
index 0252563b2f1599b4087047a0c06ec421c50691ee..ca3a3e0307a7436c17070eeaf93fd76c80deba39 100644 (file)
@@ -11,7 +11,7 @@ use wcf\util\StringUtil;
  * This includes the default event listener for a form: readFormParameters, validate, save.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2009 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage form
index ab811f01425d26a35cbf2274bcda1749cf2312e7..f6f1319a26fa71af04b3b15da2201708eb06f561 100644 (file)
@@ -16,7 +16,7 @@ use wcf\util\UserUtil;
  * Shows the new activation code form.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.user
  * @subpackage form
index b1f9ecd335debd8d7a0ebbbad3ced98929734f33..1f50b458ad6ae414a874b32bb7101179df6f082d 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\DatabaseObjectDecorator;
  * Provides an abstract implementation for bbcodes.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.bbcode
  * @subpackage system.bbcode
index a7c21354de98b357320c6e94e68f503fefb88e00..8ddeae47dc000e4a97bda07f2918d12101b783be 100644 (file)
@@ -6,7 +6,7 @@ use wcf\util\StringUtil;
  * Parses the [list] bbcode tag.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.bbcode
  * @subpackage system.bbcode
index 0cbb717c48ccac5ede7e850c37e436338706c29d..48aea19537cd9418dc5cf891c8fb501b165cda94 100644 (file)
@@ -6,7 +6,7 @@ use wcf\system\WCF;
  * Parses the [quote] bbcode tag.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.bbcode
  * @subpackage system.bbcode
index 30dd6135575277d701b4d2fa2de6fbb0705a074a..e9ed3d479fa5340feb23446e9c3eba8b1defbc4b 100644 (file)
@@ -6,7 +6,7 @@ use wcf\util\StringUtil;
  * Parses the [url] bbcode tag.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.bbcode
  * @subpackage system.bbcode
index bb09fb28f7663df9d43ceeac256897265f322b9d..2465a5c0fea5ab710e923e896a6b686f10b1c45f 100644 (file)
@@ -5,7 +5,7 @@ namespace wcf\system\bbcode\highlighter;
  * Highlights syntax of java source code.
  * 
  * @author     Tim Duesterhus
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.bbcode
  * @subpackage system.bbcode.highlighter
index 948ca8a5aabf24690e3dbe42d9e6c90e76a2e73b..bd68a09e3f13b5fcce44f5cfa57c2681bcb1b795 100644 (file)
@@ -7,7 +7,7 @@ use wcf\util\StringUtil;
  * Highlights syntax of PHP sourcecode.
  * 
  * @author     Tim Duesterhus, Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.bbcode
  * @subpackage system.bbcode.highlighter
index c6472ef4512869a9294bf3438c168cdaa3937343..a852cecdb07c4c9924dbd922a6433a5da4c7ea1f 100644 (file)
@@ -8,7 +8,7 @@ use wcf\util\StringUtil;
  * Basic implementation for form elements.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.form.element
index ff2d823ac3dc51d87692fd00994c6f5152b37a6c..af949c1e31c1c4bdd1573d9bd94719857979e504 100644 (file)
@@ -17,7 +17,7 @@ use wcf\system\exception\SystemException;
  * $file->close();
  * 
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.io
index 2b41e87004b6acbf71c61585cdfe1e80c35d2af7..ad8bf37dd572436d1129d1a6b6dbdfe475113122 100644 (file)
@@ -5,7 +5,7 @@ namespace wcf\system\menu\user\profile\content;
  * Default interface for user profile menu content.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.user
  * @subpackage system.menu.user.profile.content
index 3052ca96751a22ec215e108c12ccbc7092fa4852..93dc1f2b9132464df8dbbaf6411c3cc4f5b2cce0 100644 (file)
@@ -7,7 +7,7 @@ use wcf\system\exception\UserInputException;
  * Option type implementation for date input fields.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.option
index 1fdfc89c164507517288619cdea0d5a7f9e9be5d..fc1e1e84c5f002e95423e43dff6c4faa4155a8c8 100644 (file)
@@ -13,7 +13,7 @@ use wcf\util\StringUtil;
  * Creates a logical node-based installation tree.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.package
index 34ac8bdb5d8f24d30577ba15e8039bd54589fb69..40544f253c157ea8437190eaa7cad3b86e76512d 100644 (file)
@@ -7,7 +7,7 @@ use wcf\system\WCF;
  * This PIP installs, updates or deletes acl options.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.package.plugin
index d3b73db25a362d65e47b8181e58bf95c022424bc..98d3f3b382f140956ebd6446848b5780219862c9 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\WCF;
  * Installs, updates and deletes bbcodes.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.bbcode
  * @subpackage acp.package.plugin
index 75b9d4260fdab8ab34ffd8fbcb16529c09e3cbc1..7f21a62ee363d1c74689d269c3b86e0d6bb48368 100644 (file)
@@ -6,7 +6,7 @@ use wcf\system\WCF;
  * Installs, updates and deletes user profile menu items.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.user
  * @subpackage system.package.plugin
index 68514fd5165d9fd6c0c59b33babcaa32d9b6aff5..357ece78b5bc9a573272901758fbd66b0a37a790 100644 (file)
@@ -11,7 +11,7 @@ use wcf\util\StringUtil;
  *     {implode from=$array key=bar item=foo glue=";"}{$foo}{/implode}
  * 
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.template.plugin
index dd9c0693322d6ce424ad98cf82e78ab13a05234f..d09257769793f823ad8075ed48b9eed2b09cd1e7 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\WCF;
  *     {lang}app.foo.bar{/lang}
  * 
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.template.plugin
index bf8501705dce9beee3e33d653e4c78c8d9d6a1cc..33fda070b98e726405fb24db0a7f9432e6ec0265 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\template\TemplateScriptingCompiler;
  *     {prepend var=name value="foo"}
  * 
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.template.plugin