From 6e803160870dbe84cd98cb5ef589d0a13157b6ca Mon Sep 17 00:00:00 2001 From: Sascha Greuel Date: Mon, 24 Jun 2013 14:48:16 +0200 Subject: [PATCH] Updated copyright date I just forgot a few files --- wcfsetup/install/files/acp/global.php | 2 +- wcfsetup/install/files/acp/index.php | 2 +- wcfsetup/install/files/acp/install.php | 2 +- wcfsetup/install/files/js/WCF.User.js | 2 +- wcfsetup/install/files/lib/core.functions.php | 2 +- wcfsetup/install/files/lib/data/acl/option/ACLOption.class.php | 2 +- .../install/files/lib/data/acl/option/ACLOptionList.class.php | 2 +- .../data/acl/option/category/ACLOptionCategoryList.class.php | 2 +- wcfsetup/install/files/lib/data/bbcode/BBCodeList.class.php | 2 +- .../lib/data/bbcode/attribute/BBCodeAttributeAction.class.php | 2 +- .../lib/data/bbcode/attribute/BBCodeAttributeList.class.php | 2 +- wcfsetup/install/files/lib/data/comment/CommentList.class.php | 2 +- .../lib/data/comment/response/CommentResponseEditor.class.php | 2 +- .../lib/data/comment/response/CommentResponseList.class.php | 2 +- .../data/comment/response/StructuredCommentResponse.class.php | 2 +- .../files/lib/data/event/listener/EventListenerEditor.class.php | 2 +- wcfsetup/install/files/lib/data/label/LabelList.class.php | 2 +- .../files/lib/data/label/group/LabelGroupAction.class.php | 2 +- .../install/files/lib/data/label/group/LabelGroupList.class.php | 2 +- wcfsetup/install/files/lib/data/language/Language.class.php | 2 +- wcfsetup/install/files/lib/data/smiley/Smiley.class.php | 2 +- wcfsetup/install/files/lib/data/smiley/SmileyList.class.php | 2 +- wcfsetup/install/files/lib/form/AbstractForm.class.php | 2 +- .../files/lib/form/RegisterNewActivationCodeForm.class.php | 2 +- .../install/files/lib/system/bbcode/AbstractBBCode.class.php | 2 +- wcfsetup/install/files/lib/system/bbcode/ListBBCode.class.php | 2 +- wcfsetup/install/files/lib/system/bbcode/QuoteBBCode.class.php | 2 +- wcfsetup/install/files/lib/system/bbcode/URLBBCode.class.php | 2 +- .../lib/system/bbcode/highlighter/JavaHighlighter.class.php | 2 +- .../lib/system/bbcode/highlighter/PhpHighlighter.class.php | 2 +- .../files/lib/system/form/element/AbstractFormElement.class.php | 2 +- wcfsetup/install/files/lib/system/io/File.class.php | 2 +- .../menu/user/profile/content/IUserProfileMenuContent.class.php | 2 +- .../install/files/lib/system/option/DateOptionType.class.php | 2 +- .../lib/system/package/PackageInstallationNodeBuilder.class.php | 2 +- .../package/plugin/ACLOptionPackageInstallationPlugin.class.php | 2 +- .../package/plugin/BBCodePackageInstallationPlugin.class.php | 2 +- .../plugin/UserProfileMenuPackageInstallationPlugin.class.php | 2 +- .../template/plugin/ImplodeCompilerTemplatePlugin.class.php | 2 +- .../template/plugin/LangPrefilterTemplatePlugin.class.php | 2 +- .../template/plugin/PrependCompilerTemplatePlugin.class.php | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/wcfsetup/install/files/acp/global.php b/wcfsetup/install/files/acp/global.php index b7f98cae2c..a0efec2d40 100644 --- a/wcfsetup/install/files/acp/global.php +++ b/wcfsetup/install/files/acp/global.php @@ -1,7 +1,7 @@ * @package com.woltlab.wcf * @category Community Framework diff --git a/wcfsetup/install/files/acp/index.php b/wcfsetup/install/files/acp/index.php index 4131484db8..bfd8c6d728 100644 --- a/wcfsetup/install/files/acp/index.php +++ b/wcfsetup/install/files/acp/index.php @@ -1,7 +1,7 @@ * @package com.woltlab.wcf * @category Community Framework diff --git a/wcfsetup/install/files/acp/install.php b/wcfsetup/install/files/acp/install.php index 1049927ab9..b04fadef45 100644 --- a/wcfsetup/install/files/acp/install.php +++ b/wcfsetup/install/files/acp/install.php @@ -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 * @package com.woltlab.wcf * @category Community Framework diff --git a/wcfsetup/install/files/js/WCF.User.js b/wcfsetup/install/files/js/WCF.User.js index dcd1d1818c..657a8a94af 100644 --- a/wcfsetup/install/files/js/WCF.User.js +++ b/wcfsetup/install/files/js/WCF.User.js @@ -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 */ WCF.Notification = {}; diff --git a/wcfsetup/install/files/lib/core.functions.php b/wcfsetup/install/files/lib/core.functions.php index bc57ab071d..94352fa0f1 100644 --- a/wcfsetup/install/files/lib/core.functions.php +++ b/wcfsetup/install/files/lib/core.functions.php @@ -1,7 +1,7 @@ * @package com.woltlab.wcf * @category Community Framework diff --git a/wcfsetup/install/files/lib/data/acl/option/ACLOption.class.php b/wcfsetup/install/files/lib/data/acl/option/ACLOption.class.php index 221f255e7a..3d63dad58d 100644 --- a/wcfsetup/install/files/lib/data/acl/option/ACLOption.class.php +++ b/wcfsetup/install/files/lib/data/acl/option/ACLOption.class.php @@ -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 * @package com.woltlab.wcf * @subpackage data.acl.option diff --git a/wcfsetup/install/files/lib/data/acl/option/ACLOptionList.class.php b/wcfsetup/install/files/lib/data/acl/option/ACLOptionList.class.php index 79734137cf..5e55667841 100644 --- a/wcfsetup/install/files/lib/data/acl/option/ACLOptionList.class.php +++ b/wcfsetup/install/files/lib/data/acl/option/ACLOptionList.class.php @@ -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 * @package com.woltlab.wcf * @subpackage data.acl.option diff --git a/wcfsetup/install/files/lib/data/acl/option/category/ACLOptionCategoryList.class.php b/wcfsetup/install/files/lib/data/acl/option/category/ACLOptionCategoryList.class.php index f6e7c4064f..75a3e8572b 100644 --- a/wcfsetup/install/files/lib/data/acl/option/category/ACLOptionCategoryList.class.php +++ b/wcfsetup/install/files/lib/data/acl/option/category/ACLOptionCategoryList.class.php @@ -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 * @package com.woltlab.wcf * @subpackage data.acl.option.category diff --git a/wcfsetup/install/files/lib/data/bbcode/BBCodeList.class.php b/wcfsetup/install/files/lib/data/bbcode/BBCodeList.class.php index 153e0e05b9..02b9a38515 100644 --- a/wcfsetup/install/files/lib/data/bbcode/BBCodeList.class.php +++ b/wcfsetup/install/files/lib/data/bbcode/BBCodeList.class.php @@ -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 * @package com.woltlab.wcf.bbcode * @subpackage data.bbcode diff --git a/wcfsetup/install/files/lib/data/bbcode/attribute/BBCodeAttributeAction.class.php b/wcfsetup/install/files/lib/data/bbcode/attribute/BBCodeAttributeAction.class.php index 9eac9628a2..8f755263d5 100644 --- a/wcfsetup/install/files/lib/data/bbcode/attribute/BBCodeAttributeAction.class.php +++ b/wcfsetup/install/files/lib/data/bbcode/attribute/BBCodeAttributeAction.class.php @@ -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 * @package com.woltlab.wcf.bbcode * @subpackage data.bbcode.attribute diff --git a/wcfsetup/install/files/lib/data/bbcode/attribute/BBCodeAttributeList.class.php b/wcfsetup/install/files/lib/data/bbcode/attribute/BBCodeAttributeList.class.php index 0277aaa262..9e2726dea9 100644 --- a/wcfsetup/install/files/lib/data/bbcode/attribute/BBCodeAttributeList.class.php +++ b/wcfsetup/install/files/lib/data/bbcode/attribute/BBCodeAttributeList.class.php @@ -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 * @package com.woltlab.wcf.bbcode * @subpackage data.bbcode.attribute diff --git a/wcfsetup/install/files/lib/data/comment/CommentList.class.php b/wcfsetup/install/files/lib/data/comment/CommentList.class.php index b454f2619c..26608de522 100644 --- a/wcfsetup/install/files/lib/data/comment/CommentList.class.php +++ b/wcfsetup/install/files/lib/data/comment/CommentList.class.php @@ -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 * @package com.woltlab.wcf.comment * @subpackage data.comment diff --git a/wcfsetup/install/files/lib/data/comment/response/CommentResponseEditor.class.php b/wcfsetup/install/files/lib/data/comment/response/CommentResponseEditor.class.php index c391bdf761..57e4895436 100644 --- a/wcfsetup/install/files/lib/data/comment/response/CommentResponseEditor.class.php +++ b/wcfsetup/install/files/lib/data/comment/response/CommentResponseEditor.class.php @@ -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 * @package com.woltlab.wcf.comment * @subpackage data.comment.response diff --git a/wcfsetup/install/files/lib/data/comment/response/CommentResponseList.class.php b/wcfsetup/install/files/lib/data/comment/response/CommentResponseList.class.php index 86b165b5ff..de1451cf51 100644 --- a/wcfsetup/install/files/lib/data/comment/response/CommentResponseList.class.php +++ b/wcfsetup/install/files/lib/data/comment/response/CommentResponseList.class.php @@ -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 * @package com.woltlab.wcf.comment * @subpackage data.comment.response diff --git a/wcfsetup/install/files/lib/data/comment/response/StructuredCommentResponse.class.php b/wcfsetup/install/files/lib/data/comment/response/StructuredCommentResponse.class.php index d565c98468..2f7972b569 100644 --- a/wcfsetup/install/files/lib/data/comment/response/StructuredCommentResponse.class.php +++ b/wcfsetup/install/files/lib/data/comment/response/StructuredCommentResponse.class.php @@ -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 * @package com.woltlab.wcf.comment * @subpackage data.comment.response diff --git a/wcfsetup/install/files/lib/data/event/listener/EventListenerEditor.class.php b/wcfsetup/install/files/lib/data/event/listener/EventListenerEditor.class.php index 932618d8ac..d460b3ce7b 100644 --- a/wcfsetup/install/files/lib/data/event/listener/EventListenerEditor.class.php +++ b/wcfsetup/install/files/lib/data/event/listener/EventListenerEditor.class.php @@ -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 * @package com.woltlab.wcf * @subpackage data.event.listener diff --git a/wcfsetup/install/files/lib/data/label/LabelList.class.php b/wcfsetup/install/files/lib/data/label/LabelList.class.php index de35b94de0..e341e3df11 100644 --- a/wcfsetup/install/files/lib/data/label/LabelList.class.php +++ b/wcfsetup/install/files/lib/data/label/LabelList.class.php @@ -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 * @package com.woltlab.wcf.label * @subpackage data.label diff --git a/wcfsetup/install/files/lib/data/label/group/LabelGroupAction.class.php b/wcfsetup/install/files/lib/data/label/group/LabelGroupAction.class.php index f14f1db44f..f955988c01 100644 --- a/wcfsetup/install/files/lib/data/label/group/LabelGroupAction.class.php +++ b/wcfsetup/install/files/lib/data/label/group/LabelGroupAction.class.php @@ -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 * @package com.woltlab.wcf.label * @subpackage data.label.group diff --git a/wcfsetup/install/files/lib/data/label/group/LabelGroupList.class.php b/wcfsetup/install/files/lib/data/label/group/LabelGroupList.class.php index a2ecb1dbb8..53f19eecef 100644 --- a/wcfsetup/install/files/lib/data/label/group/LabelGroupList.class.php +++ b/wcfsetup/install/files/lib/data/label/group/LabelGroupList.class.php @@ -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 * @package com.woltlab.wcf.label * @subpackage data.label.group diff --git a/wcfsetup/install/files/lib/data/language/Language.class.php b/wcfsetup/install/files/lib/data/language/Language.class.php index 40f60fc56d..660cdf5c82 100644 --- a/wcfsetup/install/files/lib/data/language/Language.class.php +++ b/wcfsetup/install/files/lib/data/language/Language.class.php @@ -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 * @package com.woltlab.wcf * @subpackage data.language diff --git a/wcfsetup/install/files/lib/data/smiley/Smiley.class.php b/wcfsetup/install/files/lib/data/smiley/Smiley.class.php index 2c14db062b..5f966c9d63 100644 --- a/wcfsetup/install/files/lib/data/smiley/Smiley.class.php +++ b/wcfsetup/install/files/lib/data/smiley/Smiley.class.php @@ -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 * @package com.woltlab.wcf.bbcode * @subpackage data.smiley diff --git a/wcfsetup/install/files/lib/data/smiley/SmileyList.class.php b/wcfsetup/install/files/lib/data/smiley/SmileyList.class.php index 3abf397e39..084ed0d749 100644 --- a/wcfsetup/install/files/lib/data/smiley/SmileyList.class.php +++ b/wcfsetup/install/files/lib/data/smiley/SmileyList.class.php @@ -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 * @package com.woltlab.wcf.bbcode * @subpackage data.smiley diff --git a/wcfsetup/install/files/lib/form/AbstractForm.class.php b/wcfsetup/install/files/lib/form/AbstractForm.class.php index 0252563b2f..ca3a3e0307 100644 --- a/wcfsetup/install/files/lib/form/AbstractForm.class.php +++ b/wcfsetup/install/files/lib/form/AbstractForm.class.php @@ -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 * @package com.woltlab.wcf * @subpackage form diff --git a/wcfsetup/install/files/lib/form/RegisterNewActivationCodeForm.class.php b/wcfsetup/install/files/lib/form/RegisterNewActivationCodeForm.class.php index ab811f0142..f6f1319a26 100644 --- a/wcfsetup/install/files/lib/form/RegisterNewActivationCodeForm.class.php +++ b/wcfsetup/install/files/lib/form/RegisterNewActivationCodeForm.class.php @@ -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 * @package com.woltlab.wcf.user * @subpackage form diff --git a/wcfsetup/install/files/lib/system/bbcode/AbstractBBCode.class.php b/wcfsetup/install/files/lib/system/bbcode/AbstractBBCode.class.php index b1f9ecd335..1f50b458ad 100644 --- a/wcfsetup/install/files/lib/system/bbcode/AbstractBBCode.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/AbstractBBCode.class.php @@ -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 * @package com.woltlab.wcf.bbcode * @subpackage system.bbcode diff --git a/wcfsetup/install/files/lib/system/bbcode/ListBBCode.class.php b/wcfsetup/install/files/lib/system/bbcode/ListBBCode.class.php index a7c21354de..8ddeae47dc 100644 --- a/wcfsetup/install/files/lib/system/bbcode/ListBBCode.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/ListBBCode.class.php @@ -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 * @package com.woltlab.wcf.bbcode * @subpackage system.bbcode diff --git a/wcfsetup/install/files/lib/system/bbcode/QuoteBBCode.class.php b/wcfsetup/install/files/lib/system/bbcode/QuoteBBCode.class.php index 0cbb717c48..48aea19537 100644 --- a/wcfsetup/install/files/lib/system/bbcode/QuoteBBCode.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/QuoteBBCode.class.php @@ -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 * @package com.woltlab.wcf.bbcode * @subpackage system.bbcode diff --git a/wcfsetup/install/files/lib/system/bbcode/URLBBCode.class.php b/wcfsetup/install/files/lib/system/bbcode/URLBBCode.class.php index 30dd613557..e9ed3d479f 100644 --- a/wcfsetup/install/files/lib/system/bbcode/URLBBCode.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/URLBBCode.class.php @@ -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 * @package com.woltlab.wcf.bbcode * @subpackage system.bbcode diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/JavaHighlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/JavaHighlighter.class.php index bb09fb28f7..2465a5c0fe 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/JavaHighlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/JavaHighlighter.class.php @@ -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 * @package com.woltlab.wcf.bbcode * @subpackage system.bbcode.highlighter diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/PhpHighlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/PhpHighlighter.class.php index 948ca8a5aa..bd68a09e3f 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/PhpHighlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/PhpHighlighter.class.php @@ -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 * @package com.woltlab.wcf.bbcode * @subpackage system.bbcode.highlighter diff --git a/wcfsetup/install/files/lib/system/form/element/AbstractFormElement.class.php b/wcfsetup/install/files/lib/system/form/element/AbstractFormElement.class.php index c6472ef451..a852cecdb0 100644 --- a/wcfsetup/install/files/lib/system/form/element/AbstractFormElement.class.php +++ b/wcfsetup/install/files/lib/system/form/element/AbstractFormElement.class.php @@ -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 * @package com.woltlab.wcf * @subpackage system.form.element diff --git a/wcfsetup/install/files/lib/system/io/File.class.php b/wcfsetup/install/files/lib/system/io/File.class.php index ff2d823ac3..af949c1e31 100644 --- a/wcfsetup/install/files/lib/system/io/File.class.php +++ b/wcfsetup/install/files/lib/system/io/File.class.php @@ -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 * @package com.woltlab.wcf * @subpackage system.io diff --git a/wcfsetup/install/files/lib/system/menu/user/profile/content/IUserProfileMenuContent.class.php b/wcfsetup/install/files/lib/system/menu/user/profile/content/IUserProfileMenuContent.class.php index 2b41e87004..ad8bf37dd5 100644 --- a/wcfsetup/install/files/lib/system/menu/user/profile/content/IUserProfileMenuContent.class.php +++ b/wcfsetup/install/files/lib/system/menu/user/profile/content/IUserProfileMenuContent.class.php @@ -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 * @package com.woltlab.wcf.user * @subpackage system.menu.user.profile.content diff --git a/wcfsetup/install/files/lib/system/option/DateOptionType.class.php b/wcfsetup/install/files/lib/system/option/DateOptionType.class.php index 3052ca9675..93dc1f2b91 100644 --- a/wcfsetup/install/files/lib/system/option/DateOptionType.class.php +++ b/wcfsetup/install/files/lib/system/option/DateOptionType.class.php @@ -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 * @package com.woltlab.wcf * @subpackage system.option diff --git a/wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php b/wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php index 1fdfc89c16..fc1e1e84c5 100644 --- a/wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php @@ -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 * @package com.woltlab.wcf * @subpackage system.package diff --git a/wcfsetup/install/files/lib/system/package/plugin/ACLOptionPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/ACLOptionPackageInstallationPlugin.class.php index 34ac8bdb5d..40544f253c 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/ACLOptionPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/ACLOptionPackageInstallationPlugin.class.php @@ -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 * @package com.woltlab.wcf * @subpackage system.package.plugin diff --git a/wcfsetup/install/files/lib/system/package/plugin/BBCodePackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/BBCodePackageInstallationPlugin.class.php index d3b73db25a..98d3f3b382 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/BBCodePackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/BBCodePackageInstallationPlugin.class.php @@ -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 * @package com.woltlab.wcf.bbcode * @subpackage acp.package.plugin diff --git a/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php index 75b9d4260f..7f21a62ee3 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php @@ -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 * @package com.woltlab.wcf.user * @subpackage system.package.plugin diff --git a/wcfsetup/install/files/lib/system/template/plugin/ImplodeCompilerTemplatePlugin.class.php b/wcfsetup/install/files/lib/system/template/plugin/ImplodeCompilerTemplatePlugin.class.php index 68514fd516..357ece78b5 100644 --- a/wcfsetup/install/files/lib/system/template/plugin/ImplodeCompilerTemplatePlugin.class.php +++ b/wcfsetup/install/files/lib/system/template/plugin/ImplodeCompilerTemplatePlugin.class.php @@ -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 * @package com.woltlab.wcf * @subpackage system.template.plugin diff --git a/wcfsetup/install/files/lib/system/template/plugin/LangPrefilterTemplatePlugin.class.php b/wcfsetup/install/files/lib/system/template/plugin/LangPrefilterTemplatePlugin.class.php index dd9c069332..d092577697 100644 --- a/wcfsetup/install/files/lib/system/template/plugin/LangPrefilterTemplatePlugin.class.php +++ b/wcfsetup/install/files/lib/system/template/plugin/LangPrefilterTemplatePlugin.class.php @@ -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 * @package com.woltlab.wcf * @subpackage system.template.plugin diff --git a/wcfsetup/install/files/lib/system/template/plugin/PrependCompilerTemplatePlugin.class.php b/wcfsetup/install/files/lib/system/template/plugin/PrependCompilerTemplatePlugin.class.php index bf8501705d..33fda070b9 100644 --- a/wcfsetup/install/files/lib/system/template/plugin/PrependCompilerTemplatePlugin.class.php +++ b/wcfsetup/install/files/lib/system/template/plugin/PrependCompilerTemplatePlugin.class.php @@ -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 * @package com.woltlab.wcf * @subpackage system.template.plugin -- 2.20.1