From c60b247ef742bb3d6a5c9c7cafca76bee55c2c46 Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Sat, 21 Mar 2020 17:01:34 +0300 Subject: [PATCH] Update copyright notices Actualize the years --- src/mibew/README.txt | 2 +- src/mibew/cron.php | 2 +- src/mibew/index.php | 2 +- src/mibew/index_fallback.php | 2 +- src/mibew/install.php | 2 +- src/mibew/js/source/bans.js | 2 +- src/mibew/js/source/chat/app.js | 2 +- .../js/source/chat/collection_views/messages_collection.js | 2 +- src/mibew/js/source/chat/collection_views/status_collection.js | 2 +- src/mibew/js/source/chat/collections/messages.js | 2 +- src/mibew/js/source/chat/collections/status.js | 2 +- src/mibew/js/source/chat/init.js | 2 +- src/mibew/js/source/chat/layouts/chat.js | 2 +- src/mibew/js/source/chat/layouts/invitation.js | 2 +- src/mibew/js/source/chat/layouts/leave_message.js | 2 +- src/mibew/js/source/chat/layouts/survey.js | 2 +- src/mibew/js/source/chat/mibewapi_chat_interaction.js | 2 +- src/mibew/js/source/chat/model_views/avatar.js | 2 +- src/mibew/js/source/chat/model_views/controls/close.js | 2 +- src/mibew/js/source/chat/model_views/controls/history.js | 2 +- src/mibew/js/source/chat/model_views/controls/redirect.js | 2 +- src/mibew/js/source/chat/model_views/controls/refresh.js | 2 +- src/mibew/js/source/chat/model_views/controls/secure_mode.js | 2 +- src/mibew/js/source/chat/model_views/controls/send_mail.js | 2 +- src/mibew/js/source/chat/model_views/controls/sound.js | 2 +- src/mibew/js/source/chat/model_views/controls/user_name.js | 2 +- .../chat/model_views/leave_message/leave_message_description.js | 2 +- .../source/chat/model_views/leave_message/leave_message_form.js | 2 +- .../model_views/leave_message/leave_message_sent_description.js | 2 +- src/mibew/js/source/chat/model_views/messages/message.js | 2 +- src/mibew/js/source/chat/model_views/messages/message_form.js | 2 +- src/mibew/js/source/chat/model_views/status/base_status.js | 2 +- src/mibew/js/source/chat/model_views/status/message.js | 2 +- src/mibew/js/source/chat/model_views/status/typing.js | 2 +- src/mibew/js/source/chat/model_views/survey/base_survey_form.js | 2 +- src/mibew/js/source/chat/model_views/survey/survey_form.js | 2 +- src/mibew/js/source/chat/models/avatar.js | 2 +- src/mibew/js/source/chat/models/chat_user.js | 2 +- src/mibew/js/source/chat/models/controls/close.js | 2 +- src/mibew/js/source/chat/models/controls/history.js | 2 +- src/mibew/js/source/chat/models/controls/redirect.js | 2 +- src/mibew/js/source/chat/models/controls/refresh.js | 2 +- src/mibew/js/source/chat/models/controls/secure_mode.js | 2 +- src/mibew/js/source/chat/models/controls/send_mail.js | 2 +- src/mibew/js/source/chat/models/controls/sound.js | 2 +- src/mibew/js/source/chat/models/controls/user_name.js | 2 +- .../js/source/chat/models/leave_message/leave_message_form.js | 2 +- src/mibew/js/source/chat/models/messages/message_form.js | 2 +- src/mibew/js/source/chat/models/sound_managers/base.js | 2 +- src/mibew/js/source/chat/models/sound_managers/chat.js | 2 +- src/mibew/js/source/chat/models/status/base_status.js | 2 +- src/mibew/js/source/chat/models/status/message.js | 2 +- src/mibew/js/source/chat/models/status/typing.js | 2 +- src/mibew/js/source/chat/models/survey/base_survey_form.js | 2 +- src/mibew/js/source/chat/models/survey/survey_form.js | 2 +- src/mibew/js/source/chat/modules/chat.js | 2 +- src/mibew/js/source/chat/modules/invitation.js | 2 +- src/mibew/js/source/chat/modules/leave_message.js | 2 +- src/mibew/js/source/chat/modules/survey.js | 2 +- src/mibew/js/source/chat/regions/messages.js | 2 +- src/mibew/js/source/chat/utils.js | 2 +- src/mibew/js/source/chat_popup.js | 2 +- src/mibew/js/source/default/collection_views/base_collection.js | 2 +- .../js/source/default/collection_views/controls_collection.js | 2 +- src/mibew/js/source/default/collections/controls.js | 2 +- src/mibew/js/source/default/handlebars_helpers.js | 2 +- src/mibew/js/source/default/init.js | 2 +- src/mibew/js/source/default/localization.js | 2 +- src/mibew/js/source/default/model_views/control.js | 2 +- src/mibew/js/source/default/model_views/message.js | 2 +- src/mibew/js/source/default/models/base.js | 2 +- src/mibew/js/source/default/models/control.js | 2 +- src/mibew/js/source/default/models/message.js | 2 +- src/mibew/js/source/default/models/page.js | 2 +- src/mibew/js/source/default/models/thread.js | 2 +- src/mibew/js/source/default/models/user.js | 2 +- src/mibew/js/source/default/server.js | 2 +- src/mibew/js/source/default/utils.js | 2 +- src/mibew/js/source/features.js | 2 +- src/mibew/js/source/group.js | 2 +- src/mibew/js/source/groups.js | 2 +- src/mibew/js/source/mibewapi.js | 2 +- src/mibew/js/source/operator_permissions.js | 2 +- src/mibew/js/source/operators.js | 2 +- src/mibew/js/source/plugins.js | 2 +- src/mibew/js/source/soundcheck.js | 2 +- src/mibew/js/source/thread_log/app.js | 2 +- .../source/thread_log/collection_views/messages_collection.js | 2 +- src/mibew/js/source/thread_log/collections/messages.js | 2 +- src/mibew/js/source/users/app.js | 2 +- src/mibew/js/source/users/collection_views/agents_collection.js | 2 +- .../js/source/users/collection_views/threads_collection.js | 2 +- .../js/source/users/collection_views/visitors_collection.js | 2 +- src/mibew/js/source/users/collections/agents.js | 2 +- src/mibew/js/source/users/collections/threads.js | 2 +- src/mibew/js/source/users/collections/visitors.js | 2 +- src/mibew/js/source/users/init.js | 2 +- src/mibew/js/source/users/mibewapi_users_interaction.js | 2 +- src/mibew/js/source/users/model_views/agent.js | 2 +- src/mibew/js/source/users/model_views/no_threads.js | 2 +- src/mibew/js/source/users/model_views/no_visitors.js | 2 +- src/mibew/js/source/users/model_views/queued_thread.js | 2 +- src/mibew/js/source/users/model_views/status_panel.js | 2 +- src/mibew/js/source/users/model_views/visitor.js | 2 +- src/mibew/js/source/users/models/agent.js | 2 +- src/mibew/js/source/users/models/queued_thread.js | 2 +- src/mibew/js/source/users/models/status_panel.js | 2 +- src/mibew/js/source/users/models/visitor.js | 2 +- src/mibew/js/source/widget.js | 2 +- src/mibew/libs/canned.php | 2 +- src/mibew/libs/captcha.php | 2 +- src/mibew/libs/chat.php | 2 +- src/mibew/libs/classes/Mibew/API/API.php | 2 +- src/mibew/libs/classes/Mibew/API/APIException.php | 2 +- src/mibew/libs/classes/Mibew/API/ExecutionContext.php | 2 +- .../libs/classes/Mibew/API/Interaction/AbstractInteraction.php | 2 +- .../libs/classes/Mibew/API/Interaction/ChatInteraction.php | 2 +- .../libs/classes/Mibew/API/Interaction/UsersInteraction.php | 2 +- .../libs/classes/Mibew/AccessControl/Check/AbstractCheck.php | 2 +- .../libs/classes/Mibew/AccessControl/Check/CanInstallCheck.php | 2 +- .../libs/classes/Mibew/AccessControl/Check/CheckResolver.php | 2 +- .../libs/classes/Mibew/AccessControl/Check/LoggedInCheck.php | 2 +- .../classes/Mibew/AccessControl/Check/OperatorEditCheck.php | 2 +- .../classes/Mibew/AccessControl/Check/OperatorViewCheck.php | 2 +- .../libs/classes/Mibew/AccessControl/Check/PermissionsCheck.php | 2 +- src/mibew/libs/classes/Mibew/Application.php | 2 +- src/mibew/libs/classes/Mibew/Asset/AssetManager.php | 2 +- .../libs/classes/Mibew/Asset/AssetManagerAwareInterface.php | 2 +- src/mibew/libs/classes/Mibew/Asset/AssetManagerInterface.php | 2 +- src/mibew/libs/classes/Mibew/Asset/Generator/UrlGenerator.php | 2 +- .../classes/Mibew/Asset/Generator/UrlGeneratorInterface.php | 2 +- src/mibew/libs/classes/Mibew/Asset/Package.php | 2 +- .../libs/classes/Mibew/Authentication/AuthenticationManager.php | 2 +- .../Authentication/AuthenticationManagerAwareInterface.php | 2 +- .../Mibew/Authentication/AuthenticationManagerInterface.php | 2 +- .../classes/Mibew/Authentication/DummyAuthenticationManager.php | 2 +- .../Mibew/Authentication/SessionAuthenticationManager.php | 2 +- src/mibew/libs/classes/Mibew/Ban.php | 2 +- .../libs/classes/Mibew/Button/Generator/AbstractGenerator.php | 2 +- .../libs/classes/Mibew/Button/Generator/GeneratorInterface.php | 2 +- .../libs/classes/Mibew/Button/Generator/ImageGenerator.php | 2 +- .../classes/Mibew/Button/Generator/OperatorCodeGenerator.php | 2 +- src/mibew/libs/classes/Mibew/Button/Generator/TextGenerator.php | 2 +- src/mibew/libs/classes/Mibew/Cache/CacheAwareInterface.php | 2 +- src/mibew/libs/classes/Mibew/Cache/CacheFactory.php | 2 +- src/mibew/libs/classes/Mibew/Controller/AboutController.php | 2 +- src/mibew/libs/classes/Mibew/Controller/AbstractController.php | 2 +- src/mibew/libs/classes/Mibew/Controller/BanController.php | 2 +- .../libs/classes/Mibew/Controller/ButtonCodeController.php | 2 +- src/mibew/libs/classes/Mibew/Controller/ButtonController.php | 2 +- .../libs/classes/Mibew/Controller/CannedMessageController.php | 2 +- src/mibew/libs/classes/Mibew/Controller/CaptchaController.php | 2 +- .../libs/classes/Mibew/Controller/Chat/AbstractController.php | 2 +- src/mibew/libs/classes/Mibew/Controller/Chat/MailController.php | 2 +- .../classes/Mibew/Controller/Chat/OperatorChatController.php | 2 +- .../libs/classes/Mibew/Controller/Chat/RedirectController.php | 2 +- .../libs/classes/Mibew/Controller/Chat/StyleController.php | 2 +- .../libs/classes/Mibew/Controller/Chat/ThreadController.php | 2 +- .../libs/classes/Mibew/Controller/Chat/UserChatController.php | 2 +- src/mibew/libs/classes/Mibew/Controller/ControllerResolver.php | 2 +- src/mibew/libs/classes/Mibew/Controller/CronController.php | 2 +- .../libs/classes/Mibew/Controller/Group/AbstractController.php | 2 +- .../classes/Mibew/Controller/Group/ManagementController.php | 2 +- .../libs/classes/Mibew/Controller/Group/MembersController.php | 2 +- .../libs/classes/Mibew/Controller/Group/SettingsController.php | 2 +- src/mibew/libs/classes/Mibew/Controller/HistoryController.php | 2 +- src/mibew/libs/classes/Mibew/Controller/HomeController.php | 2 +- src/mibew/libs/classes/Mibew/Controller/InstallController.php | 2 +- .../libs/classes/Mibew/Controller/InvitationController.php | 2 +- .../Mibew/Controller/Localization/AbstractController.php | 2 +- .../Mibew/Controller/Localization/JsTranslationController.php | 2 +- .../classes/Mibew/Controller/Localization/LocaleController.php | 2 +- .../Mibew/Controller/Localization/TranslationController.php | 2 +- .../Controller/Localization/TranslationExportController.php | 2 +- .../Controller/Localization/TranslationImportController.php | 2 +- src/mibew/libs/classes/Mibew/Controller/LoginController.php | 2 +- src/mibew/libs/classes/Mibew/Controller/LogoutController.php | 2 +- .../libs/classes/Mibew/Controller/MailTemplateController.php | 2 +- .../classes/Mibew/Controller/Operator/AbstractController.php | 2 +- .../libs/classes/Mibew/Controller/Operator/AvatarController.php | 2 +- .../libs/classes/Mibew/Controller/Operator/GroupsController.php | 2 +- .../classes/Mibew/Controller/Operator/ManagementController.php | 2 +- .../classes/Mibew/Controller/Operator/PermissionsController.php | 2 +- .../classes/Mibew/Controller/Operator/ProfileController.php | 2 +- .../classes/Mibew/Controller/PasswordRecoveryController.php | 2 +- src/mibew/libs/classes/Mibew/Controller/PluginController.php | 2 +- src/mibew/libs/classes/Mibew/Controller/RedirectController.php | 2 +- .../classes/Mibew/Controller/Settings/AbstractController.php | 2 +- .../libs/classes/Mibew/Controller/Settings/CommonController.php | 2 +- .../classes/Mibew/Controller/Settings/FeaturesController.php | 2 +- .../classes/Mibew/Controller/Settings/PerformanceController.php | 2 +- .../libs/classes/Mibew/Controller/StatisticsController.php | 2 +- src/mibew/libs/classes/Mibew/Controller/StyleController.php | 2 +- src/mibew/libs/classes/Mibew/Controller/UpdateController.php | 2 +- src/mibew/libs/classes/Mibew/Controller/UsersController.php | 2 +- src/mibew/libs/classes/Mibew/Controller/WidgetController.php | 2 +- src/mibew/libs/classes/Mibew/Database.php | 2 +- .../libs/classes/Mibew/EventDispatcher/EventDispatcher.php | 2 +- src/mibew/libs/classes/Mibew/EventDispatcher/Events.php | 2 +- src/mibew/libs/classes/Mibew/Handlebars/CacheAdapter.php | 2 +- .../libs/classes/Mibew/Handlebars/HandlebarsAwareInterface.php | 2 +- .../classes/Mibew/Handlebars/Helper/AbstractAssetsHelper.php | 2 +- src/mibew/libs/classes/Mibew/Handlebars/Helper/AssetHelper.php | 2 +- .../Mibew/Handlebars/Helper/CsrfProtectedRouteHelper.php | 2 +- .../classes/Mibew/Handlebars/Helper/CsrfTokenInputHelper.php | 2 +- .../libs/classes/Mibew/Handlebars/Helper/CssAssetsHelper.php | 2 +- .../classes/Mibew/Handlebars/Helper/FormatDateDiffHelper.php | 2 +- .../libs/classes/Mibew/Handlebars/Helper/FormatDateHelper.php | 2 +- .../Mibew/Handlebars/Helper/GeneratePaginationHelper.php | 2 +- .../libs/classes/Mibew/Handlebars/Helper/JsAssetsHelper.php | 2 +- src/mibew/libs/classes/Mibew/Handlebars/Helper/L10nHelper.php | 2 +- src/mibew/libs/classes/Mibew/Handlebars/Helper/RouteHelper.php | 2 +- src/mibew/libs/classes/Mibew/Handlebars/Helpers.php | 2 +- src/mibew/libs/classes/Mibew/Http/CookieFactory.php | 2 +- .../libs/classes/Mibew/Http/CookieFactoryAwareInterface.php | 2 +- .../libs/classes/Mibew/Http/Exception/AccessDeniedException.php | 2 +- .../libs/classes/Mibew/Http/Exception/BadRequestException.php | 2 +- src/mibew/libs/classes/Mibew/Http/Exception/HttpException.php | 2 +- .../classes/Mibew/Http/Exception/MethodNotAllowedException.php | 2 +- .../libs/classes/Mibew/Http/Exception/NotFoundException.php | 2 +- src/mibew/libs/classes/Mibew/Mail/MailerFactory.php | 2 +- .../libs/classes/Mibew/Mail/MailerFactoryAwareInterface.php | 2 +- src/mibew/libs/classes/Mibew/Mail/MailerFactoryInterface.php | 2 +- src/mibew/libs/classes/Mibew/Mail/Template.php | 2 +- src/mibew/libs/classes/Mibew/Mail/Utils.php | 2 +- src/mibew/libs/classes/Mibew/Maintenance/AvailableUpdate.php | 2 +- src/mibew/libs/classes/Mibew/Maintenance/CronWorker.php | 2 +- src/mibew/libs/classes/Mibew/Maintenance/Installer.php | 2 +- src/mibew/libs/classes/Mibew/Maintenance/UpdateChecker.php | 2 +- src/mibew/libs/classes/Mibew/Maintenance/Updater.php | 2 +- src/mibew/libs/classes/Mibew/Maintenance/Utils.php | 2 +- src/mibew/libs/classes/Mibew/Plugin/AbstractPlugin.php | 2 +- src/mibew/libs/classes/Mibew/Plugin/DependencyGraph.php | 2 +- src/mibew/libs/classes/Mibew/Plugin/PluginInfo.php | 2 +- src/mibew/libs/classes/Mibew/Plugin/PluginInterface.php | 2 +- src/mibew/libs/classes/Mibew/Plugin/PluginManager.php | 2 +- src/mibew/libs/classes/Mibew/Plugin/State.php | 2 +- src/mibew/libs/classes/Mibew/Plugin/Utils.php | 2 +- src/mibew/libs/classes/Mibew/ProcessLock.php | 2 +- .../libs/classes/Mibew/RequestProcessor/AbstractProcessor.php | 2 +- .../libs/classes/Mibew/RequestProcessor/ClientSideProcessor.php | 2 +- .../RequestProcessor/Exception/AbstractProcessorException.php | 2 +- .../RequestProcessor/Exception/ThreadProcessorException.php | 2 +- .../RequestProcessor/Exception/UsersProcessorException.php | 2 +- .../libs/classes/Mibew/RequestProcessor/ThreadProcessor.php | 2 +- .../libs/classes/Mibew/RequestProcessor/UsersProcessor.php | 2 +- .../classes/Mibew/Routing/Exception/AccessDeniedException.php | 2 +- .../Mibew/Routing/Generator/SecureUrlGeneratorInterface.php | 2 +- src/mibew/libs/classes/Mibew/Routing/Generator/UrlGenerator.php | 2 +- src/mibew/libs/classes/Mibew/Routing/Loader/CacheLoader.php | 2 +- .../libs/classes/Mibew/Routing/Loader/DummyPluginLoader.php | 2 +- src/mibew/libs/classes/Mibew/Routing/Loader/PluginLoader.php | 2 +- src/mibew/libs/classes/Mibew/Routing/Router.php | 2 +- src/mibew/libs/classes/Mibew/Routing/RouterAwareInterface.php | 2 +- src/mibew/libs/classes/Mibew/Routing/RouterInterface.php | 2 +- src/mibew/libs/classes/Mibew/Settings.php | 2 +- .../libs/classes/Mibew/Style/AbstractHandlebarsPoweredStyle.php | 2 +- src/mibew/libs/classes/Mibew/Style/AbstractStyle.php | 2 +- src/mibew/libs/classes/Mibew/Style/ChatStyle.php | 2 +- src/mibew/libs/classes/Mibew/Style/InvitationStyle.php | 2 +- src/mibew/libs/classes/Mibew/Style/PageStyle.php | 2 +- src/mibew/libs/classes/Mibew/Style/StyleInterface.php | 2 +- src/mibew/libs/classes/Mibew/Thread.php | 2 +- src/mibew/libs/common/configurations.php | 2 +- src/mibew/libs/common/constants.php | 2 +- src/mibew/libs/common/csrf.php | 2 +- src/mibew/libs/common/datetime.php | 2 +- src/mibew/libs/common/locale.php | 2 +- src/mibew/libs/common/misc.php | 2 +- src/mibew/libs/common/response.php | 2 +- src/mibew/libs/common/string.php | 2 +- src/mibew/libs/common/verification.php | 2 +- src/mibew/libs/groups.php | 2 +- src/mibew/libs/init.php | 2 +- src/mibew/libs/invitation.php | 2 +- src/mibew/libs/operator.php | 2 +- src/mibew/libs/pagination.php | 2 +- src/mibew/libs/statistics.php | 2 +- src/mibew/libs/track.php | 2 +- src/mibew/libs/userinfo.php | 2 +- src/mibew/styles/chats/default/chat.css | 2 +- src/mibew/styles/chats/default/chat_ie7.css | 2 +- src/mibew/styles/chats/default/iframe.css | 2 +- src/mibew/styles/chats/default/js/source/resize.js | 2 +- src/mibew/styles/invitations/default/invite.css | 2 +- src/mibew/styles/pages/default/css/default.css | 2 +- src/mibew/styles/pages/default/css/default_ie.css | 2 +- src/mibew/styles/pages/default/js/autoclose.js | 2 +- src/mibew/styles/pages/default/js/dashboard.js | 2 +- src/mibew/styles/pages/default/js/ie.js | 2 +- src/mibew/styles/pages/default/js/locale.js | 2 +- src/mibew/styles/pages/default/js/toggle_menu.js | 2 +- .../pages/default/templates_src/server_side/_layout.handlebars | 2 +- .../pages/default/templates_src/server_side/about.handlebars | 2 +- src/tools/compiled_templates_header.txt | 2 +- src/tools/header.txt | 2 +- src/tools/header_update.pl | 2 +- 297 files changed, 297 insertions(+), 297 deletions(-) diff --git a/src/mibew/README.txt b/src/mibew/README.txt index aa9bd2b0..d0867dcb 100644 --- a/src/mibew/README.txt +++ b/src/mibew/README.txt @@ -1,5 +1,5 @@ Mibew Messenger -Copyright 2005-2019 the original author or authors. +Copyright 2005-2020 the original author or authors. REQUIREMENTS diff --git a/src/mibew/cron.php b/src/mibew/cron.php index 0e16736f..9f8257aa 100644 --- a/src/mibew/cron.php +++ b/src/mibew/cron.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/index.php b/src/mibew/index.php index e8f298f7..41327b50 100644 --- a/src/mibew/index.php +++ b/src/mibew/index.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/index_fallback.php b/src/mibew/index_fallback.php index 469d21c6..920bab70 100644 --- a/src/mibew/index_fallback.php +++ b/src/mibew/index_fallback.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/install.php b/src/mibew/install.php index 52341c37..fd5c8a6c 100644 --- a/src/mibew/install.php +++ b/src/mibew/install.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/bans.js b/src/mibew/js/source/bans.js index 9376546d..1628f229 100644 --- a/src/mibew/js/source/bans.js +++ b/src/mibew/js/source/bans.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/app.js b/src/mibew/js/source/chat/app.js index e17649af..e9d1614f 100644 --- a/src/mibew/js/source/chat/app.js +++ b/src/mibew/js/source/chat/app.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/collection_views/messages_collection.js b/src/mibew/js/source/chat/collection_views/messages_collection.js index 24094e40..c8d3c169 100644 --- a/src/mibew/js/source/chat/collection_views/messages_collection.js +++ b/src/mibew/js/source/chat/collection_views/messages_collection.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/collection_views/status_collection.js b/src/mibew/js/source/chat/collection_views/status_collection.js index 5acbf79e..68952cf3 100644 --- a/src/mibew/js/source/chat/collection_views/status_collection.js +++ b/src/mibew/js/source/chat/collection_views/status_collection.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/collections/messages.js b/src/mibew/js/source/chat/collections/messages.js index c8b1cb4c..b83ce8f0 100644 --- a/src/mibew/js/source/chat/collections/messages.js +++ b/src/mibew/js/source/chat/collections/messages.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/collections/status.js b/src/mibew/js/source/chat/collections/status.js index 8a3e83fb..a0b278f2 100644 --- a/src/mibew/js/source/chat/collections/status.js +++ b/src/mibew/js/source/chat/collections/status.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/init.js b/src/mibew/js/source/chat/init.js index 39640582..2d93aa5f 100644 --- a/src/mibew/js/source/chat/init.js +++ b/src/mibew/js/source/chat/init.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/layouts/chat.js b/src/mibew/js/source/chat/layouts/chat.js index 28a82971..e6bf7776 100644 --- a/src/mibew/js/source/chat/layouts/chat.js +++ b/src/mibew/js/source/chat/layouts/chat.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/layouts/invitation.js b/src/mibew/js/source/chat/layouts/invitation.js index 8370dc46..94aa9349 100644 --- a/src/mibew/js/source/chat/layouts/invitation.js +++ b/src/mibew/js/source/chat/layouts/invitation.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/layouts/leave_message.js b/src/mibew/js/source/chat/layouts/leave_message.js index 5f8dcb8a..f2bade91 100644 --- a/src/mibew/js/source/chat/layouts/leave_message.js +++ b/src/mibew/js/source/chat/layouts/leave_message.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/layouts/survey.js b/src/mibew/js/source/chat/layouts/survey.js index 2005e052..0ddd925e 100644 --- a/src/mibew/js/source/chat/layouts/survey.js +++ b/src/mibew/js/source/chat/layouts/survey.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/mibewapi_chat_interaction.js b/src/mibew/js/source/chat/mibewapi_chat_interaction.js index 95bdecb1..9ca4bba8 100644 --- a/src/mibew/js/source/chat/mibewapi_chat_interaction.js +++ b/src/mibew/js/source/chat/mibewapi_chat_interaction.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/avatar.js b/src/mibew/js/source/chat/model_views/avatar.js index 61e6b07c..071e28be 100644 --- a/src/mibew/js/source/chat/model_views/avatar.js +++ b/src/mibew/js/source/chat/model_views/avatar.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/controls/close.js b/src/mibew/js/source/chat/model_views/controls/close.js index 52bcf967..19cc7fea 100644 --- a/src/mibew/js/source/chat/model_views/controls/close.js +++ b/src/mibew/js/source/chat/model_views/controls/close.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/controls/history.js b/src/mibew/js/source/chat/model_views/controls/history.js index f907aa59..e77664b1 100644 --- a/src/mibew/js/source/chat/model_views/controls/history.js +++ b/src/mibew/js/source/chat/model_views/controls/history.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/controls/redirect.js b/src/mibew/js/source/chat/model_views/controls/redirect.js index bde8d745..0b997f09 100644 --- a/src/mibew/js/source/chat/model_views/controls/redirect.js +++ b/src/mibew/js/source/chat/model_views/controls/redirect.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/controls/refresh.js b/src/mibew/js/source/chat/model_views/controls/refresh.js index 5abf846d..17863d8d 100644 --- a/src/mibew/js/source/chat/model_views/controls/refresh.js +++ b/src/mibew/js/source/chat/model_views/controls/refresh.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/controls/secure_mode.js b/src/mibew/js/source/chat/model_views/controls/secure_mode.js index 8d653ffc..22cb5225 100644 --- a/src/mibew/js/source/chat/model_views/controls/secure_mode.js +++ b/src/mibew/js/source/chat/model_views/controls/secure_mode.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/controls/send_mail.js b/src/mibew/js/source/chat/model_views/controls/send_mail.js index 172ef55f..3766a1b6 100644 --- a/src/mibew/js/source/chat/model_views/controls/send_mail.js +++ b/src/mibew/js/source/chat/model_views/controls/send_mail.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/controls/sound.js b/src/mibew/js/source/chat/model_views/controls/sound.js index 44f857b4..89035cbf 100644 --- a/src/mibew/js/source/chat/model_views/controls/sound.js +++ b/src/mibew/js/source/chat/model_views/controls/sound.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/controls/user_name.js b/src/mibew/js/source/chat/model_views/controls/user_name.js index ea99b4d8..9b1f31c9 100644 --- a/src/mibew/js/source/chat/model_views/controls/user_name.js +++ b/src/mibew/js/source/chat/model_views/controls/user_name.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/leave_message/leave_message_description.js b/src/mibew/js/source/chat/model_views/leave_message/leave_message_description.js index 097aed32..f23bbb12 100644 --- a/src/mibew/js/source/chat/model_views/leave_message/leave_message_description.js +++ b/src/mibew/js/source/chat/model_views/leave_message/leave_message_description.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/leave_message/leave_message_form.js b/src/mibew/js/source/chat/model_views/leave_message/leave_message_form.js index b955366a..71f2e90d 100644 --- a/src/mibew/js/source/chat/model_views/leave_message/leave_message_form.js +++ b/src/mibew/js/source/chat/model_views/leave_message/leave_message_form.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/leave_message/leave_message_sent_description.js b/src/mibew/js/source/chat/model_views/leave_message/leave_message_sent_description.js index 235942f4..d8dd8835 100644 --- a/src/mibew/js/source/chat/model_views/leave_message/leave_message_sent_description.js +++ b/src/mibew/js/source/chat/model_views/leave_message/leave_message_sent_description.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/messages/message.js b/src/mibew/js/source/chat/model_views/messages/message.js index 5cdf3ba1..c7494272 100644 --- a/src/mibew/js/source/chat/model_views/messages/message.js +++ b/src/mibew/js/source/chat/model_views/messages/message.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/messages/message_form.js b/src/mibew/js/source/chat/model_views/messages/message_form.js index b488059a..a8803dfa 100644 --- a/src/mibew/js/source/chat/model_views/messages/message_form.js +++ b/src/mibew/js/source/chat/model_views/messages/message_form.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/status/base_status.js b/src/mibew/js/source/chat/model_views/status/base_status.js index f2c4ec45..f31a2929 100644 --- a/src/mibew/js/source/chat/model_views/status/base_status.js +++ b/src/mibew/js/source/chat/model_views/status/base_status.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/status/message.js b/src/mibew/js/source/chat/model_views/status/message.js index 4d5daefb..1eba4d86 100644 --- a/src/mibew/js/source/chat/model_views/status/message.js +++ b/src/mibew/js/source/chat/model_views/status/message.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/status/typing.js b/src/mibew/js/source/chat/model_views/status/typing.js index 85126472..8c6b3f9a 100644 --- a/src/mibew/js/source/chat/model_views/status/typing.js +++ b/src/mibew/js/source/chat/model_views/status/typing.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/survey/base_survey_form.js b/src/mibew/js/source/chat/model_views/survey/base_survey_form.js index a9c0fa38..51ada54e 100644 --- a/src/mibew/js/source/chat/model_views/survey/base_survey_form.js +++ b/src/mibew/js/source/chat/model_views/survey/base_survey_form.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/model_views/survey/survey_form.js b/src/mibew/js/source/chat/model_views/survey/survey_form.js index 14faba77..27963457 100644 --- a/src/mibew/js/source/chat/model_views/survey/survey_form.js +++ b/src/mibew/js/source/chat/model_views/survey/survey_form.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/avatar.js b/src/mibew/js/source/chat/models/avatar.js index 254904f6..43fff757 100644 --- a/src/mibew/js/source/chat/models/avatar.js +++ b/src/mibew/js/source/chat/models/avatar.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/chat_user.js b/src/mibew/js/source/chat/models/chat_user.js index 73ec2058..7480d8c2 100644 --- a/src/mibew/js/source/chat/models/chat_user.js +++ b/src/mibew/js/source/chat/models/chat_user.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/controls/close.js b/src/mibew/js/source/chat/models/controls/close.js index bc6d98ac..d9efe551 100644 --- a/src/mibew/js/source/chat/models/controls/close.js +++ b/src/mibew/js/source/chat/models/controls/close.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/controls/history.js b/src/mibew/js/source/chat/models/controls/history.js index 0c22457a..c4447db4 100644 --- a/src/mibew/js/source/chat/models/controls/history.js +++ b/src/mibew/js/source/chat/models/controls/history.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/controls/redirect.js b/src/mibew/js/source/chat/models/controls/redirect.js index 2561f4ed..8d2a9ed3 100644 --- a/src/mibew/js/source/chat/models/controls/redirect.js +++ b/src/mibew/js/source/chat/models/controls/redirect.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/controls/refresh.js b/src/mibew/js/source/chat/models/controls/refresh.js index 99ca1ea7..9ec1f20c 100644 --- a/src/mibew/js/source/chat/models/controls/refresh.js +++ b/src/mibew/js/source/chat/models/controls/refresh.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/controls/secure_mode.js b/src/mibew/js/source/chat/models/controls/secure_mode.js index cc1fe4c0..cfa735ba 100644 --- a/src/mibew/js/source/chat/models/controls/secure_mode.js +++ b/src/mibew/js/source/chat/models/controls/secure_mode.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/controls/send_mail.js b/src/mibew/js/source/chat/models/controls/send_mail.js index 9e121351..ad417251 100644 --- a/src/mibew/js/source/chat/models/controls/send_mail.js +++ b/src/mibew/js/source/chat/models/controls/send_mail.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/controls/sound.js b/src/mibew/js/source/chat/models/controls/sound.js index 4ac066c4..bda65f23 100644 --- a/src/mibew/js/source/chat/models/controls/sound.js +++ b/src/mibew/js/source/chat/models/controls/sound.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/controls/user_name.js b/src/mibew/js/source/chat/models/controls/user_name.js index fce6b238..93eb591a 100644 --- a/src/mibew/js/source/chat/models/controls/user_name.js +++ b/src/mibew/js/source/chat/models/controls/user_name.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/leave_message/leave_message_form.js b/src/mibew/js/source/chat/models/leave_message/leave_message_form.js index 2dbf1672..f9f2a573 100644 --- a/src/mibew/js/source/chat/models/leave_message/leave_message_form.js +++ b/src/mibew/js/source/chat/models/leave_message/leave_message_form.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/messages/message_form.js b/src/mibew/js/source/chat/models/messages/message_form.js index 717ebe5d..f7663c55 100644 --- a/src/mibew/js/source/chat/models/messages/message_form.js +++ b/src/mibew/js/source/chat/models/messages/message_form.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/sound_managers/base.js b/src/mibew/js/source/chat/models/sound_managers/base.js index 3ab8d1f7..e8855b68 100644 --- a/src/mibew/js/source/chat/models/sound_managers/base.js +++ b/src/mibew/js/source/chat/models/sound_managers/base.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/sound_managers/chat.js b/src/mibew/js/source/chat/models/sound_managers/chat.js index ee80916e..800fce4d 100644 --- a/src/mibew/js/source/chat/models/sound_managers/chat.js +++ b/src/mibew/js/source/chat/models/sound_managers/chat.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/status/base_status.js b/src/mibew/js/source/chat/models/status/base_status.js index f60880ed..ff7682eb 100644 --- a/src/mibew/js/source/chat/models/status/base_status.js +++ b/src/mibew/js/source/chat/models/status/base_status.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/status/message.js b/src/mibew/js/source/chat/models/status/message.js index a58b5c67..4663c894 100644 --- a/src/mibew/js/source/chat/models/status/message.js +++ b/src/mibew/js/source/chat/models/status/message.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/status/typing.js b/src/mibew/js/source/chat/models/status/typing.js index b9d151bf..b9103a4b 100644 --- a/src/mibew/js/source/chat/models/status/typing.js +++ b/src/mibew/js/source/chat/models/status/typing.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/survey/base_survey_form.js b/src/mibew/js/source/chat/models/survey/base_survey_form.js index a1f8678d..c6287b48 100644 --- a/src/mibew/js/source/chat/models/survey/base_survey_form.js +++ b/src/mibew/js/source/chat/models/survey/base_survey_form.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/models/survey/survey_form.js b/src/mibew/js/source/chat/models/survey/survey_form.js index 6428b0cf..6cb30455 100644 --- a/src/mibew/js/source/chat/models/survey/survey_form.js +++ b/src/mibew/js/source/chat/models/survey/survey_form.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/modules/chat.js b/src/mibew/js/source/chat/modules/chat.js index 8d03df4f..80efc6f0 100644 --- a/src/mibew/js/source/chat/modules/chat.js +++ b/src/mibew/js/source/chat/modules/chat.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/modules/invitation.js b/src/mibew/js/source/chat/modules/invitation.js index f1542e7d..87f2cac7 100644 --- a/src/mibew/js/source/chat/modules/invitation.js +++ b/src/mibew/js/source/chat/modules/invitation.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/modules/leave_message.js b/src/mibew/js/source/chat/modules/leave_message.js index 0d18e4f7..bdab549e 100644 --- a/src/mibew/js/source/chat/modules/leave_message.js +++ b/src/mibew/js/source/chat/modules/leave_message.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/modules/survey.js b/src/mibew/js/source/chat/modules/survey.js index 98bb4f98..d5343e00 100644 --- a/src/mibew/js/source/chat/modules/survey.js +++ b/src/mibew/js/source/chat/modules/survey.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/regions/messages.js b/src/mibew/js/source/chat/regions/messages.js index 6480c772..98606895 100644 --- a/src/mibew/js/source/chat/regions/messages.js +++ b/src/mibew/js/source/chat/regions/messages.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat/utils.js b/src/mibew/js/source/chat/utils.js index 0d6cd8f5..6d200cd5 100644 --- a/src/mibew/js/source/chat/utils.js +++ b/src/mibew/js/source/chat/utils.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/chat_popup.js b/src/mibew/js/source/chat_popup.js index 1d88319f..4083d664 100644 --- a/src/mibew/js/source/chat_popup.js +++ b/src/mibew/js/source/chat_popup.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/default/collection_views/base_collection.js b/src/mibew/js/source/default/collection_views/base_collection.js index 15ea4289..28a653ba 100644 --- a/src/mibew/js/source/default/collection_views/base_collection.js +++ b/src/mibew/js/source/default/collection_views/base_collection.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/default/collection_views/controls_collection.js b/src/mibew/js/source/default/collection_views/controls_collection.js index 72012a74..1df32466 100644 --- a/src/mibew/js/source/default/collection_views/controls_collection.js +++ b/src/mibew/js/source/default/collection_views/controls_collection.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/default/collections/controls.js b/src/mibew/js/source/default/collections/controls.js index 997d09ef..abf60bc1 100644 --- a/src/mibew/js/source/default/collections/controls.js +++ b/src/mibew/js/source/default/collections/controls.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/default/handlebars_helpers.js b/src/mibew/js/source/default/handlebars_helpers.js index a936feee..b367be0d 100644 --- a/src/mibew/js/source/default/handlebars_helpers.js +++ b/src/mibew/js/source/default/handlebars_helpers.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/default/init.js b/src/mibew/js/source/default/init.js index 4769ab9f..dad8a2ef 100644 --- a/src/mibew/js/source/default/init.js +++ b/src/mibew/js/source/default/init.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/default/localization.js b/src/mibew/js/source/default/localization.js index 86092754..b8a7abac 100644 --- a/src/mibew/js/source/default/localization.js +++ b/src/mibew/js/source/default/localization.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/default/model_views/control.js b/src/mibew/js/source/default/model_views/control.js index f1591b5e..15973ad6 100644 --- a/src/mibew/js/source/default/model_views/control.js +++ b/src/mibew/js/source/default/model_views/control.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/default/model_views/message.js b/src/mibew/js/source/default/model_views/message.js index ba0f726d..d171bd99 100644 --- a/src/mibew/js/source/default/model_views/message.js +++ b/src/mibew/js/source/default/model_views/message.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/default/models/base.js b/src/mibew/js/source/default/models/base.js index 81bfd931..782836f0 100644 --- a/src/mibew/js/source/default/models/base.js +++ b/src/mibew/js/source/default/models/base.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/default/models/control.js b/src/mibew/js/source/default/models/control.js index 5a9a1f28..e4c6b4b1 100644 --- a/src/mibew/js/source/default/models/control.js +++ b/src/mibew/js/source/default/models/control.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/default/models/message.js b/src/mibew/js/source/default/models/message.js index 3ff4eeb1..2a341023 100644 --- a/src/mibew/js/source/default/models/message.js +++ b/src/mibew/js/source/default/models/message.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/default/models/page.js b/src/mibew/js/source/default/models/page.js index b0790bfe..6e9a408f 100644 --- a/src/mibew/js/source/default/models/page.js +++ b/src/mibew/js/source/default/models/page.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/default/models/thread.js b/src/mibew/js/source/default/models/thread.js index 66630191..6b8d203f 100644 --- a/src/mibew/js/source/default/models/thread.js +++ b/src/mibew/js/source/default/models/thread.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/default/models/user.js b/src/mibew/js/source/default/models/user.js index a4bc1d6f..355889de 100644 --- a/src/mibew/js/source/default/models/user.js +++ b/src/mibew/js/source/default/models/user.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/default/server.js b/src/mibew/js/source/default/server.js index dd9aa1d3..9d998a87 100644 --- a/src/mibew/js/source/default/server.js +++ b/src/mibew/js/source/default/server.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/default/utils.js b/src/mibew/js/source/default/utils.js index e70670f1..d84c2375 100644 --- a/src/mibew/js/source/default/utils.js +++ b/src/mibew/js/source/default/utils.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/features.js b/src/mibew/js/source/features.js index b5783d39..268a049b 100644 --- a/src/mibew/js/source/features.js +++ b/src/mibew/js/source/features.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/group.js b/src/mibew/js/source/group.js index 44db4812..22ad86dd 100644 --- a/src/mibew/js/source/group.js +++ b/src/mibew/js/source/group.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/groups.js b/src/mibew/js/source/groups.js index 63b18e22..8a0112ed 100644 --- a/src/mibew/js/source/groups.js +++ b/src/mibew/js/source/groups.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/mibewapi.js b/src/mibew/js/source/mibewapi.js index 1817f353..0a4cd59f 100644 --- a/src/mibew/js/source/mibewapi.js +++ b/src/mibew/js/source/mibewapi.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/operator_permissions.js b/src/mibew/js/source/operator_permissions.js index 961fe71e..b71dcdc0 100644 --- a/src/mibew/js/source/operator_permissions.js +++ b/src/mibew/js/source/operator_permissions.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/operators.js b/src/mibew/js/source/operators.js index 89225851..dd06598e 100644 --- a/src/mibew/js/source/operators.js +++ b/src/mibew/js/source/operators.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/plugins.js b/src/mibew/js/source/plugins.js index be657fcf..b18517cc 100644 --- a/src/mibew/js/source/plugins.js +++ b/src/mibew/js/source/plugins.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/soundcheck.js b/src/mibew/js/source/soundcheck.js index 568fbdb8..a96c1671 100644 --- a/src/mibew/js/source/soundcheck.js +++ b/src/mibew/js/source/soundcheck.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/thread_log/app.js b/src/mibew/js/source/thread_log/app.js index 96df57a1..beeb3a21 100644 --- a/src/mibew/js/source/thread_log/app.js +++ b/src/mibew/js/source/thread_log/app.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/thread_log/collection_views/messages_collection.js b/src/mibew/js/source/thread_log/collection_views/messages_collection.js index 24094e40..c8d3c169 100644 --- a/src/mibew/js/source/thread_log/collection_views/messages_collection.js +++ b/src/mibew/js/source/thread_log/collection_views/messages_collection.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/thread_log/collections/messages.js b/src/mibew/js/source/thread_log/collections/messages.js index 8f742870..baf53e4a 100644 --- a/src/mibew/js/source/thread_log/collections/messages.js +++ b/src/mibew/js/source/thread_log/collections/messages.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/app.js b/src/mibew/js/source/users/app.js index b3bf6533..f73033b3 100644 --- a/src/mibew/js/source/users/app.js +++ b/src/mibew/js/source/users/app.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/collection_views/agents_collection.js b/src/mibew/js/source/users/collection_views/agents_collection.js index e1fb9ab6..f6ec6728 100644 --- a/src/mibew/js/source/users/collection_views/agents_collection.js +++ b/src/mibew/js/source/users/collection_views/agents_collection.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/collection_views/threads_collection.js b/src/mibew/js/source/users/collection_views/threads_collection.js index f6855d9d..28ff2027 100644 --- a/src/mibew/js/source/users/collection_views/threads_collection.js +++ b/src/mibew/js/source/users/collection_views/threads_collection.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/collection_views/visitors_collection.js b/src/mibew/js/source/users/collection_views/visitors_collection.js index cea89515..5f71c246 100644 --- a/src/mibew/js/source/users/collection_views/visitors_collection.js +++ b/src/mibew/js/source/users/collection_views/visitors_collection.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/collections/agents.js b/src/mibew/js/source/users/collections/agents.js index e1ec0279..af5fe8dd 100644 --- a/src/mibew/js/source/users/collections/agents.js +++ b/src/mibew/js/source/users/collections/agents.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/collections/threads.js b/src/mibew/js/source/users/collections/threads.js index 1d23b2f7..0f82117f 100644 --- a/src/mibew/js/source/users/collections/threads.js +++ b/src/mibew/js/source/users/collections/threads.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/collections/visitors.js b/src/mibew/js/source/users/collections/visitors.js index eba5cfc0..428ce2ee 100644 --- a/src/mibew/js/source/users/collections/visitors.js +++ b/src/mibew/js/source/users/collections/visitors.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/init.js b/src/mibew/js/source/users/init.js index 22d55a10..de906584 100644 --- a/src/mibew/js/source/users/init.js +++ b/src/mibew/js/source/users/init.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/mibewapi_users_interaction.js b/src/mibew/js/source/users/mibewapi_users_interaction.js index ed50b84f..9f13a098 100644 --- a/src/mibew/js/source/users/mibewapi_users_interaction.js +++ b/src/mibew/js/source/users/mibewapi_users_interaction.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/model_views/agent.js b/src/mibew/js/source/users/model_views/agent.js index 7dcffee0..c1dca98c 100644 --- a/src/mibew/js/source/users/model_views/agent.js +++ b/src/mibew/js/source/users/model_views/agent.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/model_views/no_threads.js b/src/mibew/js/source/users/model_views/no_threads.js index 5a6d4c6f..a490240f 100644 --- a/src/mibew/js/source/users/model_views/no_threads.js +++ b/src/mibew/js/source/users/model_views/no_threads.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/model_views/no_visitors.js b/src/mibew/js/source/users/model_views/no_visitors.js index 1b20c8e6..bf05dd61 100644 --- a/src/mibew/js/source/users/model_views/no_visitors.js +++ b/src/mibew/js/source/users/model_views/no_visitors.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/model_views/queued_thread.js b/src/mibew/js/source/users/model_views/queued_thread.js index ab691b81..af0ed1a0 100644 --- a/src/mibew/js/source/users/model_views/queued_thread.js +++ b/src/mibew/js/source/users/model_views/queued_thread.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/model_views/status_panel.js b/src/mibew/js/source/users/model_views/status_panel.js index 5ad54993..2874dc81 100644 --- a/src/mibew/js/source/users/model_views/status_panel.js +++ b/src/mibew/js/source/users/model_views/status_panel.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/model_views/visitor.js b/src/mibew/js/source/users/model_views/visitor.js index 22181aef..67550cbe 100644 --- a/src/mibew/js/source/users/model_views/visitor.js +++ b/src/mibew/js/source/users/model_views/visitor.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/models/agent.js b/src/mibew/js/source/users/models/agent.js index b70d5723..7f3eaaa5 100644 --- a/src/mibew/js/source/users/models/agent.js +++ b/src/mibew/js/source/users/models/agent.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/models/queued_thread.js b/src/mibew/js/source/users/models/queued_thread.js index f1653697..ffe83282 100644 --- a/src/mibew/js/source/users/models/queued_thread.js +++ b/src/mibew/js/source/users/models/queued_thread.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/models/status_panel.js b/src/mibew/js/source/users/models/status_panel.js index a7dfe3c2..d0812b62 100644 --- a/src/mibew/js/source/users/models/status_panel.js +++ b/src/mibew/js/source/users/models/status_panel.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/users/models/visitor.js b/src/mibew/js/source/users/models/visitor.js index c39219fe..c3f5b7d7 100644 --- a/src/mibew/js/source/users/models/visitor.js +++ b/src/mibew/js/source/users/models/visitor.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/js/source/widget.js b/src/mibew/js/source/widget.js index 7ec2a697..c873bf43 100644 --- a/src/mibew/js/source/widget.js +++ b/src/mibew/js/source/widget.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/canned.php b/src/mibew/libs/canned.php index af39f031..4e688ce6 100644 --- a/src/mibew/libs/canned.php +++ b/src/mibew/libs/canned.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/captcha.php b/src/mibew/libs/captcha.php index d3bd172e..d6144590 100644 --- a/src/mibew/libs/captcha.php +++ b/src/mibew/libs/captcha.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/chat.php b/src/mibew/libs/chat.php index da943ffa..b1da78e1 100644 --- a/src/mibew/libs/chat.php +++ b/src/mibew/libs/chat.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/API/API.php b/src/mibew/libs/classes/Mibew/API/API.php index 4753472d..269b539f 100644 --- a/src/mibew/libs/classes/Mibew/API/API.php +++ b/src/mibew/libs/classes/Mibew/API/API.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/API/APIException.php b/src/mibew/libs/classes/Mibew/API/APIException.php index 59263a0f..48db0b1f 100644 --- a/src/mibew/libs/classes/Mibew/API/APIException.php +++ b/src/mibew/libs/classes/Mibew/API/APIException.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/API/ExecutionContext.php b/src/mibew/libs/classes/Mibew/API/ExecutionContext.php index 89327f2f..67b725ab 100644 --- a/src/mibew/libs/classes/Mibew/API/ExecutionContext.php +++ b/src/mibew/libs/classes/Mibew/API/ExecutionContext.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/API/Interaction/AbstractInteraction.php b/src/mibew/libs/classes/Mibew/API/Interaction/AbstractInteraction.php index 4ba8edde..8e4ab240 100644 --- a/src/mibew/libs/classes/Mibew/API/Interaction/AbstractInteraction.php +++ b/src/mibew/libs/classes/Mibew/API/Interaction/AbstractInteraction.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/API/Interaction/ChatInteraction.php b/src/mibew/libs/classes/Mibew/API/Interaction/ChatInteraction.php index 1ca7aa60..d1435b5c 100644 --- a/src/mibew/libs/classes/Mibew/API/Interaction/ChatInteraction.php +++ b/src/mibew/libs/classes/Mibew/API/Interaction/ChatInteraction.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/API/Interaction/UsersInteraction.php b/src/mibew/libs/classes/Mibew/API/Interaction/UsersInteraction.php index dbe83691..dc58492c 100644 --- a/src/mibew/libs/classes/Mibew/API/Interaction/UsersInteraction.php +++ b/src/mibew/libs/classes/Mibew/API/Interaction/UsersInteraction.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/AccessControl/Check/AbstractCheck.php b/src/mibew/libs/classes/Mibew/AccessControl/Check/AbstractCheck.php index da865bf0..3075fbdc 100644 --- a/src/mibew/libs/classes/Mibew/AccessControl/Check/AbstractCheck.php +++ b/src/mibew/libs/classes/Mibew/AccessControl/Check/AbstractCheck.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/AccessControl/Check/CanInstallCheck.php b/src/mibew/libs/classes/Mibew/AccessControl/Check/CanInstallCheck.php index 372cade2..02c60ace 100644 --- a/src/mibew/libs/classes/Mibew/AccessControl/Check/CanInstallCheck.php +++ b/src/mibew/libs/classes/Mibew/AccessControl/Check/CanInstallCheck.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/AccessControl/Check/CheckResolver.php b/src/mibew/libs/classes/Mibew/AccessControl/Check/CheckResolver.php index b922db77..75eab7ad 100644 --- a/src/mibew/libs/classes/Mibew/AccessControl/Check/CheckResolver.php +++ b/src/mibew/libs/classes/Mibew/AccessControl/Check/CheckResolver.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/AccessControl/Check/LoggedInCheck.php b/src/mibew/libs/classes/Mibew/AccessControl/Check/LoggedInCheck.php index fe3f17c1..788a4bf0 100644 --- a/src/mibew/libs/classes/Mibew/AccessControl/Check/LoggedInCheck.php +++ b/src/mibew/libs/classes/Mibew/AccessControl/Check/LoggedInCheck.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/AccessControl/Check/OperatorEditCheck.php b/src/mibew/libs/classes/Mibew/AccessControl/Check/OperatorEditCheck.php index 486f1ca8..dc43d33d 100644 --- a/src/mibew/libs/classes/Mibew/AccessControl/Check/OperatorEditCheck.php +++ b/src/mibew/libs/classes/Mibew/AccessControl/Check/OperatorEditCheck.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/AccessControl/Check/OperatorViewCheck.php b/src/mibew/libs/classes/Mibew/AccessControl/Check/OperatorViewCheck.php index eaac9703..8308e064 100644 --- a/src/mibew/libs/classes/Mibew/AccessControl/Check/OperatorViewCheck.php +++ b/src/mibew/libs/classes/Mibew/AccessControl/Check/OperatorViewCheck.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/AccessControl/Check/PermissionsCheck.php b/src/mibew/libs/classes/Mibew/AccessControl/Check/PermissionsCheck.php index e6a4f53d..1a6fb178 100644 --- a/src/mibew/libs/classes/Mibew/AccessControl/Check/PermissionsCheck.php +++ b/src/mibew/libs/classes/Mibew/AccessControl/Check/PermissionsCheck.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Application.php b/src/mibew/libs/classes/Mibew/Application.php index 0947c79a..7ac957a0 100644 --- a/src/mibew/libs/classes/Mibew/Application.php +++ b/src/mibew/libs/classes/Mibew/Application.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Asset/AssetManager.php b/src/mibew/libs/classes/Mibew/Asset/AssetManager.php index 30792d26..14f7a76e 100644 --- a/src/mibew/libs/classes/Mibew/Asset/AssetManager.php +++ b/src/mibew/libs/classes/Mibew/Asset/AssetManager.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Asset/AssetManagerAwareInterface.php b/src/mibew/libs/classes/Mibew/Asset/AssetManagerAwareInterface.php index 21f32c7d..32e81034 100644 --- a/src/mibew/libs/classes/Mibew/Asset/AssetManagerAwareInterface.php +++ b/src/mibew/libs/classes/Mibew/Asset/AssetManagerAwareInterface.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Asset/AssetManagerInterface.php b/src/mibew/libs/classes/Mibew/Asset/AssetManagerInterface.php index 0349d951..139a035b 100644 --- a/src/mibew/libs/classes/Mibew/Asset/AssetManagerInterface.php +++ b/src/mibew/libs/classes/Mibew/Asset/AssetManagerInterface.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Asset/Generator/UrlGenerator.php b/src/mibew/libs/classes/Mibew/Asset/Generator/UrlGenerator.php index 8baf20f3..23dfccc4 100644 --- a/src/mibew/libs/classes/Mibew/Asset/Generator/UrlGenerator.php +++ b/src/mibew/libs/classes/Mibew/Asset/Generator/UrlGenerator.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Asset/Generator/UrlGeneratorInterface.php b/src/mibew/libs/classes/Mibew/Asset/Generator/UrlGeneratorInterface.php index 739c0596..260a21e3 100644 --- a/src/mibew/libs/classes/Mibew/Asset/Generator/UrlGeneratorInterface.php +++ b/src/mibew/libs/classes/Mibew/Asset/Generator/UrlGeneratorInterface.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Asset/Package.php b/src/mibew/libs/classes/Mibew/Asset/Package.php index 326f3e11..f7ff5630 100644 --- a/src/mibew/libs/classes/Mibew/Asset/Package.php +++ b/src/mibew/libs/classes/Mibew/Asset/Package.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Authentication/AuthenticationManager.php b/src/mibew/libs/classes/Mibew/Authentication/AuthenticationManager.php index 988fab22..354b5115 100644 --- a/src/mibew/libs/classes/Mibew/Authentication/AuthenticationManager.php +++ b/src/mibew/libs/classes/Mibew/Authentication/AuthenticationManager.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Authentication/AuthenticationManagerAwareInterface.php b/src/mibew/libs/classes/Mibew/Authentication/AuthenticationManagerAwareInterface.php index 3a95e65f..d1c5410a 100644 --- a/src/mibew/libs/classes/Mibew/Authentication/AuthenticationManagerAwareInterface.php +++ b/src/mibew/libs/classes/Mibew/Authentication/AuthenticationManagerAwareInterface.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Authentication/AuthenticationManagerInterface.php b/src/mibew/libs/classes/Mibew/Authentication/AuthenticationManagerInterface.php index 888a459d..f22a8450 100644 --- a/src/mibew/libs/classes/Mibew/Authentication/AuthenticationManagerInterface.php +++ b/src/mibew/libs/classes/Mibew/Authentication/AuthenticationManagerInterface.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Authentication/DummyAuthenticationManager.php b/src/mibew/libs/classes/Mibew/Authentication/DummyAuthenticationManager.php index 22f9a9d9..a1e8873b 100644 --- a/src/mibew/libs/classes/Mibew/Authentication/DummyAuthenticationManager.php +++ b/src/mibew/libs/classes/Mibew/Authentication/DummyAuthenticationManager.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Authentication/SessionAuthenticationManager.php b/src/mibew/libs/classes/Mibew/Authentication/SessionAuthenticationManager.php index 4dcf3445..9ad63a0f 100644 --- a/src/mibew/libs/classes/Mibew/Authentication/SessionAuthenticationManager.php +++ b/src/mibew/libs/classes/Mibew/Authentication/SessionAuthenticationManager.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Ban.php b/src/mibew/libs/classes/Mibew/Ban.php index 3bcead61..9ca6abc6 100644 --- a/src/mibew/libs/classes/Mibew/Ban.php +++ b/src/mibew/libs/classes/Mibew/Ban.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Button/Generator/AbstractGenerator.php b/src/mibew/libs/classes/Mibew/Button/Generator/AbstractGenerator.php index 3d164a00..81b14f84 100644 --- a/src/mibew/libs/classes/Mibew/Button/Generator/AbstractGenerator.php +++ b/src/mibew/libs/classes/Mibew/Button/Generator/AbstractGenerator.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Button/Generator/GeneratorInterface.php b/src/mibew/libs/classes/Mibew/Button/Generator/GeneratorInterface.php index 926df75f..b1ea6c90 100644 --- a/src/mibew/libs/classes/Mibew/Button/Generator/GeneratorInterface.php +++ b/src/mibew/libs/classes/Mibew/Button/Generator/GeneratorInterface.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Button/Generator/ImageGenerator.php b/src/mibew/libs/classes/Mibew/Button/Generator/ImageGenerator.php index a7c4f234..9e934f9b 100644 --- a/src/mibew/libs/classes/Mibew/Button/Generator/ImageGenerator.php +++ b/src/mibew/libs/classes/Mibew/Button/Generator/ImageGenerator.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Button/Generator/OperatorCodeGenerator.php b/src/mibew/libs/classes/Mibew/Button/Generator/OperatorCodeGenerator.php index 76d4522d..042ea8d0 100644 --- a/src/mibew/libs/classes/Mibew/Button/Generator/OperatorCodeGenerator.php +++ b/src/mibew/libs/classes/Mibew/Button/Generator/OperatorCodeGenerator.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Button/Generator/TextGenerator.php b/src/mibew/libs/classes/Mibew/Button/Generator/TextGenerator.php index 29e6f7a4..637a245f 100644 --- a/src/mibew/libs/classes/Mibew/Button/Generator/TextGenerator.php +++ b/src/mibew/libs/classes/Mibew/Button/Generator/TextGenerator.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Cache/CacheAwareInterface.php b/src/mibew/libs/classes/Mibew/Cache/CacheAwareInterface.php index 639ce5b5..3fa801a9 100644 --- a/src/mibew/libs/classes/Mibew/Cache/CacheAwareInterface.php +++ b/src/mibew/libs/classes/Mibew/Cache/CacheAwareInterface.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Cache/CacheFactory.php b/src/mibew/libs/classes/Mibew/Cache/CacheFactory.php index 3f7a62db..83d05905 100644 --- a/src/mibew/libs/classes/Mibew/Cache/CacheFactory.php +++ b/src/mibew/libs/classes/Mibew/Cache/CacheFactory.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/AboutController.php b/src/mibew/libs/classes/Mibew/Controller/AboutController.php index 4f69806a..fc2aa018 100644 --- a/src/mibew/libs/classes/Mibew/Controller/AboutController.php +++ b/src/mibew/libs/classes/Mibew/Controller/AboutController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/AbstractController.php b/src/mibew/libs/classes/Mibew/Controller/AbstractController.php index 0a5994d8..6b7b5b1f 100644 --- a/src/mibew/libs/classes/Mibew/Controller/AbstractController.php +++ b/src/mibew/libs/classes/Mibew/Controller/AbstractController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/BanController.php b/src/mibew/libs/classes/Mibew/Controller/BanController.php index cdefddf2..f95f99d1 100644 --- a/src/mibew/libs/classes/Mibew/Controller/BanController.php +++ b/src/mibew/libs/classes/Mibew/Controller/BanController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/ButtonCodeController.php b/src/mibew/libs/classes/Mibew/Controller/ButtonCodeController.php index ba550bbd..c885f00c 100644 --- a/src/mibew/libs/classes/Mibew/Controller/ButtonCodeController.php +++ b/src/mibew/libs/classes/Mibew/Controller/ButtonCodeController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/ButtonController.php b/src/mibew/libs/classes/Mibew/Controller/ButtonController.php index 67db0461..c8828a65 100644 --- a/src/mibew/libs/classes/Mibew/Controller/ButtonController.php +++ b/src/mibew/libs/classes/Mibew/Controller/ButtonController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/CannedMessageController.php b/src/mibew/libs/classes/Mibew/Controller/CannedMessageController.php index f0ae2a6d..5bdc23fe 100644 --- a/src/mibew/libs/classes/Mibew/Controller/CannedMessageController.php +++ b/src/mibew/libs/classes/Mibew/Controller/CannedMessageController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/CaptchaController.php b/src/mibew/libs/classes/Mibew/Controller/CaptchaController.php index 1870d1e6..41b1125c 100644 --- a/src/mibew/libs/classes/Mibew/Controller/CaptchaController.php +++ b/src/mibew/libs/classes/Mibew/Controller/CaptchaController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Chat/AbstractController.php b/src/mibew/libs/classes/Mibew/Controller/Chat/AbstractController.php index daf837ac..566374b4 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Chat/AbstractController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Chat/AbstractController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Chat/MailController.php b/src/mibew/libs/classes/Mibew/Controller/Chat/MailController.php index ed1a8d5c..aefd09b6 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Chat/MailController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Chat/MailController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Chat/OperatorChatController.php b/src/mibew/libs/classes/Mibew/Controller/Chat/OperatorChatController.php index a1a62ad2..b089e07a 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Chat/OperatorChatController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Chat/OperatorChatController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Chat/RedirectController.php b/src/mibew/libs/classes/Mibew/Controller/Chat/RedirectController.php index 126e8747..96bb88a2 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Chat/RedirectController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Chat/RedirectController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Chat/StyleController.php b/src/mibew/libs/classes/Mibew/Controller/Chat/StyleController.php index 554c7b3b..b7b49f4c 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Chat/StyleController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Chat/StyleController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Chat/ThreadController.php b/src/mibew/libs/classes/Mibew/Controller/Chat/ThreadController.php index f13b9ca2..fa45742d 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Chat/ThreadController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Chat/ThreadController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Chat/UserChatController.php b/src/mibew/libs/classes/Mibew/Controller/Chat/UserChatController.php index ec5158ba..7e685eb3 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Chat/UserChatController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Chat/UserChatController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/ControllerResolver.php b/src/mibew/libs/classes/Mibew/Controller/ControllerResolver.php index a72dfe22..7c861f23 100644 --- a/src/mibew/libs/classes/Mibew/Controller/ControllerResolver.php +++ b/src/mibew/libs/classes/Mibew/Controller/ControllerResolver.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/CronController.php b/src/mibew/libs/classes/Mibew/Controller/CronController.php index c5cf3857..edf2e87c 100644 --- a/src/mibew/libs/classes/Mibew/Controller/CronController.php +++ b/src/mibew/libs/classes/Mibew/Controller/CronController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Group/AbstractController.php b/src/mibew/libs/classes/Mibew/Controller/Group/AbstractController.php index e130f644..61aeb414 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Group/AbstractController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Group/AbstractController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Group/ManagementController.php b/src/mibew/libs/classes/Mibew/Controller/Group/ManagementController.php index b70fe792..b4dccb00 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Group/ManagementController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Group/ManagementController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Group/MembersController.php b/src/mibew/libs/classes/Mibew/Controller/Group/MembersController.php index 9931ec4e..7b502089 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Group/MembersController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Group/MembersController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Group/SettingsController.php b/src/mibew/libs/classes/Mibew/Controller/Group/SettingsController.php index 8ee132b1..f90af475 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Group/SettingsController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Group/SettingsController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/HistoryController.php b/src/mibew/libs/classes/Mibew/Controller/HistoryController.php index 08ceb112..954bdae2 100644 --- a/src/mibew/libs/classes/Mibew/Controller/HistoryController.php +++ b/src/mibew/libs/classes/Mibew/Controller/HistoryController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/HomeController.php b/src/mibew/libs/classes/Mibew/Controller/HomeController.php index afbfe8fc..149165ef 100644 --- a/src/mibew/libs/classes/Mibew/Controller/HomeController.php +++ b/src/mibew/libs/classes/Mibew/Controller/HomeController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/InstallController.php b/src/mibew/libs/classes/Mibew/Controller/InstallController.php index f7418343..e3758a12 100644 --- a/src/mibew/libs/classes/Mibew/Controller/InstallController.php +++ b/src/mibew/libs/classes/Mibew/Controller/InstallController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/InvitationController.php b/src/mibew/libs/classes/Mibew/Controller/InvitationController.php index 777c44ef..ddd0926d 100644 --- a/src/mibew/libs/classes/Mibew/Controller/InvitationController.php +++ b/src/mibew/libs/classes/Mibew/Controller/InvitationController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Localization/AbstractController.php b/src/mibew/libs/classes/Mibew/Controller/Localization/AbstractController.php index b32ca9d7..bc2b1fe7 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Localization/AbstractController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Localization/AbstractController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Localization/JsTranslationController.php b/src/mibew/libs/classes/Mibew/Controller/Localization/JsTranslationController.php index 794f3bfc..8d1422c0 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Localization/JsTranslationController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Localization/JsTranslationController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Localization/LocaleController.php b/src/mibew/libs/classes/Mibew/Controller/Localization/LocaleController.php index 58580e47..1d0803b3 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Localization/LocaleController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Localization/LocaleController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Localization/TranslationController.php b/src/mibew/libs/classes/Mibew/Controller/Localization/TranslationController.php index 3e112665..b19f1f1e 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Localization/TranslationController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Localization/TranslationController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Localization/TranslationExportController.php b/src/mibew/libs/classes/Mibew/Controller/Localization/TranslationExportController.php index 7ff7256b..72a1dc05 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Localization/TranslationExportController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Localization/TranslationExportController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Localization/TranslationImportController.php b/src/mibew/libs/classes/Mibew/Controller/Localization/TranslationImportController.php index ddca658e..988b23af 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Localization/TranslationImportController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Localization/TranslationImportController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/LoginController.php b/src/mibew/libs/classes/Mibew/Controller/LoginController.php index 4fe58472..fe12a0e0 100644 --- a/src/mibew/libs/classes/Mibew/Controller/LoginController.php +++ b/src/mibew/libs/classes/Mibew/Controller/LoginController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/LogoutController.php b/src/mibew/libs/classes/Mibew/Controller/LogoutController.php index 50fb1aa8..cdecfa36 100644 --- a/src/mibew/libs/classes/Mibew/Controller/LogoutController.php +++ b/src/mibew/libs/classes/Mibew/Controller/LogoutController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/MailTemplateController.php b/src/mibew/libs/classes/Mibew/Controller/MailTemplateController.php index 38f73dc6..c25947ec 100644 --- a/src/mibew/libs/classes/Mibew/Controller/MailTemplateController.php +++ b/src/mibew/libs/classes/Mibew/Controller/MailTemplateController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Operator/AbstractController.php b/src/mibew/libs/classes/Mibew/Controller/Operator/AbstractController.php index 01245bfa..7e632c7a 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Operator/AbstractController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Operator/AbstractController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Operator/AvatarController.php b/src/mibew/libs/classes/Mibew/Controller/Operator/AvatarController.php index 5acbc40f..bb7f70a0 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Operator/AvatarController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Operator/AvatarController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Operator/GroupsController.php b/src/mibew/libs/classes/Mibew/Controller/Operator/GroupsController.php index 932e2680..f82f0813 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Operator/GroupsController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Operator/GroupsController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Operator/ManagementController.php b/src/mibew/libs/classes/Mibew/Controller/Operator/ManagementController.php index bf42956a..dc7f112c 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Operator/ManagementController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Operator/ManagementController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Operator/PermissionsController.php b/src/mibew/libs/classes/Mibew/Controller/Operator/PermissionsController.php index d049984c..8128951e 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Operator/PermissionsController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Operator/PermissionsController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Operator/ProfileController.php b/src/mibew/libs/classes/Mibew/Controller/Operator/ProfileController.php index 2147e29e..7942c64d 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Operator/ProfileController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Operator/ProfileController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/PasswordRecoveryController.php b/src/mibew/libs/classes/Mibew/Controller/PasswordRecoveryController.php index 3b239fb0..6bebebcc 100644 --- a/src/mibew/libs/classes/Mibew/Controller/PasswordRecoveryController.php +++ b/src/mibew/libs/classes/Mibew/Controller/PasswordRecoveryController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/PluginController.php b/src/mibew/libs/classes/Mibew/Controller/PluginController.php index b36dce36..084a994c 100644 --- a/src/mibew/libs/classes/Mibew/Controller/PluginController.php +++ b/src/mibew/libs/classes/Mibew/Controller/PluginController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/RedirectController.php b/src/mibew/libs/classes/Mibew/Controller/RedirectController.php index 67b8fdc7..1bfbca03 100644 --- a/src/mibew/libs/classes/Mibew/Controller/RedirectController.php +++ b/src/mibew/libs/classes/Mibew/Controller/RedirectController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Settings/AbstractController.php b/src/mibew/libs/classes/Mibew/Controller/Settings/AbstractController.php index 2cbb7475..9da16846 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Settings/AbstractController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Settings/AbstractController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Settings/CommonController.php b/src/mibew/libs/classes/Mibew/Controller/Settings/CommonController.php index 40b47e37..aef08b94 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Settings/CommonController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Settings/CommonController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Settings/FeaturesController.php b/src/mibew/libs/classes/Mibew/Controller/Settings/FeaturesController.php index fb8b362a..50346d8f 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Settings/FeaturesController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Settings/FeaturesController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/Settings/PerformanceController.php b/src/mibew/libs/classes/Mibew/Controller/Settings/PerformanceController.php index b84e6699..b8d158f8 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Settings/PerformanceController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Settings/PerformanceController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/StatisticsController.php b/src/mibew/libs/classes/Mibew/Controller/StatisticsController.php index cb1ba46a..e891063b 100644 --- a/src/mibew/libs/classes/Mibew/Controller/StatisticsController.php +++ b/src/mibew/libs/classes/Mibew/Controller/StatisticsController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/StyleController.php b/src/mibew/libs/classes/Mibew/Controller/StyleController.php index 47f9a95b..5b2bd70a 100644 --- a/src/mibew/libs/classes/Mibew/Controller/StyleController.php +++ b/src/mibew/libs/classes/Mibew/Controller/StyleController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/UpdateController.php b/src/mibew/libs/classes/Mibew/Controller/UpdateController.php index f70ae129..05292992 100644 --- a/src/mibew/libs/classes/Mibew/Controller/UpdateController.php +++ b/src/mibew/libs/classes/Mibew/Controller/UpdateController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/UsersController.php b/src/mibew/libs/classes/Mibew/Controller/UsersController.php index 4a030fa9..3b0956a0 100644 --- a/src/mibew/libs/classes/Mibew/Controller/UsersController.php +++ b/src/mibew/libs/classes/Mibew/Controller/UsersController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Controller/WidgetController.php b/src/mibew/libs/classes/Mibew/Controller/WidgetController.php index aab0012f..c74c156f 100644 --- a/src/mibew/libs/classes/Mibew/Controller/WidgetController.php +++ b/src/mibew/libs/classes/Mibew/Controller/WidgetController.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Database.php b/src/mibew/libs/classes/Mibew/Database.php index 095345f2..3d63b5f9 100644 --- a/src/mibew/libs/classes/Mibew/Database.php +++ b/src/mibew/libs/classes/Mibew/Database.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/EventDispatcher/EventDispatcher.php b/src/mibew/libs/classes/Mibew/EventDispatcher/EventDispatcher.php index 949ea935..70fd001f 100644 --- a/src/mibew/libs/classes/Mibew/EventDispatcher/EventDispatcher.php +++ b/src/mibew/libs/classes/Mibew/EventDispatcher/EventDispatcher.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/EventDispatcher/Events.php b/src/mibew/libs/classes/Mibew/EventDispatcher/Events.php index 0a7b3282..fd9c748f 100644 --- a/src/mibew/libs/classes/Mibew/EventDispatcher/Events.php +++ b/src/mibew/libs/classes/Mibew/EventDispatcher/Events.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Handlebars/CacheAdapter.php b/src/mibew/libs/classes/Mibew/Handlebars/CacheAdapter.php index 0a41d498..ca72d80a 100644 --- a/src/mibew/libs/classes/Mibew/Handlebars/CacheAdapter.php +++ b/src/mibew/libs/classes/Mibew/Handlebars/CacheAdapter.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Handlebars/HandlebarsAwareInterface.php b/src/mibew/libs/classes/Mibew/Handlebars/HandlebarsAwareInterface.php index f15cfd84..91aa645c 100644 --- a/src/mibew/libs/classes/Mibew/Handlebars/HandlebarsAwareInterface.php +++ b/src/mibew/libs/classes/Mibew/Handlebars/HandlebarsAwareInterface.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Handlebars/Helper/AbstractAssetsHelper.php b/src/mibew/libs/classes/Mibew/Handlebars/Helper/AbstractAssetsHelper.php index e07e4d54..301e9394 100644 --- a/src/mibew/libs/classes/Mibew/Handlebars/Helper/AbstractAssetsHelper.php +++ b/src/mibew/libs/classes/Mibew/Handlebars/Helper/AbstractAssetsHelper.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Handlebars/Helper/AssetHelper.php b/src/mibew/libs/classes/Mibew/Handlebars/Helper/AssetHelper.php index 8b5be322..c10bf585 100644 --- a/src/mibew/libs/classes/Mibew/Handlebars/Helper/AssetHelper.php +++ b/src/mibew/libs/classes/Mibew/Handlebars/Helper/AssetHelper.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Handlebars/Helper/CsrfProtectedRouteHelper.php b/src/mibew/libs/classes/Mibew/Handlebars/Helper/CsrfProtectedRouteHelper.php index 1764c93f..d5a42699 100644 --- a/src/mibew/libs/classes/Mibew/Handlebars/Helper/CsrfProtectedRouteHelper.php +++ b/src/mibew/libs/classes/Mibew/Handlebars/Helper/CsrfProtectedRouteHelper.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Handlebars/Helper/CsrfTokenInputHelper.php b/src/mibew/libs/classes/Mibew/Handlebars/Helper/CsrfTokenInputHelper.php index 2c229ea1..8060b981 100644 --- a/src/mibew/libs/classes/Mibew/Handlebars/Helper/CsrfTokenInputHelper.php +++ b/src/mibew/libs/classes/Mibew/Handlebars/Helper/CsrfTokenInputHelper.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Handlebars/Helper/CssAssetsHelper.php b/src/mibew/libs/classes/Mibew/Handlebars/Helper/CssAssetsHelper.php index 6e3b8e6c..a9be38e7 100644 --- a/src/mibew/libs/classes/Mibew/Handlebars/Helper/CssAssetsHelper.php +++ b/src/mibew/libs/classes/Mibew/Handlebars/Helper/CssAssetsHelper.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Handlebars/Helper/FormatDateDiffHelper.php b/src/mibew/libs/classes/Mibew/Handlebars/Helper/FormatDateDiffHelper.php index 09708854..aeb82215 100644 --- a/src/mibew/libs/classes/Mibew/Handlebars/Helper/FormatDateDiffHelper.php +++ b/src/mibew/libs/classes/Mibew/Handlebars/Helper/FormatDateDiffHelper.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Handlebars/Helper/FormatDateHelper.php b/src/mibew/libs/classes/Mibew/Handlebars/Helper/FormatDateHelper.php index 0d8116ed..f4b817a6 100644 --- a/src/mibew/libs/classes/Mibew/Handlebars/Helper/FormatDateHelper.php +++ b/src/mibew/libs/classes/Mibew/Handlebars/Helper/FormatDateHelper.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Handlebars/Helper/GeneratePaginationHelper.php b/src/mibew/libs/classes/Mibew/Handlebars/Helper/GeneratePaginationHelper.php index 31fa1961..4c051569 100644 --- a/src/mibew/libs/classes/Mibew/Handlebars/Helper/GeneratePaginationHelper.php +++ b/src/mibew/libs/classes/Mibew/Handlebars/Helper/GeneratePaginationHelper.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Handlebars/Helper/JsAssetsHelper.php b/src/mibew/libs/classes/Mibew/Handlebars/Helper/JsAssetsHelper.php index 6e50d64d..2d385cac 100644 --- a/src/mibew/libs/classes/Mibew/Handlebars/Helper/JsAssetsHelper.php +++ b/src/mibew/libs/classes/Mibew/Handlebars/Helper/JsAssetsHelper.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Handlebars/Helper/L10nHelper.php b/src/mibew/libs/classes/Mibew/Handlebars/Helper/L10nHelper.php index df0e5582..12618e12 100644 --- a/src/mibew/libs/classes/Mibew/Handlebars/Helper/L10nHelper.php +++ b/src/mibew/libs/classes/Mibew/Handlebars/Helper/L10nHelper.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Handlebars/Helper/RouteHelper.php b/src/mibew/libs/classes/Mibew/Handlebars/Helper/RouteHelper.php index 0694fcd2..84237be0 100644 --- a/src/mibew/libs/classes/Mibew/Handlebars/Helper/RouteHelper.php +++ b/src/mibew/libs/classes/Mibew/Handlebars/Helper/RouteHelper.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Handlebars/Helpers.php b/src/mibew/libs/classes/Mibew/Handlebars/Helpers.php index 8c788b59..9d18a8ae 100644 --- a/src/mibew/libs/classes/Mibew/Handlebars/Helpers.php +++ b/src/mibew/libs/classes/Mibew/Handlebars/Helpers.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Http/CookieFactory.php b/src/mibew/libs/classes/Mibew/Http/CookieFactory.php index 1065a219..ec648f29 100644 --- a/src/mibew/libs/classes/Mibew/Http/CookieFactory.php +++ b/src/mibew/libs/classes/Mibew/Http/CookieFactory.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Http/CookieFactoryAwareInterface.php b/src/mibew/libs/classes/Mibew/Http/CookieFactoryAwareInterface.php index 62c703f8..944eb115 100644 --- a/src/mibew/libs/classes/Mibew/Http/CookieFactoryAwareInterface.php +++ b/src/mibew/libs/classes/Mibew/Http/CookieFactoryAwareInterface.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Http/Exception/AccessDeniedException.php b/src/mibew/libs/classes/Mibew/Http/Exception/AccessDeniedException.php index dfdfc940..c11a4fd9 100644 --- a/src/mibew/libs/classes/Mibew/Http/Exception/AccessDeniedException.php +++ b/src/mibew/libs/classes/Mibew/Http/Exception/AccessDeniedException.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Http/Exception/BadRequestException.php b/src/mibew/libs/classes/Mibew/Http/Exception/BadRequestException.php index d21afa35..fc10cf8b 100644 --- a/src/mibew/libs/classes/Mibew/Http/Exception/BadRequestException.php +++ b/src/mibew/libs/classes/Mibew/Http/Exception/BadRequestException.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Http/Exception/HttpException.php b/src/mibew/libs/classes/Mibew/Http/Exception/HttpException.php index 25d89ee7..1f8e6a73 100644 --- a/src/mibew/libs/classes/Mibew/Http/Exception/HttpException.php +++ b/src/mibew/libs/classes/Mibew/Http/Exception/HttpException.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Http/Exception/MethodNotAllowedException.php b/src/mibew/libs/classes/Mibew/Http/Exception/MethodNotAllowedException.php index 2191cf18..ca23eec5 100644 --- a/src/mibew/libs/classes/Mibew/Http/Exception/MethodNotAllowedException.php +++ b/src/mibew/libs/classes/Mibew/Http/Exception/MethodNotAllowedException.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Http/Exception/NotFoundException.php b/src/mibew/libs/classes/Mibew/Http/Exception/NotFoundException.php index 40ac8d65..475b08fc 100644 --- a/src/mibew/libs/classes/Mibew/Http/Exception/NotFoundException.php +++ b/src/mibew/libs/classes/Mibew/Http/Exception/NotFoundException.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Mail/MailerFactory.php b/src/mibew/libs/classes/Mibew/Mail/MailerFactory.php index 00f81763..dc8260ff 100644 --- a/src/mibew/libs/classes/Mibew/Mail/MailerFactory.php +++ b/src/mibew/libs/classes/Mibew/Mail/MailerFactory.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Mail/MailerFactoryAwareInterface.php b/src/mibew/libs/classes/Mibew/Mail/MailerFactoryAwareInterface.php index 1ebaaef7..05fbb702 100644 --- a/src/mibew/libs/classes/Mibew/Mail/MailerFactoryAwareInterface.php +++ b/src/mibew/libs/classes/Mibew/Mail/MailerFactoryAwareInterface.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Mail/MailerFactoryInterface.php b/src/mibew/libs/classes/Mibew/Mail/MailerFactoryInterface.php index ef08680e..99c209f2 100644 --- a/src/mibew/libs/classes/Mibew/Mail/MailerFactoryInterface.php +++ b/src/mibew/libs/classes/Mibew/Mail/MailerFactoryInterface.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Mail/Template.php b/src/mibew/libs/classes/Mibew/Mail/Template.php index 8424cfa5..2d3a19eb 100644 --- a/src/mibew/libs/classes/Mibew/Mail/Template.php +++ b/src/mibew/libs/classes/Mibew/Mail/Template.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Mail/Utils.php b/src/mibew/libs/classes/Mibew/Mail/Utils.php index 84868694..e28f625b 100644 --- a/src/mibew/libs/classes/Mibew/Mail/Utils.php +++ b/src/mibew/libs/classes/Mibew/Mail/Utils.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Maintenance/AvailableUpdate.php b/src/mibew/libs/classes/Mibew/Maintenance/AvailableUpdate.php index e152c415..d1690b63 100644 --- a/src/mibew/libs/classes/Mibew/Maintenance/AvailableUpdate.php +++ b/src/mibew/libs/classes/Mibew/Maintenance/AvailableUpdate.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Maintenance/CronWorker.php b/src/mibew/libs/classes/Mibew/Maintenance/CronWorker.php index e4d255f6..3058f7bb 100644 --- a/src/mibew/libs/classes/Mibew/Maintenance/CronWorker.php +++ b/src/mibew/libs/classes/Mibew/Maintenance/CronWorker.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Maintenance/Installer.php b/src/mibew/libs/classes/Mibew/Maintenance/Installer.php index f6d6cf9e..720a19fc 100644 --- a/src/mibew/libs/classes/Mibew/Maintenance/Installer.php +++ b/src/mibew/libs/classes/Mibew/Maintenance/Installer.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Maintenance/UpdateChecker.php b/src/mibew/libs/classes/Mibew/Maintenance/UpdateChecker.php index 6c54d253..7f4068c4 100644 --- a/src/mibew/libs/classes/Mibew/Maintenance/UpdateChecker.php +++ b/src/mibew/libs/classes/Mibew/Maintenance/UpdateChecker.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Maintenance/Updater.php b/src/mibew/libs/classes/Mibew/Maintenance/Updater.php index 827bafa6..9e4360e5 100644 --- a/src/mibew/libs/classes/Mibew/Maintenance/Updater.php +++ b/src/mibew/libs/classes/Mibew/Maintenance/Updater.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Maintenance/Utils.php b/src/mibew/libs/classes/Mibew/Maintenance/Utils.php index 173cdb78..061ac3e6 100644 --- a/src/mibew/libs/classes/Mibew/Maintenance/Utils.php +++ b/src/mibew/libs/classes/Mibew/Maintenance/Utils.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Plugin/AbstractPlugin.php b/src/mibew/libs/classes/Mibew/Plugin/AbstractPlugin.php index 6bd886f5..794c7ce3 100644 --- a/src/mibew/libs/classes/Mibew/Plugin/AbstractPlugin.php +++ b/src/mibew/libs/classes/Mibew/Plugin/AbstractPlugin.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Plugin/DependencyGraph.php b/src/mibew/libs/classes/Mibew/Plugin/DependencyGraph.php index 7c4ff07c..2b47aec8 100644 --- a/src/mibew/libs/classes/Mibew/Plugin/DependencyGraph.php +++ b/src/mibew/libs/classes/Mibew/Plugin/DependencyGraph.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Plugin/PluginInfo.php b/src/mibew/libs/classes/Mibew/Plugin/PluginInfo.php index 7cc42bf7..9cb2bead 100644 --- a/src/mibew/libs/classes/Mibew/Plugin/PluginInfo.php +++ b/src/mibew/libs/classes/Mibew/Plugin/PluginInfo.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Plugin/PluginInterface.php b/src/mibew/libs/classes/Mibew/Plugin/PluginInterface.php index f2a344db..ff6a70ea 100644 --- a/src/mibew/libs/classes/Mibew/Plugin/PluginInterface.php +++ b/src/mibew/libs/classes/Mibew/Plugin/PluginInterface.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Plugin/PluginManager.php b/src/mibew/libs/classes/Mibew/Plugin/PluginManager.php index 7cd86fbd..bfcce49b 100644 --- a/src/mibew/libs/classes/Mibew/Plugin/PluginManager.php +++ b/src/mibew/libs/classes/Mibew/Plugin/PluginManager.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Plugin/State.php b/src/mibew/libs/classes/Mibew/Plugin/State.php index ec361172..8c0121f6 100644 --- a/src/mibew/libs/classes/Mibew/Plugin/State.php +++ b/src/mibew/libs/classes/Mibew/Plugin/State.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Plugin/Utils.php b/src/mibew/libs/classes/Mibew/Plugin/Utils.php index ee79f6b3..93d65b3e 100644 --- a/src/mibew/libs/classes/Mibew/Plugin/Utils.php +++ b/src/mibew/libs/classes/Mibew/Plugin/Utils.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/ProcessLock.php b/src/mibew/libs/classes/Mibew/ProcessLock.php index 2a7ca9d3..9afc87c6 100644 --- a/src/mibew/libs/classes/Mibew/ProcessLock.php +++ b/src/mibew/libs/classes/Mibew/ProcessLock.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/RequestProcessor/AbstractProcessor.php b/src/mibew/libs/classes/Mibew/RequestProcessor/AbstractProcessor.php index a3a5cedc..eaeaaaf8 100644 --- a/src/mibew/libs/classes/Mibew/RequestProcessor/AbstractProcessor.php +++ b/src/mibew/libs/classes/Mibew/RequestProcessor/AbstractProcessor.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/RequestProcessor/ClientSideProcessor.php b/src/mibew/libs/classes/Mibew/RequestProcessor/ClientSideProcessor.php index cc06b768..d58d3e83 100644 --- a/src/mibew/libs/classes/Mibew/RequestProcessor/ClientSideProcessor.php +++ b/src/mibew/libs/classes/Mibew/RequestProcessor/ClientSideProcessor.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/RequestProcessor/Exception/AbstractProcessorException.php b/src/mibew/libs/classes/Mibew/RequestProcessor/Exception/AbstractProcessorException.php index a09c19d8..69f448f8 100644 --- a/src/mibew/libs/classes/Mibew/RequestProcessor/Exception/AbstractProcessorException.php +++ b/src/mibew/libs/classes/Mibew/RequestProcessor/Exception/AbstractProcessorException.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/RequestProcessor/Exception/ThreadProcessorException.php b/src/mibew/libs/classes/Mibew/RequestProcessor/Exception/ThreadProcessorException.php index 4b3583ac..820a160d 100644 --- a/src/mibew/libs/classes/Mibew/RequestProcessor/Exception/ThreadProcessorException.php +++ b/src/mibew/libs/classes/Mibew/RequestProcessor/Exception/ThreadProcessorException.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/RequestProcessor/Exception/UsersProcessorException.php b/src/mibew/libs/classes/Mibew/RequestProcessor/Exception/UsersProcessorException.php index 1ebf5dd6..dd156b0d 100644 --- a/src/mibew/libs/classes/Mibew/RequestProcessor/Exception/UsersProcessorException.php +++ b/src/mibew/libs/classes/Mibew/RequestProcessor/Exception/UsersProcessorException.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/RequestProcessor/ThreadProcessor.php b/src/mibew/libs/classes/Mibew/RequestProcessor/ThreadProcessor.php index 3ca4a106..7f930229 100644 --- a/src/mibew/libs/classes/Mibew/RequestProcessor/ThreadProcessor.php +++ b/src/mibew/libs/classes/Mibew/RequestProcessor/ThreadProcessor.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/RequestProcessor/UsersProcessor.php b/src/mibew/libs/classes/Mibew/RequestProcessor/UsersProcessor.php index ee6a537b..b0b3811d 100644 --- a/src/mibew/libs/classes/Mibew/RequestProcessor/UsersProcessor.php +++ b/src/mibew/libs/classes/Mibew/RequestProcessor/UsersProcessor.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Routing/Exception/AccessDeniedException.php b/src/mibew/libs/classes/Mibew/Routing/Exception/AccessDeniedException.php index 548cc5f3..46ee16e4 100644 --- a/src/mibew/libs/classes/Mibew/Routing/Exception/AccessDeniedException.php +++ b/src/mibew/libs/classes/Mibew/Routing/Exception/AccessDeniedException.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Routing/Generator/SecureUrlGeneratorInterface.php b/src/mibew/libs/classes/Mibew/Routing/Generator/SecureUrlGeneratorInterface.php index 03fe5548..8cb0058e 100644 --- a/src/mibew/libs/classes/Mibew/Routing/Generator/SecureUrlGeneratorInterface.php +++ b/src/mibew/libs/classes/Mibew/Routing/Generator/SecureUrlGeneratorInterface.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Routing/Generator/UrlGenerator.php b/src/mibew/libs/classes/Mibew/Routing/Generator/UrlGenerator.php index c324668b..76619451 100644 --- a/src/mibew/libs/classes/Mibew/Routing/Generator/UrlGenerator.php +++ b/src/mibew/libs/classes/Mibew/Routing/Generator/UrlGenerator.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Routing/Loader/CacheLoader.php b/src/mibew/libs/classes/Mibew/Routing/Loader/CacheLoader.php index e2d36ecf..42d35ec2 100644 --- a/src/mibew/libs/classes/Mibew/Routing/Loader/CacheLoader.php +++ b/src/mibew/libs/classes/Mibew/Routing/Loader/CacheLoader.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Routing/Loader/DummyPluginLoader.php b/src/mibew/libs/classes/Mibew/Routing/Loader/DummyPluginLoader.php index 0e02f4ad..78618f76 100644 --- a/src/mibew/libs/classes/Mibew/Routing/Loader/DummyPluginLoader.php +++ b/src/mibew/libs/classes/Mibew/Routing/Loader/DummyPluginLoader.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Routing/Loader/PluginLoader.php b/src/mibew/libs/classes/Mibew/Routing/Loader/PluginLoader.php index 463e8f77..4604517e 100644 --- a/src/mibew/libs/classes/Mibew/Routing/Loader/PluginLoader.php +++ b/src/mibew/libs/classes/Mibew/Routing/Loader/PluginLoader.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Routing/Router.php b/src/mibew/libs/classes/Mibew/Routing/Router.php index 5458d7bf..f9cdd53a 100644 --- a/src/mibew/libs/classes/Mibew/Routing/Router.php +++ b/src/mibew/libs/classes/Mibew/Routing/Router.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Routing/RouterAwareInterface.php b/src/mibew/libs/classes/Mibew/Routing/RouterAwareInterface.php index c79dcb9d..e4200b61 100644 --- a/src/mibew/libs/classes/Mibew/Routing/RouterAwareInterface.php +++ b/src/mibew/libs/classes/Mibew/Routing/RouterAwareInterface.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Routing/RouterInterface.php b/src/mibew/libs/classes/Mibew/Routing/RouterInterface.php index 4e80f316..88b3f635 100644 --- a/src/mibew/libs/classes/Mibew/Routing/RouterInterface.php +++ b/src/mibew/libs/classes/Mibew/Routing/RouterInterface.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Settings.php b/src/mibew/libs/classes/Mibew/Settings.php index e712511e..76b60926 100644 --- a/src/mibew/libs/classes/Mibew/Settings.php +++ b/src/mibew/libs/classes/Mibew/Settings.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Style/AbstractHandlebarsPoweredStyle.php b/src/mibew/libs/classes/Mibew/Style/AbstractHandlebarsPoweredStyle.php index 0d6dc5cf..4f4a21fd 100644 --- a/src/mibew/libs/classes/Mibew/Style/AbstractHandlebarsPoweredStyle.php +++ b/src/mibew/libs/classes/Mibew/Style/AbstractHandlebarsPoweredStyle.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Style/AbstractStyle.php b/src/mibew/libs/classes/Mibew/Style/AbstractStyle.php index de6073c7..96518e49 100644 --- a/src/mibew/libs/classes/Mibew/Style/AbstractStyle.php +++ b/src/mibew/libs/classes/Mibew/Style/AbstractStyle.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Style/ChatStyle.php b/src/mibew/libs/classes/Mibew/Style/ChatStyle.php index e443eb0e..2922fbf1 100644 --- a/src/mibew/libs/classes/Mibew/Style/ChatStyle.php +++ b/src/mibew/libs/classes/Mibew/Style/ChatStyle.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Style/InvitationStyle.php b/src/mibew/libs/classes/Mibew/Style/InvitationStyle.php index e2fe4888..69f5dac8 100644 --- a/src/mibew/libs/classes/Mibew/Style/InvitationStyle.php +++ b/src/mibew/libs/classes/Mibew/Style/InvitationStyle.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Style/PageStyle.php b/src/mibew/libs/classes/Mibew/Style/PageStyle.php index 6d32239d..df1131b3 100644 --- a/src/mibew/libs/classes/Mibew/Style/PageStyle.php +++ b/src/mibew/libs/classes/Mibew/Style/PageStyle.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Style/StyleInterface.php b/src/mibew/libs/classes/Mibew/Style/StyleInterface.php index b9ad1a3d..b796bb21 100644 --- a/src/mibew/libs/classes/Mibew/Style/StyleInterface.php +++ b/src/mibew/libs/classes/Mibew/Style/StyleInterface.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/classes/Mibew/Thread.php b/src/mibew/libs/classes/Mibew/Thread.php index 9e5d6fd7..8132cc89 100644 --- a/src/mibew/libs/classes/Mibew/Thread.php +++ b/src/mibew/libs/classes/Mibew/Thread.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/common/configurations.php b/src/mibew/libs/common/configurations.php index 58d9731e..c6f56667 100644 --- a/src/mibew/libs/common/configurations.php +++ b/src/mibew/libs/common/configurations.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/common/constants.php b/src/mibew/libs/common/constants.php index 1ded1d81..5b6edc7d 100644 --- a/src/mibew/libs/common/constants.php +++ b/src/mibew/libs/common/constants.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/common/csrf.php b/src/mibew/libs/common/csrf.php index 662928d1..bc2ae543 100644 --- a/src/mibew/libs/common/csrf.php +++ b/src/mibew/libs/common/csrf.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/common/datetime.php b/src/mibew/libs/common/datetime.php index 8d032477..ed30fcd3 100644 --- a/src/mibew/libs/common/datetime.php +++ b/src/mibew/libs/common/datetime.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/common/locale.php b/src/mibew/libs/common/locale.php index 6798da9d..b35e9f9b 100644 --- a/src/mibew/libs/common/locale.php +++ b/src/mibew/libs/common/locale.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/common/misc.php b/src/mibew/libs/common/misc.php index 3a41c2dd..ac556c94 100644 --- a/src/mibew/libs/common/misc.php +++ b/src/mibew/libs/common/misc.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/common/response.php b/src/mibew/libs/common/response.php index 05017801..49c32141 100644 --- a/src/mibew/libs/common/response.php +++ b/src/mibew/libs/common/response.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/common/string.php b/src/mibew/libs/common/string.php index 77f2cb83..de2024a6 100644 --- a/src/mibew/libs/common/string.php +++ b/src/mibew/libs/common/string.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/common/verification.php b/src/mibew/libs/common/verification.php index f52be9b1..2e687495 100644 --- a/src/mibew/libs/common/verification.php +++ b/src/mibew/libs/common/verification.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/groups.php b/src/mibew/libs/groups.php index 1f384edd..2541e0e7 100644 --- a/src/mibew/libs/groups.php +++ b/src/mibew/libs/groups.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/init.php b/src/mibew/libs/init.php index 7c6efd9a..2078a979 100644 --- a/src/mibew/libs/init.php +++ b/src/mibew/libs/init.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/invitation.php b/src/mibew/libs/invitation.php index fb48135c..aac10f84 100644 --- a/src/mibew/libs/invitation.php +++ b/src/mibew/libs/invitation.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/operator.php b/src/mibew/libs/operator.php index b0e54b3e..fb5b97ff 100644 --- a/src/mibew/libs/operator.php +++ b/src/mibew/libs/operator.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/pagination.php b/src/mibew/libs/pagination.php index 35816b74..c041e9df 100644 --- a/src/mibew/libs/pagination.php +++ b/src/mibew/libs/pagination.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/statistics.php b/src/mibew/libs/statistics.php index 99d8b053..0594dfcc 100644 --- a/src/mibew/libs/statistics.php +++ b/src/mibew/libs/statistics.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/track.php b/src/mibew/libs/track.php index f8053cd2..985dd5f0 100644 --- a/src/mibew/libs/track.php +++ b/src/mibew/libs/track.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/libs/userinfo.php b/src/mibew/libs/userinfo.php index a6016124..314f7aa8 100644 --- a/src/mibew/libs/userinfo.php +++ b/src/mibew/libs/userinfo.php @@ -2,7 +2,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/styles/chats/default/chat.css b/src/mibew/styles/chats/default/chat.css index a7f51937..d70ca9f2 100644 --- a/src/mibew/styles/chats/default/chat.css +++ b/src/mibew/styles/chats/default/chat.css @@ -1,5 +1,5 @@ /* - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/styles/chats/default/chat_ie7.css b/src/mibew/styles/chats/default/chat_ie7.css index bf7ef39b..e45f7fb9 100644 --- a/src/mibew/styles/chats/default/chat_ie7.css +++ b/src/mibew/styles/chats/default/chat_ie7.css @@ -1,5 +1,5 @@ /* - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/styles/chats/default/iframe.css b/src/mibew/styles/chats/default/iframe.css index db8bd5a0..56bf44e1 100644 --- a/src/mibew/styles/chats/default/iframe.css +++ b/src/mibew/styles/chats/default/iframe.css @@ -1,5 +1,5 @@ /* - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/styles/chats/default/js/source/resize.js b/src/mibew/styles/chats/default/js/source/resize.js index a387ed76..4e722581 100644 --- a/src/mibew/styles/chats/default/js/source/resize.js +++ b/src/mibew/styles/chats/default/js/source/resize.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/styles/invitations/default/invite.css b/src/mibew/styles/invitations/default/invite.css index d2bf1a8c..3eaf9fd6 100644 --- a/src/mibew/styles/invitations/default/invite.css +++ b/src/mibew/styles/invitations/default/invite.css @@ -1,5 +1,5 @@ /* - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/styles/pages/default/css/default.css b/src/mibew/styles/pages/default/css/default.css index 093da2ed..01c192b2 100644 --- a/src/mibew/styles/pages/default/css/default.css +++ b/src/mibew/styles/pages/default/css/default.css @@ -1,7 +1,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/styles/pages/default/css/default_ie.css b/src/mibew/styles/pages/default/css/default_ie.css index 209a67d9..cdf63153 100644 --- a/src/mibew/styles/pages/default/css/default_ie.css +++ b/src/mibew/styles/pages/default/css/default_ie.css @@ -1,7 +1,7 @@ /* * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/styles/pages/default/js/autoclose.js b/src/mibew/styles/pages/default/js/autoclose.js index ee0eb27a..a5f49103 100644 --- a/src/mibew/styles/pages/default/js/autoclose.js +++ b/src/mibew/styles/pages/default/js/autoclose.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/styles/pages/default/js/dashboard.js b/src/mibew/styles/pages/default/js/dashboard.js index 25b1acc1..9070379c 100644 --- a/src/mibew/styles/pages/default/js/dashboard.js +++ b/src/mibew/styles/pages/default/js/dashboard.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/styles/pages/default/js/ie.js b/src/mibew/styles/pages/default/js/ie.js index a64b42e3..588e7517 100644 --- a/src/mibew/styles/pages/default/js/ie.js +++ b/src/mibew/styles/pages/default/js/ie.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/styles/pages/default/js/locale.js b/src/mibew/styles/pages/default/js/locale.js index 10283ccb..e3b8d71c 100644 --- a/src/mibew/styles/pages/default/js/locale.js +++ b/src/mibew/styles/pages/default/js/locale.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/styles/pages/default/js/toggle_menu.js b/src/mibew/styles/pages/default/js/toggle_menu.js index c9331563..415e4921 100644 --- a/src/mibew/styles/pages/default/js/toggle_menu.js +++ b/src/mibew/styles/pages/default/js/toggle_menu.js @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mibew/styles/pages/default/templates_src/server_side/_layout.handlebars b/src/mibew/styles/pages/default/templates_src/server_side/_layout.handlebars index 8d1f57ac..45f71949 100644 --- a/src/mibew/styles/pages/default/templates_src/server_side/_layout.handlebars +++ b/src/mibew/styles/pages/default/templates_src/server_side/_layout.handlebars @@ -78,7 +78,7 @@ \ No newline at end of file diff --git a/src/mibew/styles/pages/default/templates_src/server_side/about.handlebars b/src/mibew/styles/pages/default/templates_src/server_side/about.handlebars index 8cde716a..6c7975ab 100644 --- a/src/mibew/styles/pages/default/templates_src/server_side/about.handlebars +++ b/src/mibew/styles/pages/default/templates_src/server_side/about.handlebars @@ -11,7 +11,7 @@

{{l10n "About Mibew Messenger"}}

{{l10n "Mibew Messenger is an open-source live support application licensed under the terms of the Apache License 2.0."}}

-

{{{l10n "Copyright © {0} Contributors of the Mibew Messenger project." "2005-2019"}}}

+

{{{l10n "Copyright © {0} Contributors of the Mibew Messenger project." "2005-2020"}}}

{{{l10n "For more information visit the official site of the project: https://mibew.org/"}}}

{{#if showSystemInfo}} diff --git a/src/tools/compiled_templates_header.txt b/src/tools/compiled_templates_header.txt index 28dc4511..47dd61f4 100644 --- a/src/tools/compiled_templates_header.txt +++ b/src/tools/compiled_templates_header.txt @@ -1,7 +1,7 @@ /*! * This file is a part of Mibew Messenger. * - * Copyright 2005-2019 the original author or authors. + * Copyright 2005-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/tools/header.txt b/src/tools/header.txt index a7a30c15..98e4e79b 100644 --- a/src/tools/header.txt +++ b/src/tools/header.txt @@ -1,6 +1,6 @@ This file is a part of Mibew Messenger. -Copyright 2005-2019 the original author or authors. +Copyright 2005-2020 the original author or authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/tools/header_update.pl b/src/tools/header_update.pl index 72823613..254ce927 100755 --- a/src/tools/header_update.pl +++ b/src/tools/header_update.pl @@ -3,7 +3,7 @@ This file is a part of Mibew Messenger. - Copyright 2005-2019 the original author or authors. + Copyright 2005-2020 the original author or authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.