Fixed @package phpDoc comment
authorAlexander Ebert <ebert@woltlab.com>
Fri, 28 Jun 2013 14:29:09 +0000 (16:29 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 28 Jun 2013 14:29:09 +0000 (16:29 +0200)
423 files changed:
wcfsetup/install.php
wcfsetup/install/files/lib/acp/form/BBCodeAddForm.class.php
wcfsetup/install/files/lib/acp/form/BBCodeEditForm.class.php
wcfsetup/install/files/lib/acp/form/BBCodeMediaProviderAddForm.class.php
wcfsetup/install/files/lib/acp/form/BBCodeMediaProviderEditForm.class.php
wcfsetup/install/files/lib/acp/form/DashboardOptionForm.class.php
wcfsetup/install/files/lib/acp/form/LabelAddForm.class.php
wcfsetup/install/files/lib/acp/form/LabelEditForm.class.php
wcfsetup/install/files/lib/acp/form/LabelGroupAddForm.class.php
wcfsetup/install/files/lib/acp/form/LabelGroupEditForm.class.php
wcfsetup/install/files/lib/acp/form/SmileyAddForm.class.php
wcfsetup/install/files/lib/acp/form/SmileyCategoryAddForm.class.php
wcfsetup/install/files/lib/acp/form/SmileyCategoryEditForm.class.php
wcfsetup/install/files/lib/acp/form/SmileyEditForm.class.php
wcfsetup/install/files/lib/acp/form/TagAddForm.class.php
wcfsetup/install/files/lib/acp/form/TagEditForm.class.php
wcfsetup/install/files/lib/acp/form/UserActivityPointOptionForm.class.php
wcfsetup/install/files/lib/acp/form/UserMergeForm.class.php
wcfsetup/install/files/lib/acp/form/UserRankAddForm.class.php
wcfsetup/install/files/lib/acp/form/UserRankEditForm.class.php
wcfsetup/install/files/lib/acp/page/AttachmentListPage.class.php
wcfsetup/install/files/lib/acp/page/AttachmentPage.class.php
wcfsetup/install/files/lib/acp/page/BBCodeListPage.class.php
wcfsetup/install/files/lib/acp/page/BBCodeMediaProviderListPage.class.php
wcfsetup/install/files/lib/acp/page/DashboardListPage.class.php
wcfsetup/install/files/lib/acp/page/LabelGroupListPage.class.php
wcfsetup/install/files/lib/acp/page/LabelListPage.class.php
wcfsetup/install/files/lib/acp/page/SmileyCategoryListPage.class.php
wcfsetup/install/files/lib/acp/page/SmileyListPage.class.php
wcfsetup/install/files/lib/acp/page/TagListPage.class.php
wcfsetup/install/files/lib/acp/page/UserRankListPage.class.php
wcfsetup/install/files/lib/action/FacebookAuthAction.class.php
wcfsetup/install/files/lib/action/GithubAuthAction.class.php
wcfsetup/install/files/lib/action/GoogleAuthAction.class.php
wcfsetup/install/files/lib/action/GravatarDownloadAction.class.php
wcfsetup/install/files/lib/action/LogoutAction.class.php
wcfsetup/install/files/lib/action/MessageQuoteAction.class.php
wcfsetup/install/files/lib/action/PollAction.class.php
wcfsetup/install/files/lib/action/TwitterAuthAction.class.php
wcfsetup/install/files/lib/data/IExtendedMessageQuickReplyAction.class.php
wcfsetup/install/files/lib/data/IFeedEntry.class.php
wcfsetup/install/files/lib/data/IGroupedUserListAction.class.php
wcfsetup/install/files/lib/data/IMessage.class.php
wcfsetup/install/files/lib/data/IMessageInlineEditorAction.class.php
wcfsetup/install/files/lib/data/IMessageQuickReplyAction.class.php
wcfsetup/install/files/lib/data/IMessageQuoteAction.class.php
wcfsetup/install/files/lib/data/IPermissionObject.class.php
wcfsetup/install/files/lib/data/IPollObject.class.php
wcfsetup/install/files/lib/data/IUserContent.class.php
wcfsetup/install/files/lib/data/IVisitableObjectAction.class.php
wcfsetup/install/files/lib/data/attachment/AdministrativeAttachment.class.php
wcfsetup/install/files/lib/data/attachment/AdministrativeAttachmentList.class.php
wcfsetup/install/files/lib/data/attachment/Attachment.class.php
wcfsetup/install/files/lib/data/attachment/AttachmentAction.class.php
wcfsetup/install/files/lib/data/attachment/AttachmentEditor.class.php
wcfsetup/install/files/lib/data/attachment/AttachmentList.class.php
wcfsetup/install/files/lib/data/attachment/GroupedAttachmentList.class.php
wcfsetup/install/files/lib/data/bbcode/BBCode.class.php
wcfsetup/install/files/lib/data/bbcode/BBCodeAction.class.php
wcfsetup/install/files/lib/data/bbcode/BBCodeCache.class.php
wcfsetup/install/files/lib/data/bbcode/BBCodeEditor.class.php
wcfsetup/install/files/lib/data/bbcode/BBCodeList.class.php
wcfsetup/install/files/lib/data/bbcode/MessagePreviewAction.class.php
wcfsetup/install/files/lib/data/bbcode/attribute/BBCodeAttribute.class.php
wcfsetup/install/files/lib/data/bbcode/attribute/BBCodeAttributeAction.class.php
wcfsetup/install/files/lib/data/bbcode/attribute/BBCodeAttributeEditor.class.php
wcfsetup/install/files/lib/data/bbcode/attribute/BBCodeAttributeList.class.php
wcfsetup/install/files/lib/data/bbcode/media/provider/BBCodeMediaProvider.class.php
wcfsetup/install/files/lib/data/bbcode/media/provider/BBCodeMediaProviderAction.class.php
wcfsetup/install/files/lib/data/bbcode/media/provider/BBCodeMediaProviderEditor.class.php
wcfsetup/install/files/lib/data/bbcode/media/provider/BBCodeMediaProviderList.class.php
wcfsetup/install/files/lib/data/comment/Comment.class.php
wcfsetup/install/files/lib/data/comment/CommentAction.class.php
wcfsetup/install/files/lib/data/comment/CommentEditor.class.php
wcfsetup/install/files/lib/data/comment/CommentList.class.php
wcfsetup/install/files/lib/data/comment/LikeableComment.class.php
wcfsetup/install/files/lib/data/comment/LikeableCommentProvider.class.php
wcfsetup/install/files/lib/data/comment/StructuredComment.class.php
wcfsetup/install/files/lib/data/comment/StructuredCommentList.class.php
wcfsetup/install/files/lib/data/comment/ViewableComment.class.php
wcfsetup/install/files/lib/data/comment/response/CommentResponse.class.php
wcfsetup/install/files/lib/data/comment/response/CommentResponseAction.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/LikeableCommentResponse.class.php
wcfsetup/install/files/lib/data/comment/response/LikeableCommentResponseProvider.class.php
wcfsetup/install/files/lib/data/comment/response/StructuredCommentResponse.class.php
wcfsetup/install/files/lib/data/comment/response/StructuredCommentResponseList.class.php
wcfsetup/install/files/lib/data/comment/response/ViewableCommentResponse.class.php
wcfsetup/install/files/lib/data/dashboard/box/DashboardBox.class.php
wcfsetup/install/files/lib/data/dashboard/box/DashboardBoxAction.class.php
wcfsetup/install/files/lib/data/dashboard/box/DashboardBoxEditor.class.php
wcfsetup/install/files/lib/data/dashboard/box/DashboardBoxList.class.php
wcfsetup/install/files/lib/data/label/Label.class.php
wcfsetup/install/files/lib/data/label/LabelAction.class.php
wcfsetup/install/files/lib/data/label/LabelEditor.class.php
wcfsetup/install/files/lib/data/label/LabelList.class.php
wcfsetup/install/files/lib/data/label/group/LabelGroup.class.php
wcfsetup/install/files/lib/data/label/group/LabelGroupAction.class.php
wcfsetup/install/files/lib/data/label/group/LabelGroupEditor.class.php
wcfsetup/install/files/lib/data/label/group/LabelGroupList.class.php
wcfsetup/install/files/lib/data/label/group/ViewableLabelGroup.class.php
wcfsetup/install/files/lib/data/like/ILikeObjectTypeProvider.class.php
wcfsetup/install/files/lib/data/like/Like.class.php
wcfsetup/install/files/lib/data/like/LikeEditor.class.php
wcfsetup/install/files/lib/data/like/object/AbstractLikeObject.class.php
wcfsetup/install/files/lib/data/like/object/ILikeObject.class.php
wcfsetup/install/files/lib/data/like/object/LikeObject.class.php
wcfsetup/install/files/lib/data/like/object/LikeObjectEditor.class.php
wcfsetup/install/files/lib/data/moderation/queue/ModerationQueue.class.php
wcfsetup/install/files/lib/data/moderation/queue/ModerationQueueAction.class.php
wcfsetup/install/files/lib/data/moderation/queue/ModerationQueueActivationAction.class.php
wcfsetup/install/files/lib/data/moderation/queue/ModerationQueueEditor.class.php
wcfsetup/install/files/lib/data/moderation/queue/ModerationQueueList.class.php
wcfsetup/install/files/lib/data/moderation/queue/ModerationQueueReportAction.class.php
wcfsetup/install/files/lib/data/moderation/queue/ViewableModerationQueue.class.php
wcfsetup/install/files/lib/data/moderation/queue/ViewableModerationQueueList.class.php
wcfsetup/install/files/lib/data/poll/Poll.class.php
wcfsetup/install/files/lib/data/poll/PollAction.class.php
wcfsetup/install/files/lib/data/poll/PollEditor.class.php
wcfsetup/install/files/lib/data/poll/PollList.class.php
wcfsetup/install/files/lib/data/poll/option/PollOption.class.php
wcfsetup/install/files/lib/data/poll/option/PollOptionAction.class.php
wcfsetup/install/files/lib/data/poll/option/PollOptionEditor.class.php
wcfsetup/install/files/lib/data/poll/option/PollOptionList.class.php
wcfsetup/install/files/lib/data/search/ISearchResultObject.class.php
wcfsetup/install/files/lib/data/search/keyword/SearchKeyword.class.php
wcfsetup/install/files/lib/data/search/keyword/SearchKeywordAction.class.php
wcfsetup/install/files/lib/data/search/keyword/SearchKeywordEditor.class.php
wcfsetup/install/files/lib/data/search/keyword/SearchKeywordList.class.php
wcfsetup/install/files/lib/data/smiley/Smiley.class.php
wcfsetup/install/files/lib/data/smiley/SmileyAction.class.php
wcfsetup/install/files/lib/data/smiley/SmileyCache.class.php
wcfsetup/install/files/lib/data/smiley/SmileyEditor.class.php
wcfsetup/install/files/lib/data/smiley/SmileyList.class.php
wcfsetup/install/files/lib/data/smiley/category/SmileyCategory.class.php
wcfsetup/install/files/lib/data/smiley/category/SmileyCategoryAction.class.php
wcfsetup/install/files/lib/data/tag/Tag.class.php
wcfsetup/install/files/lib/data/tag/TagAction.class.php
wcfsetup/install/files/lib/data/tag/TagCloudTag.class.php
wcfsetup/install/files/lib/data/tag/TagEditor.class.php
wcfsetup/install/files/lib/data/tag/TagList.class.php
wcfsetup/install/files/lib/data/user/TeamList.class.php
wcfsetup/install/files/lib/data/user/UserProfile.class.php
wcfsetup/install/files/lib/data/user/UserProfileAction.class.php
wcfsetup/install/files/lib/data/user/UserProfileList.class.php
wcfsetup/install/files/lib/data/user/UserRegistrationAction.class.php
wcfsetup/install/files/lib/data/user/activity/event/UserActivityEvent.class.php
wcfsetup/install/files/lib/data/user/activity/event/UserActivityEventAction.class.php
wcfsetup/install/files/lib/data/user/activity/event/UserActivityEventEditor.class.php
wcfsetup/install/files/lib/data/user/activity/event/UserActivityEventList.class.php
wcfsetup/install/files/lib/data/user/activity/event/ViewableUserActivityEvent.class.php
wcfsetup/install/files/lib/data/user/activity/event/ViewableUserActivityEventList.class.php
wcfsetup/install/files/lib/data/user/activity/point/event/UserActivityPointEvent.class.php
wcfsetup/install/files/lib/data/user/activity/point/event/UserActivityPointEventAction.class.php
wcfsetup/install/files/lib/data/user/activity/point/event/UserActivityPointEventEditor.class.php
wcfsetup/install/files/lib/data/user/activity/point/event/UserActivityPointEventList.class.php
wcfsetup/install/files/lib/data/user/avatar/DefaultAvatar.class.php
wcfsetup/install/files/lib/data/user/avatar/Gravatar.class.php
wcfsetup/install/files/lib/data/user/avatar/IUserAvatar.class.php
wcfsetup/install/files/lib/data/user/avatar/UserAvatar.class.php
wcfsetup/install/files/lib/data/user/avatar/UserAvatarAction.class.php
wcfsetup/install/files/lib/data/user/avatar/UserAvatarEditor.class.php
wcfsetup/install/files/lib/data/user/avatar/UserAvatarList.class.php
wcfsetup/install/files/lib/data/user/follow/UserFollow.class.php
wcfsetup/install/files/lib/data/user/follow/UserFollowAction.class.php
wcfsetup/install/files/lib/data/user/follow/UserFollowEditor.class.php
wcfsetup/install/files/lib/data/user/follow/UserFollowList.class.php
wcfsetup/install/files/lib/data/user/follow/UserFollowerList.class.php
wcfsetup/install/files/lib/data/user/follow/UserFollowingAction.class.php
wcfsetup/install/files/lib/data/user/follow/UserFollowingList.class.php
wcfsetup/install/files/lib/data/user/group/Team.class.php
wcfsetup/install/files/lib/data/user/ignore/UserIgnore.class.php
wcfsetup/install/files/lib/data/user/ignore/UserIgnoreAction.class.php
wcfsetup/install/files/lib/data/user/ignore/UserIgnoreEditor.class.php
wcfsetup/install/files/lib/data/user/ignore/UserIgnoreList.class.php
wcfsetup/install/files/lib/data/user/ignore/ViewableUserIgnoreList.class.php
wcfsetup/install/files/lib/data/user/menu/item/UserMenuItem.class.php
wcfsetup/install/files/lib/data/user/menu/item/UserMenuItemAction.class.php
wcfsetup/install/files/lib/data/user/menu/item/UserMenuItemEditor.class.php
wcfsetup/install/files/lib/data/user/menu/item/UserMenuItemList.class.php
wcfsetup/install/files/lib/data/user/notification/UserNotification.class.php
wcfsetup/install/files/lib/data/user/notification/UserNotificationAction.class.php
wcfsetup/install/files/lib/data/user/notification/UserNotificationEditor.class.php
wcfsetup/install/files/lib/data/user/notification/UserNotificationList.class.php
wcfsetup/install/files/lib/data/user/notification/event/UserNotificationEvent.class.php
wcfsetup/install/files/lib/data/user/notification/event/UserNotificationEventAction.class.php
wcfsetup/install/files/lib/data/user/notification/event/UserNotificationEventEditor.class.php
wcfsetup/install/files/lib/data/user/notification/event/UserNotificationEventList.class.php
wcfsetup/install/files/lib/data/user/notification/event/recipient/UserNotificationEventRecipientList.class.php
wcfsetup/install/files/lib/data/user/object/watch/UserObjectWatch.class.php
wcfsetup/install/files/lib/data/user/object/watch/UserObjectWatchAction.class.php
wcfsetup/install/files/lib/data/user/object/watch/UserObjectWatchEditor.class.php
wcfsetup/install/files/lib/data/user/object/watch/UserObjectWatchList.class.php
wcfsetup/install/files/lib/data/user/online/UserOnline.class.php
wcfsetup/install/files/lib/data/user/online/UsersOnlineList.class.php
wcfsetup/install/files/lib/data/user/profile/menu/item/UserProfileMenuItem.class.php
wcfsetup/install/files/lib/data/user/profile/menu/item/UserProfileMenuItemAction.class.php
wcfsetup/install/files/lib/data/user/profile/menu/item/UserProfileMenuItemEditor.class.php
wcfsetup/install/files/lib/data/user/profile/menu/item/UserProfileMenuItemList.class.php
wcfsetup/install/files/lib/data/user/profile/visitor/UserProfileVisitor.class.php
wcfsetup/install/files/lib/data/user/profile/visitor/UserProfileVisitorAction.class.php
wcfsetup/install/files/lib/data/user/profile/visitor/UserProfileVisitorEditor.class.php
wcfsetup/install/files/lib/data/user/profile/visitor/UserProfileVisitorList.class.php
wcfsetup/install/files/lib/data/user/rank/UserRank.class.php
wcfsetup/install/files/lib/data/user/rank/UserRankAction.class.php
wcfsetup/install/files/lib/data/user/rank/UserRankEditor.class.php
wcfsetup/install/files/lib/data/user/rank/UserRankList.class.php
wcfsetup/install/files/lib/form/AbstractModerationForm.class.php
wcfsetup/install/files/lib/form/AccountManagementForm.class.php
wcfsetup/install/files/lib/form/AvatarEditForm.class.php
wcfsetup/install/files/lib/form/DisclaimerForm.class.php
wcfsetup/install/files/lib/form/EmailActivationForm.class.php
wcfsetup/install/files/lib/form/EmailNewActivationCodeForm.class.php
wcfsetup/install/files/lib/form/LoginForm.class.php
wcfsetup/install/files/lib/form/LostPasswordForm.class.php
wcfsetup/install/files/lib/form/MailForm.class.php
wcfsetup/install/files/lib/form/MessageForm.class.php
wcfsetup/install/files/lib/form/ModerationActivationForm.class.php
wcfsetup/install/files/lib/form/ModerationReportForm.class.php
wcfsetup/install/files/lib/form/NewPasswordForm.class.php
wcfsetup/install/files/lib/form/NotificationSettingsForm.class.php
wcfsetup/install/files/lib/form/RecaptchaForm.class.php
wcfsetup/install/files/lib/form/RegisterActivationForm.class.php
wcfsetup/install/files/lib/form/RegisterForm.class.php
wcfsetup/install/files/lib/form/RegisterNewActivationCodeForm.class.php
wcfsetup/install/files/lib/form/SearchForm.class.php
wcfsetup/install/files/lib/form/SettingsForm.class.php
wcfsetup/install/files/lib/form/SignatureEditForm.class.php
wcfsetup/install/files/lib/page/AbstractFeedPage.class.php
wcfsetup/install/files/lib/page/AttachmentPage.class.php
wcfsetup/install/files/lib/page/DashboardPage.class.php
wcfsetup/install/files/lib/page/FollowingPage.class.php
wcfsetup/install/files/lib/page/IgnoredUsersPage.class.php
wcfsetup/install/files/lib/page/MembersListPage.class.php
wcfsetup/install/files/lib/page/ModerationListPage.class.php
wcfsetup/install/files/lib/page/NotificationListPage.class.php
wcfsetup/install/files/lib/page/RecentActivityListPage.class.php
wcfsetup/install/files/lib/page/SearchResultPage.class.php
wcfsetup/install/files/lib/page/TaggedPage.class.php
wcfsetup/install/files/lib/page/TeamPage.class.php
wcfsetup/install/files/lib/page/UserPage.class.php
wcfsetup/install/files/lib/page/UsersOnlineListPage.class.php
wcfsetup/install/files/lib/system/MetaTagHandler.class.php
wcfsetup/install/files/lib/system/attachment/AbstractAttachmentObjectType.class.php
wcfsetup/install/files/lib/system/attachment/AttachmentHandler.class.php
wcfsetup/install/files/lib/system/attachment/IAttachmentObjectType.class.php
wcfsetup/install/files/lib/system/bbcode/AbstractBBCode.class.php
wcfsetup/install/files/lib/system/bbcode/AttachmentBBCode.class.php
wcfsetup/install/files/lib/system/bbcode/BBCodeHandler.class.php
wcfsetup/install/files/lib/system/bbcode/BBCodeParser.class.php
wcfsetup/install/files/lib/system/bbcode/CodeBBCode.class.php
wcfsetup/install/files/lib/system/bbcode/IBBCode.class.php
wcfsetup/install/files/lib/system/bbcode/ImageBBCode.class.php
wcfsetup/install/files/lib/system/bbcode/KeywordHighlighter.class.php
wcfsetup/install/files/lib/system/bbcode/ListBBCode.class.php
wcfsetup/install/files/lib/system/bbcode/MediaBBCode.class.php
wcfsetup/install/files/lib/system/bbcode/MessageParser.class.php
wcfsetup/install/files/lib/system/bbcode/PreParser.class.php
wcfsetup/install/files/lib/system/bbcode/QuoteBBCode.class.php
wcfsetup/install/files/lib/system/bbcode/SimpleMessageParser.class.php
wcfsetup/install/files/lib/system/bbcode/SpoilerBBCode.class.php
wcfsetup/install/files/lib/system/bbcode/TableBBCode.class.php
wcfsetup/install/files/lib/system/bbcode/URLBBCode.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/BashHighlighter.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/BrainfuckHighlighter.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/CHighlighter.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/CssHighlighter.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/DiffHighlighter.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/Highlighter.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/HtmlHighlighter.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/JavaHighlighter.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/JsHighlighter.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/PerlHighlighter.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/PhpHighlighter.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/PlainHighlighter.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/PythonHighlighter.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/SqlHighlighter.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/TexHighlighter.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/TplHighlighter.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/XmlHighlighter.class.php
wcfsetup/install/files/lib/system/cache/builder/BBCodeCacheBuilder.class.php
wcfsetup/install/files/lib/system/cache/builder/BBCodeMediaProviderCacheBuilder.class.php
wcfsetup/install/files/lib/system/cache/builder/DashboardBoxCacheBuilder.class.php
wcfsetup/install/files/lib/system/cache/builder/LabelCacheBuilder.class.php
wcfsetup/install/files/lib/system/cache/builder/MostLikedMembersCacheBuilder.class.php
wcfsetup/install/files/lib/system/cache/builder/SmileyCacheBuilder.class.php
wcfsetup/install/files/lib/system/cache/builder/TagCloudCacheBuilder.class.php
wcfsetup/install/files/lib/system/cache/builder/TypedTagCloudCacheBuilder.class.php
wcfsetup/install/files/lib/system/cache/builder/UserMenuCacheBuilder.class.php
wcfsetup/install/files/lib/system/cache/builder/UserNotificationEventCacheBuilder.class.php
wcfsetup/install/files/lib/system/category/SmileyCategoryType.class.php
wcfsetup/install/files/lib/system/clipboard/action/UserExtendedClipboardAction.class.php
wcfsetup/install/files/lib/system/comment/CommentHandler.class.php
wcfsetup/install/files/lib/system/comment/manager/AbstractCommentManager.class.php
wcfsetup/install/files/lib/system/comment/manager/ICommentManager.class.php
wcfsetup/install/files/lib/system/comment/manager/UserProfileCommentManager.class.php
wcfsetup/install/files/lib/system/cronjob/AttachmentCleanUpCronjob.class.php
wcfsetup/install/files/lib/system/cronjob/DailyMailNotificationCronjob.class.php
wcfsetup/install/files/lib/system/cronjob/LastActivityCronjob.class.php
wcfsetup/install/files/lib/system/cronjob/ModerationQueueCronjob.class.php
wcfsetup/install/files/lib/system/cronjob/UserQuitCronjob.class.php
wcfsetup/install/files/lib/system/dashboard/DashboardHandler.class.php
wcfsetup/install/files/lib/system/dashboard/box/AbstractContentDashboardBox.class.php
wcfsetup/install/files/lib/system/dashboard/box/AbstractSidebarDashboardBox.class.php
wcfsetup/install/files/lib/system/dashboard/box/IDashboardBox.class.php
wcfsetup/install/files/lib/system/dashboard/box/MostActiveMembersDashboardBox.class.php
wcfsetup/install/files/lib/system/dashboard/box/MostLikedMembersDashboardBox.class.php
wcfsetup/install/files/lib/system/dashboard/box/NewestMembersDashboardBox.class.php
wcfsetup/install/files/lib/system/dashboard/box/RecentActivityDashboardBox.class.php
wcfsetup/install/files/lib/system/dashboard/box/RecentActivitySidebarDashboardBox.class.php
wcfsetup/install/files/lib/system/dashboard/box/RegisterButtonDashboardBox.class.php
wcfsetup/install/files/lib/system/dashboard/box/SignedInAsDashboardBox.class.php
wcfsetup/install/files/lib/system/dashboard/box/StatsSidebarDashboardBox.class.php
wcfsetup/install/files/lib/system/event/listener/PreParserAtUserListener.class.php
wcfsetup/install/files/lib/system/label/LabelHandler.class.php
wcfsetup/install/files/lib/system/label/object/AbstractLabelObjectHandler.class.php
wcfsetup/install/files/lib/system/label/object/ILabelObjectHandler.class.php
wcfsetup/install/files/lib/system/label/object/type/AbstractLabelObjectTypeHandler.class.php
wcfsetup/install/files/lib/system/label/object/type/ILabelObjectTypeHandler.class.php
wcfsetup/install/files/lib/system/label/object/type/LabelObjectType.class.php
wcfsetup/install/files/lib/system/label/object/type/LabelObjectTypeContainer.class.php
wcfsetup/install/files/lib/system/like/LikeHandler.class.php
wcfsetup/install/files/lib/system/menu/user/UserMenu.class.php
wcfsetup/install/files/lib/system/menu/user/profile/UserProfileMenu.class.php
wcfsetup/install/files/lib/system/menu/user/profile/content/AboutUserProfileMenuContent.class.php
wcfsetup/install/files/lib/system/menu/user/profile/content/CommentUserProfileMenuContent.class.php
wcfsetup/install/files/lib/system/menu/user/profile/content/IUserProfileMenuContent.class.php
wcfsetup/install/files/lib/system/menu/user/profile/content/RecentActivityUserProfileMenuContent.class.php
wcfsetup/install/files/lib/system/message/QuickReplyManager.class.php
wcfsetup/install/files/lib/system/message/censorship/Censorship.class.php
wcfsetup/install/files/lib/system/message/quote/AbstractMessageQuoteHandler.class.php
wcfsetup/install/files/lib/system/message/quote/IMessageQuoteHandler.class.php
wcfsetup/install/files/lib/system/message/quote/MessageQuoteManager.class.php
wcfsetup/install/files/lib/system/message/quote/QuotedMessage.class.php
wcfsetup/install/files/lib/system/moderation/queue/AbstractModerationQueueHandler.class.php
wcfsetup/install/files/lib/system/moderation/queue/AbstractModerationQueueManager.class.php
wcfsetup/install/files/lib/system/moderation/queue/IModerationQueueHandler.class.php
wcfsetup/install/files/lib/system/moderation/queue/IModerationQueueManager.class.php
wcfsetup/install/files/lib/system/moderation/queue/ModerationQueueActivationManager.class.php
wcfsetup/install/files/lib/system/moderation/queue/ModerationQueueManager.class.php
wcfsetup/install/files/lib/system/moderation/queue/ModerationQueueReportManager.class.php
wcfsetup/install/files/lib/system/moderation/queue/activation/IModerationQueueActivationHandler.class.php
wcfsetup/install/files/lib/system/moderation/queue/report/CommentCommentModerationQueueReportHandler.class.php
wcfsetup/install/files/lib/system/moderation/queue/report/CommentResponseModerationQueueReportHandler.class.php
wcfsetup/install/files/lib/system/moderation/queue/report/IModerationQueueReportHandler.class.php
wcfsetup/install/files/lib/system/option/BirthdayOptionType.class.php
wcfsetup/install/files/lib/system/option/MessageOptionType.class.php
wcfsetup/install/files/lib/system/option/UseroptionsOptionType.class.php
wcfsetup/install/files/lib/system/option/user/BirthdayUserOptionOutput.class.php
wcfsetup/install/files/lib/system/option/user/DateUserOptionOutput.class.php
wcfsetup/install/files/lib/system/option/user/FacebookUserOptionOutput.class.php
wcfsetup/install/files/lib/system/option/user/FloatUserOptionOutput.class.php
wcfsetup/install/files/lib/system/option/user/GooglePlusUserOptionOutput.class.php
wcfsetup/install/files/lib/system/option/user/ImageUserOptionOutput.class.php
wcfsetup/install/files/lib/system/option/user/MessageUserOptionOutput.class.php
wcfsetup/install/files/lib/system/option/user/NewlineToBreakUserOptionOutput.class.php
wcfsetup/install/files/lib/system/option/user/SelectOptionsUserOptionOutput.class.php
wcfsetup/install/files/lib/system/option/user/TwitterUserOptionOutput.class.php
wcfsetup/install/files/lib/system/option/user/URLUserOptionOutput.class.php
wcfsetup/install/files/lib/system/option/user/group/BBCodeSelectUserGroupOptionType.class.php
wcfsetup/install/files/lib/system/package/plugin/BBCodePackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/DashboardBoxPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/SmileyPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/UserMenuPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/poll/AbstractPollHandler.class.php
wcfsetup/install/files/lib/system/poll/IPollHandler.class.php
wcfsetup/install/files/lib/system/poll/PollManager.class.php
wcfsetup/install/files/lib/system/recaptcha/RecaptchaHandler.class.php
wcfsetup/install/files/lib/system/search/AbstractSearchableObjectType.class.php
wcfsetup/install/files/lib/system/search/ISearchableObjectType.class.php
wcfsetup/install/files/lib/system/search/SearchEngine.class.php
wcfsetup/install/files/lib/system/search/SearchIndexManager.class.php
wcfsetup/install/files/lib/system/search/SearchKeywordManager.class.php
wcfsetup/install/files/lib/system/search/SearchResultTextParser.class.php
wcfsetup/install/files/lib/system/sitemap/UserAccountSitemapProvider.class.php
wcfsetup/install/files/lib/system/tagging/ITaggable.class.php
wcfsetup/install/files/lib/system/tagging/ITagged.class.php
wcfsetup/install/files/lib/system/tagging/TagCloud.class.php
wcfsetup/install/files/lib/system/tagging/TagEngine.class.php
wcfsetup/install/files/lib/system/tagging/TypedTagCloud.class.php
wcfsetup/install/files/lib/system/user/GroupedUserList.class.php
wcfsetup/install/files/lib/system/user/activity/event/FollowUserActivityEvent.class.php
wcfsetup/install/files/lib/system/user/activity/event/IUserActivityEvent.class.php
wcfsetup/install/files/lib/system/user/activity/event/ProfileCommentResponseUserActivityEvent.class.php
wcfsetup/install/files/lib/system/user/activity/event/ProfileCommentUserActivityEvent.class.php
wcfsetup/install/files/lib/system/user/activity/event/UserActivityEventHandler.class.php
wcfsetup/install/files/lib/system/user/activity/point/DefaultUserActivityPointObjectProcessor.class.php
wcfsetup/install/files/lib/system/user/activity/point/IUserActivityPointObjectProcessor.class.php
wcfsetup/install/files/lib/system/user/activity/point/ReceivedLikesUserActivityPointObjectProcessor.class.php
wcfsetup/install/files/lib/system/user/activity/point/UserActivityPointHandler.class.php
wcfsetup/install/files/lib/system/user/notification/UserNotificationHandler.class.php
wcfsetup/install/files/lib/system/user/notification/event/AbstractUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/IUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/UserFollowFollowingUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentResponseOwnerUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentResponseUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/object/CommentResponseUserNotificationObject.class.php
wcfsetup/install/files/lib/system/user/notification/object/CommentUserNotificationObject.class.php
wcfsetup/install/files/lib/system/user/notification/object/IUserNotificationObject.class.php
wcfsetup/install/files/lib/system/user/notification/object/UserFollowUserNotificationObject.class.php
wcfsetup/install/files/lib/system/user/notification/object/type/AbstractUserNotificationObjectType.class.php
wcfsetup/install/files/lib/system/user/notification/object/type/ICommentUserNotificationObjectType.class.php
wcfsetup/install/files/lib/system/user/notification/object/type/IUserNotificationObjectType.class.php
wcfsetup/install/files/lib/system/user/notification/object/type/UserFollowUserNotificationObjectType.class.php
wcfsetup/install/files/lib/system/user/notification/object/type/UserProfileCommentResponseUserNotificationObjectType.class.php
wcfsetup/install/files/lib/system/user/notification/object/type/UserProfileCommentUserNotificationObjectType.class.php
wcfsetup/install/files/lib/system/user/object/watch/IUserObjectWatch.class.php
wcfsetup/install/files/lib/system/user/object/watch/UserObjectWatchHandler.class.php
wcfsetup/install/files/lib/system/user/online/location/IUserOnlineLocation.class.php
wcfsetup/install/files/lib/system/user/online/location/UserLocation.class.php
wcfsetup/install/files/lib/system/user/online/location/UserOnlineLocationHandler.class.php
wcfsetup/install/files/lib/system/user/signature/SignatureCache.class.php
wcfsetup/install/files/lib/system/visitTracker/VisitTracker.class.php
wcfsetup/install/files/lib/system/worker/UserActivityPointUpdateCacheWorker.class.php
wcfsetup/install/files/lib/system/worker/UserActivityPointUpdateEventsWorker.class.php
wcfsetup/install/files/lib/system/worker/UserRankUpdateWorker.class.php
wcfsetup/install/files/lib/util/ImageUtil.class.php
wcfsetup/install/files/lib/util/MessageUtil.class.php
wcfsetup/install/files/lib/util/UserRegistrationUtil.class.php

index f2d62bbc0da1580f6ba579a81fb7f7327b9fa07c..57ba997bc27e25d57b19ca13d2a9f27a5801e43f 100644 (file)
@@ -34,7 +34,7 @@ $neededFilesPattern = array(
 /**
  * WCF::handleException() calls the show method on exceptions that implement this interface.
  *
- * @package    com.woltlab.wcf.system.exception
+ * @package    com.woltlab.wcf
  * @author     Marcel Werk
  */
 interface IPrintableException {
@@ -47,7 +47,7 @@ interface IPrintableException {
 /**
  * A SystemException is thrown when an unexpected error occurs.
  *
- * @package    com.woltlab.wcf.system.exception
+ * @package    com.woltlab.wcf
  * @author     Marcel Werk
  */
 class SystemException extends \Exception implements IPrintableException {
@@ -218,7 +218,7 @@ function handleError($errorNo, $message, $filename, $lineNo) {
 /**
  * BasicFileUtil contains file-related functions.
  *
- * @package    com.woltlab.wcf.util
+ * @package    com.woltlab.wcf
  * @author     Marcel Werk
  */
 class BasicFileUtil {
index 3492f14534934cd23642204d76c4831dd1f7f498..da50439572098f0106a4fe2d0a0452424385dec4 100644 (file)
@@ -18,7 +18,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index 1c3155b5b3369219b6c58afa2be47daf506a53af..abe5b06d78b1c51595ef3bb780fba42002f64e8a 100644 (file)
@@ -16,7 +16,7 @@ use wcf\system\WCF;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index d2c6964e3712dc438967bb67482a436c37b67666..c886f62171059baa9bfca777ab8337669de0075f 100644 (file)
@@ -13,7 +13,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index d7184197537f1d337e82a8f5e00c44d35e11bf4a..e848f1f9c273c147ff23d2b48a9737bb963f5f82 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index e3e0e2e2a7fe179a0f897be832500682344533b5..e431a0c0075e02ec0cb8ee473ac54598065a2830 100644 (file)
@@ -13,7 +13,7 @@ use wcf\util\ArrayUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index 9b45087b2f9c5b35085e1bb05c31b1f7ccb20706..737fea4a417cc37fabe88485696505c1f7547b9a 100644 (file)
@@ -18,7 +18,7 @@ use wcf\util\StringUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index c4c0d3ad7f0333e0a8e3f1486db57c339ab5a444..4c6019e7edbd16f1eb2ded9412c8cdf9a7894591 100644 (file)
@@ -15,7 +15,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index 3b9fdfb967a2965b0d23dc2f34f699dd0e74d522..ff34f8fca131e09bf9ca682efbed0259e6500bca 100644 (file)
@@ -14,7 +14,7 @@ use wcf\util\StringUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index 5c8ac117a9b8921c32add3da8e2640e1859981d7..8d20fa30e78c44b7a0c6d31ae612405766b05758 100644 (file)
@@ -13,7 +13,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index 400d226906bd222cd8023b61ea478d62e8dac7d8..08e1b04d4923f7eee58cee32cddcd3986e2f45d6 100644 (file)
@@ -19,7 +19,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index 3bb4948b80b078c0fdbdec2ec1fd9b91ff481de8..2c13c6ac435becdd2bfb3652ff4a015fd095f100 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\acp\form;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.category
  * @category   Community Framework
  */
index fc4c70ff88054f6e29f55806822eb469ba211974..bb35e9e857c3f922693121245d72840796f768ad 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\acp\form;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.category
  * @category   Community Framework
  */
index 38bb5c8a3ce8c4505d8264538762de4d26dcd794..e554e3fc78d0a6c11e96c3f448ffa90bda5a0bf5 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\WCF;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index 98a2cc3cec09c910cdaa8acef79c85727d9b6816..7c1bb2d4f6170d89fe93f210c3f49bc79a4ab712 100644 (file)
@@ -16,7 +16,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.tagging
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index d592a3b2db9dbaf075c6241c89701c2b1a58be37..32a75507013a895baf7b262c7e176f1dbea4b9ae 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\WCF;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.tagging
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index 45ce44bca44bc882884c354a8fb042c19ba35b42..13371833073f43ea390e8a3a5345e257abb85935 100644 (file)
@@ -13,7 +13,7 @@ use wcf\util\ArrayUtil;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index d264d2a2db94c879e251f4c904e335729f23ccbf..aaa0fb580840e68f92bc556e3712c644f35efa24 100644 (file)
@@ -16,7 +16,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index 2d0b1621f573f39daa7cc2398c0c0835ae6b485b..3e707317862a0526a0bd7f3b535d9dec69ccbefa 100644 (file)
@@ -16,7 +16,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index 031bd6bb6a037090f579075eb64650406fbd030b..3b0bf03d6ed290708a3a76f571930891155f788c 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index f7960e6f41f752a4c6da96e769d137da8c138a05..d70da561b20d4e5c862fbe5568834bdf6206961e 100644 (file)
@@ -12,7 +12,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.attachment
+ * @package    com.woltlab.wcf
  * @subpackage acp.page
  * @category   Community Framework
  */
index 24d240c095e0f08eff5ea543552cc3d496286a79..2196aa2fa1b620a08835d9e50fe8fad0df591303 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\exception\PermissionDeniedException;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.attachment
+ * @package    com.woltlab.wcf
  * @subpackage acp.page
  * @category   Community Framework
  */
index cfe049b47fe95ea4d6b4d56604d1d623d78ef33f..e3589540428a529db4063acf89692f16f8a0ddb2 100644 (file)
@@ -8,7 +8,7 @@ use wcf\page\SortablePage;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage acp.page
  * @category   Community Framework
  */
index 3f927ac42e4fb72b4c491a0dae996e969c5d0ff1..db21e4343e9e9afd60cb40eccf7fe6cb3a7ab07e 100644 (file)
@@ -8,7 +8,7 @@ use wcf\page\SortablePage;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage acp.page
  * @category   Community Framework
  */
index 8bf1340f81f05a007755304f665982a5595e183d..8ac1917852be695ef282138726c292b15adb886c 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage acp.page
  * @category   Community Framework
  */
index 65762368c9e96035a3a40cf2c8b436a61a9b6a82..61b7bbd8d334574d8279cc0764cc8b1197d72bfe 100644 (file)
@@ -8,7 +8,7 @@ use wcf\page\SortablePage;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage acp.page
  * @category   Community Framework
  */
index 3055f70b48db433f8c6f6dc7b1d082964d7114dd..62d976a68858bbe54fc37a69566cf7f1d1b9b0b1 100644 (file)
@@ -8,7 +8,7 @@ use wcf\page\SortablePage;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage acp.page
  * @category   Community Framework
  */
index b9a7f035833c4fcf9cc279dabaed40058ba6fe36..2d961cb58a3f0d9089739a87fc3840d92783af39 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\acp\page;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.category
  * @category   Community Framework
  */
index c33427e7f97e799c8f695c25f1f3b8bccea75065..986a833543b5e56a8619979653c7aa17723cc379 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage acp.page
  * @category   Community Framework
  */
index 42a7829295bb059140035899f6e91e6933244a47..0a8a82f686b15aba82822c55c6a5e2c0233e9447 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.tagging
+ * @package    com.woltlab.wcf
  * @subpackage acp.page
  * @category   Community Framework
  */
index c6419f5081ccdaa98d9ab2c7e6e5490daacf7893..916828d5f34be7ba57d02d3a331a6cf874d77c20 100644 (file)
@@ -8,7 +8,7 @@ use wcf\page\SortablePage;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage acp.form
  * @category   Community Framework
  */
index be41bb6de1204936ed6e0ab4a437bb5865a935e7..02eb938e63e18387bedc9853797b0dac0345f029 100644 (file)
@@ -19,7 +19,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage action
  * @category   Community Framework
  */
index c46492f656c4ae367c0f2768c6da81375544ae00..6a403bb97055f24f18001fa03e6e878efbca55a4 100644 (file)
@@ -19,7 +19,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage action
  * @category   Community Framework
  */
index 23d7152816783f5835b44ad967e65a2e6a148c03..8122d46be975b12a97d6473fa3288c25f460a0bb 100644 (file)
@@ -19,7 +19,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage action
  * @category   Community Framework
  */
index f0c6ec1a29ed7fbbfffdd09e490d4c63c7bb84b3..a7960809b9e5a5415933228de6288e52c8ea9420 100644 (file)
@@ -14,7 +14,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage action
  * @category   Community Framework
  */
index a8b15d1edcea348ad9f81ef1b01d05285b4f7e1d..d61932d08b3fbe09e100392e43ff64abefca3dd8 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\HeaderUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage action
  * @category   Community Framework
  */
index 574a102e3d4d7614791e3f808ccf632f453aa7b6..07019f192796337e113e98f6f81561c7c9f388dc 100644 (file)
@@ -14,7 +14,7 @@ use wcf\util\StringUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage action
  * @category   Community Framework
  */
index 178523107f8ac7b4fd93e8d10462731e2bed65af..c69331b8498cf9d5bfb322dbd8b9691eff1108e4 100644 (file)
@@ -16,7 +16,7 @@ use wcf\util\StringUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.poll
+ * @package    com.woltlab.wcf
  * @subpackage action
  * @category   Community Framework
  */
index d3f2f90cf419eb8442ae2a73f32bb3e96dbcc5d5..17824e4343c1f17c9a5f86e51fa6cf2a4ec6e410 100644 (file)
@@ -18,7 +18,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage action
  * @category   Community Framework
  */
index a6f6b69514c1c6e706ce0f963673940a38f39bf9..df1e7e0473ce637a7d22a857304cdb2195d92ae1 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\data;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage data
  * @category   Community Framework
  */
index 519a56c5004833d9c71d0a0049c35ce79ec3c1e9..9f8bdd3bf793db4a7e3e33485e6a213b5ae167c5 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\data;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage data
  * @category   Community Framework
  */
index 2b50c157daae7728e45daa54ec4063113be8743e..561ad74a12232a049099a0812d3a1c3ecad5e7b1 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\data;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data
  * @category   Community Framework
  */
index 1036b49443466fd1ed3b20921c7472f87df07cb8..abbbaab3db1684d99c68490ed1e882865c123fa9 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\data;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage data
  * @category   Community Framework
  */
index 16f950149d71de79bbe2fb1607c992a2699b4660..f11d22a23c4ba2a56f59e57896c46011aec358ee 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\data;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage data
  * @category   Community Framework
  */
index 3029a82742242c97004059b1a6cefc155a49b214..b1f059bc1b63a9de0aad13dacd6b76808e808d6e 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\data;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage data
  * @category   Community Framework
  */
index 62c60aecf9e28502eba4ec760171dcfc2729a614..4797d9d021c32ee6e5674e0a4b50d7431cbd180f 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\data;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage data
  * @category   Community Framework
  */
index a7bf773d2f926b997dfdf0a03fc30e79cbceaa2d..8ffb532457c84ad219cfd25b12cdded6f3ae06e1 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\data;
  * @author     Matthias Schmidt
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.acl
+ * @package    com.woltlab.wcf
  * @subpackage data
  * @category   Community Framework
  */
index cac2bccb72857b9022c0bdfe5142ac0f11f78498..2ec4e336b384b76682778f6931f61268b8d8ca25 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\data;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.poll
+ * @package    com.woltlab.wcf
  * @subpackage data
  * @category   Community Framework
  */
index 840e32d8dfec0fd1a8bf51e4ba6df88b420603b1..93640c64d7f95058330465057977cfc0721c6c41 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\data;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data
  * @category   Community Framework
  */
index 6cca7b8522e1dd022df0a38f610e6618e694f6f5..701fa108c3c9d66a85b8c8347ee4bf24a48e341f 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\data;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data
  * @category   Community Framework
  */
index 092b543105de772fdae2b61a221dcefc0fe17c56..0c9ae71ca4054cbe93e7f81ddc3eb083acc1be10 100644 (file)
@@ -9,7 +9,7 @@ use wcf\data\DatabaseObjectDecorator;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.attachment
+ * @package    com.woltlab.wcf
  * @subpackage data.attachment
  * @category   Community Framework
  */
index 3caaf5add80d317b6954ce06b020d1d172ad8909..be3b5d896b63cbf9913f7bca4c9332edb319b6f9 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.attachment
+ * @package    com.woltlab.wcf
  * @subpackage data.attachment
  * @category   Community Framework
  */
index 1571ea0db441c0ad939786226b857777d8cd20da..00a35eb27811a1c304afe48666eb59f7a49842bc 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.attachment
+ * @package    com.woltlab.wcf
  * @subpackage data.attachment
  * @category   Community Framework
  */
index e1e81e5f25dd1f773e850430481ebfb3afccfb29..fe8af684a039310ac26d9714a209366cbd13ab8f 100644 (file)
@@ -18,7 +18,7 @@ use wcf\util\FileUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.attachment
+ * @package    com.woltlab.wcf
  * @subpackage data.attachment
  * @category   Community Framework
  */
index 936a5545557d4d7dab0f1783b1411d8efe73b417..c04ecf4bc86866816036eca54dc0cbcb04687357 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.attachment
+ * @package    com.woltlab.wcf
  * @subpackage data.attachment
  * @category   Community Framework
  */
index 023bbd833918f24af69db5624baa5df1aab1eb06..62c4024db0ac46cd39a4b6927886094fbae5f1ed 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.attachment
+ * @package    com.woltlab.wcf
  * @subpackage data.attachment
  * @category   Community Framework
  */
index 0a783542da460fc2c81011bdf5d90472a41a99d6..795528282001d938edf83c6ace68ceb4e82a56f3 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\object\type\ObjectTypeCache;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.attachment
+ * @package    com.woltlab.wcf
  * @subpackage data.attachment
  * @category   Community Framework
  */
index 7dd1f906f76183598a55b030c6e4fedec6a4f737..695be8b882c86fcd89869350c1e4deb568969821 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.bbcode
  * @category   Community Framework
  */
index 2aeaa581f99e634491e25709dee8d15c014194c2..c6d2a441063614223363f0ceb2151e290b41d2e1 100644 (file)
@@ -13,7 +13,7 @@ use wcf\system\WCF;
  * @author     Tim Duesterhus, Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.bbcode
  * @category   Community Framework
  */
index 987ccffefc66b3e831a363aa30867eb230f48d1a..aff35389a3407124b5b65c8ea4e9245bed4177e3 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\SingletonFactory;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.bbcode
  * @category   Community Framework
  */
index fcb895123915f0bc949378503bc713c5c533865c..71e33828b858905195e5a20db2a8ad40f7172e9e 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\cache\builder\BBCodeCacheBuilder;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.bbcode
  * @category   Community Framework
  */
index 02b9a385159442744419b6b74bf7d5593297e225..25554e54819928ef7720c6c32f7065ca742b280c 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.bbcode
  * @category   Community Framework
  */
index 3a31a5dfa9440d11172ee9aa90bda37c362a99f8..f7b704f87fa9a70524e196a6493116822b0b51e6 100644 (file)
@@ -16,7 +16,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage data.message
  * @category   Community Framework
  */
index 7a0e1ea557ab84fafd6f806f1ca9f0cfd776d394..665f78f1cc3f64d9854e0e3f8cde82eff8895b13 100644 (file)
@@ -9,7 +9,7 @@ use wcf\data\DatabaseObject;
  * @author     Tim Duesterhus, Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.bbcode.attribute
  * @category   Community Framework
  */
index 8f755263d523f573f642549f811c372291beda29..12d5b0e1fc8a4f1670ead47ee6c7b31f6df13b14 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\AbstractDatabaseObjectAction;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.bbcode.attribute
  * @category   Community Framework
  */
index 9d3dcd76145e21859a78b4bd447cd4bfa6bd3a0a..faf285e9f91088e4508a3a1a094f3e401d950011 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.bbcode.attribute
  * @category   Community Framework
  */
index 9e2726dea90f64b1f8d4963a7039f8f93aeb54ea..e149bb5947b01160125adef070eb5d972102082b 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.bbcode.attribute
  * @category   Community Framework
  */
index 58ccda0826c03fd79518498fe34af1e34e8608a2..fe9bce0ab56576e7262cea5b49d631c84abfa7da 100644 (file)
@@ -12,7 +12,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2011-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.bbcode.media.provider
  * @category   Community Framework
  */
index 3dead9a909fe02c521af3e4629cbbcea535f7ed7..ad3816956daa29c7b04efc2f7f5cc6d2df0d11e3 100644 (file)
@@ -11,7 +11,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2011-2013 Tim Duesterhus
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.bbcode.media.provider
  * @category   Community Framework
  */
index dd4c239247405d8e3bfae572966e60d66afae909..3d45caa7a14c72e5e4657e5a37e42d151d616537 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\cache\builder\BBCodeMediaProviderCacheBuilder;
  * @author     Tim Duesterhus
  * @copyright  2011-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.bbcode.media.provider
  * @category   Community Framework
  */
index c0b97c47069275dd06035d8ec5435b6720db27f8..6bf44aedf36b8843aa87ee71702a1c3f76d3c79a 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Tim Duesterhus
  * @copyright  2011-2013 Tim Duesterhus
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.bbcode.media.provider
  * @category   Community Framework
  */
index 73f122b486e19e71e2815181f816cdc03b9e3db7..8d46aee5a81143f11190b7e8dd81c46743d97be7 100644 (file)
@@ -12,7 +12,7 @@ use wcf\util\StringUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment
  * @category   Community Framework
  */
index c758a1e153c36a38199c8901977842a096b23d59..3bbd158dc02791f17f0aacec9220c716f4e8b7b3 100644 (file)
@@ -25,7 +25,7 @@ use wcf\util\StringUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment
  * @category   Community Framework
  */
index 4000a937e756cfbc0847655302ff692c7d60d04a..6c25ab193b23610c614f4d7325a48ccc385ecdbd 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment
  * @category   Community Framework
  */
index 26608de5226e03549aa6ec6665cd5ea864d0e3f0..0de789a0e2ece39e41fa7467f5b1c4a32717952a 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment
  * @category   Community Framework
  */
index 386849b270015da2386c677207ca58ebbb654e77..6e074c290e5aedd9bd7403f27ce8a0309f117480 100644 (file)
@@ -9,7 +9,7 @@ use wcf\data\object\type\ObjectTypeCache;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment
  * @category   Community Framework
  */
index b5ec9d3435f9b2e70d0405537c14e0e231c7d168..42545a725fc7f9d49d6892ebb217d8b29e847059 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\comment\CommentHandler;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment
  * @category   Community Framework
  */
index 5107660a4eeddd350941f5f4c7797267d44a4f81..164be12b30b3c850d35c5188deaa9d441d8c6bee 100644 (file)
@@ -11,7 +11,7 @@ use wcf\data\DatabaseObjectDecorator;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment
  * @category   Community Framework
  */
index de6b99d6e70fb9862e304e60d7db76f825101665..e3b7b38b76c07fa2370aa46e03c764ab814f0ce2 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\like\LikeHandler;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment
  * @category   Community Framework
  */
index ca0f34106dc2dd45d181fbc1bbdd25488765d80f..35a57870792fdb83601a90f71d6b496ca1c9b63d 100644 (file)
@@ -10,7 +10,7 @@ use wcf\data\DatabaseObjectDecorator;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment
  * @category   Community Framework
  */
index 53ddc9645c1f09cfd042174700b042ed0159c220..ac45330871c6110eb7b1c20803eace086e523ac7 100644 (file)
@@ -13,7 +13,7 @@ use wcf\util\StringUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment.response
  * @category   Community Framework
  */
index 8795aee5c1b11c99447eec0d5045a925046dfc7a..3d84431272ee61964550181f5880e38f39faa971 100644 (file)
@@ -17,7 +17,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment.response
  * @category   Community Framework
  */
index 57e489543680797700c57f10302cf70017b145f9..48d6f786facd40540eda3b8b55d328e7cfe01e4a 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment.response
  * @category   Community Framework
  */
index de1451cf51e77735c77e3a9c3fe0d45315dd3cb3..5446b5580e52b68bd061b86a4759a8a9a635c9bf 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment.response
  * @category   Community Framework
  */
index 016501cf7865fbb3261806b07f64bbd9bed7afb4..919455318452a82a31dde74a5f142d6a39b85c86 100644 (file)
@@ -9,7 +9,7 @@ use wcf\data\object\type\ObjectTypeCache;
  * @author     Matthias Schmidt
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment.response
  * @category   Community Framework
  */
index b95a93eb10e53658f3530cec9756088927833b6c..bb1cbc3608e3a42d186dd0a04229bb474f92e008 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\comment\CommentHandler;
  * @author     Matthias Schmidt
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment.response
  * @category   Community Framework
  */
index 2f7972b5694d99e81af1223dbb2c4da384787a28..222fd4cdd9061b991b9360c719dec825b4fb671b 100644 (file)
@@ -10,7 +10,7 @@ use wcf\data\DatabaseObjectDecorator;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment.response
  * @category   Community Framework
  */
index 2ebfa06204a856b4875baa7e59ea09f2f9748f67..372fda002ae178667874dfe35b582d7cca768326 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\like\LikeHandler;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment.response
  * @category   Community Framework
  */
index 04a49abbaea477ead87cb4d6f813d75083ce8cb2..75c3ac0a5fb5ba69a96da99f3ed121753b1bab1f 100644 (file)
@@ -10,7 +10,7 @@ use wcf\data\DatabaseObjectDecorator;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage data.comment.response
  * @category   Community Framework
  */
index 1cdc91b8bf929f07348f19520f8f515822070dbd..eed270302969a4beaf0dd8404bc746c81fba2f8e 100644 (file)
@@ -9,7 +9,7 @@ use wcf\data\DatabaseObject;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.dashboard.box
  * @category   Community Framework
  */
index 5af9bbe2fa91dd537a0f1467d8b967277ab5e2f9..1f51915e309fec47eb997c2f8bd8d74764cb7345 100644 (file)
@@ -15,7 +15,7 @@ use wcf\util\ArrayUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.dashboard.box
  * @category   Community Framework
  */
index e48813287dcbe00a8902b0bc9a9448ff3006c98a..579491468bcb5c6ae850134c5f3bbf0cb496b084 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.dashboard.box
  * @category   Community Framework
  */
index 6925d21e8406a24c8b3dd785cc6ee784e30030ac..7e3fb8de4fe969b523491cd890bdbc8b39f660d7 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.dashboard.box
  * @category   Community Framework
  */
index c723ec3048695633ad4c15a06cf1e3f330a122bf..6ee4711111bfb9bd270f9ec8acfa4476b9abc667 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage data.label
  * @category   Community Framework
  */
index 97e3bf03125d1b2c0a380b4e11fc2a89d14a254c..22869963a773f6a7dc68def1d20461de8a478f99 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage data.label
  * @category   Community Framework
  */
index d2c4262d2203a662b146c94700c05726b1d9086c..d139353eb4609890e704892294cc1b7c8572833d 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\cache\builder\LabelCacheBuilder;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage data.label
  * @category   Community Framework
  */
index e341e3df11ef373250bf3e2aa030b68a24779d3f..446cca4d2b94e95f1da40f03f24844fae7c59cd4 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage data.label
  * @category   Community Framework
  */
index 2c57c9c3ad4d2706da8184042d197713a32295ba..4155eaacac8c1b230cb8d6ae3e89da22227adbf2 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage data.label.group
  * @category   Community Framework
  */
index f955988c0100fa2bbe25ae24569f0e51d9d2522a..1e43e8bd2e45233b7eb4519705a9c6f45dc35672 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\AbstractDatabaseObjectAction;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage data.label.group
  * @category   Community Framework
  */
index 478cf60ef23ef0e6e7b50eb8d6a3db9b9ab20039..9dffda64e88f75c63d1bed8ee579fed8631a359a 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\cache\builder\LabelCacheBuilder;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage data.label.group
  * @category   Community Framework
  */
index 53f19eecef892cd90b1545ab6097d0c0712f921e..7eeb70e194c21cd00c924f003dda22bb82430408 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage data.label.group
  * @category   Community Framework
  */
index 267baa7f241e9affb9dc706f7fd69a198444c5f4..866875067dd2ac63b99486a4e1dcaeb6ef396a06 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage data.label.group
  * @category   Community Framework
  */
index 617a79555859914561d3d7cb935f596162fd0445..4d3294c80910eb82fa16c1916dc9c2b90d45dc16 100644 (file)
@@ -9,7 +9,7 @@ use wcf\data\object\type\IObjectTypeProvider;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.like
+ * @package    com.woltlab.wcf
  * @subpackage data.like
  * @category   Community Framework
  */
index 9e5de8beea118bd3db4a8391e9d7687465798ee8..155f316664c8688ae7821ec107133ac0604d1cf3 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.like
+ * @package    com.woltlab.wcf
  * @subpackage data.like
  * @category   Community Framework
  */
index 883c625964d68dd8f393fbbad6cfba90ecaa973d..24c666f7c84a2668008d2c21ebc5ca67a88969c8 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.like
+ * @package    com.woltlab.wcf
  * @subpackage data.like
  * @category   Community Framework
  */
index 27fe19b0f1ef8daeb6cb46a50ce13f76f1665bde..36af5a02ff7bda584283892e744438655ec5725d 100644 (file)
@@ -9,7 +9,7 @@ use wcf\data\DatabaseObjectDecorator;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.like
+ * @package    com.woltlab.wcf
  * @subpackage data.like.object
  * @category   Community Framework
  */
index 510ace3e0d0d8add954766e5d507cbf42f121327..221c4e4ba68211868b099a4404309a48e7e3cf7d 100644 (file)
@@ -10,7 +10,7 @@ use wcf\data\ITitledObject;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.like
+ * @package    com.woltlab.wcf
  * @subpackage data.like.object
  * @category   Community Framework
  */
index f5767edaaa01e070d0f1f95cb9c5fedaad269711..dead99ed5976a2a10d4b9f1c6dd6e8f0e6b5d1f6 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.like
+ * @package    com.woltlab.wcf
  * @subpackage data.like.object
  * @category   Community Framework
  */
index a5bc931c772dd7a5c22ce868d1d72efc184ea77f..d73c7c06870a98d25f0db04ac39723cb93bf4db3 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.like
+ * @package    com.woltlab.wcf
  * @subpackage data.like.object
  * @category   Community Framework
  */
index 2f6a9511f6273f7d7ffa30e4137dd66860979eef..f31987756cb30531d8a38c13990d5f6d401f3894 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage data.moderation.queue
  * @category   Community Framework
  */
index 20e70f05b85494ad3a077cb3ae2e06e1e9432e4e..b1291663fa2cc0dec4b29cf55a903772292a177f 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage data.moderation.queue
  * @category   Community Framework
  */
index 6445cc68f23b4eea80a10a9802e1fead677ecd56..16a981dfcd21eb6f4294530108f9a7e8269f8425 100644 (file)
@@ -11,7 +11,7 @@ use wcf\util\StringUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage data.moderation.queue
  * @category   Community Framework
  */
index 22192a440163cab1679c31da7eb272fa55f6ea6f..fc43bc52b1d3ab8c81ed0175f12fdbb68c32c1f3 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\moderation\queue\ModerationQueueManager;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage data.moderation.queue
  * @category   Community Framework
  */
index 94340ee40e7e54f92e9a075a5b0deb205e91d6b6..832e9c4135ee3e851559e07549c27cff5306d39d 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage data.moderation.queue
  * @category   Community Framework
  */
index bbe75422b989a10ccdb9f6d12924bff269f1ad1f..efd508a1b55f76381027464b41b450a8c2c1a742 100644 (file)
@@ -12,7 +12,7 @@ use wcf\util\StringUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage data.moderation.queue
  * @category   Community Framework
  */
index eb61a1dbe8547646d6b129a6db6662b8600ee155..89516e5572a9ed063b0ca0d0870e1c6cd3dc926c 100644 (file)
@@ -13,7 +13,7 @@ use wcf\system\moderation\queue\ModerationQueueManager;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage data.moderation.queue
  * @category   Community Framework
  */
index db160ed95e7bd44f029af758dc4ff55298ec699a..82b8c9db1e825ea41e15f8f35f349693d84b1451 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage data.moderation.queue
  * @category   Community Framework
  */
index 8f728ff44159733c3f0390837a9ae997c1f6d47b..1f2791a3361f6f4ddfe5b52c1e420861437230be 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.poll
+ * @package    com.woltlab.wcf
  * @subpackage data.poll
  * @category   Community Framework
  */
index ba67dfa3074b1e6b5aa2d5d171a60fbf84f59860..6e7049ed51cc1b52c92b7f019b4f0f576159710a 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.poll
+ * @package    com.woltlab.wcf
  * @subpackage data.poll
  * @category   Community Framework
  */
index 2233d796df14f19da3b4e3ed27f1ff430e6dd16d..190e408004d78e6f4a4f80db6105ed258f895e2e 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.poll
+ * @package    com.woltlab.wcf
  * @subpackage data.poll
  * @category   Community Framework
  */
index f9575deb37567633d5b683ee68de32082a4e3bf8..1246404ba937414b2c0270729270897c446bcfde 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.poll
+ * @package    com.woltlab.wcf
  * @subpackage data.poll
  * @category   Community Framework
  */
index 5ca73260635f56c6b8deb1621964214f27ae780c..6954288a35b1b469badcc1b990b6a248b0aff784 100644 (file)
@@ -9,7 +9,7 @@ use wcf\data\DatabaseObject;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.poll
+ * @package    com.woltlab.wcf
  * @subpackage data.poll.poll
  * @category   Community Framework
  */
index aaade156f9c945d85d4191d3d80e96612435dfc4..11ab73e6567fe684b7785785cd8cf13c0402d3df 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\AbstractDatabaseObjectAction;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.poll
+ * @package    com.woltlab.wcf
  * @subpackage data.poll.option
  * @category   Community Framework
  */
index c602e9b779b65be8ed5565432c6a89dea5d801bc..e52c8fb48b1947463c8a1fe85109a9c53165f955 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.poll
+ * @package    com.woltlab.wcf
  * @subpackage data.poll.option
  * @category   Community Framework
  */
index 4f2f9817fcc4bec01fca29b087b39f38fac01cda..b2349bd04e78a5dea125639494ef316714298208 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.poll
+ * @package    com.woltlab.wcf
  * @subpackage data.poll.option
  * @category   Community Framework
  */
index fc5649ba65104665005da9b36e9d60627a82951e..0ff9a5310297a282cdedc4266b02cafce86b406a 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\data\search;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.search
+ * @package    com.woltlab.wcf
  * @subpackage data.search
  * @category   Community Framework
  */
index 400febd82cd3d28d8efc4498750c88ea5a804459..9bb9581515369311cb81870ea324cb1ec57d770e 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObject;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.search
+ * @package    com.woltlab.wcf
  * @subpackage data.search.keyword
  * @category   Community Framework
  */
index 328025f957f396a44e11a370f77565ad787975ec..b1d91a916374f22840bfb0aee7fb93787bff8692 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.search
+ * @package    com.woltlab.wcf
  * @subpackage data.search.keyword
  * @category   Community Framework
  */
index 7094c6889e6762affc7512ab49271656b235bb90..fe416e7125c8f16768535ca7529d465ab2ccd599 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.search
+ * @package    com.woltlab.wcf
  * @subpackage data.search.keyword
  * @category   Community Framework
  */
index 9c3eec62716a7cf8d03da06f6bef1206e7215ef4..f1527ecb43a5840344061d70c047150a6192587f 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.search
+ * @package    com.woltlab.wcf
  * @subpackage data.search.keyword
  * @category   Community Framework
  */
index 5f966c9d6366f7d13fd92235481faeee9d91512b..caefd09e943fd5898ccb9b8fa48322103f5f1bc8 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.smiley
  * @category   Community Framework
  */
index 5ea2dae8ca5b497279cdf2763ad37c4442af4177..d0e2433c8eee85a3238810cd25dce838668f3dd3 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.smiley
  * @category   Community Framework
  */
index 269ab6e2c53aa1375ab4b5595012060eab7d052d..b38a1cf91aadac33de7341396c1944db80e7ef20 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\SingletonFactory;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.smiley
  * @category   Community Framework
  */
index f4618a2a4bde2611ed34f4eb89242bc8c6850658..7dd92d366f3b0aa11c049f25e3c20710423db88d 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\cache\builder\SmileyCacheBuilder;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.smiley
  * @category   Community Framework
  */
index 084ed0d7492cd443281b04d6e0694c50dabe6b11..33b07d5120866c478044a50997072e1f07c3f2be 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.smiley
  * @category   Community Framework
  */
index 71321d7d97b3effeff1c20a82d00b15f2f22b8fa..88354b920549708d735db92d16dbcf7ab83ee5da 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\exception\SystemException;
  * @author     Tim Duesterhus, Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.smiley.category
  * @category   Community Framework
  */
index 7476886c45b48dcd801c9704ae84b778e0e0cb7e..7c58bb276b386ecc47c3412a24c3414b740f19ea 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage data.smiley.category
  * @category   Community Framework
  */
index b3c40aff2fa412dff68c09efe96452a040b99c6a..6717dba0c2074e940d02f1246f079371d761f43f 100644 (file)
@@ -11,7 +11,7 @@ use wcf\util\ArrayUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.tagging
+ * @package    com.woltlab.wcf
  * @subpackage data.tag
  * @category   Community Framework
  */
index 973f4af87365134c70f009efafc7e496e92fa6cc..1db6a208a83c9d1e43668bd254b0c5b1c031ebeb 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.tagging
+ * @package    com.woltlab.wcf
  * @subpackage data.tag
  * @category   Community Framework
  */
index 27956b019e905bb58f08175959f21f725bbd0159..d8be43eb18390cc464a26177d647ffe006dae165 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectDecorator;
  * @author     Marcel Werk
  * @copyright  2009-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.tagging
+ * @package    com.woltlab.wcf
  * @subpackage data.tag
  * @category   Community Framework
  */
index 954ff35b2bd6201b5e788652c8834c150f41e65f..b7008d1c7c6f167e7ca11edfe51ae9ed591026b4 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Tim Duesterhus, Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.tagging
+ * @package    com.woltlab.wcf
  * @subpackage data.tag
  * @category   Community Framework
  */
index da6573cc4a37f9c09bd5bccfadf3756ecc1bea94..46036106314812333f99ad3f79e0c0e728eb997b 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.tagging
+ * @package    com.woltlab.wcf
  * @subpackage data.tag
  * @category   Community Framework
  */
index 45abd3bae00ce4bbcedbdb10a1992ebf7e437842..620664b0269cc40f87b92dfb48959215bcc9b7da 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user
  * @category   Community Framework
  */
index 4727852a3adc1d67a5030acd364dab6c4f788e0a..02fc0b59911ac8cb7da9cd23b84a32f6ba746996 100644 (file)
@@ -24,7 +24,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user
  * @category   Community Framework
  */
index 7e7546d9d34bd08b61c350bb2b3d82970e390d20..4e44455c2c4ef670c8fc8bd8e490bf7d69dd42d6 100644 (file)
@@ -17,7 +17,7 @@ use wcf\util\StringUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user
  * @category   Community Framework
  */
index 3562bf23a7442aca1c63d0147c3f6e893c5aa50c..abe6a925e800762d1a3e0c3e6be89093a94b3634 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\data\user;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user
  * @category   Community Framework
  */
index 69b853b1894c9a1a388d0c58b6261418e0a95c38..f58e99422d4487e3b92cb225d08071027bd6d610 100644 (file)
@@ -11,7 +11,7 @@ use wcf\util\UserUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user
  * @category   Community Framework
  */
index 84573510639dee1f0c05a6dc25a8f2d8f2933789..bb44103d6e52032a1728a4479be2800619b54079 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObject;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.activity.event
  * @category   Community Framework
  */
index 71e8cc58bd053623663c443369ca0f4804048885..7413a73d86f092f4b3c0dc6d066b75419d6d83b6 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.activity.event
  * @category   Community Framework
  */
index 376219d500324e174033b20abd76d2a956845eb9..83229bc4e3439ff08d8a44a3282d0dc1370640eb 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.activity.event
  * @category   Community Framework
  */
index 81b9846180d659ad700f976f08f783d0d1958788..b6e743cc3c769a1880fb54c4e0ab01c409f2f60c 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.activity.event
  * @category   Community Framework
  */
index 558068a66efe8ba09e7e518e0d5fe178c6766307..9ee935d83dc84a73d0c151d9d66c820e92714951 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\user\activity\event\UserActivityEventHandler;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.activity.event
  * @category   Community Framework
  */
index 8767a81a34c01bbc46663cfe40cbdb1b61106269..c6239024424c01d6a03885359ae613ad15316b4b 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.activity.event
  * @category   Community Framework
  */
index 7f04cdd67796a8ba645a5b2898d10e2307bf9d88..a62d41ea72a1559abba980b34d56969ad18ed1ce 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObject;
  * @author     Matthias Schmidt
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.activity.point.event
  * @category   Community Framework
  */
index b977d1ba147176ee51fdadfd6683c23de06ba9da..9b12d41f1bd1189c8e319f34359ad0ca277b6516 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\AbstractDatabaseObjectAction;
  * @author     Matthias Schmidt
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.activity.point.event
  * @category   Community Framework
  */
index 7cd4e6572487ff9812aa5429d5facadbe00f3a39..061404734d8c3e830576b5df18279476885c6f3a 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Matthias Schmidt
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.activity.point.event
  * @category   Community Framework
  */
index 7a9582887092dbf5651286b40d790463c8784299..0266e5eb3e40815486bf7a09c7e00f0388c0c006 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Matthias Schmidt
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.activity.point.event
  * @category   Community Framework
  */
index 1cc9dfc00cce79bd6158aa5088196f5e7e6937ad..f475c462b7fb3729989bb3d196a7abeb30da7009 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.avatar
  * @category   Community Framework
  */
index 365e90fd6e385e112a270af72fdb55445c4b7fd8..ee2e69b05029bc57536235fde8ab601a7d419211 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.avatar
  * @category   Community Framework
  * @see                http://www.gravatar.com
index d0f72fa7deabc56b9c815418d97744bd98cc5179..d17f45f85e7e4225f288862a653b41b0d864c205 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\data\user\avatar;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.avatar
  * @category   Community Framework
  */
index b5e5435ac85010297052a9845f8cfb333b61df82..d289e4954a34e52d0202f4042097ab3bd569175a 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.avatar
  * @category   Community Framework
  */
index 16927efdf6fe4d81be33e61fbc8ee0581f93975e..db015c4644e078addde2d13f24fe901ad2f65fd1 100644 (file)
@@ -21,7 +21,7 @@ use wcf\util\HTTPRequest;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.avatar
  * @category   Community Framework
  */
index bc0c86bc2c1e72f3f845df5c862b5e07569b9b56..63de537377740d33f4ed26360c12af5b0b92f724 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.avatar
  * @category   Community Framework
  */
index 5983829e8fd5194c03198374c76628564c0c3b0d..831c44f3df1ba4c9b494c3f050c6399bd46545d4 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.avatar
  * @category   Community Framework
  */
index d2322a192d729d462b72ef74fd421bb07702ebff..30e3f4ed3c8b4107fd8511deecdc9dcbb8d05fb5 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.follow
  * @category   Community Framework
  */
index 1b4f4bd1c3b4b22b96c0082c6447ca4fb9b5a5aa..8bf9c7851274593d9e6da495c1e88e4b4422b222 100644 (file)
@@ -18,7 +18,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.follow
  * @category   Community Framework
  */
index 99cd9f89e3c25643abbe1e524d46f93744b7024c..212d5ad699deaaf632876e765d0be7f40aa6e744 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.follow
  * @category   Community Framework
  */
index e18f8f4c03454432f510d6b2f1873fc2669a78fb..10aff41e96f17315b9ce92fa962f50f5688f92f1 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.follow
  * @category   Community Framework
  */
index 5f25ec53b95e04de630eefff1d4b30352cedb070..5c473d76d7d205e7e5d7ea6ef4ad1c367e21759c 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\user\UserProfile;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.follow
  * @category   Community Framework
  */
index e2153881f427e8a8c6a08f846b932358f1fd8c02..64ee18e5cbfa1982d09b67baf6916bf2a5bb40c7 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.follow
  * @category   Community Framework
  */
index 30875a1c2f2c89dbc267aa046dff0a48f8b62e9f..f0a32e2ea3f7bf8a583bbec7b88442444d7fd1c6 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\data\user\follow;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.follow
  * @category   Community Framework
  */
index d355123cf5af768aab06c493f6007f7653c5d070..76a0d976e9a08c2e9c471e836199e49c86d85929 100644 (file)
@@ -9,7 +9,7 @@ use wcf\data\DatabaseObjectDecorator;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.group
  * @category   Community Framework
  */
index a4dd9b887ac44eaffdf51aba7aeb133a54e8a8be..0dfe6ea40975b3c4bd3496b9c67b340a86180286 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.ignore
  * @category   Community Framework
  */
index 7b83c64ae66c4b80ce66f22252ab4f9c48b66321..771dda23acbfb0b9ed9730f59ee0fce5c599c909 100644 (file)
@@ -16,7 +16,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.ignore
  * @category   Community Framework
  */
index 9ebaf7e790f1e202dafef55d17233a45d10c6d0d..aa7a8f4ba39a524b53c86f33525d758b1569caa8 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.ignore
  * @category   Community Framework
  */
index 3088bf04f613a73972ca60496cc8cfd2e52e9748..ef796f1733a949f67e26c696213da9ff32101814 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.ignore
  * @category   Community Framework
  */
index 620b3a394dc1229fb5aa3cfb26f231cee3eb72e9..d87a3faf4e3d5d74ebfea0d915eae30049e84cfa 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\data\user\ignore;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.ignore
  * @category   Community Framework
  */
index 35b3309047a74c95532c61cf54e4196e80fb69ef..a56198f3d86e522a03375bae970b71dcd3e90607 100644 (file)
@@ -13,7 +13,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.menu.item
  * @category   Community Framework
  */
index 26f620cba2b5f951392dc23fd53a644b8f98259a..288f66d765b01d509513802589257b8ecd50d3f8 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\AbstractDatabaseObjectAction;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.menu.item
  * @category   Community Framework
  */
index 51a7fcec9611985048bad800fb0fbcc7a3a9fea1..a095d6b735a8a57f42183020f684afa086dcd6cd 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.menu.item
  * @category   Community Framework
  */
index baf3e85b6b6703531cffc108643541d6344023bf..ef507f1c069c0ce81c35ddeec7ce20483393319f 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.menu.item
  * @category   Community Framework
  */
index 2686e5a15a4d9a5cbd4c1a3de86fac94b5276218..82fc23565eee6d6594f982196756262d3b11f138 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.notification
  * @category   Community Framework
  */
index 16e595bf2482ffb8f1d7fc25c6dd816194ffbbd9..41a5419687ae0800a559910832d184c38495f611 100644 (file)
@@ -13,7 +13,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.notification
  * @category   Community Framework
  */
index cf7747dea0d1281e124002a10b583edef12a9f39..13a98c6e88ae12efcbd49dbc8642bbe278a27f36 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.notification
  * @category   Community Framework
  */
index f556ca128fd05283f3737d6d833b06205e9dd261..a421bec373a77943d67035b65a0f75011a70299b 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.notification
  * @category   Community Framework
  */
index f8efa217419a7e1e5ba8ea9ad09c53f82a1db86c..d0f2abd3daf18dcb91bbf8dec8700287cea9f90b 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\ProcessibleDatabaseObject;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.notification.event
  * @category   Community Framework
  */
index 1110cab7ca45fff91c1b299cc53d59ce2359993e..c41851591c380396b972e82ed4b4f2364439b914 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.notification.event
  * @category   Community Framework
  */
index bd0c64c6e0e3a66d057b314c483e7fe3b3c3694b..a803157f925ee43efe2d56b1923411f65e70490f 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.notification.event
  * @category   Community Framework
  */
index b0c88a0ffbd8412222b7953d16171f42df9881f9..5b7ce014faf2953b1a4729cb96634af3c51300a1 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.notification.event
  * @category   Community Framework
  */
index 7467be567b8f293819ac4e825341956b4e821975..4d696ae326be7a484c6065742d85c8d92839a43b 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\user\UserList;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.notification.event.recipient
  * @category   Community Framework
  */
index 0d62b84adcc7bf5a84b4218acc07f215e4d2f234..9146d0ec064a097b6b23e097c19dc7b7833826f9 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.object.watch
  * @category   Community Framework
  */
index dedf9eea82ab18da9f9cf420ab7d8950e1977517..4350c7419f859e0789ed705fc3a508e93899eac9 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.object.watch
  * @category   Community Framework
  */
index 373c36202ece6a9e1ac169f1e85da60dc89e72ab..bc45bc4a3eca32334c57e2c4bc1e7d534a0d76cb 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.object.watch
  * @category   Community Framework
  */
index 2f85d3b04dd328f0c7178acaefcdfdf7ab71fb16..6e1ed5efe7ee158046598dcd2ab1a6966b003e60 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.object.watch
  * @category   Community Framework
  */
index 13f650df64b1d32370e4453afa747ba2dd3ec58f..56f9e8f546b956773fb9ad6ce10ef96d2aa9eb3e 100644 (file)
@@ -12,7 +12,7 @@ use wcf\util\UserUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.online
  * @category   Community Framework
  */
index a65ec9ed245900c6f5d37a3cbee28b239cdfa8aa..01d9b03f1ff685ad14875cefac946fdd47e185ad 100644 (file)
@@ -12,7 +12,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.online
  * @category   Community Framework
  */
index e32c62606c3a8d984398301ee487877adb1def43..fd7a6627ef0a3a4792d0ad252e8e99e0e278b814 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\ClassUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.profile.menu.item
  * @category   Community Framework
  */
index ceb5bbd162a17255b3a9346e5988cd45cc6b4c01..db4a5c078fbc2218c19a6a0f86394bf79d197f8b 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\menu\user\profile\UserProfileMenu;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.profile.menu.item
  * @category   Community Framework
  */
index bac4405a155494d0f2d26cd8c7ec940c19576fd1..53e281816d09d44bbeb9486e1ae93b32e65b3e87 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.profile.menu.item
  * @category   Community Framework
  */
index 8b554b6352c95a6cb7a201261f11b3b2f42c38f3..2ce61fbda685910a3ced735e38d517d951d7b5db 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.profile.menu.item
  * @category   Community Framework
  */
index 096de95f2d91cbe0b6263ec63694174cf4f96c34..e9c1baa54ffcda5ea9c81b4f98100f9cf6efce6e 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.profile.visitor
  * @category   Community Framework
  */
index cf307f3bbb7e5286275ac5f270bd26c6c82c3726..b2157b2586d90ebb7df58d173c1bcb01ca9d5097 100644 (file)
@@ -13,7 +13,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.profile.visitor
  * @category   Community Framework
  */
index 5784f5a09c0732de6f2ecf0a078dffce784d8ae4..229cd599c1e223491379b7bca4715c0fc8fe565e 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.profile.visitor
  * @category   Community Framework
  */
index a1c3dbf594a48277e6b14d5e396200b938995951..a9e57e90cf51e37cc5bec19a0847dbb15eb24f85 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.profile.visitor
  * @category   Community Framework
  */
index 171d85fc9a4a5ca131dea1e951e8838e4001796a..8ee6a9d832e713ce3add4ff4a68812e0ffc5580f 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.rank
  * @category   Community Framework
  */
index 5d93880f093512ab16efe6be3d34f1ba19959cb9..325a75cf4bc187a37c5cd43e3a924964bc9a2f4d 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\AbstractDatabaseObjectAction;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.rank
  * @category   Community Framework
  */
index c402fa478cde7afaa76d491c7f904dc8e15263a5..7f4b5a642f8fe36beb792815c474bb98e2afc8cd 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\user\storage\UserStorageHandler;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.rank
  * @category   Community Framework
  */
index f70fd7a673e6253a7fa3945966aefd8ca5b4cb01..361bb563514fc8a21168fdbd125380369b2cd7c6 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage data.user.rank
  * @category   Community Framework
  */
index ae826fdb440b019d53f110fe142a36edc98a771a..20a6f7728939b623d59a1a79fa83241272c59c78 100644 (file)
@@ -17,7 +17,7 @@ use wcf\util\StringUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index 4f8be9c1f2fa0eff96ee45b201c051c982391cda..54d88c90f46487b16873cc287a5f070560a94de9 100644 (file)
@@ -18,7 +18,7 @@ use wcf\util\UserUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index 00e9116ba6e6f1e3adfdcdfd8f55c577443a9b4f..d12a39900c1b571ec7de32c890c7f77a04740cbd 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index 6504216c38e7f7a86cbe6609e40d83e10ab81a5f..34ddfa5244402d6872503cbe0c1817e1a56bc157 100644 (file)
@@ -13,7 +13,7 @@ use wcf\util\HeaderUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index b3c55d9be1d511a28e2406a4fb8de40af94c7f74..4e44a220afc3cc4bd8f0ce3a733f6daaf47ecb75 100644 (file)
@@ -16,7 +16,7 @@ use wcf\util\UserUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index 2df21ce7c216e567379f5522680fb3be16d7aefa..6a595c83f408154d3f1810efc132c4bc16fe2372 100644 (file)
@@ -15,7 +15,7 @@ use wcf\util\UserRegistrationUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index adb8dbd5a508ca48c7659d288fe9976ab15aec7d..9432687c80f53f61b725539a4c1898c9743fe6de 100644 (file)
@@ -13,7 +13,7 @@ use wcf\util\UserUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index 1c7cfd6144bc4b21fc2da2c46c5fba30cd8eecde..d5d6943c9449b652d86f7426cf113107a48fc73e 100644 (file)
@@ -16,7 +16,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index 63712fb79578a13ffccab67aab49dfe365dc1734..bfe38db2a41add043217eb029c4370ed0f3fa144 100644 (file)
@@ -17,7 +17,7 @@ use wcf\util\UserUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index 309e2e49af78585dbb5414aa9cc0d500bc784cf7..a212a6a568213a219bace5542bb3f55414080c73 100644 (file)
@@ -19,7 +19,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index 1a45c80717200f0348d964b22f40292182cfcd86..8a357fe44295391fb207c82ce0aaeaccca497b9e 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index 69af8a10b876eaeac78328c34f656566c3760018..69573bc4d42d8b3b34d1d21a81a379402cf5f8b6 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index b80370221c272864997460fd043ac7796c81ed72..58e6b5315ecbcb5ad20436872a820421a46e24d0 100644 (file)
@@ -17,7 +17,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index d3568754b04c2e7a437c90938303d85d056e2b17..26aac29fdc2fb17068e7e3e504bd39bf9807e15a 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index 4bf1bdf410cae90f7122ecb9b3e82a24ee7d011e..f86137255af6b81cdece08efbe3bc1524c732822 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.recaptcha
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index 3bfce6f9cdcc0d900b10325461f2cfbc3fd38592..303c493e650878f8d6cbf26acf3cea13413ec688 100644 (file)
@@ -17,7 +17,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index 3c74e982bdd2561c469838555f21f6ef60568a7b..3a7eb411f9a153f29bc68c52cd64f7b7281e729b 100644 (file)
@@ -29,7 +29,7 @@ use wcf\util\UserRegistrationUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index f6f1319a26fa71af04b3b15da2201708eb06f561..434ac710c8ed776c987e538d235ca0a8c467bb1e 100644 (file)
@@ -18,7 +18,7 @@ use wcf\util\UserUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index 9e27df66b9923e029e3bcea40860429283f7e136..df8814a15586b7b9183a22a1e632059ea04c991c 100644 (file)
@@ -22,7 +22,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.search
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index 0c57f6f8f59a6ce5d4065d1b81a7707e60dd5bdd..2a072cd1d10b5f5e6ac8401cf0f0d41ea3b15943 100644 (file)
@@ -18,7 +18,7 @@ use wcf\util\ArrayUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index db07bfe47d408cad618b26443ceb33163c563936..d32dec08f8c37f37189aa387a92416daf27902ef 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage form
  * @category   Community Framework
  */
index 537c0ad8cc0603339bda5348197b3aaa7159778f..df621a31f1b4094eecc70ffc094b117b892a024f 100644 (file)
@@ -9,7 +9,7 @@ use wcf\util\ArrayUtil;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage page
  * @category   Community Framework
  */
index 578b8e02fb8875ac63b6a3a217b240e230a9c3b7..985b42793b54d738c1961154820f24cfeb788eb1 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.attachment
+ * @package    com.woltlab.wcf
  * @subpackage page
  * @category   Community Framework
  */
index 7acbc03d7f4afa8f9d7dc2b52b95626e0b25f8bc..4ed106d3ceeded3a42f7df56b45f20a2281b8485 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage page
  * @category   Community Framework
  */
index 2e8f6aba33f4d0e14afaed3a89b2b9ac9b1b68a2..f8236681aae19d2fe94779069ab953f8bc8539af 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage page
  * @category   Community Framework
  */
index c5486e029dcf7a896bba3ce6406298f377c88a99..b1e895245d70338f9bd9da452e43339f53039bd3 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage page
  * @category   Community Framework
  */
index 375ee6432810bd5596c4af2ef8e9243dc407c1c3..61f4c30f8c54fe9dba41161d099f3f10fa8f2b68 100644 (file)
@@ -14,7 +14,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage page
  * @category   Community Framework
  */
index 89e0070a9777b6f1a37839e705acc474dd8335ce..d3f306d040db75e118a513c7ae0d75ad18f37cad 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage page
  * @category   Community Framework
  */
index 582bf91f62a03d53bca886167b542c077fc9c7e3..8721f135f80835981730fe181c6ca594c0a305c7 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage page
  * @category   Community Framework
  */
index 9ade13e5ecd4752bb3e839f4f4a31145c93ba7a4..d2a8b1605c43859f9535d8eb13183d57c65cf5bd 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage page
  * @category   Community Framework
  */
index a26fe7e41cb9c3eadbca1864bf5bbef65f63ac70..7f87849d3971350875de225414b11bcf471a91b6 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.search
+ * @package    com.woltlab.wcf
  * @subpackage page
  * @category   Community Framework
  */
index f3f8004247b79439a4c2895d1eb3f0d79d595488..f7b1e02d72fd5486027b9bbd346ad5747a330603 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.tagging
+ * @package    com.woltlab.wcf
  * @subpackage page
  * @category   Community Framework
  */
index 6df1dc69fb9710bba1bb105718c693aa2d82e322..925345df48147da60de5808e7359973e49905056 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage page
  * @category   Community Framework
  */
index 31ee1367fb6f86af0eed94ebad51dc8278f5efd2..2b80f3aee88a09247c842759d917b4051cb7e127 100644 (file)
@@ -22,7 +22,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage page
  * @category   Community Framework
  */
index 71e66372444bd3bbc83803c3c4971ea392ca8d2f..ed31f0d953db5fa8df508afd7f82225c09fe7103 100644 (file)
@@ -13,7 +13,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage page
  * @category   Community Framework
  */
index 4375a4a9f709d51dffb29a39ff6a1bac3b80acbd..8f9a974aef7872887cea3a386f6c1bb500f28960 100644 (file)
@@ -8,7 +8,7 @@ use wcf\util\StringUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage system.message
  * @category   Community Framework
  */
index 19d84cc9d4a2ef7f31030b26ffd5c9002b8128e0..bf1f3ab7ebd7edc298f0a7727174fe9781ff9294 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\ArrayUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.attachment
+ * @package    com.woltlab.wcf
  * @subpackage system.attachment
  * @category   Community Framework
  */
index c0b1dad0c1c3c579dd9edaf73ab0e466b415065e..c845a5d09566b47eb401f045363f6508eb51f15a 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.attachment
+ * @package    com.woltlab.wcf
  * @subpackage system.attachment
  * @category   Community Framework
  */
index a744a3558728e1dc3b884f00f793b2727620b243..9173fc5e947b10f0c18dc2493816d0ad16341692 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\attachment;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.attachment
+ * @package    com.woltlab.wcf
  * @subpackage system.attachment
  * @category   Community Framework
  */
index 1f50b458ad6ae414a874b32bb7101179df6f082d..d7427860e694113c1555cfafad89ab4c984bf2f6 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectDecorator;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode
  * @category   Community Framework
  */
index c374eb18f3938f7716c1756b96235b7f9f7a2d6e..83d81db818b18102159f245f1991c828e158abfe 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode
  * @category   Community Framework
  */
index f8924d67809363a5a0020e95d53c910a9e3cd0a7..21930d1f7f234af45336ef44e6be8a398920c423 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\SingletonFactory;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode
  * @category   Community Framework
  */
index f7a60aca85fbac5daf22cef90af4aa61a98ea47e..a13eee4dfe3f11cac914b2bc8555d892e17fcba2 100644 (file)
@@ -11,7 +11,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode
  * @category   Community Framework
  */
index 9aaab318baed47afaa48b1678808586f14a890c5..fbeeb5d6a5ed64572ad0d7559bcbf22fea0db6b0 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus, Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode
  * @category   Community Framework
  */
index b78bc9fbd72f006381c534007a8b8ab7dfedb89a..550b9a67b1dda889b10eb716a8a79c703ff31233 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\IDatabaseObjectProcessor;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf..bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode
  * @category   Community Framework
  */
index 5d2c3719bdcc611a51e21b526eebfe62cf505208..af57dc736e8a8e59ed75458657282de8f45598d7 100644 (file)
@@ -8,7 +8,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode
  * @category   Community Framework
  */
index f30bce7005386038a5a52796be878ed61484b0b9..590d59e71d192e92d4569a8ee57631ece8f26e27 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode
  * @category   Community Framework
  */
index 8ddeae47dc000e4a97bda07f2918d12101b783be..91f98e8d059ce83d9fe6d3fb837a8bc0df5b7ad3 100644 (file)
@@ -8,7 +8,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode
  * @category   Community Framework
  */
index 8a9d5cb6035456709b3e0d66b6b15bedee41c083..a6afbf159ea55be9ad3f0a00b0f33882247a70e0 100644 (file)
@@ -9,7 +9,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2011-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode
  * @category   Community Framework
  */
index 0a04658408d4535ecd571feddd4df2ebc0e55266..78d1ae71b71006b60dd02098e72c8e13792eb325 100644 (file)
@@ -11,7 +11,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode
  * @category   Community Framework
  */
index 0b4b90fa05ac92896a52c7652e67b9f13afe3b7b..6f3a6bc2da2728b2ec16d8a9bc8d38b7500ffbdc 100644 (file)
@@ -16,7 +16,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus, Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode
  * @category   Community Framework
  */
index 48aea19537cd9418dc5cf891c8fb501b165cda94..573a39016fc81e76068e5634e9110c415ec58dbf 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode
  * @category   Community Framework
  */
index 1b8fed0cbf2e122e16e82a2960a7201e282de528..8c7f5abe8dd2c0e6a20bf64988fd6bb816d76f4d 100644 (file)
@@ -11,7 +11,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode
  * @category   Community Framework
  */
index d50018a8662a2556d7cf77e165eca28a57d1ab6c..6c88454a2cfabfbeb5078308c878a6994cc5981f 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode
  * @category   Community Framework
  */
index 1c3739cdd0e4c9895b65c034acbb69f3af181966..818eb8f89e8886d4cfad9a2db9575d7f3beac17e 100644 (file)
@@ -9,7 +9,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus, Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode
  * @category   Community Framework
  */
index e9ed3d479fa5340feb23446e9c3eba8b1defbc4b..74c64904c5b0c835568a9776da589ce8ea01e9ad 100644 (file)
@@ -8,7 +8,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode
  * @category   Community Framework
  */
index 6ff18cf82a05122552df2c498e6d07730094cb70..d86bd437b038588bf4e93f94a8c5475dcdb830bc 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\bbcode\highlighter;
  * @author     Tim Duesterhus
  * @copyright  2011-2013 Tim Duesterhus
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode.highlighter
  * @category   Community Framework
  */
index d98e5cf81fe881f76a32a92f4758546afdfe0ee3..94925c67d69b63aee4f086e47a592260b2ec92b2 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\bbcode\highlighter;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode.highlighter
  * @category   Community Framework
  */
index 1e9f8dbb34269dacbb5ad75474dae3737e57945f..3bdde6300ab0d159083daddf428300ec2c72fc89 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\bbcode\highlighter;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode.highlighter
  * @category   Community Framework
  */
index 277d02dafe3485d26e7440a4e9663a9bd66dc65a..6c3a5fc7e7b07d56f348672601b71ae7b3b3aa6c 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\bbcode\highlighter;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode.highlighter
  * @category   Community Framework
  */
index 7a9d41b7a01f319f5b24d37a8dec2018416a4a77..c6088e22b3e640f9f20add57539765a8de443c5a 100644 (file)
@@ -8,7 +8,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2011 Tim Duesterhus
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode.highlighter
  * @category   Community Framework
  */
index f0126722a5fdd3675249885d4b4eda984b8da0ae..25cb8d107e51fd1e1e537ae7c91668671ad7b395 100644 (file)
@@ -13,7 +13,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode.highlighter
  * @category   Community Framework
  */
index a890f361aebd89151a9d2ea1f59008450a52d317..a1988f847a465400369aeffec9938a27163f4e72 100644 (file)
@@ -11,7 +11,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode.highlighter
  * @category   Community Framework
  */
index 2465a5c0fea5ab710e923e896a6b686f10b1c45f..ad8dda9abdc9df9915dec3aed9e9904ddf2d4af4 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\bbcode\highlighter;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode.highlighter
  * @category   Community Framework
  */
index ab759eb6a784fe013573a944875c9d7bb986152e..44ccfd6f67de36317ba1a6592d8901eea78bba60 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\bbcode\highlighter;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode.highlighter
  * @category   Community Framework
  */
index a1393e59c13e69fc31d315a7fd24b5479f054fd4..5d9feceea35a877ed9e1748282bc6b4ccccbb863 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\bbcode\highlighter;
  * @author     Tim Duesterhus
  * @copyright  2011 Tim Duesterhus
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode.highlighter
  * @category   Community Framework
  */
index bd68a09e3f13b5fcce44f5cfa57c2681bcb1b795..cdedbc40a3e5839ef82a9f28b6a33f9014d9d03e 100644 (file)
@@ -9,7 +9,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus, Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode.highlighter
  * @category   Community Framework
  */
index 9316fc3042fc5c0e3cb452603ddb1a1f33215e69..fa591e3b8dd0b9f0d4ee05051639d4b0b2286255 100644 (file)
@@ -8,7 +8,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2011 Tim Duesterhus
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode.highlighter
  * @category   Community Framework
  */
index b6a329beb4a22a85adbdf4abc7d73b39b93c838f..9cc0ce438851cf2448adde34cb6099ec7698500f 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\bbcode\highlighter;
  * @author     Tim Duesterhus
  * @copyright  2011-2013 Tim Duesterhus
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode.highlighter
  * @category   Community Framework
  */
index 009d75fb6c4dc970b88d35e9cd46fbb729eea098..25897a802bcc76433daa35e9a88fea7502fe4d68 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode.highlighter
  * @category   Community Framework
  */
index 1e477e2faec3c8e3a1c5b754da5c02e6df0df28f..f66ec16978f318b463aaf89861136eb9e0c3a165 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\Regex;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode.highlighter
  * @category   Community Framework
  */
index 00ae85a8a2ef257169f34afb55b025fbd1ea911d..8b58e64e32d0fab0e4ad218022b31d4cdca21ef9 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\Regex;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode.highlighter
  * @category   Community Framework
  */
index 86985af215584d9aa0c848677528e63eff74f0ae..9dca9c1b977a87cbb1ee17c80af7e59987b5287d 100644 (file)
@@ -11,7 +11,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.bbcode.highlighter
  * @category   Community Framework
  */
index b9053ac0308a76aebb9f7aff440ed7c412f5ca4f..e89b56aa959f8ce14eef7bb73748f7086bfb0162 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.cache.builder
  * @category   Community Framework
  */
index e56d693330fe09a0dcc5cff2ecb7dcdca587c996..ad3638d9d4604165482905ff292c878df79a1f88 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\bbcode\media\provider\BBCodeMediaProviderList;
  * @author     Tim Duesterhus
  * @copyright  2011-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.cache.builder
  * @category   Community Framework
  */
index 4a0f52ac39c7a740a95d86b7bbfedfcfbc76ecf9..e58cdefcbce7b68be3006b74f58c222920cd8ad3 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.cache.builder
  * @category   Community Framework
  */
index 38e17d5813d59c2f562345e4634d03aece7d18d3..c97b2738c78fe3068ca2d53db603318fbb6d7a7a 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\acl\ACLHandler;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage system.cache.builder
  * @category   Community Framework
  */
index a30abe1cb14ce5ae1f6c5af2e666700dc8d65a0d..dc56cc99f4246c3346bf3abfeecfc60cc9f96338 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.like
+ * @package    com.woltlab.wcf
  * @subpackage system.cache.builder
  * @category   Community Framework
  */
index 64e351ef790023ae10304849cfc48fb0c670d8d3..ace236e33cb2b489ca003d0972a1517c08b58e80 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.cache.builder
  * @category   Community Framework
  */
index e7e81314cb40f4bc09d5a3c8e9d0af735cc606c2..efdabbea93ac2d209191dca600e59c4702d45ffe 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.tagging
+ * @package    com.woltlab.wcf
  * @subpackage system.cache.builder
  * @category   Community Framework
  */
index 9e785492348cc13bbf9bae0f1055ddcbfa3556b7..8c1df8816e4325f852fc415204f192af57b07d6f 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\cache\builder;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.tagging
+ * @package    com.woltlab.wcf
  * @subpackage system.cache.builder
  * @category   Community Framework
  */
index 964c9bc64ba62a374111a67517740a83443220ad..aa54c1e919865c539fae89c82f312c0d673fd16f 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.cache.builder
  * @category   Community Framework
  */
index 161f597f3b08eae1fbd2d566cce65b2ee5a0ee32..876025367096e911afa8703d69dcff1e45ca2c8e 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Marcell Werk, Oliver Kliebisch
  * @copyright  2001-2013 WoltLab GmbH, Oliver Kliebisch
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.cache.builder
  * @category   Community Framework
  */
index 01ebd81b0c3327c4933baf270b8ebbeecf3ce59e..76f831d46624f324f85ca555238dd493b69098d5 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.category
  * @category   Community Framework
  */
index 7c90bcafa91c1b41096b082f9c82de1bb3d4784a..25e9a644e0da7bade05d70ff7f31ae6bdd41b67f 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.clipboard.action
  * @category   Community Framework
  */
index 62c677ecf7d46e8995c47bc55b80387d684c51c7..28e1ef5d3c37fd35d84f802de2bcf02d22e1b7a9 100644 (file)
@@ -18,7 +18,7 @@ use wcf\system\SingletonFactory;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage system.comment
  * @category   Community Framework
  */
index a881dbeabf0750adc3e5b073cbed5ea5d3db3efb..accf12422af259dbd00260da5d0b77fe3a79abcd 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage system.comment.manager
  * @category   Community Framework
  */
index 6e47956b27ae7f23a628a5ea28b0b8d3d259e360..f9ba3aa7e2f9f72560a5b0e9c1f0b1c3ab2695cf 100644 (file)
@@ -9,7 +9,7 @@ use wcf\data\comment\Comment;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage system.comment.manager
  * @category   Community Framework
  */
index 545fa4ad1707eb08f3bef5f055ddc81249fc024d..caa31c6a1e8f0292555e524de9196637ad1c25d5 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage system.comment.manager
  * @category   Community Framework
  */
index 027d1a2313fc15f8dc91f028c89883f98d11cfbf..1c99c35dee711f38073ec6acd3faa58f04174008 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.attachment
+ * @package    com.woltlab.wcf
  * @subpackage system.cronjob
  * @category   Community Framework
  */
index d012e727ad79fe2781157bf7c240a3b8a051d120..b371a92defc1a467f979252f6f135dac1c568878 100644 (file)
@@ -18,7 +18,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.cronjob
  * @category   Community Framework
  */
index cf5c40717e57fd4b18961f14a5db25e577d25705..f5a7354739c879dec464e16c98296a0394f33029 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.cronjob
  * @category   Community Framework
  */
index 5cb010f1d101a9a94c5560206410fdcd14ed0cac..ebc76f393c876f59b0b48abf088d3641c7ed1d5b 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage system.cronjob
  * @category   Community Framework
  */
index 4fad12cb058057227a2a653534baa179fdbfa8bf..3a3c95bce50c43a25627f5b9bdf39cac1e22dc91 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.cronjob
  * @category   Community Framework
  */
index 7209db68fcc3d45c492797bb85042592c122fe3c..9dce8a3093cc5193e603ea84f5b5f8d4aeb6f4a5 100644 (file)
@@ -16,7 +16,7 @@ use wcf\util\ClassUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.dashboard
  * @category   Community Framework
  */
index 189eaa74dfdaa9001433a4f8f06404aab2ef1e2c..d2950e7909b9f5a823fa6505b8f21ba1a445248d 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.dashboard.box
  * @category   Community Framework
  */
index 2058d23990a3e437db031bd03505766f3b0388a1..37ee5ff19261a51b7b55f97d6f21ecb49c19f95a 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\dashboard\box;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.dashboard.box
  * @category   Community Framework
  */
index 5189e5fba660d09b1a3f307e073fd055b760489a..2de0d70932ff004eef656a3ae463f5105cdf83aa 100644 (file)
@@ -9,7 +9,7 @@ use wcf\page\IPage;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.dashboard.box
  * @category   Community Framework
  */
index 8ab700a6d9f60555de2ef29ecfa94acdf3a9a323..e45c1efeebf800aa51ca1270e388176a58977187 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.dashboard.box
  * @category   Community Framework
  */
index c7d52350751fb8efe535217342c4caed7ca92c9b..396743d998b7390f75e71aa80097011e491fb4df 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.like
+ * @package    com.woltlab.wcf
  * @subpackage system.dashboard.box
  * @category   Community Framework
  */
index ca31c7e8ec395fd2ed22dfeaa37f5209f5d2bf78..adc4d6335e5660075b030b0ce23fa932b2c7fedd 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.dashboard.box
  * @category   Community Framework
  */
index c54211a812973d527b4be0749e4a23f8cb4605b6..45cdf651c54500841c3d58b17e4b01f8a3c3f4f6 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.dashboard.box
  * @category   Community Framework
  */
index 1c5eaec47048d02bcffccd33953581680c7660a8..92db933aed33ecee5a1f33b782c8dec2d525ee6b 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.dashboard.box
  * @category   Community Framework
  */
index 5467b2521ade7d7214d51dd1cfc6df4d0c4d6fba..ffd9dbc3668fe07b2e023e8871ca34d35e40376c 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.dashboard.box
  * @category   Community Framework
  */
index d3c46a0cacb684523aa888a8c3ed382ca2225e78..7880808418589a5f77ecc33f0039d3f360727a82 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.dashboard.box
  * @category   Community Framework
  */
index faed6bc389257a983c634ead4b90416a68b15af7..310d076ffb32a62ed0ae69e9b48bccfa84754517 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.dashboard.box
  * @category   Community Framework
  */
index a6f086306b59734e05b3e15ad7bfdc8b721ec25f..177b5616fedcbcb564927b006236531a23f267c8 100644 (file)
@@ -14,7 +14,7 @@ use wcf\util\StringUtil;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.event.listener
  * @category   Community Framework
  */
index f014d1ff41f0ee35e5587d57fd7567ca4acd4aca..939a2eb091bb4e310a8e62d57cc1a7b1999df15a 100644 (file)
@@ -13,7 +13,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage system.label
  * @category   Community Framework
  */
index dd5af6fd62ee78773de9f3cbcaf3bd40b2221f84..095a7224ff4ad12a59c1a8cfc2471505e9dd1c6d 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\SingletonFactory;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage system.label.object
  * @category   Community Framework
  */
index 6382a54426f3ab6e0f6e98e41b095c2a7fbf30ef..9ff95aea9b2aa24a1c3ccfdb6f9ab3da9685778b 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\label\object;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage system.label.object
  * @category   Community Framework
  */
index b210242ad7be4cb6bd06a0c549ea5f49fa322770..edddca3bf1289526be74117b97454578b2347ef6 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\SingletonFactory;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage system.label.object.type
  * @category   Community Framework
  */
index fe34622f20f4ec4ef4aa7e8cfb523f48f794e2a3..b7a4906a9e986c763100c741a41ae4a40e6ce153 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\label\object\type;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage system.label.object.type
  * @category   Community Framework
  */
index b74dc76fcc7f8aeec9cdb6fc0f182bcc3f806bf6..9f3b1e3bede1cf3a7e13dffe4d3362684a11bfee 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\label\object\type;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage system.label.object.type
  * @category   Community Framework
  */
index 488162eb73309784e1e35c2f7149e2d6139cc271..17f1dea53dcc8a0d08c187f8e2c159f361a9efb8 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\object\type\ObjectTypeCache;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.label
+ * @package    com.woltlab.wcf
  * @subpackage system.label.object.type
  * @category   Community Framework
  */
index 37147ea18a71b15b382333c9871d28ceef7299b7..3ed6e1d1a60d85536c4eb94a2660f05a10c3ed7e 100644 (file)
@@ -32,7 +32,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.like
+ * @package    com.woltlab.wcf
  * @subpackage system.like
  * @category   Community Framework
  */
index 1a339e03709dd0870ecf4ae9fbab94037fb12639..6c8268a7d2747f53842fb91876a9de5f0fc35a2d 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\menu\TreeMenu;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.menu.user
  * @category   Community Framework
  */
index be41bb27d75f31db7095756d1490ee1fb5f5f205..a202f6f6feff0480ab54b019ad013e00d869e6c8 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.menu.user.profile
  * @category   Community Framework
  */
index f79a923d0ddce95b0176dbdf7b9f8399d00c8e90..34589e8b823b15572e32ae58ad0efcb59c303e57 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.menu.user.profile.content
  * @category   Community Framework
  */
index e629c382dad4d05c165eb79fe659cc1a7e40f0cd..c1c94f851dc219723df7c2064316773429ccb76f 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage system.menu.user.profile.content
  * @category   Community Framework
  */
index ad8bf37dd572436d1129d1a6b6dbdfe475113122..0c68a40add680b5ad4ae2355e8f6a0e6e814adeb 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\menu\user\profile\content;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.menu.user.profile.content
  * @category   Community Framework
  */
index a9dddf349f1ad4134d43400894325d8091508d2d..198c3c1a4382be4587eeddc6b1d8feb3d075a76f 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.menu.user.profile.content
  * @category   Community Framework
  */
index dccb069ced74acd841cefa603acce332d5e20dc4..7e917d1bc1bd02f3fcb52f82bed400fd7f6565a3 100644 (file)
@@ -18,7 +18,7 @@ use wcf\util\ClassUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage system.message
  * @category   Community Framework
  */
index fae32279fb8f4e93edd07e749b51643e3b6558ca..1f7ccb4dc3f66c39457e3623322f2c8e87cf696e 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage system.message.censorship
  * @category   Community Framework
  */
index ea8554e3fd11d2fa3e383f8b883942e97a071a0d..b981822fd416172ecb928333fe88abdbd2739db5 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage system.message.quote
  * @category   Community Framework
  */
index 53149b230f8ffcc59a4bc74df3dde80065f69fdb..596d4c3d9da94360bebaa9f212f7a614391cc14e 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\message\quote;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage system.message.quote
  * @category   Community Framework
  */
index af878ccdbed132981400c88e69223edf4b051428..812be6fdf819bb2c3646d5a744e721db6f0db4a6 100644 (file)
@@ -15,7 +15,7 @@ use wcf\util\StringUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage system.message.quote
  * @category   Community Framework
  */
index 27825b7472f8971e6bad9a5dc8ab8d755fdbb98e..58d338009f8f7f0ad67cdee73a57303edc4b5ad4 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\IMessage;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage system.message.quote
  * @category   Community Framework
  */
index 83d0ef8f4ecf9f3ffae30cf7146c3283e9fdcffc..39ce6a984cd8181896b9e3c89b55e88ba2f46a86 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage system.moderation.queue
  * @category   Community Framework
  */
index 412bc09f71c5080b6fbfb00192904a2fa88d2fa1..080998e33aec112d1a2f5ccc581c7f2e73ff417c 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage system.moderation.queue
  * @category   Community Framework
  */
index d310c42b0fa0fe7b4306ba51c5ba3033ef9ad988..2b6b4e7a82b05822a26a8754ebf068d358bb85f3 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\moderation\queue\ModerationQueue;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage system.moderation.queue
  * @category   Community Framework
  */
index d6cd274dbdf98a845a092199f724f7e81d3fd4e0..913556f0e53d4a3d2a614171dc35363492fce7c9 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\moderation\queue\ModerationQueue;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage system.moderation.queue
  * @category   Community Framework
  */
index 6222fa0e211132b416a979a9b94ca7ee3fd88487..2250b616dd71bf66fb9164aec97fed4330eb8eaf 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\request\LinkHandler;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage system.moderation.queue
  * @category   Community Framework
  */
index 2d7dae20fd536455db3972eed7809506477c3aeb..6fb743120d097af86ff4b987990f051e648ca7d1 100644 (file)
@@ -15,7 +15,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage system.moderation.queue
  * @category   Community Framework
  */
index 7a7aad66a3d339290804fb35d0d95d02a0e16843..02a47c91cf4162da86c798990f678d01cdf77ccf 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage system.moderation.queue
  * @category   Community Framework
  */
index 090785d0672c04622d33183c7bd55a331de1af7c..8e96712b2bd1934c7f25a23b38239722f9f0e1c4 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\moderation\queue\IModerationQueueHandler;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage system.moderation.queue.activiation
  * @category   Community Framework
  */
index c2562b8482c92298aae4de6a39958e13744b86a4..6d0d6e9687003ef6a0992acf186f875f38266e11 100644 (file)
@@ -18,7 +18,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage system.moderation.queue
  * @category   Community Framework
  */
index d06ffc04ff3d5b32dcba48d606f5b62cc14e83c0..f1d0d12b8e2dfb252038dfe91a75c075b90c3429 100644 (file)
@@ -18,7 +18,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage system.moderation.queue
  * @category   Community Framework
  */
index 03a11d3b1c5f9628588561b0e7cec606f7441180..e373fc24dcfed1515f4db341b77a9ba7d38e0629 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\moderation\queue\IModerationQueueHandler;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.moderation
+ * @package    com.woltlab.wcf
  * @subpackage system.moderation.queue.report
  * @category   Community Framework
  */
index 73f8fdff2cec4b0c7298a2352167a8cf3a8233e2..3e14bb3bf99e9edb2075caa70581f6cb746d88d3 100644 (file)
@@ -13,7 +13,7 @@ use wcf\util\DateUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.option
  * @category   Community Framework
  */
index e09a041a3d764b3f11cbe988239778040fb6330f..dbd1a6e03fe72d3ca1da1eb8aea9a419bb236b45 100644 (file)
@@ -14,7 +14,7 @@ use wcf\util\ArrayUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.option
  * @category   Community Framework
  */
index 0b6be51580be3f79335e0efc7fc72d117cf213d3..a74d607a778b54d58b16a0f60e6a4e8580548ae2 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.option
  * @category   Community Framework
  */
index a5e40f1dffba31b9ce8b34dd4f452d2b6ad194c6..f0a33e05d48ff4cfa22bcbbf4af1582ffa764588 100644 (file)
@@ -11,7 +11,7 @@ use wcf\util\DateUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.option.user
  * @category   Community Framework
  */
index 1d9e25d01684c3455857c611883a2f629e79f4a8..6fa6c616b7e499d315eae202ea5c77f375582131 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\DateUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.option.user
  * @category   Community Framework
  */
index e61a9fe06257d4d6e013311206fe5781cc66479f..344b1282a2a9c9661a7b0c058a662108da40ad67 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.option.user
  * @category   Community Framework
  */
index 8ff9cab2fac2689877ebd43797b691625466db83..a6000544d1b85fc49ecba225ce99f93547ebe49a 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
  * @author     Tobias Friebel
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.option.user
  * @category   Community Framework
  */
index 0dcc70ec2d92892402c39d704a06ebb34333e9ca..ab9dc1ea8bcc6f4b20d324726c3b07d7d7326bd0 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
  * @author     Jeffrey Reichardt
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.option.user
  * @category   Community Framework
  */
index 7a714d41886b806bcebadd704bec831d32d0f03c..2fb77048cd71ba3eabf476e203e5f62626fdfa59 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.option.user
  * @category   Community Framework
  */
index 1eb0e55f38354fc4e45d8f98ebb86f56c27ac23e..c77def7fc0e03affc8586a598d13011786cbe9bc 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.option.user
  * @category   Community Framework
  */
index c30216411dd55b2744f6cefe49091760af66d401..207ad77cbc44f80bfbebb788c6eb63b1f86eba74 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.option.user
  * @category   Community Framework
  */
index 6877b65da0e008764741f54363442482e848dfeb..f12bacfdf54b267b303b22686c55c00845364cd8 100644 (file)
@@ -12,7 +12,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.option.user
  * @category   Community Framework
  */
index 83879d5c8ccd99451850922e01920d02550f968f..7ab7ef09129d3a66813ac229f846b43057e61e94 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.option.user
  * @category   Community Framework
  */
index aba30de0795b57ac4012406f0591d588df2e5f05..baac987b605efade89df2413343ac60e46d82ee1 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.option.user
  * @category   Community Framework
  */
index 6573f192def66c7be3503b1317515d0037b4010b..ad24c4549d63d9bc8bbbfa0150782b9eb92276f4 100644 (file)
@@ -13,7 +13,7 @@ use wcf\util\StringUtil;
  * @author     Matthias Schmidt
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage system.option
  * @category   Community Framework
  */
index 7becafafb12393aac74d42a7a665eec8fd222e3e..185de7a2a6ec7e4db5a965820fd37f48d1fa467d 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage acp.package.plugin
  * @category   Community Framework
  */
index 09d390b97029757097dca3c757e4e2862c4f4f6f..a54af1f7b8caad4897ec24ee3dcc667b59ca1889 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.package.plugin
  * @category   Community Framework
  */
index 792171cbdd5b26f937169d7c600097e66ee2dc23..9f7a1762c2a683b9340d7cd7e2a4d2cb84ed379a 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.bbcode
+ * @package    com.woltlab.wcf
  * @subpackage acp.package.plugin
  * @category   Community Framework
  */
index 85e39d2160879e27bd610ad3e34620f59fbee7f2..fd818e4f3e45319590077a12341290735e299358 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\package\plugin;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.package.plugin
  * @category   Community Framework
  */
index ffef55852b88b76feef5a3d15e39a084dd172dd0..cbc87acbb44ffce1636c6fe55cfd485555826456 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.package.plugin
  * @category   Community Framework
  */
index 7f21a62ee363d1c74689d269c3b86e0d6bb48368..11082b88149bdaae634a8fa99ca83eb46595e68b 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.package.plugin
  * @category   Community Framework
  */
index 6a8a9fc4345a381c40a7a6af0667bad25cabcb9f..3047affa6014e88dd7e029db272a27493b21a46c 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\SingletonFactory;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.poll
+ * @package    com.woltlab.wcf
  * @subpackage system.poll
  * @category   Community Framework
  */
index a8bc6bf31e0df7644ac46fb6340c1b16d1232448..b352b0c3b98ad9b70bcb2b458e030ce6d03abf10 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\poll\Poll;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.poll
+ * @package    com.woltlab.wcf
  * @subpackage system.poll
  * @category   Community Framework
  */
index 5b80b47accb149ac537c560120e0a011c7a1a35a..dae3db06996008e1841255cc177c935af321a0aa 100644 (file)
@@ -19,7 +19,7 @@ use wcf\util\StringUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.poll
+ * @package    com.woltlab.wcf
  * @subpackage system.poll
  * @category   Community Framework
  */
index 5c385204cc1fab3062dc5bc8f1f68940f07663f3..15885a77cd702997b3bf80be781e0a308a14218b 100644 (file)
@@ -18,7 +18,7 @@ use wcf\util\UserUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.recaptcha
+ * @package    com.woltlab.wcf
  * @subpackage system.recaptcha
  * @category   Community Framework
  */
index fa0f27019d09368d627b58316bf11dabab5739ac..e5fe9188ff7b32e5a70e595981189e63198476e9 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\database\util\PreparedStatementConditionBuilder;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.search
+ * @package    com.woltlab.wcf
  * @subpackage system.search
  * @category   Community Framework
  */
index ad24e956e66e719bb6dc1741543cf05ee3bf3254..5605376d5cb037b607f94d1245798f7977432ba1 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\database\util\PreparedStatementConditionBuilder;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.search
+ * @package    com.woltlab.wcf
  * @subpackage system.search
  * @category   Community Framework
  */
index deb191dcab7b2601bbaf05e572942adcc202c161..bfe6d9c9a43314ebc8a4ea788a5250e80b40ebca 100644 (file)
@@ -13,7 +13,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.search
+ * @package    com.woltlab.wcf
  * @subpackage system.search
  * @category   Community Framework
  */
index 850db9cee761f690b255c192287e6937b616da52..a3b63e748f3714d75c1247c56a3888014ab71906 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.search
+ * @package    com.woltlab.wcf
  * @subpackage system.search
  * @category   Community Framework
  */
index d7f3016d80145eb215e828de0516419f62a2696a..39873ff7555606c1275b3595e0b3d4b9fe142016 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.search
+ * @package    com.woltlab.wcf
  * @subpackage system.search
  * @category   Community Framework
  */
index 42e645f8edb3e3855f7159cbbec6d942d17ae675..5fe7ea727fab35987d3e58fb4f9a6bbe8756f379 100644 (file)
@@ -12,7 +12,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.search
+ * @package    com.woltlab.wcf
  * @subpackage system.search
  * @category   Community Framework
  */
index 42096a24e781f91bca45a17bb0ef96d04afe2fab..141314fef91190a0807953130c81f37140cdb3f5 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.sitemap
  * @category   Community Framework
  */
index 18156e3ae528d7da4cfe07eef4cc9b107d948d8e..32b7303c612b85ca833992220f4ab1573eb4cde4 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\tag\Tag;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.tagging
+ * @package    com.woltlab.wcf
  * @subpackage system.tagging
  * @category   Community Framework
  */
index 035051bb9d407ee59553d25a9ac92dadfef5d7a4..4a08e9b4ffdae6616335e937cea5528797b5b0ce 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\tagging;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.tagging
+ * @package    com.woltlab.wcf
  * @subpackage system.tagging
  * @category   Community Framework
  */
index 48270733c97090319085f613a7badefdbaf2a959..84b18ff19c8519efac2ddb872e6214bcdb925095 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\language\LanguageFactory;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.tagging
+ * @package    com.woltlab.wcf
  * @subpackage system.tagging
  * @category   Community Framework
  */
index ab4e63ebb692e5c42ecf3cb9efd3d55d5fea4a64..ff844886c10b870ceb669387ce1da9add0319856 100644 (file)
@@ -15,7 +15,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.tagging
+ * @package    com.woltlab.wcf
  * @subpackage system.tagging
  * @category   Community Framework
  */
index 0e432e88f9e70ff53bd142f8ee525c175e268b14..53f3675bbff9cfa9a12314bb84ad2a88852fa2aa 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\cache\builder\TypedTagCloudCacheBuilder;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.tagging
+ * @package    com.woltlab.wcf
  * @subpackage system.tagging
  * @category   Community Framework
  */
index fd8fb58d278dc1343ba4c832c059beaa4672639f..419f08d3fa1481aba6e1a9877e53379fcf8b2b1e 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user
  * @category   Community Framework
  */
index d134da3f399a8ef0e4b2a1275179b638ffdc638d..20dfc9d3c9914423c2a528b5604900d3a74b6e7e 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.activity.event
  * @category   Community Framework
  */
index da8681d0290103bf6e7977b79512ae790e64229e..932fad541672ee3e535576c633c56a59c29836be 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\user\activity\event;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.activity.event
  * @category   Community Framework
  */
index 2863cb681854bdd8f168a35260249e9a69a4eb27..46294ae475ee7cd39b9f65bebd8d4fdfa185286e 100644 (file)
@@ -13,7 +13,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage system.user.activity.event
  * @category   Community Framework
  */
index 0ba8b1d51dc3cbb22dc98c0e21315c9252fc428d..cf7d68a73127f880db61ab2957103bd031994301 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage system.user.activity.event
  * @category   Community Framework
  */
index e8b360648909d212f71c042eda95e8b1019c8abe..11ed8c4c5a215f94c78bf79c89e82a57b9aa7823 100644 (file)
@@ -13,7 +13,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.activity.event
  * @category   Community Framework
  */
index 75dcb052a78c9b2834d5047fec86061acef1d63f..bf431858faafd0bff326f8cbc5be5d689fb1a868 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\user\activity\point;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.activity.point
  * @category   Community Framework
  */
index 2446c6fe461d07617ebfaf12f11a27db352a5ef1..9261b136456e90636fb6fc822b598b686a181382 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\user\activity\point;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.activity.point
  * @category   Community Framework
  */
index 347594279729fbbe2d530fb5f97f160cf61ee989..fe1c45a7409a9d2e71503def136c4d425bbc75bf 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.like
+ * @package    com.woltlab.wcf
  * @subpackage system.user.activity.point
  * @category   Community Framework
  */
index 0929b769e55a1cb38dca968a02072db2b3dba82d..c5814610dae1c4ab9a7047b39a72c6c56cbdf12b 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\WCF;
  * @author     Tim Duesterhus, Alexander Ebert, Matthias Schmidt
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.activity.point
  * @category   Community Framework
  */
index ea1c2897483e419dd0a5b6002242ee77856a01cd..964c3f46b666615b9e17481980aa2411d4a03442 100644 (file)
@@ -26,7 +26,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk, Oliver Kliebisch
  * @copyright  2001-2013 WoltLab GmbH, Oliver Kliebisch
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.notification
  * @category   Community Framework
  */
index d70be84266338ade2a7299691e95ebdf68a41841..d5f9c9749901af2554d1dc918bc5c3cb90007969 100644 (file)
@@ -14,7 +14,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk, Oliver Kliebisch
  * @copyright  2001-2013 WoltLab GmbH, Oliver Kliebisch
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.notification.event
  * @category   Community Framework
  */
index e1f6020227b0bb41d3a58b61a540d80780809741..5da5015c6ebcc6457ec1e6d8ea72e520d288f5eb 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\user\notification\object\IUserNotificationObject;
  * @author     Marcel Werk, Oliver Kliebisch
  * @copyright  2001-2013 WoltLab GmbH, Oliver Kliebisch
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.notification.event
  * @category   Community Framework
  */
index 864e658d68911ea2ac8595d25e9bd9ef5f4ab0c8..276a8ae7794402b9dc746a531d835f1a8457e8df 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.notification.event
  * @category   Community Framework
  */
index b5570d2eeba9c11519dacfdabf61c5bcc141d34f..99ba4b617332fd94c6c4a96d2d52143403db3a27 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage system.user.notification.event
  * @category   Community Framework
  */
index 26a613551fd05fa8c5518abf048cc72f31c2f036..3847d9a328c45d0af24c4074d45c24761d3cb97e 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\user\notification\event\AbstractUserNotificationEvent;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage system.user.notification.event
  * @category   Community Framework
  */
index c0eb133db7cc82db8390e6a6f7247bb94553ccc5..78b4072623c772c027c527af72cbad5e85075a04 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage system.user.notification.event
  * @category   Community Framework
  */
index 189b58f1c2c7fd1459a2e10d42cc903deede7ff8..da208f99efe991bd8079bb39705194d379550ce4 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectDecorator;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage system.user.notification.object
  * @category   Community Framework
  */
index cc8c4f5e14766bfd422ec52f77d0a59093d629cc..e473ef7520e032afdfac65d60a403eb6de41b0c2 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\DatabaseObjectDecorator;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage system.user.notification.object
  * @category   Community Framework
  */
index 92a792103c784c2a331cdc01f720788029b864ba..163a584f46ef9d192779f75063ddaef978a00054 100644 (file)
@@ -9,7 +9,7 @@ use wcf\data\ITitledObject;
  * @author     Marcel Werk, Oliver Kliebisch
  * @copyright  2001-2013 WoltLab GmbH, Oliver Kliebisch
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.notification.object
  * @category   Community Framework
  */
index b8e125be9f55a5808be0fbd44345e5dc5ae8cd22..628c08f4788761b2acb4a2245bd576a051b6f1cb 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\user\notification\object\IUserNotificationObject;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.notification.object
  * @category   Community Framework
  */
index 011ba14a421ce966f3a99843b14e3b925ab803af..e22d9883a81f62d1078f3f91ccad863bb9685b07 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\object\type\AbstractObjectTypeProcessor;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.notification.object.type
  * @category   Community Framework
  */
index a24b1442898a3376c7c07bcb61cad356d5deac1e..2bd150445953514821638f1f7ea1c828e4291a03 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\user\notification\object\type;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.comment
+ * @package    com.woltlab.wcf
  * @subpackage system.user.notification.object.type
  * @category   Community Framework
  */
index cecd56fcd104a8e520a41c077c05e0c3bce9d8f0..5ff9441fe4b298fd674b663d176cf75c8145a110 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\IDatabaseObjectProcessor;
  * @author     Marcel Werk, Oliver Kliebisch
  * @copyright  2001-2013 WoltLab GmbH, Oliver Kliebisch
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.notification.object.type
  * @category   Community Framework
  */
index 67b64a9445daf91f601cd5c678078b79201cd6a6..51e5d87a1171510a744a48b77dda82523b426bff 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\user\notification\object\type;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.notification.object.type
  * @category   Community Framework
  */
index 3c5279ee67ceb37b3cf2ced4f2b074ab260f5932..174fedaac90fb084148eb1beaec3f13a1fd87252 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\user\notification\object\type;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.notification.object.type
  * @category   Community Framework
  */
index be08d04573922137c3696aae72b57aef1c065f79..737330f1a238da6632f6fe7a2622ab6f3f13b5a9 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.notification.object.type
  * @category   Community Framework
  */
index 79a322421a840c098200dbe3ccddf48b702b326a..85387944743f59deab48e595c4b6524822b47521 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\system\user\object\watch;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.object.watch
  * @category   Community Framework
  */
index dc0d3bcfc86848a06b063513bf1716931b9493c3..f52306b769192bf328871d7487318e36d395a38f 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.object.watch
  * @category   Community Framework
  */
index cfa43f3f3243330ab3db77894483f7c394740020..87d5f21fa4f088dc38b5bc6e159af39ea965eb51 100644 (file)
@@ -8,7 +8,7 @@ use wcf\data\user\online\UserOnline;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.online.location
  * @category   Community Framework
  */
index cb275cd0ac16e632ee45669510c47dd72ef8e683..a235a5bd172ad1c1cd354c30de11592953f0c8fe 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.online.location
  * @category   Community Framework
  */
index bfe38ba811b15399aedad955279721e1c077b629..93dd1fed55b2279a7920860819727e3b4458b698 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.online.location
  * @category   Community Framework
  */
index c4184bb7ad46fb49deefeb17b37f9a9817973e9b..2d60c75833e1ad9b57404b2f49c563ac90ce7b4f 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\SingletonFactory;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.user.signature
  * @category   Community Framework
  */
index f9c1803441a3399dc3ca2f1e3597e7ce5e6c0f3c..39eff69e768b9fe2a2f50c384ea42925642222f3 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.visitTracker
  * @category   Community Framework
  */
index 1561f60b4b765ebc593e1abdf513d1f0b024e9e1..0ff91e19c3c56bc687640fca4d71ec368b536af2 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.worker
  * @category   Community Framework
  */
index 8bcdc30155a02feac7d65a2ea065ad4c8f48790b..bd4e1df92081279bccb87f26bf270d35ca08a0a8 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @author     Tim Duesterhus
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.worker
  * @category   Community Framework
  */
index a62922844196931d40ce6af35a7a28d37dfec1e2..e6a79469ddcffaaa08563d43f0147f3ee7509c79 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage system.worker
  * @category   Community Framework
  */
index 9182b56ac213baa09104e2ce707586d355abc8e4..56cb86d4708c8f4b382e6728a36730e5208a3540 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\util;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.data.image
+ * @package    com.woltlab.wcf
  * @subpackage util
  * @category   Community Framework
  */
index 659cda9e205cd072f6c32eb88da3ebf86654e023..2a8258b0359bc2bc0f5153f38788460c903a6032 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\Regex;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.message
+ * @package    com.woltlab.wcf
  * @subpackage util
  * @category   Community Framework
  */
index 680ac424d0d6b6dec638450c68057a1bd341a501..3a84c9d555fa9766a46093ec9f94166af38cd390 100644 (file)
@@ -7,7 +7,7 @@ namespace wcf\util;
  * @author     Marcel Werk
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.user
+ * @package    com.woltlab.wcf
  * @subpackage util
  * @category   Community Framework
  */