From 1948b7e6f4076ccbe84b68f2d6886642a3e28adc Mon Sep 17 00:00:00 2001 From: luceos Date: Tue, 4 Feb 2020 21:11:08 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- .../2015_02_24_000000_create_access_tokens_table.php | 6 ++---- migrations/2015_02_24_000000_create_api_keys_table.php | 6 ++---- migrations/2015_02_24_000000_create_config_table.php | 6 ++---- .../2015_02_24_000000_create_discussions_table.php | 6 ++---- .../2015_02_24_000000_create_email_tokens_table.php | 6 ++---- migrations/2015_02_24_000000_create_groups_table.php | 6 ++---- .../2015_02_24_000000_create_notifications_table.php | 6 ++---- .../2015_02_24_000000_create_password_tokens_table.php | 6 ++---- .../2015_02_24_000000_create_permissions_table.php | 6 ++---- migrations/2015_02_24_000000_create_posts_table.php | 6 ++---- .../2015_02_24_000000_create_users_discussions_table.php | 6 ++---- .../2015_02_24_000000_create_users_groups_table.php | 6 ++---- migrations/2015_02_24_000000_create_users_table.php | 6 ++---- .../2015_09_15_000000_create_auth_tokens_table.php | 6 ++---- migrations/2015_09_20_224327_add_hide_to_discussions.php | 6 ++---- .../2015_09_22_030432_rename_notification_read_time.php | 6 ++---- .../2015_10_07_130531_rename_config_to_settings.php | 6 ++---- migrations/2015_10_24_194000_add_ip_address_to_posts.php | 6 ++---- .../2015_12_05_042721_change_access_tokens_columns.php | 6 ++---- ...12_17_194247_change_settings_value_column_to_text.php | 6 ++---- migrations/2016_02_04_095452_add_slug_to_discussions.php | 6 ++---- .../2017_04_07_114138_add_is_private_to_discussions.php | 6 ++---- migrations/2017_04_07_114138_add_is_private_to_posts.php | 6 ++---- .../2018_01_11_093900_change_access_tokens_columns.php | 6 ++---- ...1_11_094000_change_access_tokens_add_foreign_keys.php | 6 ++---- migrations/2018_01_11_095000_change_api_keys_columns.php | 6 ++---- ..._101800_rename_auth_tokens_to_registration_tokens.php | 6 ++---- ...000_change_registration_tokens_rename_id_to_token.php | 6 ++---- ...change_registration_tokens_created_at_to_datetime.php | 6 ++---- .../2018_01_11_120604_change_posts_table_to_innodb.php | 6 ++---- ...18_01_11_155200_change_discussions_rename_columns.php | 6 ++---- ..._01_11_155300_change_discussions_add_foreign_keys.php | 6 ++---- ...71700_rename_users_discussions_to_discussion_user.php | 6 ++---- ...1_15_071800_change_discussion_user_rename_columns.php | 6 ++---- ...15_071900_change_discussion_user_add_foreign_keys.php | 6 ++---- ..._15_072600_change_email_tokens_rename_id_to_token.php | 6 ++---- ...01_15_072700_change_email_tokens_add_foreign_keys.php | 6 ++---- ...072800_change_email_tokens_created_at_to_datetime.php | 6 ++---- ..._18_130400_rename_permissions_to_group_permission.php | 6 ++---- ...8_130500_change_group_permission_add_foreign_keys.php | 6 ++---- ...18_01_18_130600_rename_users_groups_to_group_user.php | 6 ++---- ...8_01_18_130700_change_group_user_add_foreign_keys.php | 6 ++---- .../2018_01_18_133000_change_notifications_columns.php | 6 ++---- ...1_18_133100_change_notifications_add_foreign_keys.php | 6 ++---- ..._134400_change_password_tokens_rename_id_to_token.php | 6 ++---- ...18_134500_change_password_tokens_add_foreign_keys.php | 6 ++---- ...600_change_password_tokens_created_at_to_datetime.php | 6 ++---- .../2018_01_18_135000_change_posts_rename_columns.php | 6 ++---- .../2018_01_18_135100_change_posts_add_foreign_keys.php | 6 ++---- ...30_112238_add_fulltext_index_to_discussions_title.php | 6 ++---- migrations/2018_01_30_220100_create_post_user_table.php | 6 ++---- .../2018_01_30_222900_change_users_rename_columns.php | 6 ++---- migrations/2018_07_21_000000_seed_default_groups.php | 6 ++---- .../2018_07_21_000100_seed_default_group_permissions.php | 6 ++---- migrations/2018_09_15_041340_add_users_indicies.php | 6 ++---- .../2018_09_15_041828_add_discussions_indicies.php | 6 ++---- .../2018_09_15_043337_add_notifications_indices.php | 6 ++---- migrations/2018_09_15_043621_add_posts_indices.php | 6 ++---- ...8_09_22_004100_change_registration_tokens_columns.php | 6 ++---- .../2018_09_22_004200_create_login_providers_table.php | 6 ++---- .../2018_10_08_144700_add_shim_prefix_to_group_icons.php | 6 ++---- ..._145100_change_posts_content_column_to_mediumtext.php | 6 ++---- ...9_28_222800_create_notification_preferences_table.php | 6 ++---- ..._28_222800_create_users_table_preferences_columns.php | 6 ++---- ...28_222801_migrate_users_table_preferences_columns.php | 6 ++---- .../2019_09_28_222810_change_users_drop_preferences.php | 6 ++---- src/Admin/AdminServiceProvider.php | 6 ++---- src/Admin/Content/AdminPayload.php | 6 ++---- src/Admin/Middleware/RequireAdministrateAbility.php | 6 ++---- src/Admin/routes.php | 6 ++---- src/Api/ApiKey.php | 6 ++---- src/Api/ApiServiceProvider.php | 6 ++---- src/Api/Client.php | 6 ++---- src/Api/Controller/AbstractCreateController.php | 6 ++---- src/Api/Controller/AbstractDeleteController.php | 6 ++---- src/Api/Controller/AbstractListController.php | 6 ++---- src/Api/Controller/AbstractSerializeController.php | 6 ++---- src/Api/Controller/AbstractShowController.php | 6 ++---- src/Api/Controller/ClearCacheController.php | 6 ++---- src/Api/Controller/CreateDiscussionController.php | 6 ++---- src/Api/Controller/CreateGroupController.php | 6 ++---- src/Api/Controller/CreatePostController.php | 6 ++---- src/Api/Controller/CreateTokenController.php | 6 ++---- src/Api/Controller/CreateUserController.php | 6 ++---- src/Api/Controller/DeleteAvatarController.php | 6 ++---- src/Api/Controller/DeleteDiscussionController.php | 6 ++---- src/Api/Controller/DeleteFaviconController.php | 6 ++---- src/Api/Controller/DeleteGroupController.php | 6 ++---- src/Api/Controller/DeleteLogoController.php | 6 ++---- src/Api/Controller/DeletePostController.php | 6 ++---- src/Api/Controller/DeleteUserController.php | 6 ++---- src/Api/Controller/ForgotPasswordController.php | 6 ++---- src/Api/Controller/ListDiscussionsController.php | 6 ++---- src/Api/Controller/ListGroupsController.php | 6 ++---- src/Api/Controller/ListMailDriversController.php | 6 ++---- src/Api/Controller/ListNotificationsController.php | 6 ++---- src/Api/Controller/ListPostsController.php | 6 ++---- src/Api/Controller/ListUsersController.php | 6 ++---- src/Api/Controller/ReadAllNotificationsController.php | 6 ++---- src/Api/Controller/SendConfirmationEmailController.php | 6 ++---- src/Api/Controller/SetPermissionController.php | 6 ++---- src/Api/Controller/SetSettingsController.php | 6 ++---- src/Api/Controller/ShowDiscussionController.php | 6 ++---- src/Api/Controller/ShowForumController.php | 6 ++---- src/Api/Controller/ShowPostController.php | 6 ++---- src/Api/Controller/ShowUserController.php | 6 ++---- src/Api/Controller/UninstallExtensionController.php | 6 ++---- src/Api/Controller/UpdateDiscussionController.php | 6 ++---- src/Api/Controller/UpdateExtensionController.php | 6 ++---- src/Api/Controller/UpdateGroupController.php | 6 ++---- src/Api/Controller/UpdateNotificationController.php | 6 ++---- src/Api/Controller/UpdatePostController.php | 6 ++---- src/Api/Controller/UpdateUserController.php | 6 ++---- src/Api/Controller/UploadAvatarController.php | 6 ++---- src/Api/Controller/UploadFaviconController.php | 6 ++---- src/Api/Controller/UploadLogoController.php | 6 ++---- src/Api/ErrorHandler.php | 6 ++---- src/Api/Event/Serializing.php | 6 ++---- src/Api/Event/WillGetData.php | 6 ++---- src/Api/Event/WillSerializeData.php | 6 ++---- src/Api/Exception/InvalidAccessTokenException.php | 6 ++---- src/Api/ExceptionHandler/FallbackExceptionHandler.php | 6 ++---- src/Api/ExceptionHandler/FloodingExceptionHandler.php | 6 ++---- .../IlluminateValidationExceptionHandler.php | 6 ++---- .../InvalidAccessTokenExceptionHandler.php | 6 ++---- .../InvalidConfirmationTokenExceptionHandler.php | 6 ++---- .../MethodNotAllowedExceptionHandler.php | 6 ++---- .../ExceptionHandler/ModelNotFoundExceptionHandler.php | 6 ++---- .../PermissionDeniedExceptionHandler.php | 6 ++---- .../ExceptionHandler/RouteNotFoundExceptionHandler.php | 6 ++---- .../ExceptionHandler/TokenMismatchExceptionHandler.php | 6 ++---- src/Api/ExceptionHandler/ValidationExceptionHandler.php | 6 ++---- src/Api/JsonApiResponse.php | 6 ++---- src/Api/Middleware/FakeHttpMethods.php | 6 ++---- src/Api/Middleware/HandleErrors.php | 6 ++---- src/Api/Serializer/AbstractSerializer.php | 6 ++---- src/Api/Serializer/BasicDiscussionSerializer.php | 6 ++---- src/Api/Serializer/BasicPostSerializer.php | 6 ++---- src/Api/Serializer/BasicUserSerializer.php | 6 ++---- src/Api/Serializer/CurrentUserSerializer.php | 6 ++---- src/Api/Serializer/DiscussionSerializer.php | 6 ++---- src/Api/Serializer/ForumSerializer.php | 6 ++---- src/Api/Serializer/GroupSerializer.php | 6 ++---- src/Api/Serializer/MailDriverSerializer.php | 6 ++---- src/Api/Serializer/NotificationSerializer.php | 6 ++---- src/Api/Serializer/PostSerializer.php | 6 ++---- src/Api/Serializer/UserSerializer.php | 6 ++---- src/Api/routes.php | 6 ++---- src/Bus/BusServiceProvider.php | 6 ++---- src/Bus/Dispatcher.php | 6 ++---- src/Console/AbstractCommand.php | 6 ++---- src/Console/Event/Configuring.php | 6 ++---- src/Console/Server.php | 6 ++---- src/Database/AbstractModel.php | 6 ++---- src/Database/Console/GenerateMigrationCommand.php | 6 ++---- src/Database/Console/MigrateCommand.php | 6 ++---- src/Database/Console/ResetCommand.php | 6 ++---- src/Database/DatabaseMigrationRepository.php | 6 ++---- src/Database/DatabaseServiceProvider.php | 6 ++---- src/Database/Migration.php | 6 ++---- src/Database/MigrationCreator.php | 6 ++---- src/Database/MigrationRepositoryInterface.php | 6 ++---- src/Database/MigrationServiceProvider.php | 6 ++---- src/Database/Migrator.php | 6 ++---- src/Database/ScopeVisibilityTrait.php | 6 ++---- src/Discussion/Command/DeleteDiscussion.php | 6 ++---- src/Discussion/Command/DeleteDiscussionHandler.php | 6 ++---- src/Discussion/Command/EditDiscussion.php | 6 ++---- src/Discussion/Command/EditDiscussionHandler.php | 6 ++---- src/Discussion/Command/ReadDiscussion.php | 6 ++---- src/Discussion/Command/ReadDiscussionHandler.php | 6 ++---- src/Discussion/Command/StartDiscussion.php | 6 ++---- src/Discussion/Command/StartDiscussionHandler.php | 6 ++---- src/Discussion/Discussion.php | 6 ++---- src/Discussion/DiscussionMetadataUpdater.php | 6 ++---- src/Discussion/DiscussionPolicy.php | 6 ++---- src/Discussion/DiscussionRenamedLogger.php | 6 ++---- src/Discussion/DiscussionRepository.php | 6 ++---- src/Discussion/DiscussionServiceProvider.php | 6 ++---- src/Discussion/DiscussionValidator.php | 6 ++---- src/Discussion/Event/Deleted.php | 6 ++---- src/Discussion/Event/Deleting.php | 6 ++---- src/Discussion/Event/Hidden.php | 6 ++---- src/Discussion/Event/Renamed.php | 6 ++---- src/Discussion/Event/Restored.php | 6 ++---- src/Discussion/Event/Saving.php | 6 ++---- src/Discussion/Event/Searching.php | 6 ++---- src/Discussion/Event/Started.php | 6 ++---- src/Discussion/Event/UserDataSaving.php | 6 ++---- src/Discussion/Event/UserRead.php | 6 ++---- src/Discussion/Search/DiscussionSearch.php | 6 ++---- src/Discussion/Search/DiscussionSearcher.php | 6 ++---- src/Discussion/Search/Gambit/AuthorGambit.php | 6 ++---- src/Discussion/Search/Gambit/CreatedGambit.php | 6 ++---- src/Discussion/Search/Gambit/FulltextGambit.php | 6 ++---- src/Discussion/Search/Gambit/HiddenGambit.php | 6 ++---- src/Discussion/Search/Gambit/UnreadGambit.php | 6 ++---- src/Discussion/UserState.php | 6 ++---- src/Event/AbstractConfigureGambits.php | 6 ++---- src/Event/AbstractConfigureRoutes.php | 6 ++---- src/Event/ConfigureApiRoutes.php | 6 ++---- src/Event/ConfigureDiscussionGambits.php | 6 ++---- src/Event/ConfigureForumRoutes.php | 6 ++---- src/Event/ConfigureLocales.php | 6 ++---- src/Event/ConfigureMiddleware.php | 6 ++---- src/Event/ConfigureModelDates.php | 6 ++---- src/Event/ConfigureModelDefaultAttributes.php | 6 ++---- src/Event/ConfigureNotificationTypes.php | 6 ++---- src/Event/ConfigurePostTypes.php | 6 ++---- src/Event/ConfigurePostsQuery.php | 6 ++---- src/Event/ConfigureUserGambits.php | 6 ++---- src/Event/ConfigureUserPreferences.php | 6 ++---- src/Event/GetApiRelationship.php | 6 ++---- src/Event/GetModelIsPrivate.php | 6 ++---- src/Event/GetModelRelationship.php | 6 ++---- src/Event/GetPermission.php | 6 ++---- src/Event/PrepareUserGroups.php | 6 ++---- src/Event/ScopeModelVisibility.php | 6 ++---- src/Extend/Compat.php | 6 ++---- src/Extend/ExtenderInterface.php | 6 ++---- src/Extend/Formatter.php | 6 ++---- src/Extend/Frontend.php | 6 ++---- src/Extend/LanguagePack.php | 6 ++---- src/Extend/LifecycleInterface.php | 6 ++---- src/Extend/Locales.php | 6 ++---- src/Extend/Routes.php | 6 ++---- src/Extension/DefaultLanguagePackGuard.php | 6 ++---- src/Extension/Event/Disabled.php | 6 ++---- src/Extension/Event/Disabling.php | 6 ++---- src/Extension/Event/Enabled.php | 6 ++---- src/Extension/Event/Enabling.php | 6 ++---- src/Extension/Event/Uninstalled.php | 6 ++---- src/Extension/Extension.php | 6 ++---- src/Extension/ExtensionManager.php | 6 ++---- src/Extension/ExtensionServiceProvider.php | 6 ++---- src/Formatter/Event/Configuring.php | 6 ++---- src/Formatter/Event/Parsing.php | 6 ++---- src/Formatter/Event/Rendering.php | 6 ++---- src/Formatter/Formatter.php | 6 ++---- src/Formatter/FormatterServiceProvider.php | 6 ++---- src/Forum/Auth/Registration.php | 6 ++---- src/Forum/Auth/ResponseFactory.php | 6 ++---- src/Forum/Content/AssertRegistered.php | 6 ++---- src/Forum/Content/Discussion.php | 6 ++---- src/Forum/Content/Index.php | 6 ++---- src/Forum/Controller/ConfirmEmailController.php | 6 ++---- src/Forum/Controller/LogInController.php | 6 ++---- src/Forum/Controller/LogOutController.php | 6 ++---- src/Forum/Controller/RegisterController.php | 6 ++---- src/Forum/Controller/ResetPasswordController.php | 6 ++---- src/Forum/Controller/SavePasswordController.php | 6 ++---- src/Forum/ForumServiceProvider.php | 6 ++---- src/Forum/ValidateCustomLess.php | 6 ++---- src/Forum/routes.php | 6 ++---- src/Foundation/AbstractServiceProvider.php | 6 ++---- src/Foundation/AbstractValidator.php | 6 ++---- src/Foundation/AppInterface.php | 6 ++---- src/Foundation/Application.php | 6 ++---- src/Foundation/Console/CacheClearCommand.php | 6 ++---- src/Foundation/Console/InfoCommand.php | 6 ++---- src/Foundation/DispatchEventsTrait.php | 6 ++---- src/Foundation/Event/ClearingCache.php | 6 ++---- src/Foundation/Event/Validating.php | 6 ++---- src/Foundation/EventGeneratorTrait.php | 6 ++---- src/Foundation/InstalledApp.php | 6 ++---- src/Foundation/InstalledSite.php | 6 ++---- src/Foundation/MaintenanceModeHandler.php | 6 ++---- src/Foundation/Site.php | 6 ++---- src/Foundation/SiteInterface.php | 6 ++---- src/Foundation/UninstalledSite.php | 6 ++---- src/Foundation/ValidationException.php | 6 ++---- src/Frontend/AddLocaleAssets.php | 6 ++---- src/Frontend/AddTranslations.php | 6 ++---- src/Frontend/Assets.php | 6 ++---- src/Frontend/Compiler/CompilerInterface.php | 6 ++---- src/Frontend/Compiler/JsCompiler.php | 6 ++---- src/Frontend/Compiler/LessCompiler.php | 6 ++---- src/Frontend/Compiler/RevisionCompiler.php | 6 ++---- src/Frontend/Compiler/Source/FileSource.php | 6 ++---- src/Frontend/Compiler/Source/SourceCollector.php | 6 ++---- src/Frontend/Compiler/Source/SourceInterface.php | 6 ++---- src/Frontend/Compiler/Source/StringSource.php | 6 ++---- src/Frontend/Content/Assets.php | 6 ++---- src/Frontend/Content/CorePayload.php | 6 ++---- src/Frontend/Content/Meta.php | 6 ++---- src/Frontend/Controller.php | 6 ++---- src/Frontend/Document.php | 6 ++---- src/Frontend/Frontend.php | 6 ++---- src/Frontend/FrontendServiceProvider.php | 6 ++---- src/Frontend/RecompileFrontendAssets.php | 6 ++---- src/Group/Command/CreateGroup.php | 6 ++---- src/Group/Command/CreateGroupHandler.php | 6 ++---- src/Group/Command/DeleteGroup.php | 6 ++---- src/Group/Command/DeleteGroupHandler.php | 6 ++---- src/Group/Command/EditGroup.php | 6 ++---- src/Group/Command/EditGroupHandler.php | 6 ++---- src/Group/Event/Created.php | 6 ++---- src/Group/Event/Deleted.php | 6 ++---- src/Group/Event/Deleting.php | 6 ++---- src/Group/Event/Renamed.php | 6 ++---- src/Group/Event/Saving.php | 6 ++---- src/Group/Group.php | 6 ++---- src/Group/GroupPolicy.php | 6 ++---- src/Group/GroupRepository.php | 6 ++---- src/Group/GroupServiceProvider.php | 6 ++---- src/Group/GroupValidator.php | 6 ++---- src/Group/Permission.php | 6 ++---- src/Http/AccessToken.php | 6 ++---- src/Http/Controller/AbstractHtmlController.php | 6 ++---- src/Http/CookieFactory.php | 6 ++---- src/Http/Exception/ForbiddenException.php | 6 ++---- src/Http/Exception/MethodNotAllowedException.php | 6 ++---- src/Http/Exception/RouteNotFoundException.php | 6 ++---- src/Http/Exception/TokenMismatchException.php | 6 ++---- src/Http/Middleware/AuthenticateWithHeader.php | 6 ++---- src/Http/Middleware/AuthenticateWithSession.php | 6 ++---- src/Http/Middleware/CheckCsrfToken.php | 6 ++---- src/Http/Middleware/CollectGarbage.php | 6 ++---- src/Http/Middleware/DispatchRoute.php | 6 ++---- src/Http/Middleware/HandleErrorsWithView.php | 6 ++---- src/Http/Middleware/HandleErrorsWithWhoops.php | 6 ++---- src/Http/Middleware/ParseJsonBody.php | 6 ++---- src/Http/Middleware/RememberFromCookie.php | 6 ++---- src/Http/Middleware/SetLocale.php | 6 ++---- src/Http/Middleware/ShareErrorsFromSession.php | 6 ++---- src/Http/Middleware/StartSession.php | 6 ++---- src/Http/Rememberer.php | 6 ++---- src/Http/RouteCollection.php | 6 ++---- src/Http/RouteCollectionUrlGenerator.php | 6 ++---- src/Http/RouteHandlerFactory.php | 6 ++---- src/Http/Server.php | 6 ++---- src/Http/SessionAuthenticator.php | 6 ++---- src/Http/UrlGenerator.php | 6 ++---- src/Install/AdminUser.php | 6 ++---- src/Install/Console/DataProviderInterface.php | 6 ++---- src/Install/Console/FileDataProvider.php | 6 ++---- src/Install/Console/InstallCommand.php | 6 ++---- src/Install/Console/UserDataProvider.php | 6 ++---- src/Install/Controller/IndexController.php | 6 ++---- src/Install/Controller/InstallController.php | 6 ++---- src/Install/DatabaseConfig.php | 6 ++---- src/Install/InstallServiceProvider.php | 6 ++---- src/Install/Installation.php | 6 ++---- src/Install/Installer.php | 6 ++---- src/Install/Pipeline.php | 6 ++---- src/Install/Prerequisite/Composite.php | 6 ++---- src/Install/Prerequisite/PhpExtensions.php | 6 ++---- src/Install/Prerequisite/PhpVersion.php | 6 ++---- src/Install/Prerequisite/PrerequisiteInterface.php | 6 ++---- src/Install/Prerequisite/WritablePaths.php | 6 ++---- src/Install/ReversibleStep.php | 6 ++---- src/Install/Step.php | 6 ++---- src/Install/StepFailed.php | 6 ++---- src/Install/Steps/ConnectToDatabase.php | 6 ++---- src/Install/Steps/CreateAdminUser.php | 6 ++---- src/Install/Steps/EnableBundledExtensions.php | 6 ++---- src/Install/Steps/PublishAssets.php | 6 ++---- src/Install/Steps/RunMigrations.php | 6 ++---- src/Install/Steps/StoreConfig.php | 6 ++---- src/Install/Steps/WriteSettings.php | 6 ++---- src/Install/ValidationFailed.php | 6 ++---- src/Locale/LocaleManager.php | 6 ++---- src/Locale/LocaleServiceProvider.php | 6 ++---- src/Locale/PrefixedYamlFileLoader.php | 6 ++---- src/Locale/Translator.php | 6 ++---- src/Mail/DriverInterface.php | 6 ++---- src/Mail/LogDriver.php | 6 ++---- src/Mail/MailServiceProvider.php | 6 ++---- src/Mail/MailgunDriver.php | 6 ++---- src/Mail/MandrillDriver.php | 6 ++---- src/Mail/SendmailDriver.php | 6 ++---- src/Mail/SesDriver.php | 6 ++---- src/Mail/SmtpDriver.php | 6 ++---- src/Notification/Blueprint/BlueprintInterface.php | 6 ++---- .../Blueprint/DiscussionRenamedBlueprint.php | 6 ++---- src/Notification/Command/ReadAllNotifications.php | 6 ++---- src/Notification/Command/ReadAllNotificationsHandler.php | 6 ++---- src/Notification/Command/ReadNotification.php | 6 ++---- src/Notification/Command/ReadNotificationHandler.php | 6 ++---- src/Notification/Event/Sending.php | 6 ++---- src/Notification/MailableInterface.php | 6 ++---- src/Notification/Notification.php | 6 ++---- src/Notification/NotificationMailer.php | 6 ++---- src/Notification/NotificationRepository.php | 6 ++---- src/Notification/NotificationServiceProvider.php | 6 ++---- src/Notification/NotificationSyncer.php | 6 ++---- src/Post/AbstractEventPost.php | 6 ++---- src/Post/Command/DeletePost.php | 6 ++---- src/Post/Command/DeletePostHandler.php | 6 ++---- src/Post/Command/EditPost.php | 6 ++---- src/Post/Command/EditPostHandler.php | 6 ++---- src/Post/Command/PostReply.php | 6 ++---- src/Post/Command/PostReplyHandler.php | 6 ++---- src/Post/CommentPost.php | 6 ++---- src/Post/DiscussionRenamedPost.php | 6 ++---- src/Post/Event/CheckingForFlooding.php | 6 ++---- src/Post/Event/Deleted.php | 6 ++---- src/Post/Event/Deleting.php | 6 ++---- src/Post/Event/Hidden.php | 6 ++---- src/Post/Event/Posted.php | 6 ++---- src/Post/Event/Restored.php | 6 ++---- src/Post/Event/Revised.php | 6 ++---- src/Post/Event/Saving.php | 6 ++---- src/Post/Exception/FloodingException.php | 6 ++---- src/Post/Floodgate.php | 6 ++---- src/Post/MergeableInterface.php | 6 ++---- src/Post/Post.php | 6 ++---- src/Post/PostPolicy.php | 6 ++---- src/Post/PostRepository.php | 6 ++---- src/Post/PostServiceProvider.php | 6 ++---- src/Post/PostValidator.php | 6 ++---- src/Post/RegisteredTypesScope.php | 6 ++---- src/Search/AbstractRegexGambit.php | 6 ++---- src/Search/AbstractSearch.php | 6 ++---- src/Search/ApplySearchParametersTrait.php | 6 ++---- src/Search/GambitInterface.php | 6 ++---- src/Search/GambitManager.php | 6 ++---- src/Search/SearchCriteria.php | 6 ++---- src/Search/SearchResults.php | 6 ++---- src/Search/SearchServiceProvider.php | 6 ++---- src/Settings/DatabaseSettingsRepository.php | 6 ++---- src/Settings/Event/Deserializing.php | 6 ++---- src/Settings/Event/Saved.php | 6 ++---- src/Settings/Event/Saving.php | 6 ++---- src/Settings/Event/Serializing.php | 6 ++---- src/Settings/MemoryCacheSettingsRepository.php | 6 ++---- src/Settings/OverrideSettingsRepository.php | 6 ++---- src/Settings/SettingsRepositoryInterface.php | 6 ++---- src/Settings/SettingsServiceProvider.php | 6 ++---- src/Settings/UninstalledSettingsRepository.php | 6 ++---- src/Update/Controller/IndexController.php | 6 ++---- src/Update/Controller/UpdateController.php | 6 ++---- src/Update/UpdateServiceProvider.php | 6 ++---- src/User/AbstractPolicy.php | 6 ++---- src/User/AccountActivationMailer.php | 6 ++---- src/User/AssertPermissionTrait.php | 6 ++---- src/User/AvatarUploader.php | 6 ++---- src/User/AvatarValidator.php | 6 ++---- src/User/Command/ConfirmEmail.php | 6 ++---- src/User/Command/ConfirmEmailHandler.php | 6 ++---- src/User/Command/DeleteAvatar.php | 6 ++---- src/User/Command/DeleteAvatarHandler.php | 6 ++---- src/User/Command/DeleteUser.php | 6 ++---- src/User/Command/DeleteUserHandler.php | 6 ++---- src/User/Command/EditUser.php | 6 ++---- src/User/Command/EditUserHandler.php | 6 ++---- src/User/Command/RegisterUser.php | 6 ++---- src/User/Command/RegisterUserHandler.php | 6 ++---- src/User/Command/RequestPasswordReset.php | 6 ++---- src/User/Command/RequestPasswordResetHandler.php | 6 ++---- src/User/Command/UploadAvatar.php | 6 ++---- src/User/Command/UploadAvatarHandler.php | 6 ++---- src/User/Concerns/DeprecatedUserPreferences.php | 9 +++++++-- src/User/EmailConfirmationMailer.php | 6 ++---- src/User/EmailToken.php | 6 ++---- src/User/Event/Activated.php | 6 ++---- src/User/Event/AvatarChanged.php | 6 ++---- src/User/Event/AvatarDeleting.php | 6 ++---- src/User/Event/AvatarSaving.php | 6 ++---- src/User/Event/BioChanged.php | 6 ++---- src/User/Event/CheckingPassword.php | 6 ++---- src/User/Event/Deleted.php | 6 ++---- src/User/Event/Deleting.php | 6 ++---- src/User/Event/EmailChangeRequested.php | 6 ++---- src/User/Event/EmailChanged.php | 6 ++---- src/User/Event/GetDisplayName.php | 6 ++---- src/User/Event/GroupsChanged.php | 6 ++---- src/User/Event/LoggedIn.php | 6 ++---- src/User/Event/LoggedOut.php | 6 ++---- src/User/Event/PasswordChanged.php | 6 ++---- src/User/Event/Registered.php | 6 ++---- src/User/Event/RegisteringFromProvider.php | 6 ++---- src/User/Event/Renamed.php | 6 ++---- src/User/Event/Saving.php | 6 ++---- src/User/Event/Searching.php | 6 ++---- src/User/Exception/InvalidConfirmationTokenException.php | 6 ++---- src/User/Exception/PermissionDeniedException.php | 6 ++---- src/User/Gate.php | 6 ++---- src/User/Guest.php | 6 ++---- src/User/LoginProvider.php | 6 ++---- src/User/NotificationPreference.php | 6 ++---- src/User/PasswordToken.php | 6 ++---- src/User/RegistrationToken.php | 6 ++---- src/User/Search/Gambit/EmailGambit.php | 6 ++---- src/User/Search/Gambit/FulltextGambit.php | 6 ++---- src/User/Search/Gambit/GroupGambit.php | 6 ++---- src/User/Search/UserSearch.php | 6 ++---- src/User/Search/UserSearcher.php | 6 ++---- src/User/SelfDemotionGuard.php | 6 ++---- src/User/SessionServiceProvider.php | 6 ++---- src/User/User.php | 7 ++----- src/User/UserMetadataUpdater.php | 6 ++---- src/User/UserPolicy.php | 6 ++---- src/User/UserRepository.php | 6 ++---- src/User/UserServiceProvider.php | 6 ++---- src/User/UserValidator.php | 6 ++---- src/Util/Str.php | 6 ++---- src/helpers.php | 6 ++---- tests/integration/RetrievesAuthorizedUsers.php | 6 ++---- tests/integration/TestCase.php | 6 ++---- .../integration/api/Auth/AuthenticateWithApiKeyTest.php | 6 ++---- .../integration/api/Controller/ApiControllerTestCase.php | 6 ++---- .../api/Controller/CreateDiscussionControllerTest.php | 6 ++---- .../api/Controller/CreateGroupControllerTest.php | 6 ++---- .../api/Controller/CreatePostControllerTest.php | 6 ++---- .../api/Controller/CreateTokenControllerTest.php | 6 ++---- .../api/Controller/CreateUserControllerTest.php | 6 ++---- .../api/Controller/DeleteDiscussionControllerTest.php | 6 ++---- .../api/Controller/ListDiscussionsControllerTest.php | 6 ++---- .../api/Controller/ListGroupsControllerTest.php | 6 ++---- .../api/Controller/ListNotificationsControllerTest.php | 6 ++---- .../api/Controller/ListUsersControllerTest.php | 6 ++---- .../api/Controller/ShowDiscussionControllerTest.php | 6 ++---- .../api/Controller/UpdateUserControllerTest.php | 6 ++---- .../api/csrf_protection/RequireCsrfTokenTest.php | 6 ++---- tests/integration/setup.php | 6 ++---- .../ExceptionHandler/FloodingExceptionHandlerTest.php | 6 ++---- .../IlluminateValidationExceptionHandlerTest.php | 6 ++---- .../InvalidAccessTokenExceptionHandlerTest.php | 6 ++---- .../InvalidConfirmationTokenExceptionHandlerTest.php | 6 ++---- .../MethodNotAllowedExceptionHandlerTest.php | 6 ++---- .../ModelNotFoundExceptionHandlerTest.php | 6 ++---- .../PermissionDeniedExceptionHandlerTest.php | 6 ++---- .../RouteNotFoundExceptionHandlerTest.php | 6 ++---- .../TokenMismatchExceptionHandlerTest.php | 6 ++---- .../ExceptionHandler/ValidationExceptionHandlerTest.php | 6 ++---- tests/unit/Settings/DatabaseSettingsRepositoryTest.php | 6 ++---- .../unit/Settings/MemoryCacheSettingsRepositoryTest.php | 6 ++---- views/install/problems.php | 8 ++++---- 529 files changed, 1065 insertions(+), 2115 deletions(-) diff --git a/migrations/2015_02_24_000000_create_access_tokens_table.php b/migrations/2015_02_24_000000_create_access_tokens_table.php index 1be3a93e7..729bed252 100644 --- a/migrations/2015_02_24_000000_create_access_tokens_table.php +++ b/migrations/2015_02_24_000000_create_access_tokens_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2015_02_24_000000_create_api_keys_table.php b/migrations/2015_02_24_000000_create_api_keys_table.php index d4a2d69ec..76883c313 100644 --- a/migrations/2015_02_24_000000_create_api_keys_table.php +++ b/migrations/2015_02_24_000000_create_api_keys_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2015_02_24_000000_create_config_table.php b/migrations/2015_02_24_000000_create_config_table.php index 28aae5188..a00272ac3 100644 --- a/migrations/2015_02_24_000000_create_config_table.php +++ b/migrations/2015_02_24_000000_create_config_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2015_02_24_000000_create_discussions_table.php b/migrations/2015_02_24_000000_create_discussions_table.php index 00cb4b16c..40c03b895 100644 --- a/migrations/2015_02_24_000000_create_discussions_table.php +++ b/migrations/2015_02_24_000000_create_discussions_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2015_02_24_000000_create_email_tokens_table.php b/migrations/2015_02_24_000000_create_email_tokens_table.php index 69930233b..83bd3ed55 100644 --- a/migrations/2015_02_24_000000_create_email_tokens_table.php +++ b/migrations/2015_02_24_000000_create_email_tokens_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2015_02_24_000000_create_groups_table.php b/migrations/2015_02_24_000000_create_groups_table.php index 1c29e2811..1432db477 100644 --- a/migrations/2015_02_24_000000_create_groups_table.php +++ b/migrations/2015_02_24_000000_create_groups_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2015_02_24_000000_create_notifications_table.php b/migrations/2015_02_24_000000_create_notifications_table.php index 2f72e1ee7..4592913a3 100644 --- a/migrations/2015_02_24_000000_create_notifications_table.php +++ b/migrations/2015_02_24_000000_create_notifications_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2015_02_24_000000_create_password_tokens_table.php b/migrations/2015_02_24_000000_create_password_tokens_table.php index 912f15680..a0017e777 100644 --- a/migrations/2015_02_24_000000_create_password_tokens_table.php +++ b/migrations/2015_02_24_000000_create_password_tokens_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2015_02_24_000000_create_permissions_table.php b/migrations/2015_02_24_000000_create_permissions_table.php index fb197cbc8..d7929b8de 100644 --- a/migrations/2015_02_24_000000_create_permissions_table.php +++ b/migrations/2015_02_24_000000_create_permissions_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2015_02_24_000000_create_posts_table.php b/migrations/2015_02_24_000000_create_posts_table.php index 9f8d87f41..16c2a0ae8 100644 --- a/migrations/2015_02_24_000000_create_posts_table.php +++ b/migrations/2015_02_24_000000_create_posts_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2015_02_24_000000_create_users_discussions_table.php b/migrations/2015_02_24_000000_create_users_discussions_table.php index add65cda0..0cb67ae21 100644 --- a/migrations/2015_02_24_000000_create_users_discussions_table.php +++ b/migrations/2015_02_24_000000_create_users_discussions_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2015_02_24_000000_create_users_groups_table.php b/migrations/2015_02_24_000000_create_users_groups_table.php index 6f632fc3a..aaf277db2 100644 --- a/migrations/2015_02_24_000000_create_users_groups_table.php +++ b/migrations/2015_02_24_000000_create_users_groups_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2015_02_24_000000_create_users_table.php b/migrations/2015_02_24_000000_create_users_table.php index 1eb45dde8..7f8f8618a 100644 --- a/migrations/2015_02_24_000000_create_users_table.php +++ b/migrations/2015_02_24_000000_create_users_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2015_09_15_000000_create_auth_tokens_table.php b/migrations/2015_09_15_000000_create_auth_tokens_table.php index e8fafb509..f763bdf88 100644 --- a/migrations/2015_09_15_000000_create_auth_tokens_table.php +++ b/migrations/2015_09_15_000000_create_auth_tokens_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2015_09_20_224327_add_hide_to_discussions.php b/migrations/2015_09_20_224327_add_hide_to_discussions.php index 0e862d850..435f4adb5 100644 --- a/migrations/2015_09_20_224327_add_hide_to_discussions.php +++ b/migrations/2015_09_20_224327_add_hide_to_discussions.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2015_09_22_030432_rename_notification_read_time.php b/migrations/2015_09_22_030432_rename_notification_read_time.php index d18ea6c25..665aa5dc2 100644 --- a/migrations/2015_09_22_030432_rename_notification_read_time.php +++ b/migrations/2015_09_22_030432_rename_notification_read_time.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2015_10_07_130531_rename_config_to_settings.php b/migrations/2015_10_07_130531_rename_config_to_settings.php index 451187e82..e105cffcd 100644 --- a/migrations/2015_10_07_130531_rename_config_to_settings.php +++ b/migrations/2015_10_07_130531_rename_config_to_settings.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2015_10_24_194000_add_ip_address_to_posts.php b/migrations/2015_10_24_194000_add_ip_address_to_posts.php index 7384e1ac9..d3df3b6bb 100644 --- a/migrations/2015_10_24_194000_add_ip_address_to_posts.php +++ b/migrations/2015_10_24_194000_add_ip_address_to_posts.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2015_12_05_042721_change_access_tokens_columns.php b/migrations/2015_12_05_042721_change_access_tokens_columns.php index 1e6977b4e..6b5a5a087 100644 --- a/migrations/2015_12_05_042721_change_access_tokens_columns.php +++ b/migrations/2015_12_05_042721_change_access_tokens_columns.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2015_12_17_194247_change_settings_value_column_to_text.php b/migrations/2015_12_17_194247_change_settings_value_column_to_text.php index 5a09b8d5e..bc30cf249 100644 --- a/migrations/2015_12_17_194247_change_settings_value_column_to_text.php +++ b/migrations/2015_12_17_194247_change_settings_value_column_to_text.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2016_02_04_095452_add_slug_to_discussions.php b/migrations/2016_02_04_095452_add_slug_to_discussions.php index 54ec4e31c..21be8cc26 100644 --- a/migrations/2016_02_04_095452_add_slug_to_discussions.php +++ b/migrations/2016_02_04_095452_add_slug_to_discussions.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Util\Str; diff --git a/migrations/2017_04_07_114138_add_is_private_to_discussions.php b/migrations/2017_04_07_114138_add_is_private_to_discussions.php index c05a42baf..d5b0ff49c 100644 --- a/migrations/2017_04_07_114138_add_is_private_to_discussions.php +++ b/migrations/2017_04_07_114138_add_is_private_to_discussions.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2017_04_07_114138_add_is_private_to_posts.php b/migrations/2017_04_07_114138_add_is_private_to_posts.php index 14776dd47..b8d10476c 100644 --- a/migrations/2017_04_07_114138_add_is_private_to_posts.php +++ b/migrations/2017_04_07_114138_add_is_private_to_posts.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2018_01_11_093900_change_access_tokens_columns.php b/migrations/2018_01_11_093900_change_access_tokens_columns.php index a27bad442..ebf66e593 100644 --- a/migrations/2018_01_11_093900_change_access_tokens_columns.php +++ b/migrations/2018_01_11_093900_change_access_tokens_columns.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2018_01_11_094000_change_access_tokens_add_foreign_keys.php b/migrations/2018_01_11_094000_change_access_tokens_add_foreign_keys.php index 3103a963e..535764dd1 100644 --- a/migrations/2018_01_11_094000_change_access_tokens_add_foreign_keys.php +++ b/migrations/2018_01_11_094000_change_access_tokens_add_foreign_keys.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2018_01_11_095000_change_api_keys_columns.php b/migrations/2018_01_11_095000_change_api_keys_columns.php index eaa6246b4..421db1012 100644 --- a/migrations/2018_01_11_095000_change_api_keys_columns.php +++ b/migrations/2018_01_11_095000_change_api_keys_columns.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2018_01_11_101800_rename_auth_tokens_to_registration_tokens.php b/migrations/2018_01_11_101800_rename_auth_tokens_to_registration_tokens.php index eaf176a0d..b0079625a 100644 --- a/migrations/2018_01_11_101800_rename_auth_tokens_to_registration_tokens.php +++ b/migrations/2018_01_11_101800_rename_auth_tokens_to_registration_tokens.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2018_01_11_102000_change_registration_tokens_rename_id_to_token.php b/migrations/2018_01_11_102000_change_registration_tokens_rename_id_to_token.php index 3a630513e..21a19f52a 100644 --- a/migrations/2018_01_11_102000_change_registration_tokens_rename_id_to_token.php +++ b/migrations/2018_01_11_102000_change_registration_tokens_rename_id_to_token.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2018_01_11_102100_change_registration_tokens_created_at_to_datetime.php b/migrations/2018_01_11_102100_change_registration_tokens_created_at_to_datetime.php index f3276bf1d..a01d9d70c 100644 --- a/migrations/2018_01_11_102100_change_registration_tokens_created_at_to_datetime.php +++ b/migrations/2018_01_11_102100_change_registration_tokens_created_at_to_datetime.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Builder; diff --git a/migrations/2018_01_11_120604_change_posts_table_to_innodb.php b/migrations/2018_01_11_120604_change_posts_table_to_innodb.php index 54aac3c4c..500e5f79b 100644 --- a/migrations/2018_01_11_120604_change_posts_table_to_innodb.php +++ b/migrations/2018_01_11_120604_change_posts_table_to_innodb.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Builder; diff --git a/migrations/2018_01_11_155200_change_discussions_rename_columns.php b/migrations/2018_01_11_155200_change_discussions_rename_columns.php index 3d4e7467d..1910409c2 100644 --- a/migrations/2018_01_11_155200_change_discussions_rename_columns.php +++ b/migrations/2018_01_11_155200_change_discussions_rename_columns.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2018_01_11_155300_change_discussions_add_foreign_keys.php b/migrations/2018_01_11_155300_change_discussions_add_foreign_keys.php index 24aa03efd..50009970e 100644 --- a/migrations/2018_01_11_155300_change_discussions_add_foreign_keys.php +++ b/migrations/2018_01_11_155300_change_discussions_add_foreign_keys.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Query\Expression; diff --git a/migrations/2018_01_15_071700_rename_users_discussions_to_discussion_user.php b/migrations/2018_01_15_071700_rename_users_discussions_to_discussion_user.php index eaa51709d..e78ee697d 100644 --- a/migrations/2018_01_15_071700_rename_users_discussions_to_discussion_user.php +++ b/migrations/2018_01_15_071700_rename_users_discussions_to_discussion_user.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2018_01_15_071800_change_discussion_user_rename_columns.php b/migrations/2018_01_15_071800_change_discussion_user_rename_columns.php index 5fff7ea1e..8e69e67fd 100644 --- a/migrations/2018_01_15_071800_change_discussion_user_rename_columns.php +++ b/migrations/2018_01_15_071800_change_discussion_user_rename_columns.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2018_01_15_071900_change_discussion_user_add_foreign_keys.php b/migrations/2018_01_15_071900_change_discussion_user_add_foreign_keys.php index e7d8aa99d..36ae9f1f6 100644 --- a/migrations/2018_01_15_071900_change_discussion_user_add_foreign_keys.php +++ b/migrations/2018_01_15_071900_change_discussion_user_add_foreign_keys.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2018_01_15_072600_change_email_tokens_rename_id_to_token.php b/migrations/2018_01_15_072600_change_email_tokens_rename_id_to_token.php index 64586a4aa..000d2b8e7 100644 --- a/migrations/2018_01_15_072600_change_email_tokens_rename_id_to_token.php +++ b/migrations/2018_01_15_072600_change_email_tokens_rename_id_to_token.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2018_01_15_072700_change_email_tokens_add_foreign_keys.php b/migrations/2018_01_15_072700_change_email_tokens_add_foreign_keys.php index 243b706f3..e548c339f 100644 --- a/migrations/2018_01_15_072700_change_email_tokens_add_foreign_keys.php +++ b/migrations/2018_01_15_072700_change_email_tokens_add_foreign_keys.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2018_01_15_072800_change_email_tokens_created_at_to_datetime.php b/migrations/2018_01_15_072800_change_email_tokens_created_at_to_datetime.php index f393f72f2..e97fe64d0 100644 --- a/migrations/2018_01_15_072800_change_email_tokens_created_at_to_datetime.php +++ b/migrations/2018_01_15_072800_change_email_tokens_created_at_to_datetime.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Builder; diff --git a/migrations/2018_01_18_130400_rename_permissions_to_group_permission.php b/migrations/2018_01_18_130400_rename_permissions_to_group_permission.php index c36d11e4e..5b068a983 100644 --- a/migrations/2018_01_18_130400_rename_permissions_to_group_permission.php +++ b/migrations/2018_01_18_130400_rename_permissions_to_group_permission.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2018_01_18_130500_change_group_permission_add_foreign_keys.php b/migrations/2018_01_18_130500_change_group_permission_add_foreign_keys.php index 267a09dc0..af44a3ae8 100644 --- a/migrations/2018_01_18_130500_change_group_permission_add_foreign_keys.php +++ b/migrations/2018_01_18_130500_change_group_permission_add_foreign_keys.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2018_01_18_130600_rename_users_groups_to_group_user.php b/migrations/2018_01_18_130600_rename_users_groups_to_group_user.php index 40f4178f9..2ba74a7ff 100644 --- a/migrations/2018_01_18_130600_rename_users_groups_to_group_user.php +++ b/migrations/2018_01_18_130600_rename_users_groups_to_group_user.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2018_01_18_130700_change_group_user_add_foreign_keys.php b/migrations/2018_01_18_130700_change_group_user_add_foreign_keys.php index 9358bec93..6b6f43c70 100644 --- a/migrations/2018_01_18_130700_change_group_user_add_foreign_keys.php +++ b/migrations/2018_01_18_130700_change_group_user_add_foreign_keys.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2018_01_18_133000_change_notifications_columns.php b/migrations/2018_01_18_133000_change_notifications_columns.php index fd4a71fe8..34066ff23 100644 --- a/migrations/2018_01_18_133000_change_notifications_columns.php +++ b/migrations/2018_01_18_133000_change_notifications_columns.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Carbon\Carbon; diff --git a/migrations/2018_01_18_133100_change_notifications_add_foreign_keys.php b/migrations/2018_01_18_133100_change_notifications_add_foreign_keys.php index f3b1af325..6609e1514 100644 --- a/migrations/2018_01_18_133100_change_notifications_add_foreign_keys.php +++ b/migrations/2018_01_18_133100_change_notifications_add_foreign_keys.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2018_01_18_134400_change_password_tokens_rename_id_to_token.php b/migrations/2018_01_18_134400_change_password_tokens_rename_id_to_token.php index e83f8692a..18fa931ef 100644 --- a/migrations/2018_01_18_134400_change_password_tokens_rename_id_to_token.php +++ b/migrations/2018_01_18_134400_change_password_tokens_rename_id_to_token.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2018_01_18_134500_change_password_tokens_add_foreign_keys.php b/migrations/2018_01_18_134500_change_password_tokens_add_foreign_keys.php index cb7303e71..5b28068ca 100644 --- a/migrations/2018_01_18_134500_change_password_tokens_add_foreign_keys.php +++ b/migrations/2018_01_18_134500_change_password_tokens_add_foreign_keys.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2018_01_18_134600_change_password_tokens_created_at_to_datetime.php b/migrations/2018_01_18_134600_change_password_tokens_created_at_to_datetime.php index 9a411f5ff..940929de9 100644 --- a/migrations/2018_01_18_134600_change_password_tokens_created_at_to_datetime.php +++ b/migrations/2018_01_18_134600_change_password_tokens_created_at_to_datetime.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Builder; diff --git a/migrations/2018_01_18_135000_change_posts_rename_columns.php b/migrations/2018_01_18_135000_change_posts_rename_columns.php index 701c58aa1..c53ff4aff 100644 --- a/migrations/2018_01_18_135000_change_posts_rename_columns.php +++ b/migrations/2018_01_18_135000_change_posts_rename_columns.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2018_01_18_135100_change_posts_add_foreign_keys.php b/migrations/2018_01_18_135100_change_posts_add_foreign_keys.php index ffdaad0df..3c9ac0161 100644 --- a/migrations/2018_01_18_135100_change_posts_add_foreign_keys.php +++ b/migrations/2018_01_18_135100_change_posts_add_foreign_keys.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Query\Expression; diff --git a/migrations/2018_01_30_112238_add_fulltext_index_to_discussions_title.php b/migrations/2018_01_30_112238_add_fulltext_index_to_discussions_title.php index c63138c5a..b2ed1a5da 100644 --- a/migrations/2018_01_30_112238_add_fulltext_index_to_discussions_title.php +++ b/migrations/2018_01_30_112238_add_fulltext_index_to_discussions_title.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Builder; diff --git a/migrations/2018_01_30_220100_create_post_user_table.php b/migrations/2018_01_30_220100_create_post_user_table.php index 577ce3511..ec6d2a00d 100644 --- a/migrations/2018_01_30_220100_create_post_user_table.php +++ b/migrations/2018_01_30_220100_create_post_user_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2018_01_30_222900_change_users_rename_columns.php b/migrations/2018_01_30_222900_change_users_rename_columns.php index 4b6965bde..912246be9 100644 --- a/migrations/2018_01_30_222900_change_users_rename_columns.php +++ b/migrations/2018_01_30_222900_change_users_rename_columns.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2018_07_21_000000_seed_default_groups.php b/migrations/2018_07_21_000000_seed_default_groups.php index 12566ba02..1ba4e83e1 100644 --- a/migrations/2018_07_21_000000_seed_default_groups.php +++ b/migrations/2018_07_21_000000_seed_default_groups.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Group\Group; diff --git a/migrations/2018_07_21_000100_seed_default_group_permissions.php b/migrations/2018_07_21_000100_seed_default_group_permissions.php index acdbfd604..a774a3414 100644 --- a/migrations/2018_07_21_000100_seed_default_group_permissions.php +++ b/migrations/2018_07_21_000100_seed_default_group_permissions.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Group\Group; diff --git a/migrations/2018_09_15_041340_add_users_indicies.php b/migrations/2018_09_15_041340_add_users_indicies.php index 30aebd912..15a9d6931 100644 --- a/migrations/2018_09_15_041340_add_users_indicies.php +++ b/migrations/2018_09_15_041340_add_users_indicies.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2018_09_15_041828_add_discussions_indicies.php b/migrations/2018_09_15_041828_add_discussions_indicies.php index 15433f0fb..8a74b08d9 100644 --- a/migrations/2018_09_15_041828_add_discussions_indicies.php +++ b/migrations/2018_09_15_041828_add_discussions_indicies.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2018_09_15_043337_add_notifications_indices.php b/migrations/2018_09_15_043337_add_notifications_indices.php index 724c79eb6..4e96de643 100644 --- a/migrations/2018_09_15_043337_add_notifications_indices.php +++ b/migrations/2018_09_15_043337_add_notifications_indices.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2018_09_15_043621_add_posts_indices.php b/migrations/2018_09_15_043621_add_posts_indices.php index 484a3b842..220f9560e 100644 --- a/migrations/2018_09_15_043621_add_posts_indices.php +++ b/migrations/2018_09_15_043621_add_posts_indices.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2018_09_22_004100_change_registration_tokens_columns.php b/migrations/2018_09_22_004100_change_registration_tokens_columns.php index 6fc797fea..87361d732 100644 --- a/migrations/2018_09_22_004100_change_registration_tokens_columns.php +++ b/migrations/2018_09_22_004100_change_registration_tokens_columns.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2018_09_22_004200_create_login_providers_table.php b/migrations/2018_09_22_004200_create_login_providers_table.php index 3d395830e..7f059c676 100644 --- a/migrations/2018_09_22_004200_create_login_providers_table.php +++ b/migrations/2018_09_22_004200_create_login_providers_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/migrations/2018_10_08_144700_add_shim_prefix_to_group_icons.php b/migrations/2018_10_08_144700_add_shim_prefix_to_group_icons.php index 127730f4e..e5b792f2f 100644 --- a/migrations/2018_10_08_144700_add_shim_prefix_to_group_icons.php +++ b/migrations/2018_10_08_144700_add_shim_prefix_to_group_icons.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Builder; diff --git a/migrations/2019_06_24_145100_change_posts_content_column_to_mediumtext.php b/migrations/2019_06_24_145100_change_posts_content_column_to_mediumtext.php index 65e23db1b..1c7b2086f 100644 --- a/migrations/2019_06_24_145100_change_posts_content_column_to_mediumtext.php +++ b/migrations/2019_06_24_145100_change_posts_content_column_to_mediumtext.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2019_09_28_222800_create_notification_preferences_table.php b/migrations/2019_09_28_222800_create_notification_preferences_table.php index 17f1b8b62..cd4a9839c 100644 --- a/migrations/2019_09_28_222800_create_notification_preferences_table.php +++ b/migrations/2019_09_28_222800_create_notification_preferences_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2019_09_28_222800_create_users_table_preferences_columns.php b/migrations/2019_09_28_222800_create_users_table_preferences_columns.php index f4a5c35a7..bd0c17686 100644 --- a/migrations/2019_09_28_222800_create_users_table_preferences_columns.php +++ b/migrations/2019_09_28_222800_create_users_table_preferences_columns.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/migrations/2019_09_28_222801_migrate_users_table_preferences_columns.php b/migrations/2019_09_28_222801_migrate_users_table_preferences_columns.php index b7d7fd149..5fcb77ef7 100644 --- a/migrations/2019_09_28_222801_migrate_users_table_preferences_columns.php +++ b/migrations/2019_09_28_222801_migrate_users_table_preferences_columns.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Builder; diff --git a/migrations/2019_09_28_222810_change_users_drop_preferences.php b/migrations/2019_09_28_222810_change_users_drop_preferences.php index 8c1dfdbf5..793f18fa8 100644 --- a/migrations/2019_09_28_222810_change_users_drop_preferences.php +++ b/migrations/2019_09_28_222810_change_users_drop_preferences.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Database\Schema\Blueprint; diff --git a/src/Admin/AdminServiceProvider.php b/src/Admin/AdminServiceProvider.php index 493464ba9..3420885d8 100644 --- a/src/Admin/AdminServiceProvider.php +++ b/src/Admin/AdminServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Admin; diff --git a/src/Admin/Content/AdminPayload.php b/src/Admin/Content/AdminPayload.php index 321d65256..685289107 100644 --- a/src/Admin/Content/AdminPayload.php +++ b/src/Admin/Content/AdminPayload.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Admin\Content; diff --git a/src/Admin/Middleware/RequireAdministrateAbility.php b/src/Admin/Middleware/RequireAdministrateAbility.php index 7d478e41c..b0a5960fb 100644 --- a/src/Admin/Middleware/RequireAdministrateAbility.php +++ b/src/Admin/Middleware/RequireAdministrateAbility.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Admin\Middleware; diff --git a/src/Admin/routes.php b/src/Admin/routes.php index d994a4916..66ae2e85b 100644 --- a/src/Admin/routes.php +++ b/src/Admin/routes.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Http\RouteCollection; diff --git a/src/Api/ApiKey.php b/src/Api/ApiKey.php index 7ccec1984..4bdcdfa3b 100644 --- a/src/Api/ApiKey.php +++ b/src/Api/ApiKey.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api; diff --git a/src/Api/ApiServiceProvider.php b/src/Api/ApiServiceProvider.php index dd8eb6cd9..5d946b68f 100644 --- a/src/Api/ApiServiceProvider.php +++ b/src/Api/ApiServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api; diff --git a/src/Api/Client.php b/src/Api/Client.php index beaed329d..3a01a7302 100644 --- a/src/Api/Client.php +++ b/src/Api/Client.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api; diff --git a/src/Api/Controller/AbstractCreateController.php b/src/Api/Controller/AbstractCreateController.php index d8e41b6dc..15522a63a 100644 --- a/src/Api/Controller/AbstractCreateController.php +++ b/src/Api/Controller/AbstractCreateController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/AbstractDeleteController.php b/src/Api/Controller/AbstractDeleteController.php index f7dcee241..19c853b47 100644 --- a/src/Api/Controller/AbstractDeleteController.php +++ b/src/Api/Controller/AbstractDeleteController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/AbstractListController.php b/src/Api/Controller/AbstractListController.php index f8525af34..1f661c152 100644 --- a/src/Api/Controller/AbstractListController.php +++ b/src/Api/Controller/AbstractListController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/AbstractSerializeController.php b/src/Api/Controller/AbstractSerializeController.php index b3def406d..17338d55b 100644 --- a/src/Api/Controller/AbstractSerializeController.php +++ b/src/Api/Controller/AbstractSerializeController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/AbstractShowController.php b/src/Api/Controller/AbstractShowController.php index 309ee2b34..07cd9a6d5 100644 --- a/src/Api/Controller/AbstractShowController.php +++ b/src/Api/Controller/AbstractShowController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/ClearCacheController.php b/src/Api/Controller/ClearCacheController.php index 6a08f3cee..714af207e 100644 --- a/src/Api/Controller/ClearCacheController.php +++ b/src/Api/Controller/ClearCacheController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/CreateDiscussionController.php b/src/Api/Controller/CreateDiscussionController.php index f4a2dc66f..0a325ee29 100644 --- a/src/Api/Controller/CreateDiscussionController.php +++ b/src/Api/Controller/CreateDiscussionController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/CreateGroupController.php b/src/Api/Controller/CreateGroupController.php index 46bddd3b9..c998d8e1e 100644 --- a/src/Api/Controller/CreateGroupController.php +++ b/src/Api/Controller/CreateGroupController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/CreatePostController.php b/src/Api/Controller/CreatePostController.php index 297d6dcdf..fd46de865 100644 --- a/src/Api/Controller/CreatePostController.php +++ b/src/Api/Controller/CreatePostController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/CreateTokenController.php b/src/Api/Controller/CreateTokenController.php index 2a5ae2c39..9a8bae570 100644 --- a/src/Api/Controller/CreateTokenController.php +++ b/src/Api/Controller/CreateTokenController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/CreateUserController.php b/src/Api/Controller/CreateUserController.php index 22b507297..81d3e37c0 100644 --- a/src/Api/Controller/CreateUserController.php +++ b/src/Api/Controller/CreateUserController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/DeleteAvatarController.php b/src/Api/Controller/DeleteAvatarController.php index bdbbb527f..4c4b4d16f 100644 --- a/src/Api/Controller/DeleteAvatarController.php +++ b/src/Api/Controller/DeleteAvatarController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/DeleteDiscussionController.php b/src/Api/Controller/DeleteDiscussionController.php index 16e423eab..81cafab90 100644 --- a/src/Api/Controller/DeleteDiscussionController.php +++ b/src/Api/Controller/DeleteDiscussionController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/DeleteFaviconController.php b/src/Api/Controller/DeleteFaviconController.php index 887360942..e30d1f405 100644 --- a/src/Api/Controller/DeleteFaviconController.php +++ b/src/Api/Controller/DeleteFaviconController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/DeleteGroupController.php b/src/Api/Controller/DeleteGroupController.php index c7966f7e7..8bbee1ff2 100644 --- a/src/Api/Controller/DeleteGroupController.php +++ b/src/Api/Controller/DeleteGroupController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/DeleteLogoController.php b/src/Api/Controller/DeleteLogoController.php index 50a76c658..59b42d7bc 100644 --- a/src/Api/Controller/DeleteLogoController.php +++ b/src/Api/Controller/DeleteLogoController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/DeletePostController.php b/src/Api/Controller/DeletePostController.php index ae501ac7c..9b9f06963 100644 --- a/src/Api/Controller/DeletePostController.php +++ b/src/Api/Controller/DeletePostController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/DeleteUserController.php b/src/Api/Controller/DeleteUserController.php index 516ea461c..1888b021c 100644 --- a/src/Api/Controller/DeleteUserController.php +++ b/src/Api/Controller/DeleteUserController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/ForgotPasswordController.php b/src/Api/Controller/ForgotPasswordController.php index 1c7de6bdd..a2ae72d5f 100644 --- a/src/Api/Controller/ForgotPasswordController.php +++ b/src/Api/Controller/ForgotPasswordController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/ListDiscussionsController.php b/src/Api/Controller/ListDiscussionsController.php index aeb748127..dc825d9cd 100644 --- a/src/Api/Controller/ListDiscussionsController.php +++ b/src/Api/Controller/ListDiscussionsController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/ListGroupsController.php b/src/Api/Controller/ListGroupsController.php index 2ebc478b1..62c93e27c 100644 --- a/src/Api/Controller/ListGroupsController.php +++ b/src/Api/Controller/ListGroupsController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/ListMailDriversController.php b/src/Api/Controller/ListMailDriversController.php index 1b3ba5062..b10bd9f6c 100644 --- a/src/Api/Controller/ListMailDriversController.php +++ b/src/Api/Controller/ListMailDriversController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/ListNotificationsController.php b/src/Api/Controller/ListNotificationsController.php index b8aaeef53..18ba383f7 100644 --- a/src/Api/Controller/ListNotificationsController.php +++ b/src/Api/Controller/ListNotificationsController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/ListPostsController.php b/src/Api/Controller/ListPostsController.php index 3907f697f..383d55390 100644 --- a/src/Api/Controller/ListPostsController.php +++ b/src/Api/Controller/ListPostsController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/ListUsersController.php b/src/Api/Controller/ListUsersController.php index 18d36ceab..b5afb1a6e 100644 --- a/src/Api/Controller/ListUsersController.php +++ b/src/Api/Controller/ListUsersController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/ReadAllNotificationsController.php b/src/Api/Controller/ReadAllNotificationsController.php index c60230fa5..f85c820a0 100644 --- a/src/Api/Controller/ReadAllNotificationsController.php +++ b/src/Api/Controller/ReadAllNotificationsController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/SendConfirmationEmailController.php b/src/Api/Controller/SendConfirmationEmailController.php index 42a542ee7..c30af350b 100644 --- a/src/Api/Controller/SendConfirmationEmailController.php +++ b/src/Api/Controller/SendConfirmationEmailController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/SetPermissionController.php b/src/Api/Controller/SetPermissionController.php index 45eedf3a5..f0e0a997b 100644 --- a/src/Api/Controller/SetPermissionController.php +++ b/src/Api/Controller/SetPermissionController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/SetSettingsController.php b/src/Api/Controller/SetSettingsController.php index 76accc8fa..cd27c8e38 100644 --- a/src/Api/Controller/SetSettingsController.php +++ b/src/Api/Controller/SetSettingsController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/ShowDiscussionController.php b/src/Api/Controller/ShowDiscussionController.php index c1e774e2a..b9fb36f7b 100644 --- a/src/Api/Controller/ShowDiscussionController.php +++ b/src/Api/Controller/ShowDiscussionController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/ShowForumController.php b/src/Api/Controller/ShowForumController.php index 427962b77..3748a65fa 100644 --- a/src/Api/Controller/ShowForumController.php +++ b/src/Api/Controller/ShowForumController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/ShowPostController.php b/src/Api/Controller/ShowPostController.php index 8b1820141..6d83015d2 100644 --- a/src/Api/Controller/ShowPostController.php +++ b/src/Api/Controller/ShowPostController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/ShowUserController.php b/src/Api/Controller/ShowUserController.php index 5ffe581f1..8f3826e55 100644 --- a/src/Api/Controller/ShowUserController.php +++ b/src/Api/Controller/ShowUserController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/UninstallExtensionController.php b/src/Api/Controller/UninstallExtensionController.php index e4f8ae11d..70a5fd0ec 100644 --- a/src/Api/Controller/UninstallExtensionController.php +++ b/src/Api/Controller/UninstallExtensionController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/UpdateDiscussionController.php b/src/Api/Controller/UpdateDiscussionController.php index ee69ca1b8..fb948b589 100644 --- a/src/Api/Controller/UpdateDiscussionController.php +++ b/src/Api/Controller/UpdateDiscussionController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/UpdateExtensionController.php b/src/Api/Controller/UpdateExtensionController.php index 0afaf35ff..569cd1a28 100644 --- a/src/Api/Controller/UpdateExtensionController.php +++ b/src/Api/Controller/UpdateExtensionController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/UpdateGroupController.php b/src/Api/Controller/UpdateGroupController.php index 112492540..3c9b30c4e 100644 --- a/src/Api/Controller/UpdateGroupController.php +++ b/src/Api/Controller/UpdateGroupController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/UpdateNotificationController.php b/src/Api/Controller/UpdateNotificationController.php index 79c617965..1f4c654b9 100644 --- a/src/Api/Controller/UpdateNotificationController.php +++ b/src/Api/Controller/UpdateNotificationController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/UpdatePostController.php b/src/Api/Controller/UpdatePostController.php index fe3fb1e31..94aeb474a 100644 --- a/src/Api/Controller/UpdatePostController.php +++ b/src/Api/Controller/UpdatePostController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/UpdateUserController.php b/src/Api/Controller/UpdateUserController.php index 35f7cba33..ae41f182b 100644 --- a/src/Api/Controller/UpdateUserController.php +++ b/src/Api/Controller/UpdateUserController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/UploadAvatarController.php b/src/Api/Controller/UploadAvatarController.php index 1395b6d62..d6bf37a83 100644 --- a/src/Api/Controller/UploadAvatarController.php +++ b/src/Api/Controller/UploadAvatarController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/UploadFaviconController.php b/src/Api/Controller/UploadFaviconController.php index 0e2cf4b8e..40e2ac056 100644 --- a/src/Api/Controller/UploadFaviconController.php +++ b/src/Api/Controller/UploadFaviconController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/Controller/UploadLogoController.php b/src/Api/Controller/UploadLogoController.php index d2dc8cd9c..554e50734 100644 --- a/src/Api/Controller/UploadLogoController.php +++ b/src/Api/Controller/UploadLogoController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Controller; diff --git a/src/Api/ErrorHandler.php b/src/Api/ErrorHandler.php index 21ea56e3b..49bea1dd4 100644 --- a/src/Api/ErrorHandler.php +++ b/src/Api/ErrorHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api; diff --git a/src/Api/Event/Serializing.php b/src/Api/Event/Serializing.php index d84c9c1fe..6773d99d0 100644 --- a/src/Api/Event/Serializing.php +++ b/src/Api/Event/Serializing.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Event; diff --git a/src/Api/Event/WillGetData.php b/src/Api/Event/WillGetData.php index 491e00e02..c6eb4f859 100644 --- a/src/Api/Event/WillGetData.php +++ b/src/Api/Event/WillGetData.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Event; diff --git a/src/Api/Event/WillSerializeData.php b/src/Api/Event/WillSerializeData.php index 700bb9ee6..d695fab52 100644 --- a/src/Api/Event/WillSerializeData.php +++ b/src/Api/Event/WillSerializeData.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Event; diff --git a/src/Api/Exception/InvalidAccessTokenException.php b/src/Api/Exception/InvalidAccessTokenException.php index dafd75a0b..ec8824636 100644 --- a/src/Api/Exception/InvalidAccessTokenException.php +++ b/src/Api/Exception/InvalidAccessTokenException.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Exception; diff --git a/src/Api/ExceptionHandler/FallbackExceptionHandler.php b/src/Api/ExceptionHandler/FallbackExceptionHandler.php index 1087dbe89..c04fe2c3e 100644 --- a/src/Api/ExceptionHandler/FallbackExceptionHandler.php +++ b/src/Api/ExceptionHandler/FallbackExceptionHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\ExceptionHandler; diff --git a/src/Api/ExceptionHandler/FloodingExceptionHandler.php b/src/Api/ExceptionHandler/FloodingExceptionHandler.php index 0a55870dc..a97020318 100644 --- a/src/Api/ExceptionHandler/FloodingExceptionHandler.php +++ b/src/Api/ExceptionHandler/FloodingExceptionHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\ExceptionHandler; diff --git a/src/Api/ExceptionHandler/IlluminateValidationExceptionHandler.php b/src/Api/ExceptionHandler/IlluminateValidationExceptionHandler.php index afc496c1d..0f849a762 100644 --- a/src/Api/ExceptionHandler/IlluminateValidationExceptionHandler.php +++ b/src/Api/ExceptionHandler/IlluminateValidationExceptionHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\ExceptionHandler; diff --git a/src/Api/ExceptionHandler/InvalidAccessTokenExceptionHandler.php b/src/Api/ExceptionHandler/InvalidAccessTokenExceptionHandler.php index c91964f17..e38c20a79 100644 --- a/src/Api/ExceptionHandler/InvalidAccessTokenExceptionHandler.php +++ b/src/Api/ExceptionHandler/InvalidAccessTokenExceptionHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\ExceptionHandler; diff --git a/src/Api/ExceptionHandler/InvalidConfirmationTokenExceptionHandler.php b/src/Api/ExceptionHandler/InvalidConfirmationTokenExceptionHandler.php index 541b620f7..b7fa2fbf6 100644 --- a/src/Api/ExceptionHandler/InvalidConfirmationTokenExceptionHandler.php +++ b/src/Api/ExceptionHandler/InvalidConfirmationTokenExceptionHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\ExceptionHandler; diff --git a/src/Api/ExceptionHandler/MethodNotAllowedExceptionHandler.php b/src/Api/ExceptionHandler/MethodNotAllowedExceptionHandler.php index 729815e95..e93d2e291 100644 --- a/src/Api/ExceptionHandler/MethodNotAllowedExceptionHandler.php +++ b/src/Api/ExceptionHandler/MethodNotAllowedExceptionHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\ExceptionHandler; diff --git a/src/Api/ExceptionHandler/ModelNotFoundExceptionHandler.php b/src/Api/ExceptionHandler/ModelNotFoundExceptionHandler.php index e921eb166..9ac08c358 100644 --- a/src/Api/ExceptionHandler/ModelNotFoundExceptionHandler.php +++ b/src/Api/ExceptionHandler/ModelNotFoundExceptionHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\ExceptionHandler; diff --git a/src/Api/ExceptionHandler/PermissionDeniedExceptionHandler.php b/src/Api/ExceptionHandler/PermissionDeniedExceptionHandler.php index a4b4f9d53..18de41641 100644 --- a/src/Api/ExceptionHandler/PermissionDeniedExceptionHandler.php +++ b/src/Api/ExceptionHandler/PermissionDeniedExceptionHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\ExceptionHandler; diff --git a/src/Api/ExceptionHandler/RouteNotFoundExceptionHandler.php b/src/Api/ExceptionHandler/RouteNotFoundExceptionHandler.php index 67c25d6a1..04b927569 100644 --- a/src/Api/ExceptionHandler/RouteNotFoundExceptionHandler.php +++ b/src/Api/ExceptionHandler/RouteNotFoundExceptionHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\ExceptionHandler; diff --git a/src/Api/ExceptionHandler/TokenMismatchExceptionHandler.php b/src/Api/ExceptionHandler/TokenMismatchExceptionHandler.php index 2258b4cd6..f4fa5ac3b 100644 --- a/src/Api/ExceptionHandler/TokenMismatchExceptionHandler.php +++ b/src/Api/ExceptionHandler/TokenMismatchExceptionHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\ExceptionHandler; diff --git a/src/Api/ExceptionHandler/ValidationExceptionHandler.php b/src/Api/ExceptionHandler/ValidationExceptionHandler.php index f36b253fd..6adbb0642 100644 --- a/src/Api/ExceptionHandler/ValidationExceptionHandler.php +++ b/src/Api/ExceptionHandler/ValidationExceptionHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\ExceptionHandler; diff --git a/src/Api/JsonApiResponse.php b/src/Api/JsonApiResponse.php index abc3e00ce..a696dd509 100644 --- a/src/Api/JsonApiResponse.php +++ b/src/Api/JsonApiResponse.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api; diff --git a/src/Api/Middleware/FakeHttpMethods.php b/src/Api/Middleware/FakeHttpMethods.php index 2791ae06a..489ae3e53 100644 --- a/src/Api/Middleware/FakeHttpMethods.php +++ b/src/Api/Middleware/FakeHttpMethods.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Middleware; diff --git a/src/Api/Middleware/HandleErrors.php b/src/Api/Middleware/HandleErrors.php index cfcc54068..46111f8c1 100644 --- a/src/Api/Middleware/HandleErrors.php +++ b/src/Api/Middleware/HandleErrors.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Middleware; diff --git a/src/Api/Serializer/AbstractSerializer.php b/src/Api/Serializer/AbstractSerializer.php index beadfade8..aa13cfb82 100644 --- a/src/Api/Serializer/AbstractSerializer.php +++ b/src/Api/Serializer/AbstractSerializer.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Serializer; diff --git a/src/Api/Serializer/BasicDiscussionSerializer.php b/src/Api/Serializer/BasicDiscussionSerializer.php index 2157fd3f7..cdbf491c5 100644 --- a/src/Api/Serializer/BasicDiscussionSerializer.php +++ b/src/Api/Serializer/BasicDiscussionSerializer.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Serializer; diff --git a/src/Api/Serializer/BasicPostSerializer.php b/src/Api/Serializer/BasicPostSerializer.php index 1ac25ee70..f687ca59c 100644 --- a/src/Api/Serializer/BasicPostSerializer.php +++ b/src/Api/Serializer/BasicPostSerializer.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Serializer; diff --git a/src/Api/Serializer/BasicUserSerializer.php b/src/Api/Serializer/BasicUserSerializer.php index 3a6b3d46d..851b7833b 100644 --- a/src/Api/Serializer/BasicUserSerializer.php +++ b/src/Api/Serializer/BasicUserSerializer.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Serializer; diff --git a/src/Api/Serializer/CurrentUserSerializer.php b/src/Api/Serializer/CurrentUserSerializer.php index cea92bca2..c8b5cd1cb 100644 --- a/src/Api/Serializer/CurrentUserSerializer.php +++ b/src/Api/Serializer/CurrentUserSerializer.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Serializer; diff --git a/src/Api/Serializer/DiscussionSerializer.php b/src/Api/Serializer/DiscussionSerializer.php index 09e8b1256..24c3dc09c 100644 --- a/src/Api/Serializer/DiscussionSerializer.php +++ b/src/Api/Serializer/DiscussionSerializer.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Serializer; diff --git a/src/Api/Serializer/ForumSerializer.php b/src/Api/Serializer/ForumSerializer.php index 47e89fecb..4ad5d891a 100644 --- a/src/Api/Serializer/ForumSerializer.php +++ b/src/Api/Serializer/ForumSerializer.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Serializer; diff --git a/src/Api/Serializer/GroupSerializer.php b/src/Api/Serializer/GroupSerializer.php index 7207c0153..c0f743dab 100644 --- a/src/Api/Serializer/GroupSerializer.php +++ b/src/Api/Serializer/GroupSerializer.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Serializer; diff --git a/src/Api/Serializer/MailDriverSerializer.php b/src/Api/Serializer/MailDriverSerializer.php index 5dd3b827f..6cdbad75c 100644 --- a/src/Api/Serializer/MailDriverSerializer.php +++ b/src/Api/Serializer/MailDriverSerializer.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Serializer; diff --git a/src/Api/Serializer/NotificationSerializer.php b/src/Api/Serializer/NotificationSerializer.php index 002607147..9a7bdfc8a 100644 --- a/src/Api/Serializer/NotificationSerializer.php +++ b/src/Api/Serializer/NotificationSerializer.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Serializer; diff --git a/src/Api/Serializer/PostSerializer.php b/src/Api/Serializer/PostSerializer.php index 79f367c70..6db3450c8 100644 --- a/src/Api/Serializer/PostSerializer.php +++ b/src/Api/Serializer/PostSerializer.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Serializer; diff --git a/src/Api/Serializer/UserSerializer.php b/src/Api/Serializer/UserSerializer.php index d84e01d47..867fb249d 100644 --- a/src/Api/Serializer/UserSerializer.php +++ b/src/Api/Serializer/UserSerializer.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Api\Serializer; diff --git a/src/Api/routes.php b/src/Api/routes.php index 6af843c84..9ef94abe7 100644 --- a/src/Api/routes.php +++ b/src/Api/routes.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Api\Controller; diff --git a/src/Bus/BusServiceProvider.php b/src/Bus/BusServiceProvider.php index 938da0c55..3381a0e85 100644 --- a/src/Bus/BusServiceProvider.php +++ b/src/Bus/BusServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Bus; diff --git a/src/Bus/Dispatcher.php b/src/Bus/Dispatcher.php index c0836d129..31af9bce8 100644 --- a/src/Bus/Dispatcher.php +++ b/src/Bus/Dispatcher.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Bus; diff --git a/src/Console/AbstractCommand.php b/src/Console/AbstractCommand.php index 821d4f8a8..10b7dcc9a 100644 --- a/src/Console/AbstractCommand.php +++ b/src/Console/AbstractCommand.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Console; diff --git a/src/Console/Event/Configuring.php b/src/Console/Event/Configuring.php index aace4860a..21ff22a0a 100644 --- a/src/Console/Event/Configuring.php +++ b/src/Console/Event/Configuring.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Console\Event; diff --git a/src/Console/Server.php b/src/Console/Server.php index d55e14dba..f071d1171 100644 --- a/src/Console/Server.php +++ b/src/Console/Server.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Console; diff --git a/src/Database/AbstractModel.php b/src/Database/AbstractModel.php index 1b44eba9d..baf74e07b 100644 --- a/src/Database/AbstractModel.php +++ b/src/Database/AbstractModel.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Database; diff --git a/src/Database/Console/GenerateMigrationCommand.php b/src/Database/Console/GenerateMigrationCommand.php index edf7a7024..938446a41 100644 --- a/src/Database/Console/GenerateMigrationCommand.php +++ b/src/Database/Console/GenerateMigrationCommand.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Database\Console; diff --git a/src/Database/Console/MigrateCommand.php b/src/Database/Console/MigrateCommand.php index dbd99c300..7b23afced 100644 --- a/src/Database/Console/MigrateCommand.php +++ b/src/Database/Console/MigrateCommand.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Database\Console; diff --git a/src/Database/Console/ResetCommand.php b/src/Database/Console/ResetCommand.php index 20ebdbf7b..4a04ae7a1 100644 --- a/src/Database/Console/ResetCommand.php +++ b/src/Database/Console/ResetCommand.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Database\Console; diff --git a/src/Database/DatabaseMigrationRepository.php b/src/Database/DatabaseMigrationRepository.php index edf669d88..f3a733ffe 100644 --- a/src/Database/DatabaseMigrationRepository.php +++ b/src/Database/DatabaseMigrationRepository.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Database; diff --git a/src/Database/DatabaseServiceProvider.php b/src/Database/DatabaseServiceProvider.php index 665b05211..d4cd418a7 100644 --- a/src/Database/DatabaseServiceProvider.php +++ b/src/Database/DatabaseServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Database; diff --git a/src/Database/Migration.php b/src/Database/Migration.php index 6af42bfdf..7e4bcb52c 100644 --- a/src/Database/Migration.php +++ b/src/Database/Migration.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Database; diff --git a/src/Database/MigrationCreator.php b/src/Database/MigrationCreator.php index 53fa22bff..7db2ce326 100644 --- a/src/Database/MigrationCreator.php +++ b/src/Database/MigrationCreator.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Database; diff --git a/src/Database/MigrationRepositoryInterface.php b/src/Database/MigrationRepositoryInterface.php index e6ae5a1dd..244ebdd52 100644 --- a/src/Database/MigrationRepositoryInterface.php +++ b/src/Database/MigrationRepositoryInterface.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Database; diff --git a/src/Database/MigrationServiceProvider.php b/src/Database/MigrationServiceProvider.php index 9ffc6af7a..a3e55ecf6 100644 --- a/src/Database/MigrationServiceProvider.php +++ b/src/Database/MigrationServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Database; diff --git a/src/Database/Migrator.php b/src/Database/Migrator.php index ac61af7d7..f8c694f04 100644 --- a/src/Database/Migrator.php +++ b/src/Database/Migrator.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Database; diff --git a/src/Database/ScopeVisibilityTrait.php b/src/Database/ScopeVisibilityTrait.php index 9c407c039..e583a4ec8 100644 --- a/src/Database/ScopeVisibilityTrait.php +++ b/src/Database/ScopeVisibilityTrait.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Database; diff --git a/src/Discussion/Command/DeleteDiscussion.php b/src/Discussion/Command/DeleteDiscussion.php index f79525fb6..c41006eb0 100644 --- a/src/Discussion/Command/DeleteDiscussion.php +++ b/src/Discussion/Command/DeleteDiscussion.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Command; diff --git a/src/Discussion/Command/DeleteDiscussionHandler.php b/src/Discussion/Command/DeleteDiscussionHandler.php index fd951c2a3..94f1faec5 100644 --- a/src/Discussion/Command/DeleteDiscussionHandler.php +++ b/src/Discussion/Command/DeleteDiscussionHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Command; diff --git a/src/Discussion/Command/EditDiscussion.php b/src/Discussion/Command/EditDiscussion.php index 660ed8b0d..781473287 100644 --- a/src/Discussion/Command/EditDiscussion.php +++ b/src/Discussion/Command/EditDiscussion.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Command; diff --git a/src/Discussion/Command/EditDiscussionHandler.php b/src/Discussion/Command/EditDiscussionHandler.php index 720654e93..5a8624599 100644 --- a/src/Discussion/Command/EditDiscussionHandler.php +++ b/src/Discussion/Command/EditDiscussionHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Command; diff --git a/src/Discussion/Command/ReadDiscussion.php b/src/Discussion/Command/ReadDiscussion.php index 27a2fce9a..913683efd 100644 --- a/src/Discussion/Command/ReadDiscussion.php +++ b/src/Discussion/Command/ReadDiscussion.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Command; diff --git a/src/Discussion/Command/ReadDiscussionHandler.php b/src/Discussion/Command/ReadDiscussionHandler.php index 9aad6ab92..518b1d9d2 100644 --- a/src/Discussion/Command/ReadDiscussionHandler.php +++ b/src/Discussion/Command/ReadDiscussionHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Command; diff --git a/src/Discussion/Command/StartDiscussion.php b/src/Discussion/Command/StartDiscussion.php index adb99a34e..90c14d037 100644 --- a/src/Discussion/Command/StartDiscussion.php +++ b/src/Discussion/Command/StartDiscussion.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Command; diff --git a/src/Discussion/Command/StartDiscussionHandler.php b/src/Discussion/Command/StartDiscussionHandler.php index df89e5701..33d2ec6e3 100644 --- a/src/Discussion/Command/StartDiscussionHandler.php +++ b/src/Discussion/Command/StartDiscussionHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Command; diff --git a/src/Discussion/Discussion.php b/src/Discussion/Discussion.php index e0d3d102f..9db74c4a7 100644 --- a/src/Discussion/Discussion.php +++ b/src/Discussion/Discussion.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion; diff --git a/src/Discussion/DiscussionMetadataUpdater.php b/src/Discussion/DiscussionMetadataUpdater.php index 23a958364..c61dcd186 100644 --- a/src/Discussion/DiscussionMetadataUpdater.php +++ b/src/Discussion/DiscussionMetadataUpdater.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion; diff --git a/src/Discussion/DiscussionPolicy.php b/src/Discussion/DiscussionPolicy.php index 5fcbd77aa..e1fc5fceb 100644 --- a/src/Discussion/DiscussionPolicy.php +++ b/src/Discussion/DiscussionPolicy.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion; diff --git a/src/Discussion/DiscussionRenamedLogger.php b/src/Discussion/DiscussionRenamedLogger.php index 6eacd994c..a5b473d0a 100644 --- a/src/Discussion/DiscussionRenamedLogger.php +++ b/src/Discussion/DiscussionRenamedLogger.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion; diff --git a/src/Discussion/DiscussionRepository.php b/src/Discussion/DiscussionRepository.php index 56deb46bf..68d053a86 100644 --- a/src/Discussion/DiscussionRepository.php +++ b/src/Discussion/DiscussionRepository.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion; diff --git a/src/Discussion/DiscussionServiceProvider.php b/src/Discussion/DiscussionServiceProvider.php index f71215bc8..7a8d922fc 100644 --- a/src/Discussion/DiscussionServiceProvider.php +++ b/src/Discussion/DiscussionServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion; diff --git a/src/Discussion/DiscussionValidator.php b/src/Discussion/DiscussionValidator.php index 1511cd55d..15d2a329c 100644 --- a/src/Discussion/DiscussionValidator.php +++ b/src/Discussion/DiscussionValidator.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion; diff --git a/src/Discussion/Event/Deleted.php b/src/Discussion/Event/Deleted.php index d4b21bf87..558d0fe74 100644 --- a/src/Discussion/Event/Deleted.php +++ b/src/Discussion/Event/Deleted.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Event; diff --git a/src/Discussion/Event/Deleting.php b/src/Discussion/Event/Deleting.php index 93f432192..309de4775 100644 --- a/src/Discussion/Event/Deleting.php +++ b/src/Discussion/Event/Deleting.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Event; diff --git a/src/Discussion/Event/Hidden.php b/src/Discussion/Event/Hidden.php index 6a2095a74..8a9990d67 100644 --- a/src/Discussion/Event/Hidden.php +++ b/src/Discussion/Event/Hidden.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Event; diff --git a/src/Discussion/Event/Renamed.php b/src/Discussion/Event/Renamed.php index 3d06b959b..da8636e3e 100644 --- a/src/Discussion/Event/Renamed.php +++ b/src/Discussion/Event/Renamed.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Event; diff --git a/src/Discussion/Event/Restored.php b/src/Discussion/Event/Restored.php index eb276e755..b5ca34c84 100644 --- a/src/Discussion/Event/Restored.php +++ b/src/Discussion/Event/Restored.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Event; diff --git a/src/Discussion/Event/Saving.php b/src/Discussion/Event/Saving.php index e6d25a0ae..40b63644e 100644 --- a/src/Discussion/Event/Saving.php +++ b/src/Discussion/Event/Saving.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Event; diff --git a/src/Discussion/Event/Searching.php b/src/Discussion/Event/Searching.php index 5735bffdc..51471b689 100644 --- a/src/Discussion/Event/Searching.php +++ b/src/Discussion/Event/Searching.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Event; diff --git a/src/Discussion/Event/Started.php b/src/Discussion/Event/Started.php index ddb640662..7fd7e7eff 100644 --- a/src/Discussion/Event/Started.php +++ b/src/Discussion/Event/Started.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Event; diff --git a/src/Discussion/Event/UserDataSaving.php b/src/Discussion/Event/UserDataSaving.php index 52a85fe6b..be2c88987 100644 --- a/src/Discussion/Event/UserDataSaving.php +++ b/src/Discussion/Event/UserDataSaving.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Event; diff --git a/src/Discussion/Event/UserRead.php b/src/Discussion/Event/UserRead.php index 972a20129..24ee6bc02 100644 --- a/src/Discussion/Event/UserRead.php +++ b/src/Discussion/Event/UserRead.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Event; diff --git a/src/Discussion/Search/DiscussionSearch.php b/src/Discussion/Search/DiscussionSearch.php index 3b1fba7e1..4a07492b2 100644 --- a/src/Discussion/Search/DiscussionSearch.php +++ b/src/Discussion/Search/DiscussionSearch.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Search; diff --git a/src/Discussion/Search/DiscussionSearcher.php b/src/Discussion/Search/DiscussionSearcher.php index d342acfcb..6f4dc5839 100644 --- a/src/Discussion/Search/DiscussionSearcher.php +++ b/src/Discussion/Search/DiscussionSearcher.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Search; diff --git a/src/Discussion/Search/Gambit/AuthorGambit.php b/src/Discussion/Search/Gambit/AuthorGambit.php index a67f76b8c..819a8885b 100644 --- a/src/Discussion/Search/Gambit/AuthorGambit.php +++ b/src/Discussion/Search/Gambit/AuthorGambit.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Search\Gambit; diff --git a/src/Discussion/Search/Gambit/CreatedGambit.php b/src/Discussion/Search/Gambit/CreatedGambit.php index 0fb908156..3d24d5f0f 100644 --- a/src/Discussion/Search/Gambit/CreatedGambit.php +++ b/src/Discussion/Search/Gambit/CreatedGambit.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Search\Gambit; diff --git a/src/Discussion/Search/Gambit/FulltextGambit.php b/src/Discussion/Search/Gambit/FulltextGambit.php index ab788393e..15e6f53e0 100644 --- a/src/Discussion/Search/Gambit/FulltextGambit.php +++ b/src/Discussion/Search/Gambit/FulltextGambit.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Search\Gambit; diff --git a/src/Discussion/Search/Gambit/HiddenGambit.php b/src/Discussion/Search/Gambit/HiddenGambit.php index 95a2bee55..e658ba0e6 100644 --- a/src/Discussion/Search/Gambit/HiddenGambit.php +++ b/src/Discussion/Search/Gambit/HiddenGambit.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Search\Gambit; diff --git a/src/Discussion/Search/Gambit/UnreadGambit.php b/src/Discussion/Search/Gambit/UnreadGambit.php index ef8b202dd..33aac7c91 100644 --- a/src/Discussion/Search/Gambit/UnreadGambit.php +++ b/src/Discussion/Search/Gambit/UnreadGambit.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion\Search\Gambit; diff --git a/src/Discussion/UserState.php b/src/Discussion/UserState.php index fc964d450..0d74ab81d 100644 --- a/src/Discussion/UserState.php +++ b/src/Discussion/UserState.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Discussion; diff --git a/src/Event/AbstractConfigureGambits.php b/src/Event/AbstractConfigureGambits.php index 0513eba48..a2d437272 100644 --- a/src/Event/AbstractConfigureGambits.php +++ b/src/Event/AbstractConfigureGambits.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/AbstractConfigureRoutes.php b/src/Event/AbstractConfigureRoutes.php index 5474c40f1..e118a9e5c 100644 --- a/src/Event/AbstractConfigureRoutes.php +++ b/src/Event/AbstractConfigureRoutes.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/ConfigureApiRoutes.php b/src/Event/ConfigureApiRoutes.php index 1bcadbfb5..020a96ef8 100644 --- a/src/Event/ConfigureApiRoutes.php +++ b/src/Event/ConfigureApiRoutes.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/ConfigureDiscussionGambits.php b/src/Event/ConfigureDiscussionGambits.php index c547ffa8d..e13fdaa4f 100644 --- a/src/Event/ConfigureDiscussionGambits.php +++ b/src/Event/ConfigureDiscussionGambits.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/ConfigureForumRoutes.php b/src/Event/ConfigureForumRoutes.php index cc64464fd..439b8309d 100644 --- a/src/Event/ConfigureForumRoutes.php +++ b/src/Event/ConfigureForumRoutes.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/ConfigureLocales.php b/src/Event/ConfigureLocales.php index 65af2a1a4..bfbf35b8b 100644 --- a/src/Event/ConfigureLocales.php +++ b/src/Event/ConfigureLocales.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/ConfigureMiddleware.php b/src/Event/ConfigureMiddleware.php index 846b4b418..7d10dbec8 100644 --- a/src/Event/ConfigureMiddleware.php +++ b/src/Event/ConfigureMiddleware.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/ConfigureModelDates.php b/src/Event/ConfigureModelDates.php index 7a02e6a10..8a1ef760b 100644 --- a/src/Event/ConfigureModelDates.php +++ b/src/Event/ConfigureModelDates.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/ConfigureModelDefaultAttributes.php b/src/Event/ConfigureModelDefaultAttributes.php index 8587c1731..6eae72a48 100644 --- a/src/Event/ConfigureModelDefaultAttributes.php +++ b/src/Event/ConfigureModelDefaultAttributes.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/ConfigureNotificationTypes.php b/src/Event/ConfigureNotificationTypes.php index 3c6eec2b7..bca7296ac 100644 --- a/src/Event/ConfigureNotificationTypes.php +++ b/src/Event/ConfigureNotificationTypes.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/ConfigurePostTypes.php b/src/Event/ConfigurePostTypes.php index 55cec5d75..577103a0f 100644 --- a/src/Event/ConfigurePostTypes.php +++ b/src/Event/ConfigurePostTypes.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/ConfigurePostsQuery.php b/src/Event/ConfigurePostsQuery.php index 1ee886148..cfd98a0f5 100644 --- a/src/Event/ConfigurePostsQuery.php +++ b/src/Event/ConfigurePostsQuery.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/ConfigureUserGambits.php b/src/Event/ConfigureUserGambits.php index b830b9a99..2dc20bbf7 100644 --- a/src/Event/ConfigureUserGambits.php +++ b/src/Event/ConfigureUserGambits.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/ConfigureUserPreferences.php b/src/Event/ConfigureUserPreferences.php index db9e9d0c8..895446ac3 100644 --- a/src/Event/ConfigureUserPreferences.php +++ b/src/Event/ConfigureUserPreferences.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/GetApiRelationship.php b/src/Event/GetApiRelationship.php index 03ab71293..f7f62b546 100644 --- a/src/Event/GetApiRelationship.php +++ b/src/Event/GetApiRelationship.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/GetModelIsPrivate.php b/src/Event/GetModelIsPrivate.php index 30308b439..ffb572b9c 100644 --- a/src/Event/GetModelIsPrivate.php +++ b/src/Event/GetModelIsPrivate.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/GetModelRelationship.php b/src/Event/GetModelRelationship.php index 65a45abfc..337567160 100644 --- a/src/Event/GetModelRelationship.php +++ b/src/Event/GetModelRelationship.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/GetPermission.php b/src/Event/GetPermission.php index e18cb7ee8..b7b20fae5 100644 --- a/src/Event/GetPermission.php +++ b/src/Event/GetPermission.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/PrepareUserGroups.php b/src/Event/PrepareUserGroups.php index fa03eb66a..32e13e0db 100644 --- a/src/Event/PrepareUserGroups.php +++ b/src/Event/PrepareUserGroups.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Event/ScopeModelVisibility.php b/src/Event/ScopeModelVisibility.php index f4de0380b..56c39ffc9 100644 --- a/src/Event/ScopeModelVisibility.php +++ b/src/Event/ScopeModelVisibility.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Event; diff --git a/src/Extend/Compat.php b/src/Extend/Compat.php index 3f1b0b88e..1cfb2146f 100644 --- a/src/Extend/Compat.php +++ b/src/Extend/Compat.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Extend; diff --git a/src/Extend/ExtenderInterface.php b/src/Extend/ExtenderInterface.php index 26c58fa92..f43e5afe2 100644 --- a/src/Extend/ExtenderInterface.php +++ b/src/Extend/ExtenderInterface.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Extend; diff --git a/src/Extend/Formatter.php b/src/Extend/Formatter.php index 2707432d2..889772b7e 100644 --- a/src/Extend/Formatter.php +++ b/src/Extend/Formatter.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Extend; diff --git a/src/Extend/Frontend.php b/src/Extend/Frontend.php index 90ca00559..e00154381 100644 --- a/src/Extend/Frontend.php +++ b/src/Extend/Frontend.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Extend; diff --git a/src/Extend/LanguagePack.php b/src/Extend/LanguagePack.php index b956a4746..db1d6484b 100644 --- a/src/Extend/LanguagePack.php +++ b/src/Extend/LanguagePack.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Extend; diff --git a/src/Extend/LifecycleInterface.php b/src/Extend/LifecycleInterface.php index cbe8a96e4..cde5a9dc9 100644 --- a/src/Extend/LifecycleInterface.php +++ b/src/Extend/LifecycleInterface.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Extend; diff --git a/src/Extend/Locales.php b/src/Extend/Locales.php index f68892b14..8c6fd5f7f 100644 --- a/src/Extend/Locales.php +++ b/src/Extend/Locales.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Extend; diff --git a/src/Extend/Routes.php b/src/Extend/Routes.php index dae7d17d4..3867ca541 100644 --- a/src/Extend/Routes.php +++ b/src/Extend/Routes.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Extend; diff --git a/src/Extension/DefaultLanguagePackGuard.php b/src/Extension/DefaultLanguagePackGuard.php index 48de5c9e4..1b66f0166 100644 --- a/src/Extension/DefaultLanguagePackGuard.php +++ b/src/Extension/DefaultLanguagePackGuard.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Extension; diff --git a/src/Extension/Event/Disabled.php b/src/Extension/Event/Disabled.php index 4dd56fe97..74d96c4ad 100644 --- a/src/Extension/Event/Disabled.php +++ b/src/Extension/Event/Disabled.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Extension\Event; diff --git a/src/Extension/Event/Disabling.php b/src/Extension/Event/Disabling.php index 1660c684f..87f0ee6b8 100644 --- a/src/Extension/Event/Disabling.php +++ b/src/Extension/Event/Disabling.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Extension\Event; diff --git a/src/Extension/Event/Enabled.php b/src/Extension/Event/Enabled.php index d467b82fe..b2764c859 100644 --- a/src/Extension/Event/Enabled.php +++ b/src/Extension/Event/Enabled.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Extension\Event; diff --git a/src/Extension/Event/Enabling.php b/src/Extension/Event/Enabling.php index 656dcd56f..fe9c39319 100644 --- a/src/Extension/Event/Enabling.php +++ b/src/Extension/Event/Enabling.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Extension\Event; diff --git a/src/Extension/Event/Uninstalled.php b/src/Extension/Event/Uninstalled.php index 647269665..cb1819d29 100644 --- a/src/Extension/Event/Uninstalled.php +++ b/src/Extension/Event/Uninstalled.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Extension\Event; diff --git a/src/Extension/Extension.php b/src/Extension/Extension.php index 521048836..acd368eb6 100644 --- a/src/Extension/Extension.php +++ b/src/Extension/Extension.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Extension; diff --git a/src/Extension/ExtensionManager.php b/src/Extension/ExtensionManager.php index 338b1a756..dcda69dac 100644 --- a/src/Extension/ExtensionManager.php +++ b/src/Extension/ExtensionManager.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Extension; diff --git a/src/Extension/ExtensionServiceProvider.php b/src/Extension/ExtensionServiceProvider.php index 4e43fd9b5..b8f45a531 100644 --- a/src/Extension/ExtensionServiceProvider.php +++ b/src/Extension/ExtensionServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Extension; diff --git a/src/Formatter/Event/Configuring.php b/src/Formatter/Event/Configuring.php index 9d0efeb28..a09c558e7 100644 --- a/src/Formatter/Event/Configuring.php +++ b/src/Formatter/Event/Configuring.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Formatter\Event; diff --git a/src/Formatter/Event/Parsing.php b/src/Formatter/Event/Parsing.php index e462021b8..de72035cf 100644 --- a/src/Formatter/Event/Parsing.php +++ b/src/Formatter/Event/Parsing.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Formatter\Event; diff --git a/src/Formatter/Event/Rendering.php b/src/Formatter/Event/Rendering.php index 415241cb0..4ec2360f9 100644 --- a/src/Formatter/Event/Rendering.php +++ b/src/Formatter/Event/Rendering.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Formatter\Event; diff --git a/src/Formatter/Formatter.php b/src/Formatter/Formatter.php index 0ee53e4ae..d5fed9f5d 100644 --- a/src/Formatter/Formatter.php +++ b/src/Formatter/Formatter.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Formatter; diff --git a/src/Formatter/FormatterServiceProvider.php b/src/Formatter/FormatterServiceProvider.php index 8ed73457b..f2e068b08 100644 --- a/src/Formatter/FormatterServiceProvider.php +++ b/src/Formatter/FormatterServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Formatter; diff --git a/src/Forum/Auth/Registration.php b/src/Forum/Auth/Registration.php index 46ac0d6ad..3eedf3d41 100644 --- a/src/Forum/Auth/Registration.php +++ b/src/Forum/Auth/Registration.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Forum\Auth; diff --git a/src/Forum/Auth/ResponseFactory.php b/src/Forum/Auth/ResponseFactory.php index f367a23d0..d08b7ca9f 100644 --- a/src/Forum/Auth/ResponseFactory.php +++ b/src/Forum/Auth/ResponseFactory.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Forum\Auth; diff --git a/src/Forum/Content/AssertRegistered.php b/src/Forum/Content/AssertRegistered.php index e88d11efc..f850abec8 100644 --- a/src/Forum/Content/AssertRegistered.php +++ b/src/Forum/Content/AssertRegistered.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Forum\Content; diff --git a/src/Forum/Content/Discussion.php b/src/Forum/Content/Discussion.php index 2c93f74b2..ee1adb5a4 100644 --- a/src/Forum/Content/Discussion.php +++ b/src/Forum/Content/Discussion.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Forum\Content; diff --git a/src/Forum/Content/Index.php b/src/Forum/Content/Index.php index f141133d3..96d0deca5 100644 --- a/src/Forum/Content/Index.php +++ b/src/Forum/Content/Index.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Forum\Content; diff --git a/src/Forum/Controller/ConfirmEmailController.php b/src/Forum/Controller/ConfirmEmailController.php index 9766ed953..1470f2846 100644 --- a/src/Forum/Controller/ConfirmEmailController.php +++ b/src/Forum/Controller/ConfirmEmailController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Forum\Controller; diff --git a/src/Forum/Controller/LogInController.php b/src/Forum/Controller/LogInController.php index 7b3c45bc3..27a905fab 100644 --- a/src/Forum/Controller/LogInController.php +++ b/src/Forum/Controller/LogInController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Forum\Controller; diff --git a/src/Forum/Controller/LogOutController.php b/src/Forum/Controller/LogOutController.php index 6632e2bf1..84e5ac04e 100644 --- a/src/Forum/Controller/LogOutController.php +++ b/src/Forum/Controller/LogOutController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Forum\Controller; diff --git a/src/Forum/Controller/RegisterController.php b/src/Forum/Controller/RegisterController.php index d86e394c3..db0ef3bc7 100644 --- a/src/Forum/Controller/RegisterController.php +++ b/src/Forum/Controller/RegisterController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Forum\Controller; diff --git a/src/Forum/Controller/ResetPasswordController.php b/src/Forum/Controller/ResetPasswordController.php index 86573e258..c698efb66 100644 --- a/src/Forum/Controller/ResetPasswordController.php +++ b/src/Forum/Controller/ResetPasswordController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Forum\Controller; diff --git a/src/Forum/Controller/SavePasswordController.php b/src/Forum/Controller/SavePasswordController.php index a30017478..6104abe60 100644 --- a/src/Forum/Controller/SavePasswordController.php +++ b/src/Forum/Controller/SavePasswordController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Forum\Controller; diff --git a/src/Forum/ForumServiceProvider.php b/src/Forum/ForumServiceProvider.php index 56edb7132..db624c2ae 100644 --- a/src/Forum/ForumServiceProvider.php +++ b/src/Forum/ForumServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Forum; diff --git a/src/Forum/ValidateCustomLess.php b/src/Forum/ValidateCustomLess.php index 7e3d22fe6..4bfdbc60e 100644 --- a/src/Forum/ValidateCustomLess.php +++ b/src/Forum/ValidateCustomLess.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Forum; diff --git a/src/Forum/routes.php b/src/Forum/routes.php index f287ad13a..4cccfaa19 100644 --- a/src/Forum/routes.php +++ b/src/Forum/routes.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Forum\Content; diff --git a/src/Foundation/AbstractServiceProvider.php b/src/Foundation/AbstractServiceProvider.php index 0a13222ba..48efb4c8c 100644 --- a/src/Foundation/AbstractServiceProvider.php +++ b/src/Foundation/AbstractServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Foundation; diff --git a/src/Foundation/AbstractValidator.php b/src/Foundation/AbstractValidator.php index 25fe3a3e3..37fff96bd 100644 --- a/src/Foundation/AbstractValidator.php +++ b/src/Foundation/AbstractValidator.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Foundation; diff --git a/src/Foundation/AppInterface.php b/src/Foundation/AppInterface.php index 927c7b42e..34181814b 100644 --- a/src/Foundation/AppInterface.php +++ b/src/Foundation/AppInterface.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Foundation; diff --git a/src/Foundation/Application.php b/src/Foundation/Application.php index ebeeede67..3e7ae80b3 100644 --- a/src/Foundation/Application.php +++ b/src/Foundation/Application.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Foundation; diff --git a/src/Foundation/Console/CacheClearCommand.php b/src/Foundation/Console/CacheClearCommand.php index a34884d65..15e049724 100644 --- a/src/Foundation/Console/CacheClearCommand.php +++ b/src/Foundation/Console/CacheClearCommand.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Foundation\Console; diff --git a/src/Foundation/Console/InfoCommand.php b/src/Foundation/Console/InfoCommand.php index b42037171..cfe7671f8 100644 --- a/src/Foundation/Console/InfoCommand.php +++ b/src/Foundation/Console/InfoCommand.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Foundation\Console; diff --git a/src/Foundation/DispatchEventsTrait.php b/src/Foundation/DispatchEventsTrait.php index bec2b40c2..4445cab50 100644 --- a/src/Foundation/DispatchEventsTrait.php +++ b/src/Foundation/DispatchEventsTrait.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Foundation; diff --git a/src/Foundation/Event/ClearingCache.php b/src/Foundation/Event/ClearingCache.php index fba314f82..aaf050646 100644 --- a/src/Foundation/Event/ClearingCache.php +++ b/src/Foundation/Event/ClearingCache.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Foundation\Event; diff --git a/src/Foundation/Event/Validating.php b/src/Foundation/Event/Validating.php index fc231abc9..c8a6befcb 100644 --- a/src/Foundation/Event/Validating.php +++ b/src/Foundation/Event/Validating.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Foundation\Event; diff --git a/src/Foundation/EventGeneratorTrait.php b/src/Foundation/EventGeneratorTrait.php index e24ceda13..c73f0601e 100644 --- a/src/Foundation/EventGeneratorTrait.php +++ b/src/Foundation/EventGeneratorTrait.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Foundation; diff --git a/src/Foundation/InstalledApp.php b/src/Foundation/InstalledApp.php index 4c99b0e60..fb1bb6939 100644 --- a/src/Foundation/InstalledApp.php +++ b/src/Foundation/InstalledApp.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Foundation; diff --git a/src/Foundation/InstalledSite.php b/src/Foundation/InstalledSite.php index 614cb1119..65da159ff 100644 --- a/src/Foundation/InstalledSite.php +++ b/src/Foundation/InstalledSite.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Foundation; diff --git a/src/Foundation/MaintenanceModeHandler.php b/src/Foundation/MaintenanceModeHandler.php index c2f782af0..402b764af 100644 --- a/src/Foundation/MaintenanceModeHandler.php +++ b/src/Foundation/MaintenanceModeHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Foundation; diff --git a/src/Foundation/Site.php b/src/Foundation/Site.php index 1a45d55c8..6f17f3f06 100644 --- a/src/Foundation/Site.php +++ b/src/Foundation/Site.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Foundation; diff --git a/src/Foundation/SiteInterface.php b/src/Foundation/SiteInterface.php index 9f5b1b97f..5c1171994 100644 --- a/src/Foundation/SiteInterface.php +++ b/src/Foundation/SiteInterface.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Foundation; diff --git a/src/Foundation/UninstalledSite.php b/src/Foundation/UninstalledSite.php index d363959b2..6756fb823 100644 --- a/src/Foundation/UninstalledSite.php +++ b/src/Foundation/UninstalledSite.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Foundation; diff --git a/src/Foundation/ValidationException.php b/src/Foundation/ValidationException.php index 84cf53084..0f74c436d 100644 --- a/src/Foundation/ValidationException.php +++ b/src/Foundation/ValidationException.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Foundation; diff --git a/src/Frontend/AddLocaleAssets.php b/src/Frontend/AddLocaleAssets.php index aefd64e16..8de62bb0c 100644 --- a/src/Frontend/AddLocaleAssets.php +++ b/src/Frontend/AddLocaleAssets.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend; diff --git a/src/Frontend/AddTranslations.php b/src/Frontend/AddTranslations.php index 1a4f0570a..e262f9941 100644 --- a/src/Frontend/AddTranslations.php +++ b/src/Frontend/AddTranslations.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend; diff --git a/src/Frontend/Assets.php b/src/Frontend/Assets.php index d7f37eae6..a437b33cb 100644 --- a/src/Frontend/Assets.php +++ b/src/Frontend/Assets.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend; diff --git a/src/Frontend/Compiler/CompilerInterface.php b/src/Frontend/Compiler/CompilerInterface.php index 39a66dedc..228b0ddf1 100644 --- a/src/Frontend/Compiler/CompilerInterface.php +++ b/src/Frontend/Compiler/CompilerInterface.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend\Compiler; diff --git a/src/Frontend/Compiler/JsCompiler.php b/src/Frontend/Compiler/JsCompiler.php index 66b3d0b94..01ebd0386 100644 --- a/src/Frontend/Compiler/JsCompiler.php +++ b/src/Frontend/Compiler/JsCompiler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend\Compiler; diff --git a/src/Frontend/Compiler/LessCompiler.php b/src/Frontend/Compiler/LessCompiler.php index b535b22f0..8d1e2d418 100644 --- a/src/Frontend/Compiler/LessCompiler.php +++ b/src/Frontend/Compiler/LessCompiler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend\Compiler; diff --git a/src/Frontend/Compiler/RevisionCompiler.php b/src/Frontend/Compiler/RevisionCompiler.php index 55334e7ce..92f758196 100644 --- a/src/Frontend/Compiler/RevisionCompiler.php +++ b/src/Frontend/Compiler/RevisionCompiler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend\Compiler; diff --git a/src/Frontend/Compiler/Source/FileSource.php b/src/Frontend/Compiler/Source/FileSource.php index c4b16839e..7cd974497 100644 --- a/src/Frontend/Compiler/Source/FileSource.php +++ b/src/Frontend/Compiler/Source/FileSource.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend\Compiler\Source; diff --git a/src/Frontend/Compiler/Source/SourceCollector.php b/src/Frontend/Compiler/Source/SourceCollector.php index 6b08c6064..eb6cf0d34 100644 --- a/src/Frontend/Compiler/Source/SourceCollector.php +++ b/src/Frontend/Compiler/Source/SourceCollector.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend\Compiler\Source; diff --git a/src/Frontend/Compiler/Source/SourceInterface.php b/src/Frontend/Compiler/Source/SourceInterface.php index 71ea52c4e..71f829c2b 100644 --- a/src/Frontend/Compiler/Source/SourceInterface.php +++ b/src/Frontend/Compiler/Source/SourceInterface.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend\Compiler\Source; diff --git a/src/Frontend/Compiler/Source/StringSource.php b/src/Frontend/Compiler/Source/StringSource.php index fdbb481bc..b480e875c 100644 --- a/src/Frontend/Compiler/Source/StringSource.php +++ b/src/Frontend/Compiler/Source/StringSource.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend\Compiler\Source; diff --git a/src/Frontend/Content/Assets.php b/src/Frontend/Content/Assets.php index 1a2de4a7a..16db78d8a 100644 --- a/src/Frontend/Content/Assets.php +++ b/src/Frontend/Content/Assets.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend\Content; diff --git a/src/Frontend/Content/CorePayload.php b/src/Frontend/Content/CorePayload.php index 9afffcacc..7f9561ea7 100644 --- a/src/Frontend/Content/CorePayload.php +++ b/src/Frontend/Content/CorePayload.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend\Content; diff --git a/src/Frontend/Content/Meta.php b/src/Frontend/Content/Meta.php index 4f307a15f..9b9f30d0e 100644 --- a/src/Frontend/Content/Meta.php +++ b/src/Frontend/Content/Meta.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend\Content; diff --git a/src/Frontend/Controller.php b/src/Frontend/Controller.php index eeb6709d2..8692cd959 100644 --- a/src/Frontend/Controller.php +++ b/src/Frontend/Controller.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend; diff --git a/src/Frontend/Document.php b/src/Frontend/Document.php index 7dc2bc45c..0133e9768 100644 --- a/src/Frontend/Document.php +++ b/src/Frontend/Document.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend; diff --git a/src/Frontend/Frontend.php b/src/Frontend/Frontend.php index 791d1feb2..5d25b9b15 100644 --- a/src/Frontend/Frontend.php +++ b/src/Frontend/Frontend.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend; diff --git a/src/Frontend/FrontendServiceProvider.php b/src/Frontend/FrontendServiceProvider.php index f09399513..fd47ca738 100644 --- a/src/Frontend/FrontendServiceProvider.php +++ b/src/Frontend/FrontendServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend; diff --git a/src/Frontend/RecompileFrontendAssets.php b/src/Frontend/RecompileFrontendAssets.php index 8fb372695..73b0497e2 100644 --- a/src/Frontend/RecompileFrontendAssets.php +++ b/src/Frontend/RecompileFrontendAssets.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Frontend; diff --git a/src/Group/Command/CreateGroup.php b/src/Group/Command/CreateGroup.php index e20fb6154..64fbb3363 100644 --- a/src/Group/Command/CreateGroup.php +++ b/src/Group/Command/CreateGroup.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Group\Command; diff --git a/src/Group/Command/CreateGroupHandler.php b/src/Group/Command/CreateGroupHandler.php index 036443213..d1e22fe35 100644 --- a/src/Group/Command/CreateGroupHandler.php +++ b/src/Group/Command/CreateGroupHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Group\Command; diff --git a/src/Group/Command/DeleteGroup.php b/src/Group/Command/DeleteGroup.php index b2bb6873e..850fd8b29 100644 --- a/src/Group/Command/DeleteGroup.php +++ b/src/Group/Command/DeleteGroup.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Group\Command; diff --git a/src/Group/Command/DeleteGroupHandler.php b/src/Group/Command/DeleteGroupHandler.php index 163254ba9..bff9ebba0 100644 --- a/src/Group/Command/DeleteGroupHandler.php +++ b/src/Group/Command/DeleteGroupHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Group\Command; diff --git a/src/Group/Command/EditGroup.php b/src/Group/Command/EditGroup.php index e64cb9913..59f72499a 100644 --- a/src/Group/Command/EditGroup.php +++ b/src/Group/Command/EditGroup.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Group\Command; diff --git a/src/Group/Command/EditGroupHandler.php b/src/Group/Command/EditGroupHandler.php index b05ff7e4f..ef357c41e 100644 --- a/src/Group/Command/EditGroupHandler.php +++ b/src/Group/Command/EditGroupHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Group\Command; diff --git a/src/Group/Event/Created.php b/src/Group/Event/Created.php index 109c615d6..dfe6cadea 100644 --- a/src/Group/Event/Created.php +++ b/src/Group/Event/Created.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Group\Event; diff --git a/src/Group/Event/Deleted.php b/src/Group/Event/Deleted.php index 6fbc5fbc1..71ec6cb9d 100644 --- a/src/Group/Event/Deleted.php +++ b/src/Group/Event/Deleted.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Group\Event; diff --git a/src/Group/Event/Deleting.php b/src/Group/Event/Deleting.php index 1c91063e1..c7870e974 100644 --- a/src/Group/Event/Deleting.php +++ b/src/Group/Event/Deleting.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Group\Event; diff --git a/src/Group/Event/Renamed.php b/src/Group/Event/Renamed.php index c9c201872..904f8c9cb 100644 --- a/src/Group/Event/Renamed.php +++ b/src/Group/Event/Renamed.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Group\Event; diff --git a/src/Group/Event/Saving.php b/src/Group/Event/Saving.php index 2dd019dca..725ddf6d2 100644 --- a/src/Group/Event/Saving.php +++ b/src/Group/Event/Saving.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Group\Event; diff --git a/src/Group/Group.php b/src/Group/Group.php index a75cec7a5..bc7e8dedf 100644 --- a/src/Group/Group.php +++ b/src/Group/Group.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Group; diff --git a/src/Group/GroupPolicy.php b/src/Group/GroupPolicy.php index 26efd8895..e3f6d0874 100644 --- a/src/Group/GroupPolicy.php +++ b/src/Group/GroupPolicy.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Group; diff --git a/src/Group/GroupRepository.php b/src/Group/GroupRepository.php index 4372fa560..adb1355a3 100644 --- a/src/Group/GroupRepository.php +++ b/src/Group/GroupRepository.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Group; diff --git a/src/Group/GroupServiceProvider.php b/src/Group/GroupServiceProvider.php index ad923df9f..dea6a7b6b 100644 --- a/src/Group/GroupServiceProvider.php +++ b/src/Group/GroupServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Group; diff --git a/src/Group/GroupValidator.php b/src/Group/GroupValidator.php index 58d8aee16..e1e09cfe3 100644 --- a/src/Group/GroupValidator.php +++ b/src/Group/GroupValidator.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Group; diff --git a/src/Group/Permission.php b/src/Group/Permission.php index 745022567..185c7e347 100644 --- a/src/Group/Permission.php +++ b/src/Group/Permission.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Group; diff --git a/src/Http/AccessToken.php b/src/Http/AccessToken.php index 76d1f054f..0c0e97cdf 100644 --- a/src/Http/AccessToken.php +++ b/src/Http/AccessToken.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http; diff --git a/src/Http/Controller/AbstractHtmlController.php b/src/Http/Controller/AbstractHtmlController.php index 03e8b3613..4cbe1239a 100644 --- a/src/Http/Controller/AbstractHtmlController.php +++ b/src/Http/Controller/AbstractHtmlController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http\Controller; diff --git a/src/Http/CookieFactory.php b/src/Http/CookieFactory.php index b6c5594af..64bed597d 100644 --- a/src/Http/CookieFactory.php +++ b/src/Http/CookieFactory.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http; diff --git a/src/Http/Exception/ForbiddenException.php b/src/Http/Exception/ForbiddenException.php index 55cc50557..e178249f6 100644 --- a/src/Http/Exception/ForbiddenException.php +++ b/src/Http/Exception/ForbiddenException.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http\Exception; diff --git a/src/Http/Exception/MethodNotAllowedException.php b/src/Http/Exception/MethodNotAllowedException.php index 0b7cd3f8e..d22fa3865 100644 --- a/src/Http/Exception/MethodNotAllowedException.php +++ b/src/Http/Exception/MethodNotAllowedException.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http\Exception; diff --git a/src/Http/Exception/RouteNotFoundException.php b/src/Http/Exception/RouteNotFoundException.php index 6e7b6aef9..771c2cc24 100644 --- a/src/Http/Exception/RouteNotFoundException.php +++ b/src/Http/Exception/RouteNotFoundException.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http\Exception; diff --git a/src/Http/Exception/TokenMismatchException.php b/src/Http/Exception/TokenMismatchException.php index 87871937a..fc3225f47 100644 --- a/src/Http/Exception/TokenMismatchException.php +++ b/src/Http/Exception/TokenMismatchException.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http\Exception; diff --git a/src/Http/Middleware/AuthenticateWithHeader.php b/src/Http/Middleware/AuthenticateWithHeader.php index fa4564a95..0a624da5a 100644 --- a/src/Http/Middleware/AuthenticateWithHeader.php +++ b/src/Http/Middleware/AuthenticateWithHeader.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http\Middleware; diff --git a/src/Http/Middleware/AuthenticateWithSession.php b/src/Http/Middleware/AuthenticateWithSession.php index 712185266..ce30f9997 100644 --- a/src/Http/Middleware/AuthenticateWithSession.php +++ b/src/Http/Middleware/AuthenticateWithSession.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http\Middleware; diff --git a/src/Http/Middleware/CheckCsrfToken.php b/src/Http/Middleware/CheckCsrfToken.php index d2b2d6da8..8143701f8 100644 --- a/src/Http/Middleware/CheckCsrfToken.php +++ b/src/Http/Middleware/CheckCsrfToken.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http\Middleware; diff --git a/src/Http/Middleware/CollectGarbage.php b/src/Http/Middleware/CollectGarbage.php index 3160a6aca..c84f61f37 100644 --- a/src/Http/Middleware/CollectGarbage.php +++ b/src/Http/Middleware/CollectGarbage.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http\Middleware; diff --git a/src/Http/Middleware/DispatchRoute.php b/src/Http/Middleware/DispatchRoute.php index ee4670d40..dd5090051 100644 --- a/src/Http/Middleware/DispatchRoute.php +++ b/src/Http/Middleware/DispatchRoute.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http\Middleware; diff --git a/src/Http/Middleware/HandleErrorsWithView.php b/src/Http/Middleware/HandleErrorsWithView.php index 960074f39..e898f2390 100644 --- a/src/Http/Middleware/HandleErrorsWithView.php +++ b/src/Http/Middleware/HandleErrorsWithView.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http\Middleware; diff --git a/src/Http/Middleware/HandleErrorsWithWhoops.php b/src/Http/Middleware/HandleErrorsWithWhoops.php index 317d3dd2d..e07524ca5 100644 --- a/src/Http/Middleware/HandleErrorsWithWhoops.php +++ b/src/Http/Middleware/HandleErrorsWithWhoops.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http\Middleware; diff --git a/src/Http/Middleware/ParseJsonBody.php b/src/Http/Middleware/ParseJsonBody.php index 597954d12..9106f8cb6 100644 --- a/src/Http/Middleware/ParseJsonBody.php +++ b/src/Http/Middleware/ParseJsonBody.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http\Middleware; diff --git a/src/Http/Middleware/RememberFromCookie.php b/src/Http/Middleware/RememberFromCookie.php index f9825f393..e9293f097 100644 --- a/src/Http/Middleware/RememberFromCookie.php +++ b/src/Http/Middleware/RememberFromCookie.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http\Middleware; diff --git a/src/Http/Middleware/SetLocale.php b/src/Http/Middleware/SetLocale.php index e116dd522..e6385a71c 100644 --- a/src/Http/Middleware/SetLocale.php +++ b/src/Http/Middleware/SetLocale.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http\Middleware; diff --git a/src/Http/Middleware/ShareErrorsFromSession.php b/src/Http/Middleware/ShareErrorsFromSession.php index d53a1d188..06eaf9bfe 100644 --- a/src/Http/Middleware/ShareErrorsFromSession.php +++ b/src/Http/Middleware/ShareErrorsFromSession.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http\Middleware; diff --git a/src/Http/Middleware/StartSession.php b/src/Http/Middleware/StartSession.php index 31c960a44..d6b89c456 100644 --- a/src/Http/Middleware/StartSession.php +++ b/src/Http/Middleware/StartSession.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http\Middleware; diff --git a/src/Http/Rememberer.php b/src/Http/Rememberer.php index 17b1673d2..69fdc42b4 100644 --- a/src/Http/Rememberer.php +++ b/src/Http/Rememberer.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http; diff --git a/src/Http/RouteCollection.php b/src/Http/RouteCollection.php index e3aaca094..4e962fe00 100644 --- a/src/Http/RouteCollection.php +++ b/src/Http/RouteCollection.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http; diff --git a/src/Http/RouteCollectionUrlGenerator.php b/src/Http/RouteCollectionUrlGenerator.php index dbcb8927e..611c5ce8c 100644 --- a/src/Http/RouteCollectionUrlGenerator.php +++ b/src/Http/RouteCollectionUrlGenerator.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http; diff --git a/src/Http/RouteHandlerFactory.php b/src/Http/RouteHandlerFactory.php index 62cd2f7df..af8b3f441 100644 --- a/src/Http/RouteHandlerFactory.php +++ b/src/Http/RouteHandlerFactory.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http; diff --git a/src/Http/Server.php b/src/Http/Server.php index b48a5e531..42f29da2e 100644 --- a/src/Http/Server.php +++ b/src/Http/Server.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http; diff --git a/src/Http/SessionAuthenticator.php b/src/Http/SessionAuthenticator.php index 8e23027a0..0e26f80aa 100644 --- a/src/Http/SessionAuthenticator.php +++ b/src/Http/SessionAuthenticator.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http; diff --git a/src/Http/UrlGenerator.php b/src/Http/UrlGenerator.php index 86e814731..8da304fb4 100644 --- a/src/Http/UrlGenerator.php +++ b/src/Http/UrlGenerator.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Http; diff --git a/src/Install/AdminUser.php b/src/Install/AdminUser.php index 943191516..f600f4951 100644 --- a/src/Install/AdminUser.php +++ b/src/Install/AdminUser.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install; diff --git a/src/Install/Console/DataProviderInterface.php b/src/Install/Console/DataProviderInterface.php index 94816bd7b..119061009 100644 --- a/src/Install/Console/DataProviderInterface.php +++ b/src/Install/Console/DataProviderInterface.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Console; diff --git a/src/Install/Console/FileDataProvider.php b/src/Install/Console/FileDataProvider.php index 07626bfa4..6e0be233a 100644 --- a/src/Install/Console/FileDataProvider.php +++ b/src/Install/Console/FileDataProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Console; diff --git a/src/Install/Console/InstallCommand.php b/src/Install/Console/InstallCommand.php index 6356cf620..3399c8bb8 100644 --- a/src/Install/Console/InstallCommand.php +++ b/src/Install/Console/InstallCommand.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Console; diff --git a/src/Install/Console/UserDataProvider.php b/src/Install/Console/UserDataProvider.php index ae674c957..434962219 100644 --- a/src/Install/Console/UserDataProvider.php +++ b/src/Install/Console/UserDataProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Console; diff --git a/src/Install/Controller/IndexController.php b/src/Install/Controller/IndexController.php index 3d66789d2..886e7a52a 100644 --- a/src/Install/Controller/IndexController.php +++ b/src/Install/Controller/IndexController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Controller; diff --git a/src/Install/Controller/InstallController.php b/src/Install/Controller/InstallController.php index 060fe9a9c..180bebe26 100644 --- a/src/Install/Controller/InstallController.php +++ b/src/Install/Controller/InstallController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Controller; diff --git a/src/Install/DatabaseConfig.php b/src/Install/DatabaseConfig.php index 60738549c..479da0406 100644 --- a/src/Install/DatabaseConfig.php +++ b/src/Install/DatabaseConfig.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install; diff --git a/src/Install/InstallServiceProvider.php b/src/Install/InstallServiceProvider.php index 4b8e249d2..dea076ac3 100644 --- a/src/Install/InstallServiceProvider.php +++ b/src/Install/InstallServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install; diff --git a/src/Install/Installation.php b/src/Install/Installation.php index 8c66fbbe2..5a5ddb090 100644 --- a/src/Install/Installation.php +++ b/src/Install/Installation.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install; diff --git a/src/Install/Installer.php b/src/Install/Installer.php index 287a513fe..a6a8572e6 100644 --- a/src/Install/Installer.php +++ b/src/Install/Installer.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install; diff --git a/src/Install/Pipeline.php b/src/Install/Pipeline.php index 31c8cb1c9..6701e0c2b 100644 --- a/src/Install/Pipeline.php +++ b/src/Install/Pipeline.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install; diff --git a/src/Install/Prerequisite/Composite.php b/src/Install/Prerequisite/Composite.php index dcf380f1c..77b16044a 100644 --- a/src/Install/Prerequisite/Composite.php +++ b/src/Install/Prerequisite/Composite.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Prerequisite; diff --git a/src/Install/Prerequisite/PhpExtensions.php b/src/Install/Prerequisite/PhpExtensions.php index 89ed4ac7b..10a1b1571 100644 --- a/src/Install/Prerequisite/PhpExtensions.php +++ b/src/Install/Prerequisite/PhpExtensions.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Prerequisite; diff --git a/src/Install/Prerequisite/PhpVersion.php b/src/Install/Prerequisite/PhpVersion.php index 3257b27c9..6a38a279b 100644 --- a/src/Install/Prerequisite/PhpVersion.php +++ b/src/Install/Prerequisite/PhpVersion.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Prerequisite; diff --git a/src/Install/Prerequisite/PrerequisiteInterface.php b/src/Install/Prerequisite/PrerequisiteInterface.php index 9b7907883..5916d4484 100644 --- a/src/Install/Prerequisite/PrerequisiteInterface.php +++ b/src/Install/Prerequisite/PrerequisiteInterface.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Prerequisite; diff --git a/src/Install/Prerequisite/WritablePaths.php b/src/Install/Prerequisite/WritablePaths.php index 0d5e8e7c5..945402a04 100644 --- a/src/Install/Prerequisite/WritablePaths.php +++ b/src/Install/Prerequisite/WritablePaths.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Prerequisite; diff --git a/src/Install/ReversibleStep.php b/src/Install/ReversibleStep.php index b65de4993..da239f2c2 100644 --- a/src/Install/ReversibleStep.php +++ b/src/Install/ReversibleStep.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install; diff --git a/src/Install/Step.php b/src/Install/Step.php index 6b0de2658..d1cea6b5b 100644 --- a/src/Install/Step.php +++ b/src/Install/Step.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install; diff --git a/src/Install/StepFailed.php b/src/Install/StepFailed.php index 8fe1a3b7d..f62b0827c 100644 --- a/src/Install/StepFailed.php +++ b/src/Install/StepFailed.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install; diff --git a/src/Install/Steps/ConnectToDatabase.php b/src/Install/Steps/ConnectToDatabase.php index 0a6dbabab..f2794252f 100644 --- a/src/Install/Steps/ConnectToDatabase.php +++ b/src/Install/Steps/ConnectToDatabase.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Steps; diff --git a/src/Install/Steps/CreateAdminUser.php b/src/Install/Steps/CreateAdminUser.php index b058c27cf..aede9a74a 100644 --- a/src/Install/Steps/CreateAdminUser.php +++ b/src/Install/Steps/CreateAdminUser.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Steps; diff --git a/src/Install/Steps/EnableBundledExtensions.php b/src/Install/Steps/EnableBundledExtensions.php index e58280b31..33d448906 100644 --- a/src/Install/Steps/EnableBundledExtensions.php +++ b/src/Install/Steps/EnableBundledExtensions.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Steps; diff --git a/src/Install/Steps/PublishAssets.php b/src/Install/Steps/PublishAssets.php index 61d0164f9..f601831c6 100644 --- a/src/Install/Steps/PublishAssets.php +++ b/src/Install/Steps/PublishAssets.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Steps; diff --git a/src/Install/Steps/RunMigrations.php b/src/Install/Steps/RunMigrations.php index 3bf2049ef..285da6cf5 100644 --- a/src/Install/Steps/RunMigrations.php +++ b/src/Install/Steps/RunMigrations.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Steps; diff --git a/src/Install/Steps/StoreConfig.php b/src/Install/Steps/StoreConfig.php index 757f3e376..5c4832c5a 100644 --- a/src/Install/Steps/StoreConfig.php +++ b/src/Install/Steps/StoreConfig.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Steps; diff --git a/src/Install/Steps/WriteSettings.php b/src/Install/Steps/WriteSettings.php index 366fc3696..8ca993cb3 100644 --- a/src/Install/Steps/WriteSettings.php +++ b/src/Install/Steps/WriteSettings.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install\Steps; diff --git a/src/Install/ValidationFailed.php b/src/Install/ValidationFailed.php index d79206637..7bcec7888 100644 --- a/src/Install/ValidationFailed.php +++ b/src/Install/ValidationFailed.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Install; diff --git a/src/Locale/LocaleManager.php b/src/Locale/LocaleManager.php index 351772c67..be05a6d28 100644 --- a/src/Locale/LocaleManager.php +++ b/src/Locale/LocaleManager.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Locale; diff --git a/src/Locale/LocaleServiceProvider.php b/src/Locale/LocaleServiceProvider.php index 5e10ed770..255482ec5 100644 --- a/src/Locale/LocaleServiceProvider.php +++ b/src/Locale/LocaleServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Locale; diff --git a/src/Locale/PrefixedYamlFileLoader.php b/src/Locale/PrefixedYamlFileLoader.php index 502b9ce9e..2e105439c 100644 --- a/src/Locale/PrefixedYamlFileLoader.php +++ b/src/Locale/PrefixedYamlFileLoader.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Locale; diff --git a/src/Locale/Translator.php b/src/Locale/Translator.php index 70acf299d..90bce7e06 100644 --- a/src/Locale/Translator.php +++ b/src/Locale/Translator.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Locale; diff --git a/src/Mail/DriverInterface.php b/src/Mail/DriverInterface.php index 4a6dae983..44a92fb64 100644 --- a/src/Mail/DriverInterface.php +++ b/src/Mail/DriverInterface.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Mail; diff --git a/src/Mail/LogDriver.php b/src/Mail/LogDriver.php index 8c038fb5f..afa2025b2 100644 --- a/src/Mail/LogDriver.php +++ b/src/Mail/LogDriver.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Mail; diff --git a/src/Mail/MailServiceProvider.php b/src/Mail/MailServiceProvider.php index 3b2c3e189..c8ca8f0e0 100644 --- a/src/Mail/MailServiceProvider.php +++ b/src/Mail/MailServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Mail; diff --git a/src/Mail/MailgunDriver.php b/src/Mail/MailgunDriver.php index 02b353b2c..1ccbb96fd 100644 --- a/src/Mail/MailgunDriver.php +++ b/src/Mail/MailgunDriver.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Mail; diff --git a/src/Mail/MandrillDriver.php b/src/Mail/MandrillDriver.php index ec20829c3..7cbaa7480 100644 --- a/src/Mail/MandrillDriver.php +++ b/src/Mail/MandrillDriver.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Mail; diff --git a/src/Mail/SendmailDriver.php b/src/Mail/SendmailDriver.php index 76455934e..da7213cf9 100644 --- a/src/Mail/SendmailDriver.php +++ b/src/Mail/SendmailDriver.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Mail; diff --git a/src/Mail/SesDriver.php b/src/Mail/SesDriver.php index 653d5fcce..774ad56a0 100644 --- a/src/Mail/SesDriver.php +++ b/src/Mail/SesDriver.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Mail; diff --git a/src/Mail/SmtpDriver.php b/src/Mail/SmtpDriver.php index d74f8b75d..ae3ebdc39 100644 --- a/src/Mail/SmtpDriver.php +++ b/src/Mail/SmtpDriver.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Mail; diff --git a/src/Notification/Blueprint/BlueprintInterface.php b/src/Notification/Blueprint/BlueprintInterface.php index 600a8d941..68b1d8553 100644 --- a/src/Notification/Blueprint/BlueprintInterface.php +++ b/src/Notification/Blueprint/BlueprintInterface.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Notification\Blueprint; diff --git a/src/Notification/Blueprint/DiscussionRenamedBlueprint.php b/src/Notification/Blueprint/DiscussionRenamedBlueprint.php index 7e79026b9..181d298ad 100644 --- a/src/Notification/Blueprint/DiscussionRenamedBlueprint.php +++ b/src/Notification/Blueprint/DiscussionRenamedBlueprint.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Notification\Blueprint; diff --git a/src/Notification/Command/ReadAllNotifications.php b/src/Notification/Command/ReadAllNotifications.php index d0ee62429..764594ee2 100644 --- a/src/Notification/Command/ReadAllNotifications.php +++ b/src/Notification/Command/ReadAllNotifications.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Notification\Command; diff --git a/src/Notification/Command/ReadAllNotificationsHandler.php b/src/Notification/Command/ReadAllNotificationsHandler.php index 4d99dfdf5..edbb41696 100644 --- a/src/Notification/Command/ReadAllNotificationsHandler.php +++ b/src/Notification/Command/ReadAllNotificationsHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Notification\Command; diff --git a/src/Notification/Command/ReadNotification.php b/src/Notification/Command/ReadNotification.php index 93a139ea8..d7ee58fe2 100644 --- a/src/Notification/Command/ReadNotification.php +++ b/src/Notification/Command/ReadNotification.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Notification\Command; diff --git a/src/Notification/Command/ReadNotificationHandler.php b/src/Notification/Command/ReadNotificationHandler.php index a06817a58..9df4ef02e 100644 --- a/src/Notification/Command/ReadNotificationHandler.php +++ b/src/Notification/Command/ReadNotificationHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Notification\Command; diff --git a/src/Notification/Event/Sending.php b/src/Notification/Event/Sending.php index 43f6e1b83..4484cddc2 100644 --- a/src/Notification/Event/Sending.php +++ b/src/Notification/Event/Sending.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Notification\Event; diff --git a/src/Notification/MailableInterface.php b/src/Notification/MailableInterface.php index 0d059af8e..cfe7ab042 100644 --- a/src/Notification/MailableInterface.php +++ b/src/Notification/MailableInterface.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Notification; diff --git a/src/Notification/Notification.php b/src/Notification/Notification.php index 66c92384b..2e11b1dec 100644 --- a/src/Notification/Notification.php +++ b/src/Notification/Notification.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Notification; diff --git a/src/Notification/NotificationMailer.php b/src/Notification/NotificationMailer.php index 2bee77e5a..c298a8c78 100644 --- a/src/Notification/NotificationMailer.php +++ b/src/Notification/NotificationMailer.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Notification; diff --git a/src/Notification/NotificationRepository.php b/src/Notification/NotificationRepository.php index 9b0e608eb..30a584cf5 100644 --- a/src/Notification/NotificationRepository.php +++ b/src/Notification/NotificationRepository.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Notification; diff --git a/src/Notification/NotificationServiceProvider.php b/src/Notification/NotificationServiceProvider.php index 8771198a0..e1d61e68d 100644 --- a/src/Notification/NotificationServiceProvider.php +++ b/src/Notification/NotificationServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Notification; diff --git a/src/Notification/NotificationSyncer.php b/src/Notification/NotificationSyncer.php index 20bcca6a9..12a987fec 100644 --- a/src/Notification/NotificationSyncer.php +++ b/src/Notification/NotificationSyncer.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Notification; diff --git a/src/Post/AbstractEventPost.php b/src/Post/AbstractEventPost.php index 11f7af351..38956fe07 100644 --- a/src/Post/AbstractEventPost.php +++ b/src/Post/AbstractEventPost.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post; diff --git a/src/Post/Command/DeletePost.php b/src/Post/Command/DeletePost.php index 27d79dc09..071727c8e 100644 --- a/src/Post/Command/DeletePost.php +++ b/src/Post/Command/DeletePost.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post\Command; diff --git a/src/Post/Command/DeletePostHandler.php b/src/Post/Command/DeletePostHandler.php index dc13a5b73..961b35181 100644 --- a/src/Post/Command/DeletePostHandler.php +++ b/src/Post/Command/DeletePostHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post\Command; diff --git a/src/Post/Command/EditPost.php b/src/Post/Command/EditPost.php index 270756d30..dec29a8c2 100644 --- a/src/Post/Command/EditPost.php +++ b/src/Post/Command/EditPost.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post\Command; diff --git a/src/Post/Command/EditPostHandler.php b/src/Post/Command/EditPostHandler.php index 573973564..56dadc89a 100644 --- a/src/Post/Command/EditPostHandler.php +++ b/src/Post/Command/EditPostHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post\Command; diff --git a/src/Post/Command/PostReply.php b/src/Post/Command/PostReply.php index cc7575707..ae1d4c03c 100644 --- a/src/Post/Command/PostReply.php +++ b/src/Post/Command/PostReply.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post\Command; diff --git a/src/Post/Command/PostReplyHandler.php b/src/Post/Command/PostReplyHandler.php index 595073785..2b52f4653 100644 --- a/src/Post/Command/PostReplyHandler.php +++ b/src/Post/Command/PostReplyHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post\Command; diff --git a/src/Post/CommentPost.php b/src/Post/CommentPost.php index af311b169..c2040c6d1 100644 --- a/src/Post/CommentPost.php +++ b/src/Post/CommentPost.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post; diff --git a/src/Post/DiscussionRenamedPost.php b/src/Post/DiscussionRenamedPost.php index 3feb96e5d..e115f3bd2 100644 --- a/src/Post/DiscussionRenamedPost.php +++ b/src/Post/DiscussionRenamedPost.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post; diff --git a/src/Post/Event/CheckingForFlooding.php b/src/Post/Event/CheckingForFlooding.php index 5a1992740..028d3390d 100644 --- a/src/Post/Event/CheckingForFlooding.php +++ b/src/Post/Event/CheckingForFlooding.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post\Event; diff --git a/src/Post/Event/Deleted.php b/src/Post/Event/Deleted.php index 4fba65f8c..80b2d51d2 100644 --- a/src/Post/Event/Deleted.php +++ b/src/Post/Event/Deleted.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post\Event; diff --git a/src/Post/Event/Deleting.php b/src/Post/Event/Deleting.php index 899b17997..4f3a8d195 100644 --- a/src/Post/Event/Deleting.php +++ b/src/Post/Event/Deleting.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post\Event; diff --git a/src/Post/Event/Hidden.php b/src/Post/Event/Hidden.php index aeeb104e3..138cda73a 100644 --- a/src/Post/Event/Hidden.php +++ b/src/Post/Event/Hidden.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post\Event; diff --git a/src/Post/Event/Posted.php b/src/Post/Event/Posted.php index 9b6ab19c8..104fbff1f 100644 --- a/src/Post/Event/Posted.php +++ b/src/Post/Event/Posted.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post\Event; diff --git a/src/Post/Event/Restored.php b/src/Post/Event/Restored.php index fdd5dc4ae..0ae61357f 100644 --- a/src/Post/Event/Restored.php +++ b/src/Post/Event/Restored.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post\Event; diff --git a/src/Post/Event/Revised.php b/src/Post/Event/Revised.php index 62d602e0e..72281e13a 100644 --- a/src/Post/Event/Revised.php +++ b/src/Post/Event/Revised.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post\Event; diff --git a/src/Post/Event/Saving.php b/src/Post/Event/Saving.php index f9d2092ea..f15edd030 100644 --- a/src/Post/Event/Saving.php +++ b/src/Post/Event/Saving.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post\Event; diff --git a/src/Post/Exception/FloodingException.php b/src/Post/Exception/FloodingException.php index f9221b934..6cf786026 100644 --- a/src/Post/Exception/FloodingException.php +++ b/src/Post/Exception/FloodingException.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post\Exception; diff --git a/src/Post/Floodgate.php b/src/Post/Floodgate.php index f7150d571..7a229e07c 100644 --- a/src/Post/Floodgate.php +++ b/src/Post/Floodgate.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post; diff --git a/src/Post/MergeableInterface.php b/src/Post/MergeableInterface.php index ea85bca29..6472cc993 100644 --- a/src/Post/MergeableInterface.php +++ b/src/Post/MergeableInterface.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post; diff --git a/src/Post/Post.php b/src/Post/Post.php index 77a274c8b..89bd87d43 100644 --- a/src/Post/Post.php +++ b/src/Post/Post.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post; diff --git a/src/Post/PostPolicy.php b/src/Post/PostPolicy.php index c0b1a28c3..149938fd6 100644 --- a/src/Post/PostPolicy.php +++ b/src/Post/PostPolicy.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post; diff --git a/src/Post/PostRepository.php b/src/Post/PostRepository.php index f6ed861c5..20ddd6aeb 100644 --- a/src/Post/PostRepository.php +++ b/src/Post/PostRepository.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post; diff --git a/src/Post/PostServiceProvider.php b/src/Post/PostServiceProvider.php index b7cdae086..b5d604ccb 100644 --- a/src/Post/PostServiceProvider.php +++ b/src/Post/PostServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post; diff --git a/src/Post/PostValidator.php b/src/Post/PostValidator.php index 0306b592f..267cd4661 100644 --- a/src/Post/PostValidator.php +++ b/src/Post/PostValidator.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post; diff --git a/src/Post/RegisteredTypesScope.php b/src/Post/RegisteredTypesScope.php index 8d27eb4f1..b4e0417b4 100644 --- a/src/Post/RegisteredTypesScope.php +++ b/src/Post/RegisteredTypesScope.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Post; diff --git a/src/Search/AbstractRegexGambit.php b/src/Search/AbstractRegexGambit.php index 4771783a6..204b05c32 100644 --- a/src/Search/AbstractRegexGambit.php +++ b/src/Search/AbstractRegexGambit.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Search; diff --git a/src/Search/AbstractSearch.php b/src/Search/AbstractSearch.php index 3c1583ba7..1de7dcac9 100644 --- a/src/Search/AbstractSearch.php +++ b/src/Search/AbstractSearch.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Search; diff --git a/src/Search/ApplySearchParametersTrait.php b/src/Search/ApplySearchParametersTrait.php index 5a79693bc..0e5798743 100644 --- a/src/Search/ApplySearchParametersTrait.php +++ b/src/Search/ApplySearchParametersTrait.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Search; diff --git a/src/Search/GambitInterface.php b/src/Search/GambitInterface.php index bcc9f4c9f..4a190a2c8 100644 --- a/src/Search/GambitInterface.php +++ b/src/Search/GambitInterface.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Search; diff --git a/src/Search/GambitManager.php b/src/Search/GambitManager.php index 391b42f0c..0092dafb1 100644 --- a/src/Search/GambitManager.php +++ b/src/Search/GambitManager.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Search; diff --git a/src/Search/SearchCriteria.php b/src/Search/SearchCriteria.php index be5d598b0..6e8dd6e36 100644 --- a/src/Search/SearchCriteria.php +++ b/src/Search/SearchCriteria.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Search; diff --git a/src/Search/SearchResults.php b/src/Search/SearchResults.php index d7841320b..82cbad3ca 100644 --- a/src/Search/SearchResults.php +++ b/src/Search/SearchResults.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Search; diff --git a/src/Search/SearchServiceProvider.php b/src/Search/SearchServiceProvider.php index 63005a2b3..55047fc3c 100644 --- a/src/Search/SearchServiceProvider.php +++ b/src/Search/SearchServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Search; diff --git a/src/Settings/DatabaseSettingsRepository.php b/src/Settings/DatabaseSettingsRepository.php index a74d68c37..b6e246055 100644 --- a/src/Settings/DatabaseSettingsRepository.php +++ b/src/Settings/DatabaseSettingsRepository.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Settings; diff --git a/src/Settings/Event/Deserializing.php b/src/Settings/Event/Deserializing.php index d07bae483..afdb6d4b3 100644 --- a/src/Settings/Event/Deserializing.php +++ b/src/Settings/Event/Deserializing.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Settings\Event; diff --git a/src/Settings/Event/Saved.php b/src/Settings/Event/Saved.php index 03eb042cf..11f13de97 100644 --- a/src/Settings/Event/Saved.php +++ b/src/Settings/Event/Saved.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Settings\Event; diff --git a/src/Settings/Event/Saving.php b/src/Settings/Event/Saving.php index d54d289fd..82a0635cd 100644 --- a/src/Settings/Event/Saving.php +++ b/src/Settings/Event/Saving.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Settings\Event; diff --git a/src/Settings/Event/Serializing.php b/src/Settings/Event/Serializing.php index 40643ced1..725079e96 100644 --- a/src/Settings/Event/Serializing.php +++ b/src/Settings/Event/Serializing.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Settings\Event; diff --git a/src/Settings/MemoryCacheSettingsRepository.php b/src/Settings/MemoryCacheSettingsRepository.php index fda2cf2f0..13cb5f9eb 100644 --- a/src/Settings/MemoryCacheSettingsRepository.php +++ b/src/Settings/MemoryCacheSettingsRepository.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Settings; diff --git a/src/Settings/OverrideSettingsRepository.php b/src/Settings/OverrideSettingsRepository.php index aecba54a1..fc1a05fcd 100644 --- a/src/Settings/OverrideSettingsRepository.php +++ b/src/Settings/OverrideSettingsRepository.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Settings; diff --git a/src/Settings/SettingsRepositoryInterface.php b/src/Settings/SettingsRepositoryInterface.php index f42012353..2a4aa10f0 100644 --- a/src/Settings/SettingsRepositoryInterface.php +++ b/src/Settings/SettingsRepositoryInterface.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Settings; diff --git a/src/Settings/SettingsServiceProvider.php b/src/Settings/SettingsServiceProvider.php index a87cb206f..852d23e59 100644 --- a/src/Settings/SettingsServiceProvider.php +++ b/src/Settings/SettingsServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Settings; diff --git a/src/Settings/UninstalledSettingsRepository.php b/src/Settings/UninstalledSettingsRepository.php index fb8d1af34..8ca681524 100644 --- a/src/Settings/UninstalledSettingsRepository.php +++ b/src/Settings/UninstalledSettingsRepository.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Settings; diff --git a/src/Update/Controller/IndexController.php b/src/Update/Controller/IndexController.php index 6c9b3695c..f8fe1edf2 100644 --- a/src/Update/Controller/IndexController.php +++ b/src/Update/Controller/IndexController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Update\Controller; diff --git a/src/Update/Controller/UpdateController.php b/src/Update/Controller/UpdateController.php index 8e2bf6daf..e7f0b1f87 100644 --- a/src/Update/Controller/UpdateController.php +++ b/src/Update/Controller/UpdateController.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Update\Controller; diff --git a/src/Update/UpdateServiceProvider.php b/src/Update/UpdateServiceProvider.php index a23a06fa4..fb7f8ab1a 100644 --- a/src/Update/UpdateServiceProvider.php +++ b/src/Update/UpdateServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Update; diff --git a/src/User/AbstractPolicy.php b/src/User/AbstractPolicy.php index 3608d144a..3f6d6e939 100644 --- a/src/User/AbstractPolicy.php +++ b/src/User/AbstractPolicy.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/AccountActivationMailer.php b/src/User/AccountActivationMailer.php index 0ce6ed136..577369516 100644 --- a/src/User/AccountActivationMailer.php +++ b/src/User/AccountActivationMailer.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/AssertPermissionTrait.php b/src/User/AssertPermissionTrait.php index d6310440a..18594aa5a 100644 --- a/src/User/AssertPermissionTrait.php +++ b/src/User/AssertPermissionTrait.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/AvatarUploader.php b/src/User/AvatarUploader.php index 29f1e9e2e..bab42e29d 100644 --- a/src/User/AvatarUploader.php +++ b/src/User/AvatarUploader.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/AvatarValidator.php b/src/User/AvatarValidator.php index e40ca45f1..49addf194 100644 --- a/src/User/AvatarValidator.php +++ b/src/User/AvatarValidator.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/Command/ConfirmEmail.php b/src/User/Command/ConfirmEmail.php index b07fd38a2..76070636a 100644 --- a/src/User/Command/ConfirmEmail.php +++ b/src/User/Command/ConfirmEmail.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Command; diff --git a/src/User/Command/ConfirmEmailHandler.php b/src/User/Command/ConfirmEmailHandler.php index feb80a11f..0956813e7 100644 --- a/src/User/Command/ConfirmEmailHandler.php +++ b/src/User/Command/ConfirmEmailHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Command; diff --git a/src/User/Command/DeleteAvatar.php b/src/User/Command/DeleteAvatar.php index 23593c245..fda803241 100644 --- a/src/User/Command/DeleteAvatar.php +++ b/src/User/Command/DeleteAvatar.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Command; diff --git a/src/User/Command/DeleteAvatarHandler.php b/src/User/Command/DeleteAvatarHandler.php index ba6546b4d..8f8d6b836 100644 --- a/src/User/Command/DeleteAvatarHandler.php +++ b/src/User/Command/DeleteAvatarHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Command; diff --git a/src/User/Command/DeleteUser.php b/src/User/Command/DeleteUser.php index 43bfd555c..726ea58b9 100644 --- a/src/User/Command/DeleteUser.php +++ b/src/User/Command/DeleteUser.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Command; diff --git a/src/User/Command/DeleteUserHandler.php b/src/User/Command/DeleteUserHandler.php index 0a119b248..13113ea75 100644 --- a/src/User/Command/DeleteUserHandler.php +++ b/src/User/Command/DeleteUserHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Command; diff --git a/src/User/Command/EditUser.php b/src/User/Command/EditUser.php index 9ac9382de..f452c9c52 100644 --- a/src/User/Command/EditUser.php +++ b/src/User/Command/EditUser.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Command; diff --git a/src/User/Command/EditUserHandler.php b/src/User/Command/EditUserHandler.php index 64e539d47..46e0b84c0 100644 --- a/src/User/Command/EditUserHandler.php +++ b/src/User/Command/EditUserHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Command; diff --git a/src/User/Command/RegisterUser.php b/src/User/Command/RegisterUser.php index 47494cf25..24f7e8b74 100644 --- a/src/User/Command/RegisterUser.php +++ b/src/User/Command/RegisterUser.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Command; diff --git a/src/User/Command/RegisterUserHandler.php b/src/User/Command/RegisterUserHandler.php index e839e1c2b..2ece57920 100644 --- a/src/User/Command/RegisterUserHandler.php +++ b/src/User/Command/RegisterUserHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Command; diff --git a/src/User/Command/RequestPasswordReset.php b/src/User/Command/RequestPasswordReset.php index fd997179d..a884b7442 100644 --- a/src/User/Command/RequestPasswordReset.php +++ b/src/User/Command/RequestPasswordReset.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Command; diff --git a/src/User/Command/RequestPasswordResetHandler.php b/src/User/Command/RequestPasswordResetHandler.php index 6b35d0e4a..13ad69b6a 100644 --- a/src/User/Command/RequestPasswordResetHandler.php +++ b/src/User/Command/RequestPasswordResetHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Command; diff --git a/src/User/Command/UploadAvatar.php b/src/User/Command/UploadAvatar.php index 6a06cf852..03954155b 100644 --- a/src/User/Command/UploadAvatar.php +++ b/src/User/Command/UploadAvatar.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Command; diff --git a/src/User/Command/UploadAvatarHandler.php b/src/User/Command/UploadAvatarHandler.php index 01722b283..02e9e04c2 100644 --- a/src/User/Command/UploadAvatarHandler.php +++ b/src/User/Command/UploadAvatarHandler.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Command; diff --git a/src/User/Concerns/DeprecatedUserPreferences.php b/src/User/Concerns/DeprecatedUserPreferences.php index 153c56349..ab64bb6b4 100644 --- a/src/User/Concerns/DeprecatedUserPreferences.php +++ b/src/User/Concerns/DeprecatedUserPreferences.php @@ -1,5 +1,12 @@ - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/EmailToken.php b/src/User/EmailToken.php index e6abe8d75..f11862189 100644 --- a/src/User/EmailToken.php +++ b/src/User/EmailToken.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/Event/Activated.php b/src/User/Event/Activated.php index d4ad87dff..f9613ca5a 100644 --- a/src/User/Event/Activated.php +++ b/src/User/Event/Activated.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/AvatarChanged.php b/src/User/Event/AvatarChanged.php index 1754d0538..e194f3937 100644 --- a/src/User/Event/AvatarChanged.php +++ b/src/User/Event/AvatarChanged.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/AvatarDeleting.php b/src/User/Event/AvatarDeleting.php index c991acb8d..1e5a40817 100644 --- a/src/User/Event/AvatarDeleting.php +++ b/src/User/Event/AvatarDeleting.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/AvatarSaving.php b/src/User/Event/AvatarSaving.php index 4e25adc95..b546286d9 100644 --- a/src/User/Event/AvatarSaving.php +++ b/src/User/Event/AvatarSaving.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/BioChanged.php b/src/User/Event/BioChanged.php index 2751516f6..ed5e6c91c 100644 --- a/src/User/Event/BioChanged.php +++ b/src/User/Event/BioChanged.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/CheckingPassword.php b/src/User/Event/CheckingPassword.php index 97f73227c..19afb2174 100644 --- a/src/User/Event/CheckingPassword.php +++ b/src/User/Event/CheckingPassword.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/Deleted.php b/src/User/Event/Deleted.php index 0b3a574ef..3b464f1b0 100644 --- a/src/User/Event/Deleted.php +++ b/src/User/Event/Deleted.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/Deleting.php b/src/User/Event/Deleting.php index 1ff7766f5..7116fcf06 100644 --- a/src/User/Event/Deleting.php +++ b/src/User/Event/Deleting.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/EmailChangeRequested.php b/src/User/Event/EmailChangeRequested.php index 0a237c1c6..57135bfe7 100644 --- a/src/User/Event/EmailChangeRequested.php +++ b/src/User/Event/EmailChangeRequested.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/EmailChanged.php b/src/User/Event/EmailChanged.php index fa1bf7759..57458ad2d 100644 --- a/src/User/Event/EmailChanged.php +++ b/src/User/Event/EmailChanged.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/GetDisplayName.php b/src/User/Event/GetDisplayName.php index 6fde14a10..ff35307c0 100644 --- a/src/User/Event/GetDisplayName.php +++ b/src/User/Event/GetDisplayName.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/GroupsChanged.php b/src/User/Event/GroupsChanged.php index 310d70fb7..02f846aae 100644 --- a/src/User/Event/GroupsChanged.php +++ b/src/User/Event/GroupsChanged.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/LoggedIn.php b/src/User/Event/LoggedIn.php index 3659a0e40..6a91fbe87 100644 --- a/src/User/Event/LoggedIn.php +++ b/src/User/Event/LoggedIn.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/LoggedOut.php b/src/User/Event/LoggedOut.php index 103026983..d2b2d20df 100644 --- a/src/User/Event/LoggedOut.php +++ b/src/User/Event/LoggedOut.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/PasswordChanged.php b/src/User/Event/PasswordChanged.php index 855348676..fb15c2c19 100644 --- a/src/User/Event/PasswordChanged.php +++ b/src/User/Event/PasswordChanged.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/Registered.php b/src/User/Event/Registered.php index 5deedfc5d..c06357df1 100644 --- a/src/User/Event/Registered.php +++ b/src/User/Event/Registered.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/RegisteringFromProvider.php b/src/User/Event/RegisteringFromProvider.php index 6b96a3bff..8ebee757f 100644 --- a/src/User/Event/RegisteringFromProvider.php +++ b/src/User/Event/RegisteringFromProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/Renamed.php b/src/User/Event/Renamed.php index e24225f9a..80e8d0fbe 100644 --- a/src/User/Event/Renamed.php +++ b/src/User/Event/Renamed.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/Saving.php b/src/User/Event/Saving.php index b8f09f371..3f0710a4b 100644 --- a/src/User/Event/Saving.php +++ b/src/User/Event/Saving.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Event/Searching.php b/src/User/Event/Searching.php index 5f6b0695f..7e6ce893f 100644 --- a/src/User/Event/Searching.php +++ b/src/User/Event/Searching.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Event; diff --git a/src/User/Exception/InvalidConfirmationTokenException.php b/src/User/Exception/InvalidConfirmationTokenException.php index c8e9240b2..0eb89b57e 100644 --- a/src/User/Exception/InvalidConfirmationTokenException.php +++ b/src/User/Exception/InvalidConfirmationTokenException.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Exception; diff --git a/src/User/Exception/PermissionDeniedException.php b/src/User/Exception/PermissionDeniedException.php index 1bbeb766c..22097af8f 100644 --- a/src/User/Exception/PermissionDeniedException.php +++ b/src/User/Exception/PermissionDeniedException.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Exception; diff --git a/src/User/Gate.php b/src/User/Gate.php index cfef83ef1..1c0cb4596 100644 --- a/src/User/Gate.php +++ b/src/User/Gate.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/Guest.php b/src/User/Guest.php index e7dc3f502..c9bcae246 100644 --- a/src/User/Guest.php +++ b/src/User/Guest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/LoginProvider.php b/src/User/LoginProvider.php index e0fb1bf8c..d0c2f8dbb 100644 --- a/src/User/LoginProvider.php +++ b/src/User/LoginProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/NotificationPreference.php b/src/User/NotificationPreference.php index 5b042c1e8..ed5538987 100644 --- a/src/User/NotificationPreference.php +++ b/src/User/NotificationPreference.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/PasswordToken.php b/src/User/PasswordToken.php index 90aa45f5d..09266e3bf 100644 --- a/src/User/PasswordToken.php +++ b/src/User/PasswordToken.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/RegistrationToken.php b/src/User/RegistrationToken.php index e51d688f7..fdb696abc 100644 --- a/src/User/RegistrationToken.php +++ b/src/User/RegistrationToken.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/Search/Gambit/EmailGambit.php b/src/User/Search/Gambit/EmailGambit.php index 27a155141..f3ca088b6 100644 --- a/src/User/Search/Gambit/EmailGambit.php +++ b/src/User/Search/Gambit/EmailGambit.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Search\Gambit; diff --git a/src/User/Search/Gambit/FulltextGambit.php b/src/User/Search/Gambit/FulltextGambit.php index a41821693..01080a4f5 100644 --- a/src/User/Search/Gambit/FulltextGambit.php +++ b/src/User/Search/Gambit/FulltextGambit.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Search\Gambit; diff --git a/src/User/Search/Gambit/GroupGambit.php b/src/User/Search/Gambit/GroupGambit.php index e690d93e5..926c9ca66 100644 --- a/src/User/Search/Gambit/GroupGambit.php +++ b/src/User/Search/Gambit/GroupGambit.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Search\Gambit; diff --git a/src/User/Search/UserSearch.php b/src/User/Search/UserSearch.php index d3a7ba28b..37106e538 100644 --- a/src/User/Search/UserSearch.php +++ b/src/User/Search/UserSearch.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Search; diff --git a/src/User/Search/UserSearcher.php b/src/User/Search/UserSearcher.php index 7bc268c23..9a14a560a 100644 --- a/src/User/Search/UserSearcher.php +++ b/src/User/Search/UserSearcher.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User\Search; diff --git a/src/User/SelfDemotionGuard.php b/src/User/SelfDemotionGuard.php index f6523799e..0842b5ab7 100644 --- a/src/User/SelfDemotionGuard.php +++ b/src/User/SelfDemotionGuard.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/SessionServiceProvider.php b/src/User/SessionServiceProvider.php index 87004fe20..fb0104a37 100644 --- a/src/User/SessionServiceProvider.php +++ b/src/User/SessionServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/User.php b/src/User/User.php index b74651981..f8fd3e0b2 100644 --- a/src/User/User.php +++ b/src/User/User.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; @@ -37,7 +35,6 @@ use Flarum\User\Event\Registered; use Flarum\User\Event\Renamed; use Illuminate\Contracts\Hashing\Hasher; use Illuminate\Contracts\Session\Session; -use Illuminate\Support\Arr; /** * @property int $id diff --git a/src/User/UserMetadataUpdater.php b/src/User/UserMetadataUpdater.php index 713c3fa27..f8068214e 100644 --- a/src/User/UserMetadataUpdater.php +++ b/src/User/UserMetadataUpdater.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/UserPolicy.php b/src/User/UserPolicy.php index 0a33b012a..d9b26f9b0 100644 --- a/src/User/UserPolicy.php +++ b/src/User/UserPolicy.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/UserRepository.php b/src/User/UserRepository.php index 45611d0dd..b37542a70 100644 --- a/src/User/UserRepository.php +++ b/src/User/UserRepository.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/UserServiceProvider.php b/src/User/UserServiceProvider.php index f0dd773b4..88f5b93ec 100644 --- a/src/User/UserServiceProvider.php +++ b/src/User/UserServiceProvider.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/User/UserValidator.php b/src/User/UserValidator.php index a994a999f..6ba88bb7b 100644 --- a/src/User/UserValidator.php +++ b/src/User/UserValidator.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\User; diff --git a/src/Util/Str.php b/src/Util/Str.php index f8c7d6a67..e00a6d70e 100644 --- a/src/Util/Str.php +++ b/src/Util/Str.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Util; diff --git a/src/helpers.php b/src/helpers.php index 11ba467f4..4199035a4 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Illuminate\Container\Container; diff --git a/tests/integration/RetrievesAuthorizedUsers.php b/tests/integration/RetrievesAuthorizedUsers.php index 135ef7bec..df2f80e87 100644 --- a/tests/integration/RetrievesAuthorizedUsers.php +++ b/tests/integration/RetrievesAuthorizedUsers.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration; diff --git a/tests/integration/TestCase.php b/tests/integration/TestCase.php index 8cd255949..6c26a6245 100644 --- a/tests/integration/TestCase.php +++ b/tests/integration/TestCase.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration; diff --git a/tests/integration/api/Auth/AuthenticateWithApiKeyTest.php b/tests/integration/api/Auth/AuthenticateWithApiKeyTest.php index c0bafc589..5ceb53044 100644 --- a/tests/integration/api/Auth/AuthenticateWithApiKeyTest.php +++ b/tests/integration/api/Auth/AuthenticateWithApiKeyTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration\api\Auth; diff --git a/tests/integration/api/Controller/ApiControllerTestCase.php b/tests/integration/api/Controller/ApiControllerTestCase.php index 4f0b1296f..4298937f4 100644 --- a/tests/integration/api/Controller/ApiControllerTestCase.php +++ b/tests/integration/api/Controller/ApiControllerTestCase.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration\api\Controller; diff --git a/tests/integration/api/Controller/CreateDiscussionControllerTest.php b/tests/integration/api/Controller/CreateDiscussionControllerTest.php index eb7af2660..38c7ae60d 100644 --- a/tests/integration/api/Controller/CreateDiscussionControllerTest.php +++ b/tests/integration/api/Controller/CreateDiscussionControllerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration\api\Controller; diff --git a/tests/integration/api/Controller/CreateGroupControllerTest.php b/tests/integration/api/Controller/CreateGroupControllerTest.php index c9b9db78c..34076338e 100644 --- a/tests/integration/api/Controller/CreateGroupControllerTest.php +++ b/tests/integration/api/Controller/CreateGroupControllerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration\api\Controller; diff --git a/tests/integration/api/Controller/CreatePostControllerTest.php b/tests/integration/api/Controller/CreatePostControllerTest.php index 286c7afec..a388e3a61 100644 --- a/tests/integration/api/Controller/CreatePostControllerTest.php +++ b/tests/integration/api/Controller/CreatePostControllerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration\api\Controller; diff --git a/tests/integration/api/Controller/CreateTokenControllerTest.php b/tests/integration/api/Controller/CreateTokenControllerTest.php index 0d86d63c1..2266a4da1 100644 --- a/tests/integration/api/Controller/CreateTokenControllerTest.php +++ b/tests/integration/api/Controller/CreateTokenControllerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration\api\Controller; diff --git a/tests/integration/api/Controller/CreateUserControllerTest.php b/tests/integration/api/Controller/CreateUserControllerTest.php index c5f8e80b0..d07406bcf 100644 --- a/tests/integration/api/Controller/CreateUserControllerTest.php +++ b/tests/integration/api/Controller/CreateUserControllerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration\api\Controller; diff --git a/tests/integration/api/Controller/DeleteDiscussionControllerTest.php b/tests/integration/api/Controller/DeleteDiscussionControllerTest.php index cceaeb1e9..1c9df8aba 100644 --- a/tests/integration/api/Controller/DeleteDiscussionControllerTest.php +++ b/tests/integration/api/Controller/DeleteDiscussionControllerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration\api\Controller; diff --git a/tests/integration/api/Controller/ListDiscussionsControllerTest.php b/tests/integration/api/Controller/ListDiscussionsControllerTest.php index fe8be8d94..ca4fe1947 100644 --- a/tests/integration/api/Controller/ListDiscussionsControllerTest.php +++ b/tests/integration/api/Controller/ListDiscussionsControllerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration\api\Controller; diff --git a/tests/integration/api/Controller/ListGroupsControllerTest.php b/tests/integration/api/Controller/ListGroupsControllerTest.php index cd0cdc6a4..8cb90f123 100644 --- a/tests/integration/api/Controller/ListGroupsControllerTest.php +++ b/tests/integration/api/Controller/ListGroupsControllerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration\api\Controller; diff --git a/tests/integration/api/Controller/ListNotificationsControllerTest.php b/tests/integration/api/Controller/ListNotificationsControllerTest.php index f72fd9e5c..fffe1bb22 100644 --- a/tests/integration/api/Controller/ListNotificationsControllerTest.php +++ b/tests/integration/api/Controller/ListNotificationsControllerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration\api\Controller; diff --git a/tests/integration/api/Controller/ListUsersControllerTest.php b/tests/integration/api/Controller/ListUsersControllerTest.php index 30a961849..2cba46f77 100644 --- a/tests/integration/api/Controller/ListUsersControllerTest.php +++ b/tests/integration/api/Controller/ListUsersControllerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration\api\Controller; diff --git a/tests/integration/api/Controller/ShowDiscussionControllerTest.php b/tests/integration/api/Controller/ShowDiscussionControllerTest.php index ab1fe702a..a7ebf8b43 100644 --- a/tests/integration/api/Controller/ShowDiscussionControllerTest.php +++ b/tests/integration/api/Controller/ShowDiscussionControllerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration\api\Controller; diff --git a/tests/integration/api/Controller/UpdateUserControllerTest.php b/tests/integration/api/Controller/UpdateUserControllerTest.php index bceb4895f..159c2f2e4 100644 --- a/tests/integration/api/Controller/UpdateUserControllerTest.php +++ b/tests/integration/api/Controller/UpdateUserControllerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration\api\Controller; diff --git a/tests/integration/api/csrf_protection/RequireCsrfTokenTest.php b/tests/integration/api/csrf_protection/RequireCsrfTokenTest.php index d52ec519c..1ed61eb7f 100644 --- a/tests/integration/api/csrf_protection/RequireCsrfTokenTest.php +++ b/tests/integration/api/csrf_protection/RequireCsrfTokenTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration\api\csrf_protection; diff --git a/tests/integration/setup.php b/tests/integration/setup.php index 45f0a382d..d31315806 100644 --- a/tests/integration/setup.php +++ b/tests/integration/setup.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Install\AdminUser; diff --git a/tests/unit/Api/ExceptionHandler/FloodingExceptionHandlerTest.php b/tests/unit/Api/ExceptionHandler/FloodingExceptionHandlerTest.php index e2043b493..6f600c8cb 100644 --- a/tests/unit/Api/ExceptionHandler/FloodingExceptionHandlerTest.php +++ b/tests/unit/Api/ExceptionHandler/FloodingExceptionHandlerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\unit\Api\ExceptionHandler; diff --git a/tests/unit/Api/ExceptionHandler/IlluminateValidationExceptionHandlerTest.php b/tests/unit/Api/ExceptionHandler/IlluminateValidationExceptionHandlerTest.php index ed3d799f6..499e5164a 100644 --- a/tests/unit/Api/ExceptionHandler/IlluminateValidationExceptionHandlerTest.php +++ b/tests/unit/Api/ExceptionHandler/IlluminateValidationExceptionHandlerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\unit\Api\ExceptionHandler; diff --git a/tests/unit/Api/ExceptionHandler/InvalidAccessTokenExceptionHandlerTest.php b/tests/unit/Api/ExceptionHandler/InvalidAccessTokenExceptionHandlerTest.php index 3d7355eac..510eb78f8 100644 --- a/tests/unit/Api/ExceptionHandler/InvalidAccessTokenExceptionHandlerTest.php +++ b/tests/unit/Api/ExceptionHandler/InvalidAccessTokenExceptionHandlerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\unit\Api\ExceptionHandler; diff --git a/tests/unit/Api/ExceptionHandler/InvalidConfirmationTokenExceptionHandlerTest.php b/tests/unit/Api/ExceptionHandler/InvalidConfirmationTokenExceptionHandlerTest.php index 1f289fe73..89f779fe2 100644 --- a/tests/unit/Api/ExceptionHandler/InvalidConfirmationTokenExceptionHandlerTest.php +++ b/tests/unit/Api/ExceptionHandler/InvalidConfirmationTokenExceptionHandlerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\unit\Api\ExceptionHandler; diff --git a/tests/unit/Api/ExceptionHandler/MethodNotAllowedExceptionHandlerTest.php b/tests/unit/Api/ExceptionHandler/MethodNotAllowedExceptionHandlerTest.php index 23ce0761f..c1166f2ca 100644 --- a/tests/unit/Api/ExceptionHandler/MethodNotAllowedExceptionHandlerTest.php +++ b/tests/unit/Api/ExceptionHandler/MethodNotAllowedExceptionHandlerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\unit\Api\ExceptionHandler; diff --git a/tests/unit/Api/ExceptionHandler/ModelNotFoundExceptionHandlerTest.php b/tests/unit/Api/ExceptionHandler/ModelNotFoundExceptionHandlerTest.php index c1eb2efcc..ef8e499ae 100644 --- a/tests/unit/Api/ExceptionHandler/ModelNotFoundExceptionHandlerTest.php +++ b/tests/unit/Api/ExceptionHandler/ModelNotFoundExceptionHandlerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\unit\Api\ExceptionHandler; diff --git a/tests/unit/Api/ExceptionHandler/PermissionDeniedExceptionHandlerTest.php b/tests/unit/Api/ExceptionHandler/PermissionDeniedExceptionHandlerTest.php index dcfdb33f8..74e11ee45 100644 --- a/tests/unit/Api/ExceptionHandler/PermissionDeniedExceptionHandlerTest.php +++ b/tests/unit/Api/ExceptionHandler/PermissionDeniedExceptionHandlerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\unit\Api\ExceptionHandler; diff --git a/tests/unit/Api/ExceptionHandler/RouteNotFoundExceptionHandlerTest.php b/tests/unit/Api/ExceptionHandler/RouteNotFoundExceptionHandlerTest.php index 51c82cb70..94b7a56ee 100644 --- a/tests/unit/Api/ExceptionHandler/RouteNotFoundExceptionHandlerTest.php +++ b/tests/unit/Api/ExceptionHandler/RouteNotFoundExceptionHandlerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\unit\Api\ExceptionHandler; diff --git a/tests/unit/Api/ExceptionHandler/TokenMismatchExceptionHandlerTest.php b/tests/unit/Api/ExceptionHandler/TokenMismatchExceptionHandlerTest.php index eebb1bff8..78f89c5a7 100644 --- a/tests/unit/Api/ExceptionHandler/TokenMismatchExceptionHandlerTest.php +++ b/tests/unit/Api/ExceptionHandler/TokenMismatchExceptionHandlerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\unit\Api\ExceptionHandler; diff --git a/tests/unit/Api/ExceptionHandler/ValidationExceptionHandlerTest.php b/tests/unit/Api/ExceptionHandler/ValidationExceptionHandlerTest.php index a014a96e5..cf0a511f2 100644 --- a/tests/unit/Api/ExceptionHandler/ValidationExceptionHandlerTest.php +++ b/tests/unit/Api/ExceptionHandler/ValidationExceptionHandlerTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\unit\Api\ExceptionHandler; diff --git a/tests/unit/Settings/DatabaseSettingsRepositoryTest.php b/tests/unit/Settings/DatabaseSettingsRepositoryTest.php index c7188792d..b5bbb8fbd 100644 --- a/tests/unit/Settings/DatabaseSettingsRepositoryTest.php +++ b/tests/unit/Settings/DatabaseSettingsRepositoryTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\unit\Settings; diff --git a/tests/unit/Settings/MemoryCacheSettingsRepositoryTest.php b/tests/unit/Settings/MemoryCacheSettingsRepositoryTest.php index aa2e35615..9856223dc 100644 --- a/tests/unit/Settings/MemoryCacheSettingsRepositoryTest.php +++ b/tests/unit/Settings/MemoryCacheSettingsRepositoryTest.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\unit\Settings; diff --git a/views/install/problems.php b/views/install/problems.php index 36b8d6252..80a4abcf8 100644 --- a/views/install/problems.php +++ b/views/install/problems.php @@ -3,12 +3,12 @@

These problems must be resolved before you can continue the installation. If you're having trouble, get help on the Flarum website.

- +

- +

- +
- +